{"id":4187,"date":"2022-07-22T11:26:22","date_gmt":"2022-07-22T03:26:22","guid":{"rendered":"https:\/\/blog.spotodumps.com\/?p=4187"},"modified":"2022-07-22T11:26:22","modified_gmt":"2022-07-22T03:26:22","slug":"how-do-i-prepare-for-microsoft-exam-70-480","status":"publish","type":"post","link":"https:\/\/blog.spotodumps.com\/index.php\/2022\/07\/22\/how-do-i-prepare-for-microsoft-exam-70-480\/","title":{"rendered":"How do I prepare for Microsoft Exam 70-480?"},"content":{"rendered":"<p>A few weeks ago, I took and passed my very first certification test with the guidence from <strong><em><a href=\"https:\/\/www.spotodumps.com\/\">SPOTO<\/a><\/em><\/strong>. Wahoo! I figured that those of you who want to take this or any other certification test might find my experience worthwhile, and thus here we are:)<\/p>\n<p>I used the test as an opportunity to acquire and refresh my web development skills, from the very fundamentals to the more complex APIs that I hadn&#8217;t had the chance to look into, aiming to fill in all the holes I thought I had in the past. So this is not going to be an essay on how to pass the test with the least amount of work possible, no techniques or shortcuts, just an article about how I prepared for the exam, studying, practicing, coding, learning, and writing an exam XD.<\/p>\n<p><a href=\"https:\/\/tb.53kf.com\/code\/client\/10172212\/1?custom_channel=blog\" rel=\"nofollow\"><img loading=\"lazy\" class=\"alignnone wp-image-2740\" src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/2021\/05\/\u6309\u94ae-get-100-pass-dumps.gif\" alt=\"get 100% pass dumps\" width=\"382\" height=\"111\" \/><\/a><\/p>\n<h3><strong>STEP 1. FINDING OUT WHAT GOES INTO THE EXAM<\/strong><\/h3>\n<p>You may obtain a reasonably good notion of what is on the examination from the test certification website and the Exam Reference Book. In summation:<\/p>\n<ul>\n<li>Implement and handle document structures and objects (24 percent )<\/li>\n<li>Integrate program flow (25 percent )<\/li>\n<li>Access and protect data (26 percent )<\/li>\n<li>25 percent of apps use CSS3<\/li>\n<\/ul>\n<p>essentially meaning:<\/p>\n<p>HTML, CSS3, JavaScript (ES5)<\/p>\n<p>DOM, web workers, web sockets, geolocation, app cache, local storage, session storage, canvas, and SVG are HTML5 web APIs.<\/p>\n<p>XMLHttpRequest and Ajax<\/p>\n<p>CSS Regions, Basic CSS Layout, Flexbox, and Grid<\/p>\n<p>Transformations, Transitions, and Animations<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>STEP 2. PREPARING THE EXAM<\/strong><\/h3>\n<p>First, I propose that you play with HTML, JavaScript, CSS, and the various HTML5 Web APIs using a tool like jsFiddle (or CodePen, JSBin, or Plunkr) that allows you to create code interactively, test things out, and get instant feedback. There is no better way to learn about software development than by writing code and experimenting; all of these tools make it very simple.<\/p>\n<p>These are some excellent sites I utilized to prepare for the various test topics:<\/p>\n<p><strong>OVERVIEW MATERIAL<\/strong><\/p>\n<p>The Test Reference Book for The 70-480 and the Developing in HTML5 with JavaScript and CSS3 course at the Microsoft Virtual Academy gave me an overview of everything on the exam (extraordinary and extensive number of free resources Microsoft has gathered there btw).<\/p>\n<p>After understanding the big concept and a solid notion of what would be on the exam, I began to delve into details by testing code, taking notes on my wiki, playing with jsFiddle, and developing &#8220;advanced&#8221; examples.<\/p>\n<p><strong>SPECIFIC APIS<\/strong><\/p>\n<p>Here are some of the materials I used, as well as some of the real-world examples I wrote, in no particular order:<\/p>\n<p>HTML5 APIs for Web Applications<\/p>\n<p>The local and temporary storage<\/p>\n<p>LocalStorage and SessionStorage are two new web APIs that enable you to store data for your web apps locally in the user&#8217;s web browser.<\/p>\n<p>Explore HTML5: Storage (Awesome)<\/p>\n<p>MDN Web Storage API<\/p>\n<p>Example using LocalStorage<\/p>\n<p><strong>GEOLOCATION<\/strong><\/p>\n<p>The new geolocation API enables browser-based access to a user&#8217;s location and updates anytime a user changes location.<\/p>\n<p>The Coding Wiki Meets a Barbarian: Geolocation<\/p>\n<p>Geolocation Use at MDN<\/p>\n<p>Explore HTML5: Geolocation<\/p>\n<p><strong>APACHE<\/strong><\/p>\n<p>The Application Cache API provides all the tools necessary to construct offline-only web apps.<\/p>\n<p>An Introduction to the Application Cache<\/p>\n<p>Utilizing MDN&#8217;s Application cache<\/p>\n<p>Offline Web Applications at the Dive Into HTML5 Conference<\/p>\n<p><strong>CANVAS<\/strong><\/p>\n<p>A new API for JavaScript-based low-level sketching in the browser.<\/p>\n<p>Immerse Yourself with HTML5: Canvas<\/p>\n<p>Canvas API available at MDN<\/p>\n<p>SVG<\/p>\n<p>Support for Scalable Vector Graphics in the browser. Excellent for the modern reality of several gadgets.<\/p>\n<p>SVG use on CSS-Tricks<\/p>\n<p>SVG at MDN<\/p>\n<p>An instance of SVG on fiddle.<\/p>\n<p><strong>WEB SOCKETS<\/strong><\/p>\n<p>A web-based API for sockets. In online apps, we are no longer restricted to utilizing HTTP.<\/p>\n<p>Barbarian Meets Coding Wiki: Web Sockets<\/p>\n<p>Example of Web Sockets on JsFiddle<\/p>\n<p>Web Sockets: Bringing Sockets to the Internet<\/p>\n<p>WebSockets at MDN<\/p>\n<p>WEB WORKERS<\/p>\n<p>Perform computationally or I\/O-intensive operations in the browser without compromising the UI thread or the User Experience of your web apps with multithreading.<\/p>\n<p>Barbaric Fundamentals: Web Workers<\/p>\n<p>The Fundamentals of Web Workers<\/p>\n<p>Using Web Workers<\/p>\n<p><strong>HTML5 MEDIA DIRECTIVES<\/strong><\/p>\n<p>Native Audio and Video playback on the web.<\/p>\n<p>Barbarian Meets Coding Wiki: Media Controls<\/p>\n<p>Instance on JsFiddle<\/p>\n<p>Using Audio and Video Formats<\/p>\n<p>Explore HTML5: Video on the Web<\/p>\n<p>HTML5 SEMANTIC ELEMENTS<\/p>\n<p>Enhancements to semantic aspects for contemporary web apps.<\/p>\n<p>HTML5 Semantic Elements: The Barbarian Meets Coding Wiki<\/p>\n<p>Explore HTML5: Semantics<\/p>\n<p>HTML5 FORMS<\/p>\n<p>Form enhancements for contemporary online apps.<\/p>\n<p>Instance on JsFiddle<\/p>\n<p>Explore HTML5 Forms<\/p>\n<p>THE KING (DOCUMENT OBJECT MODEL)<\/p>\n<p>MDN&#8217;s Introduction to the DOM<\/p>\n<p>Events and DOM inside MDN<\/p>\n<p>DOM Events Specification of the W3C<\/p>\n<p>JAVASCRIPT<\/p>\n<p><strong>To pass the test, you must grasp the fundamentals of JavaScript:<\/strong><\/p>\n<ul>\n<li>Basic flow configurations<\/li>\n<li>Standard inheritance and OOP<\/li>\n<li>Scope and closures in JavaScript<\/li>\n<li>Exception Management<\/li>\n<li>Regular Expressions<\/li>\n<li>Asynchronous programming techniques, callbacks, and promises<\/li>\n<\/ul>\n<p><strong>Step 3. COMFORTABLE WITH THE EXAMINATION EXPERIENCE<\/strong><\/p>\n<p>Once you have mastered these concepts, you may choose to take some mock examinations to acquire a feel for the actual exam. Several organizations specialize in providing this service for various certifications; in my instance, I chose SPOTO, which I discovered was suggested on the certification website. For around \u20ac60, you get a month to take as many practice examinations as you like and become used to the exam setting. It is not necessarily required, but it is excellent to have if you like being prepared.<\/p>\n<p><strong>STEP 4. SIGNING UP, DOING THE EXAM, AND KICKING ASS<\/strong><\/p>\n<p>I registered for the test via a local exam provider. Still, you may also do it on the certification page by clicking Schedule The Exam and following the on-screen instructions. When the moment comes, be calm, take deep breaths, and have confidence in your abilities.<\/p>\n<p><strong>A SIDE NOTE ABOUT THE ONLINE PROCTORED EXAM<\/strong><\/p>\n<p>Before going to a local test center, I attempted the online proctored exam, which allowed me to take the exam from the comfort of my own home. I could not get it to function despite using two separate webcams on two different computers. If you want to go this route, my advice is to be extremely thorough with the software they will supply to test your system, and if you have any concerns, don&#8217;t even attempt to take the exam since they are pretty stringent about admittance.<\/p>\n<p><strong>STEP 5. PROFIT<\/strong><\/p>\n<p>After passing the test, Microsoft will send you an email detailing how to maximize your certification. Enjoy your Victory!<\/p>\n<p>And that is all! If you intend to take the test shortly, good luck and godspeed!<\/p>\n<p>Let<strong><em><a href=\"https:\/\/www.spotodumps.com\/\"> SPOTO<\/a> <\/em><\/strong>help you if you want to gain the Microsoft certification in the first try!<\/p>\n<p><a href=\"https:\/\/tb.53kf.com\/code\/client\/10172212\/1?custom_channel=blog\" rel=\"nofollow\"><img loading=\"lazy\" class=\"alignnone wp-image-2740\" src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/2021\/05\/\u6309\u94ae-get-100-pass-dumps.gif\" alt=\"get 100% pass dumps\" width=\"451\" height=\"131\" \/><\/a><\/p>\n<h2><strong>Latest SPOTO Candidates Pass Feedback<\/strong><\/h2>\n<style id=\"bwg-style-0\">    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {      width: 1254px;              justify-content: center;        margin:0 auto !important;              background-color: rgba(255, 255, 255, 0.00);            padding-left: 4px;      padding-top: 4px;      max-width: 100%;            }        #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {      justify-content: flex-start;      max-width: 250px;          }    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item > a {       margin-right: 4px;       margin-bottom: 4px;    }    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item0 {      padding: 0px;            background-color:rgba(0,0,0, 0.30);      border: 0px none #CCCCCC;      opacity: 1.00;      border-radius: 0;      box-shadow: ;    }    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 img {      max-height: none;      max-width: none;      padding: 0 !important;    }         @media only screen and (min-width: 480px) {\t\t#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 img {\t\t\t-webkit-transition: all .3s; transition: all .3s;\t\t}\t\t#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 img:hover {\t\t\t-ms-transform: scale(1.08);\t\t\t-webkit-transform: scale(1.08);\t\t\ttransform: scale(1.08);\t\t}\t\t\t\t.bwg-standard-thumbnails .bwg-zoom-effect .bwg-zoom-effect-overlay {\t\t\t\t\t\tbackground-color:rgba(0,0,0, 0.3);\t\t}\t\t.bwg-standard-thumbnails .bwg-zoom-effect:hover img {\t\t\t-ms-transform: scale(1.08);\t\t\t-webkit-transform: scale(1.08);\t\t\ttransform: scale(1.08);\t\t}\t\t      }\t    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 {      padding-top: 56%;    }        #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-title1 {      position: absolute;      top: 0;      z-index: 100;      width: 100%;      height: 100%;      display: flex;      justify-content: center;      align-content: center;      flex-direction: column;      opacity: 0;    }\t      #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-title2,    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-ecommerce2 {      color: #FFFFFF;      font-family: Ubuntu;      font-size: 16px;      font-weight: bold;      padding: 2px;      text-shadow: ;      max-height: 100%;    }    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-thumb-description span {    color: #323A45;    font-family: Ubuntu;    font-size: 12px;    max-height: 100%;    word-wrap: break-word;    }    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-play-icon2 {      font-size: 32px;    }    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-ecommerce2 {      font-size: 19.2px;      color: #323A45;    }    <\/style>    <div id=\"bwg_container1_0\"         class=\"bwg_container bwg_thumbnail bwg_thumbnails\"         data-right-click-protection=\"0\"         data-bwg=\"0\"         data-gallery-type=\"thumbnails\"         data-current-url=\"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/posts\/4187\"         data-lightbox-url=\"https:\/\/blog.spotodumps.com\/wp-admin\/admin-ajax.php?action=GalleryBox&current_view=0&gallery_id=1&tag=0&theme_id=1&shortcode_id=219&sort_by=order&order_by=asc&current_url=https%3A%2F%2Fblog.spotodumps.com%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4187\"         data-gallery-id=\"1\"         data-popup-width=\"800\"         data-popup-height=\"500\"         data-is-album=\"gallery\"         data-buttons-position=\"bottom\">      <div id=\"bwg_container2_0\">             <div id=\"ajax_loading_0\" class=\"bwg_loading_div_1\">      <div class=\"bwg_loading_div_2\">        <div class=\"bwg_loading_div_3\">          <div id=\"loading_div_0\" class=\"bwg_spider_ajax_loading\">          <\/div>        <\/div>      <\/div>    <\/div>            <form id=\"gal_front_form_0\"              class=\"bwg-hidden\"              method=\"post\"              action=\"#\"              data-current=\"0\"              data-shortcode-id=\"219\"              data-gallery-type=\"thumbnails\"              data-gallery-id=\"1\"              data-tag=\"0\"              data-album-id=\"0\"              data-theme-id=\"1\"              data-ajax-url=\"https:\/\/blog.spotodumps.com\/wp-admin\/admin-ajax.php?action=bwg_frontend_data\">          <div id=\"bwg_container3_0\" class=\"bwg-background bwg-background-0\">                <div data-max-count=\"5\"         data-thumbnail-width=\"250\"         data-bwg=\"0\"         data-gallery-id=\"1\"         data-lightbox-url=\"https:\/\/blog.spotodumps.com\/wp-admin\/admin-ajax.php?action=GalleryBox&current_view=0&gallery_id=1&tag=0&theme_id=1&shortcode_id=219&sort_by=order&order_by=asc&current_url=https%3A%2F%2Fblog.spotodumps.com%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4187\"         id=\"bwg_thumbnails_0\"         class=\"bwg-container-0 bwg-thumbnails bwg-standard-thumbnails bwg-container bwg-border-box\">            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"237\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2.14-DC-LAB.jpg?bwg=1645077408\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"237\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2.14-DC-LAB.jpg?bwg=1645077408\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2.14-DC-LAB.jpg?bwg=1645077408\"                   alt=\"2.14 DC LAB\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2.14 DC LAB<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"236\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2.15-SECLAB.jpg?bwg=1645077408\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"236\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2.15-SECLAB.jpg?bwg=1645077408\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2.15-SECLAB.jpg?bwg=1645077408\"                   alt=\"2.15 SECLAB\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2.15 SECLAB<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"235\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2022-02-10-F5-301a.jpg?bwg=1645077408\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"235\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-10-F5-301a.jpg?bwg=1645077408\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-10-F5-301a.jpg?bwg=1645077408\"                   alt=\"2022-02-10 F5-301a\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2022-02-10 F5-301a<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"234\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2022-02-11-PMI-PMP.jpg?bwg=1645077408\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"234\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-11-PMI-PMP.jpg?bwg=1645077408\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-11-PMI-PMP.jpg?bwg=1645077408\"                   alt=\"2022-02-11 PMI-PMP\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2022-02-11 PMI-PMP<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"233\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2022-02-13-200-301.jpg?bwg=1645077408\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"233\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-13-200-301.jpg?bwg=1645077408\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-13-200-301.jpg?bwg=1645077408\"                   alt=\"2022-02-13 200-301\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2022-02-13 200-301<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"232\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2022-02-14-350-401.jpg?bwg=1645077408\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"232\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-14-350-401.jpg?bwg=1645077408\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-14-350-401.jpg?bwg=1645077408\"                   alt=\"2022-02-14 350-401\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2022-02-14 350-401<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"231\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2022-02-15-SY0-601.jpg?bwg=1645077285\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"231\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-15-SY0-601.jpg?bwg=1645077285\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-15-SY0-601.jpg?bwg=1645077285\"                   alt=\"2022-02-15 SY0-601\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2022-02-15 SY0-601<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"230\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2022-02-14-SAA-C02.jpg?bwg=1645077285\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"230\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-14-SAA-C02.jpg?bwg=1645077285\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-14-SAA-C02.jpg?bwg=1645077285\"                   alt=\"2022-02-14 SAA-C02\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2022-02-14 SAA-C02<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>            <div class=\"bwg-item\">        <a class=\"bwg-a bwg_lightbox\"  data-image-id=\"229\" href=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/2022-02-15-HPE6-A82.jpg?bwg=1645077285\" data-elementor-open-lightbox=\"no\" >                <div class=\"bwg-item0 \">          <div class=\"bwg-item1 bwg-zoom-effect\">            <div class=\"bwg-item2\">              <img class=\"skip-lazy bwg_standart_thumb_img_0 \"                   data-id=\"229\"                   data-width=\"500\"                   data-height=\"350\"                   data-original=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-15-HPE6-A82.jpg?bwg=1645077285\"                   src=\"https:\/\/blog.spotodumps.com\/wp-content\/uploads\/photo-gallery\/imported_from_media_libray\/thumb\/2022-02-15-HPE6-A82.jpg?bwg=1645077285\"                   alt=\"2022-02-15 HPE6-A82\" \/>            <\/div>            <div class=\"bwg-zoom-effect-overlay\">              <div class=\"bwg-title1\"><div class=\"bwg-title2\">2022-02-15 HPE6-A82<\/div><\/div>                                        <\/div>          <\/div>        <\/div>                                <\/a>      <\/div>          <\/div>    <style>      \/*pagination styles*\/      #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {      text-align: center;      font-size: 12px;      font-family: Ubuntu;      font-weight: bold;      color: #666666;      margin: 6px 0 4px;      display: block;      height: 30px;      line-height: 30px;      }      @media only screen and (max-width : 320px) {      #bwg_container1_0 #bwg_container2_0 .displaying-num_0 {      display: none;      }      }      #bwg_container1_0 #bwg_container2_0 .displaying-num_0 {      font-size: 12px;      font-family: Ubuntu;      font-weight: bold;      color: #666666;      margin-right: 10px;      vertical-align: middle;      }      #bwg_container1_0 #bwg_container2_0 .paging-input_0 {      font-size: 12px;      font-family: Ubuntu;      font-weight: bold;      color: #666666;      vertical-align: middle;      }      #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled,      #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:hover,      #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:focus,\t\t\t#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {      cursor: default;      color: rgba(102, 102, 102, 0.5);      }      #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a,      #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {      cursor: pointer;\t\t\t\ttext-align: center;      font-size: 12px;      font-family: Ubuntu;      font-weight: bold;      color: #666666;      text-decoration: none;      padding: 3px 6px;      margin: 0;      border-radius: 0;      border-style: solid;      border-width: 1px;      border-color: #E3E3E3;      background-color: #FFFFFF;      opacity: 1.00;      box-shadow: 0;      transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;      }      <\/style>      <span class=\"bwg_nav_cont_0\">              <div class=\"tablenav-pages_0\">                  <\/div>                <input type=\"hidden\" id=\"page_number_0\" name=\"page_number_0\" value=\"1\" \/>      <script type=\"text\/javascript\">        function spider_page_0(cur, x, y, load_more) {          if (typeof load_more == \"undefined\") {            var load_more = false;          }          if (jQuery(cur).hasClass('disabled')) {            return false;          }          var items_county_0 = 1;          switch (y) {            case 1:              if (x >= items_county_0) {                document.getElementById('page_number_0').value = items_county_0;              }              else {                document.getElementById('page_number_0').value = x + 1;              }              break;            case 2:              document.getElementById('page_number_0').value = items_county_0;              break;            case -1:              if (x == 1) {                document.getElementById('page_number_0').value = 1;              }              else {                document.getElementById('page_number_0').value = x - 1;              }              break;            case -2:              document.getElementById('page_number_0').value = 1;              break;\t\t\t\t\t\tcase 0:              document.getElementById('page_number_0').value = x;              break;            default:              document.getElementById('page_number_0').value = 1;          }          bwg_ajax('gal_front_form_0', '0', 'bwg_thumbnails_0', '0', '', 'gallery', 0, '', '', load_more, '', 1);        }                    jQuery('.first-page-0').on('click', function () {              spider_page_0(this, 1, -2, 'numeric');              return false;            });            jQuery('.prev-page-0').on('click', function () {              spider_page_0(this, 1, -1, 'numeric');              return false;            });            jQuery('.next-page-0').on('click', function () {              spider_page_0(this, 1, 1, 'numeric');              return false;            });            jQuery('.last-page-0').on('click', function () {              spider_page_0(this, 1, 2, 'numeric');              return false;            });        \t\t\t\t\/* Change page on input enter. *\/        function bwg_change_page_0( e, that ) {          if (  e.key == 'Enter' ) {            var to_page = parseInt(jQuery(that).val());            var pages_count = jQuery(that).parents(\".pagination-links\").data(\"pages-count\");            var current_url_param = jQuery(that).attr('data-url-info');            if (to_page > pages_count) {              to_page = 1;            }\t \t\t\t\t\t\t\t\t\t\t\t\tspider_page_0(this, to_page, 0, 'numeric');\t\t\t\t\t\t\treturn false;\t\t\t\t\t\t          }          return true;        }        jQuery('.bwg_load_btn_0').on('click', function () {            spider_page_0(this, 1, 1, true);            return false;        });      <\/script>      <\/span>                <\/div>        <\/form>          <style>          #bwg_container1_0 #bwg_container2_0 #spider_popup_overlay_0 {          background-color: #EEEEEE;          opacity: 0.60;          }          <\/style>        <div id=\"bwg_spider_popup_loading_0\" class=\"bwg_spider_popup_loading\"><\/div>        <div id=\"spider_popup_overlay_0\" class=\"spider_popup_overlay\" onclick=\"spider_destroypopup(1000)\"><\/div>        <input type=\"hidden\" id=\"bwg_random_seed_0\" value=\"1253696347\">                <\/div>    <\/div>    <script>      if (document.readyState === 'complete') {        if( typeof bwg_main_ready == 'function' ) {          if ( jQuery(\"#bwg_container1_0\").height() ) {            bwg_main_ready(jQuery(\"#bwg_container1_0\"));          }        }      } else {        document.addEventListener('DOMContentLoaded', function() {          if( typeof bwg_main_ready == 'function' ) {            if ( jQuery(\"#bwg_container1_0\").height() ) {             bwg_main_ready(jQuery(\"#bwg_container1_0\"));            }          }        });      }    <\/script>    \n","protected":false},"excerpt":{"rendered":"<p>A few weeks ago, I took and passed my very first certification test with the guidence from SPOTO. Wahoo! I figured that those of you who want to take this or any other certification test might find my experience worthwhile, and thus here we are:) I used the test as an opportunity to acquire and&#8230; &raquo; <a class=\"read-more-link\" href=\"https:\/\/blog.spotodumps.com\/index.php\/2022\/07\/22\/how-do-i-prepare-for-microsoft-exam-70-480\/\">read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":4188,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[43],"tags":[1061,243,841,839,838,1063,840,1062,1060],"_links":{"self":[{"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/posts\/4187"}],"collection":[{"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/comments?post=4187"}],"version-history":[{"count":1,"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/posts\/4187\/revisions"}],"predecessor-version":[{"id":4189,"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/posts\/4187\/revisions\/4189"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/media\/4188"}],"wp:attachment":[{"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/media?parent=4187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/categories?post=4187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.spotodumps.com\/index.php\/wp-json\/wp\/v2\/tags?post=4187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}