{"id":14568,"date":"2024-04-09T16:11:36","date_gmt":"2024-04-09T10:41:36","guid":{"rendered":"https:\/\/www.admissify.com\/blog\/?post_type=web-story&#038;p=14568"},"modified":"2024-04-09T18:01:30","modified_gmt":"2024-04-09T12:31:30","slug":"7-degrees-to-target-for-a-job-at-the-silicon-valley","status":"publish","type":"web-story","link":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/","title":{"rendered":"7 Degrees To Target For A Job At Silicon Valley"},"content":{"rendered":"<p><html amp=\"\" lang=\"en\"><head>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script id="bv-lazyload-images" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});var bv_lazyload_event_listener="load",bv_lazyload_events=["mousemove","click","keydown","wheel","touchmove","touchend"],bv_use_srcset_attr=!1,BV_DEBUG_MODE=!1,bv_style_observer,img_observer,picture_lazy_observer,bvImageLazyloadObserverOptions={rootMargin:"200px 0px",threshold:.01};function bvDebugLog(...args){BV_DEBUG_MODE&&console.log(...args)}__name(bvDebugLog,"bvDebugLog"),bv_lazyload_event_listener=="load"?window.addEventListener("load",event=>{handle_lazyload_images()}):bv_lazyload_event_listener=="readystatechange"&&document.addEventListener("readystatechange",event=>{document.readyState==="interactive"&&handle_lazyload_images()});function add_lazyload_image_event_listeners(handle_lazyload_images2){bv_lazyload_events.forEach(function(event){document.addEventListener(event,handle_lazyload_images2,!0)})}__name(add_lazyload_image_event_listeners,"add_lazyload_image_event_listeners");function remove_lazyload_image_event_listeners(){bv_lazyload_events.forEach(function(event){document.removeEventListener(event,handle_lazyload_images,!0)})}__name(remove_lazyload_image_event_listeners,"remove_lazyload_image_event_listeners");function bv_replace_lazyloaded_image_url(element2){let src_value=element2.getAttribute("bv-data-src"),srcset_value=element2.getAttribute("bv-data-srcset"),currentSrc=element2.getAttribute("src");currentSrc&&currentSrc.startsWith("data:image/svg+xml")&&(bv_use_srcset_attr&&srcset_value&&element2.setAttribute("srcset",srcset_value),src_value&&element2.setAttribute("src",src_value))}__name(bv_replace_lazyloaded_image_url,"bv_replace_lazyloaded_image_url");function bv_replace_inline_style_image_url(element2){let bv_style_attr=element2.getAttribute("bv-data-style");if(bvDebugLog(bv_style_attr),bv_style_attr){let currentStyles=element2.getAttribute("style")||"",newStyle=currentStyles+(currentStyles?";":"")+bv_style_attr;element2.setAttribute("style",newStyle)}else bvDebugLog("BV_STYLE_ATTRIBUTE_NOT_FOUND : "+entry)}__name(bv_replace_inline_style_image_url,"bv_replace_inline_style_image_url");function handleLazyloadImages(entries){entries.map(entry2=>{entry2.isIntersecting&&(bv_replace_lazyloaded_image_url(entry2.target),img_observer.unobserve(entry2.target))})}__name(handleLazyloadImages,"handleLazyloadImages");function handleOnscreenInlineStyleImages(entries){entries.map(entry2=>{entry2.isIntersecting&&(bv_replace_inline_style_image_url(entry2.target),bv_style_observer.unobserve(entry2.target))})}__name(handleOnscreenInlineStyleImages,"handleOnscreenInlineStyleImages");function handlePictureTags(entries){entries.map(entry2=>{entry2.isIntersecting&&(bv_replace_picture_tag_url(entry2.target),picture_lazy_observer.unobserve(entry2.target))})}__name(handlePictureTags,"handlePictureTags");function bv_replace_picture_tag_url(element2){const child_elements=element2.children;for(let i=0;i<child_elements.length;i++){let child_elem=child_elements[i],_srcset=child_elem.getAttribute("bv-data-srcset"),_src=child_elem.getAttribute("bv-data-src");_srcset&&child_elem.setAttribute("srcset",_srcset),_src&&child_elem.setAttribute("src",_src),bv_replace_picture_tag_url(child_elem)}}__name(bv_replace_picture_tag_url,"bv_replace_picture_tag_url"),"IntersectionObserver"in window&&(bv_style_observer=new IntersectionObserver(handleOnscreenInlineStyleImages,bvImageLazyloadObserverOptions),img_observer=new IntersectionObserver(handleLazyloadImages,bvImageLazyloadObserverOptions),picture_lazy_observer=new IntersectionObserver(handlePictureTags,bvImageLazyloadObserverOptions));function handle_lazyload_images(){"IntersectionObserver"in window?(document.querySelectorAll(".bv-lazyload-bg-style").forEach(target_element=>{bv_style_observer.observe(target_element)}),document.querySelectorAll(".bv-lazyload-tag-img").forEach(img_element=>{img_observer.observe(img_element)}),document.querySelectorAll(".bv-lazyload-picture").forEach(picture_element=>{picture_lazy_observer.observe(picture_element)})):(document.querySelectorAll(".bv-lazyload-bg-style").forEach(target_element=>{bv_replace_inline_style_image_url(target_element)}),document.querySelectorAll(".bv-lazyload-tag-img").forEach(target_element=>{bv_replace_lazyloaded_image_url(target_element)}),document.querySelectorAll(".bv-lazyload-picture").forEach(picture_element=>{bv_replace_picture_tag_url(element)}))}__name(handle_lazyload_images,"handle_lazyload_images");
</script>

<script id="bv-viewport-image-hydration" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});const BV_VIEWPORT_IMAGE_CLASS="bv-viewport-img",BV_VIEWPORT_IMAGE_SWAP_MODE="src";function getViewportImageDeviceName(){let device_width=window.outerWidth;return device_width<=480?"mobile":device_width<=820?"ipad":device_width<=1536?"desktop":"large"}__name(getViewportImageDeviceName,"getViewportImageDeviceName");function getViewportHydrationAttr(node_element,attr_suffix,device_name){let attr_names=["bv-data-"+device_name+"-"+attr_suffix,"bv-data-large-"+attr_suffix];for(let index=0;index<attr_names.length;index+=1){let attr_value=node_element.getAttribute(attr_names[index]);if(attr_value)return attr_value}return""}__name(getViewportHydrationAttr,"getViewportHydrationAttr");function hydrateViewportImage(node_element){if(!node_element||node_element.getAttribute("bv-viewport-hydrated")==="1")return;let hydrated=!1,device_name=getViewportImageDeviceName(),src_attr=getViewportHydrationAttr(node_element,"src",device_name),srcset_attr=getViewportHydrationAttr(node_element,"srcset",device_name);BV_VIEWPORT_IMAGE_SWAP_MODE==="srcset"&&srcset_attr&&(node_element.setAttribute("srcset",srcset_attr),hydrated=!0),src_attr&&(node_element.setAttribute("src",src_attr),hydrated=!0),hydrated&&node_element.setAttribute("bv-viewport-hydrated","1")}__name(hydrateViewportImage,"hydrateViewportImage");function hydrateViewportImages(){let img_tags=document.querySelectorAll("."+BV_VIEWPORT_IMAGE_CLASS);setTimeout(()=>{img_tags.forEach(img_tag=>{hydrateViewportImage(img_tag)})},0)}__name(hydrateViewportImages,"hydrateViewportImages"),document.readyState==="loading"?document.addEventListener("DOMContentLoaded",hydrateViewportImages):hydrateViewportImages();
</script>

<script id="bv-dl-scripts-list" data-cfasync="false" bv-exclude="true">
var scriptAttrs = [{"attrs":{"defer":true,"data-cfasync":false,"async":false,"src":"\\"https:\\/\\/cdn.ampproject.org\\/v0.js\\"","bv_inline_delayed":false},"bv_unique_id":"D2WQV5zps0slZnpDh3gd","reference":0},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"src":"\\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-story-1.0.js\\"","custom-element":"\\"amp-story\\"","bv_inline_delayed":false},"bv_unique_id":"DwyhWC3ksIsv9c3vNXd2","reference":1},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"src":"\\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-video-0.1.js\\"","custom-element":"\\"amp-video\\"","bv_inline_delayed":false},"bv_unique_id":"6U1pusuJS7uYmbQDMnDh","reference":2},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/ld+json\\"","class":"\\"yoast-schema-graph\\"","bv_inline_delayed":true},"bv_unique_id":"q1AnqXEaAYrzaTyOkNWk","reference":3},{"attrs":{"src":"data:text\/javascript;base64, ZnVuY3Rpb24gYnZfdHJpZ2dlcl9haXJsaWZ0X2V2ZW50KHRhcmdldCwgZXZlbnRfdHlwZSkgewoKICBpZiAoZXZlbnRfdHlwZSA9PT0gInJlYWR5c3RhdGVjaGFuZ2UiKSB7CiAgICBpZiAoYnZfc3RhdGVfY291bnRlciA9PT0gMCkgewogICAgICBidl9zdGF0ZV9jb3VudGVyICs9IDEKICAgICAgYnZfY3VzdG9tX3JlYWR5X3N0YXRlX3ZhbHVlID0gImludGVyYWN0aXZlIgogICAgfSBlbHNlIGlmKGJ2X3N0YXRlX2NvdW50ZXIgPT09IDEpIHsKICAgICAgYnZfc3RhdGVfY291bnRlciArPSAxCiAgICAgIGJ2X2N1c3RvbV9yZWFkeV9zdGF0ZV92YWx1ZSA9ICJjb21wbGV0ZSIKICAgIH0KICB9CgogIGxldCBldmVudF9uYW1lID0gIkFpcmxpZnQiICsgZXZlbnRfdHlwZTsKICBsZXQgc3ludGhldGljRXZlbnQgPSBuZXcgRXZlbnQoZXZlbnRfbmFtZSwgeyBidWJibGVzOiB0cnVlIH0pOwoKICBPYmplY3QuZGVmaW5lUHJvcGVydHkoc3ludGhldGljRXZlbnQsICJ0eXBlIiwgeyBnZXQ6IGZ1bmN0aW9uICgpIHsgcmV0dXJuIGV2ZW50X3R5cGU7IH0sIHNldDogZnVuY3Rpb24gKCkgeyB9IH0pOwogIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShzeW50aGV0aWNFdmVudCwgInRhcmdldCIsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiB0YXJnZXQ7IH0sIHNldDogZnVuY3Rpb24gKCkgeyB9IH0pOwoKICB0YXJnZXQuZGlzcGF0Y2hFdmVudChzeW50aGV0aWNFdmVudCk7Cn0KCmZ1bmN0aW9uIGJ2X2Rpc3BhdGNoRGVsYXllZEV2ZW50cygpIHsKICAgIGJ2X3RyaWdnZXJfYWlybGlmdF9ldmVudChkb2N1bWVudCwgInJlYWR5c3RhdGVjaGFuZ2UiKTsKICAgIGJ2X3RyaWdnZXJfYWlybGlmdF9ldmVudChkb2N1bWVudCwgIkRPTUNvbnRlbnRMb2FkZWQiKTsKCiAgICBzZXRUaW1lb3V0KCgpID0+IHsKICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQoZG9jdW1lbnQsICJyZWFkeXN0YXRlY2hhbmdlIik7CgogICAgICAgIHNldFRpbWVvdXQoKCkgPT4gewogICAgICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQod2luZG93LCAibG9hZCIpOwogICAgICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQod2luZG93LCAicGFnZXNob3ciKTsKICAgICAgICB9LCAwKTsKICAgIH0sIDApOwp9Cgp2YXIgYnZfc3RhdGVfY291bnRlciA9IDAKCmJ2X2Rpc3BhdGNoRGVsYXllZEV2ZW50cygpOwoK","id":"bv-trigger-listener","type":"text\/javascript","defer":true,"async":false},"bv_unique_id":"d6fe9c24159ed4a27d224d91c70f8fdc","reference":100000000}];
</script>
<script id="bv-web-worker" type="javascript/worker" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});self.onmessage=function(e){var counter=e.data.fetch_urls.length;e.data.fetch_urls.forEach(function(fetch_url){loadUrl(fetch_url,function(){console.log("DONE: "+fetch_url),counter=counter-1,counter===0&&self.postMessage({status:"SUCCESS"})})})};async function loadUrl(fetch_url,callback){try{var request=new Request(fetch_url,{mode:"no-cors",redirect:"follow"});await fetch(request),callback()}catch(fetchError){console.log("Fetch Error loading URL:",fetchError);try{var xhr=new XMLHttpRequest;xhr.onerror=callback,xhr.onload=callback,xhr.responseType="blob",xhr.open("GET",fetch_url,!0),xhr.send()}catch(xhrError){console.log("XHR Error loading URL:",xhrError),callback()}}}__name(loadUrl,"loadUrl");
</script>
<script id="bv-web-worker-handler" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});if(typeof scriptAttrs<"u"&&Array.isArray(scriptAttrs)&&scriptAttrs.length>0){const lastElement=scriptAttrs[scriptAttrs.length-1];if(lastElement.attrs&&lastElement.attrs.id==="bv-trigger-listener"){var bv_custom_ready_state_value="loading";Object.defineProperty(document,"readyState",{get:__name(function(){return bv_custom_ready_state_value},"get"),set:__name(function(){},"set")})}}if(typeof scriptAttrs>"u"||!Array.isArray(scriptAttrs))var scriptAttrs=[];if(typeof linkStyleAttrs>"u"||!Array.isArray(linkStyleAttrs))var linkStyleAttrs=[];function isMobileDevice(){return window.innerWidth<=500}__name(isMobileDevice,"isMobileDevice");var js_dom_loaded=!1;document.addEventListener("DOMContentLoaded",()=>{js_dom_loaded=!0});const EVENTS=["mousemove","click","keydown","wheel","touchmove","touchend"];var scriptUrls=[],styleUrls=[],bvEventCalled=!1,workerFinished=!1,functionExec=!1,scriptsInjected=!1,stylesInjected=!1,bv_load_event_fired=!1,autoInjectTimerStarted=!1;const BV_AUTO_INJECT_ENABLED=!0,BV_DESKTOP_AUTO_INJECT_DELAY=4e3,BV_MOBILE_AUTO_INJECT_DELAY=1e4,BV_WORKER_TIMEOUT_DURATION=3e3;scriptAttrs.forEach((scriptAttr,index)=>{scriptAttr.attrs.src&&!scriptAttr.attrs.src.includes("data:text/javascript")&&(scriptUrls[index]=scriptAttr.attrs.src)}),linkStyleAttrs.forEach((linkAttr,index)=>{styleUrls[index]=linkAttr.attrs.href});var fetchUrls=scriptUrls.concat(styleUrls);function addEventListeners(bvEventHandler2){EVENTS.forEach(function(event){document.addEventListener(event,bvEventFired,!0),document.addEventListener(event,bvEventHandler2,!0)})}__name(addEventListeners,"addEventListeners");function removeEventListeners(){EVENTS.forEach(function(event){document.removeEventListener(event,bvEventHandler,!0)})}__name(removeEventListeners,"removeEventListeners");function bvEventFired(){bvEventCalled||(bvEventCalled=!0,workerFinished=!0)}__name(bvEventFired,"bvEventFired");function bvGetElement(attributes,element){Object.keys(attributes).forEach(function(attr){attr==="async"?element.async=attributes[attr]:attr==="innerHTML"?element.innerHTML=atob(attributes[attr]):element.setAttribute(attr,attributes[attr])})}__name(bvGetElement,"bvGetElement");function bvAddElement(attr,element){var attributes=attr.attrs;if(attributes.bv_inline_delayed){let bvScriptId=attr.bv_unique_id,bvScriptElement=document.querySelector("[bv_unique_id='"+bvScriptId+"']");bvScriptElement?(!attributes.innerHTML&&!attributes.src&&bvScriptElement.textContent.trim()!==""&&(attributes.src="data:text/javascript;base64, "+btoa(unescape(encodeURIComponent(bvScriptElement.textContent)))),bvGetElement(attributes,element),bvScriptElement.after(element)):console.log(`Script not found for ${bvScriptId}`)}else{bvGetElement(attributes,element);var templateId=attr.bv_unique_id,targetElement=document.querySelector("[id='"+templateId+"']");targetElement&&targetElement.after(element)}}__name(bvAddElement,"bvAddElement");function injectStyles(){if(stylesInjected){console.log("Styles already injected, skipping");return}stylesInjected=!0,document.querySelectorAll('style[type="bv_inline_delayed_css"], template[id]').forEach(element=>{if(element.tagName.toLowerCase()==="style"){var new_style=document.createElement("style");new_style.type="text/css",new_style.textContent=element.textContent,element.after(new_style),new_style.parentNode?element.remove():console.log("PARENT NODE NOT FOUND")}else if(element.tagName.toLowerCase()==="template"){var templateId=element.id,linkStyleAttr=linkStyleAttrs.find(attr=>attr.bv_unique_id===templateId);if(linkStyleAttr){var link=document.createElement("link");bvAddElement(linkStyleAttr,link),element.parentNode&&element.parentNode.replaceChild(link,element),console.log("EXTERNAL STYLE ADDED")}else console.log(`No linkStyleAttr found for template ID ${templateId}`)}}),linkStyleAttrs.forEach((linkStyleAttr,index)=>{console.log("STYLE ADDED");var element=document.createElement("link");bvAddElement(linkStyleAttr,element)})}__name(injectStyles,"injectStyles");function injectScripts(){if(scriptsInjected){console.log("Scripts already injected, skipping");return}scriptsInjected=!0;let last_script_element;scriptAttrs.forEach((scriptAttr,index)=>{if(bv_custom_ready_state_value==="loading"&&scriptAttr.attrs&&scriptAttr.attrs.is_first_defer_element===!0)if(last_script_element){const readyStateScript=document.createElement("script");readyStateScript.src="data:text/javascript;base64, "+btoa(unescape(encodeURIComponent("bv_custom_ready_state_value = 'interactive';"))),readyStateScript.async=!1,last_script_element.after(readyStateScript)}else bv_custom_ready_state_value="interactive",console.log('Ready state manually set to "interactive"');console.log("JS ADDED");var element=document.createElement("script");last_script_element=element,bvAddElement(scriptAttr,element)})}__name(injectScripts,"injectScripts");function bvEventHandler(){console.log("EVENT FIRED"),js_dom_loaded&&bvEventCalled&&workerFinished&&!functionExec&&(functionExec=!0,injectStyles(),injectScripts(),removeEventListeners())}__name(bvEventHandler,"bvEventHandler");function autoInjectScriptsAfterLoad(){js_dom_loaded&&workerFinished&&!scriptsInjected&&!stylesInjected&&(console.log("Auto-injecting styles and scripts after timer"),injectStyles(),injectScripts())}__name(autoInjectScriptsAfterLoad,"autoInjectScriptsAfterLoad");function startAutoInjectTimer(){if(BV_AUTO_INJECT_ENABLED&&!autoInjectTimerStarted&&bv_load_event_fired&&!bvEventCalled){autoInjectTimerStarted=!0;var delay=isMobileDevice()?BV_MOBILE_AUTO_INJECT_DELAY:BV_DESKTOP_AUTO_INJECT_DELAY;console.log("Starting auto-inject timer with delay: "+delay+"ms"),setTimeout(function(){autoInjectScriptsAfterLoad()},delay)}}__name(startAutoInjectTimer,"startAutoInjectTimer"),addEventListeners(bvEventHandler);var requestObject=window.URL||window.webkitURL,bvWorker=new Worker(requestObject.createObjectURL(new Blob([document.getElementById("bv-web-worker").textContent],{type:"text/javascript"})));bvWorker.onmessage=function(e){e.data.status==="SUCCESS"&&(console.log("WORKER_FINISHED"),workerFinished=!0,bvEventHandler(),startAutoInjectTimer())},addEventListener("load",()=>{bvEventHandler(),bv_call_fetch_urls(),bv_load_event_fired=!0});function bv_call_fetch_urls(){!bv_load_event_fired&&!workerFinished&&(bvWorker.postMessage({fetch_urls:fetchUrls}),bv_initiate_worker_timer())}__name(bv_call_fetch_urls,"bv_call_fetch_urls"),setTimeout(function(){bv_call_fetch_urls()},5e3);function bv_initiate_worker_timer(){setTimeout(function(){workerFinished||(console.log("WORKER_TIMEDOUT"),workerFinished=!0,bvWorker.terminate()),bvEventHandler(),startAutoInjectTimer()},BV_WORKER_TIMEOUT_DURATION)}__name(bv_initiate_worker_timer,"bv_initiate_worker_timer");
</script>
<meta charSet=\"utf-8\"\/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"\/><template id="D2WQV5zps0slZnpDh3gd"></template><\/script><template id="DwyhWC3ksIsv9c3vNXd2"></template><\/script><template id="6U1pusuJS7uYmbQDMnDh"></template><\/script><link href=\"https:\/\/fonts.googleapis.com\/css2?display=swap&amp;family=Lora%3Awght%40400%3B700\" rel=\"stylesheet\"\/><link href=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad.jpg\" rel=\"preload\" as=\"image\"\/>\n<style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}<\/style>\n<p><noscript><\/p>\n<style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}<\/style>\n<p><\/noscript><\/p>\n<style amp-custom=\"\">\n              h1, h2, h3 { font-weight: normal; }<\/p>\n<p>              amp-story-page {\n                background-color: #131516;\n              }<\/p>\n<p>              amp-story-grid-layer {\n                overflow: visible;\n              }<\/p>\n<p>              @media (max-aspect-ratio: 9 \/ 16)  {\n                @media (min-aspect-ratio: 320 \/ 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% \/ 0.5625 - 100% \/ 0.6666666666666666) \/ 2);\n                  }\n                }\n              }<\/p>\n<p>              @media not all and (min-resolution:.001dpcm) {\n                @media {\n                  p.text-wrapper > span {\n                    font-size: calc(100% - 0.5px);\n                  }\n                }\n              }<\/p>\n<p>              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% \/ 2);\n              }<\/p>\n<p>              .element-overlay-area {\n                position: absolute;\n                width: 100%;\n                height: 100%;\n                top: 0;\n                left: 0;\n              }<\/p>\n<p>              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }<\/p>\n<p>              .mask {\n                position: absolute;\n                overflow: hidden;\n              }<\/p>\n<p>              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }<\/p>\n<p>              @media (prefers-reduced-motion: no-preference) {\n                .animation-wrapper {\n                  opacity: var(--initial-opacity);\n                  transform: var(--initial-transform);\n                }\n              }<\/p>\n<p>              amp-story-grid-layer.align-bottom {\n                align-content: end;\n                padding: 0;\n                \/* \n                  AMP CTA Layer will exactly occupy 74px regardless of any device.\n                  To space out captions 74px from the BOTTOM (AMP CTA Layer),\n                  74px from the TOP should also be spaced out and thus: 2 * 74px\n                  will be the desired max-height.\n                *\/\n                max-height: calc(100vh - (2 * 74px));\n              }<\/p>\n<p>              .captions-area {\n                padding: 0 32px 0;\n              }<\/p>\n<p>              amp-story-captions {\n                margin-bottom: 16px;\n                text-align: center;\n              }\n              <\/style>\n<p><meta name=\"web-stories-replace-head-start\"\/><title>7 Degrees To Target For A Job At Silicon Valley<\/title><link rel=\"canonical\" href=\"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/\"\/><meta name=\"web-stories-replace-head-end\"\/><\/head><body><amp-story standalone=\"\" publisher=\"Admissify\" publisher-logo-src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2023\/10\/Favicon.jpg\" title=\"7 Degrees To Target For A Job At Silicon Valley\" poster-portrait-src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg\"><amp-story-page id=\"11a21883-e44d-41e8-9514-6072dd3c2973\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#dad8d3\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-0e9c2089-e6dd-4153-9137-37cc57d94a1d\">\n<div style=\"position:absolute;width:133.38544%;height:100%;left:-18.77605%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad.jpg\" alt=\"7 easy strategies to get a job while studying abroad\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad.jpg 640w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-350x466.jpg 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-225x300.jpg 225w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-150x200.jpg 150w\" sizes=\"(min-width: 1024px) 60vh, 133vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:1.21359%;top:66.50485%;width:97.3301%;height:28.64078%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.4987531172069825% 0.4987531172069825% 0.4987531172069825% 0.4987531172069825% \/ 1.1299435028248588% 1.1299435028248588% 1.1299435028248588% 1.1299435028248588%\" id=\"el-7946fe2b-555b-469c-8bd2-ac78eec8a774\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.084788029925187% 0;font-family:&quot;Lora&quot;,serif;font-size:0.550162em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\">7 Degrees To Target For A Job At The Silicon Valley<br \/>\n<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:39.56311%;top:101.13269%;width:22.81553%;height:4.04531%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-d44e44d3-3692-4206-9a02-05217a0d2a75\">\n<div style=\"position:absolute;width:100%;height:100.63551%;left:0%;top:-0.31776%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign.png\" alt=\"logo redesign\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign.png 3669w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-2048x548.png 2048w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-1536x411.png 1536w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-1024x274.png 1024w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-910x244.png 910w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-768x206.png 768w\" sizes=\"(min-width: 1024px) 10vh, 23vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:11.65049%;top:92.0712%;width:76.45631%;height:6.14887%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.6349206349206349% 0.6349206349206349% 0.6349206349206349% 0.6349206349206349% \/ 5.263157894736842% 5.263157894736842% 5.263157894736842% 5.263157894736842%\" id=\"el-15b992f6-ab96-4682-af97-c186a4c2c79d\">\n<p class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.19047619047619035% 0;font-family:&quot;Lora&quot;,serif;font-size:0.242718em;line-height:1.2;text-align:center;padding:0;color:#000000\"><span><span style=\"color: #fff\">Published by<\/span><br \/>\n<span style=\"color: #fff\">Gaurav Kandari | April 09, 2024<\/span><\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"1591ba3c-148c-4421-99fe-916471780f86\" auto-advance-after=\"el-141b6b8a-d63f-4b70-828a-03776284aade-media\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#4f4446\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-141b6b8a-d63f-4b70-828a-03776284aade\">\n<div style=\"position:absolute;width:316.04939%;height:100%;left:-148.99692%;top:0%\" data-leaf-element=\"true\"><amp-video autoPlay=\"autoplay\" poster=\"https:\/\/cdn.coverr.co\/videos\/coverr-typing-on-a-laptop-keyboard-8013\/thumbnail?width=1920\" artwork=\"https:\/\/cdn.coverr.co\/videos\/coverr-typing-on-a-laptop-keyboard-8013\/thumbnail?width=1920\" title=\"Close-up of a young man typing on a laptop keyboard.\" alt=\"Close-up of a young man typing on a laptop keyboard.\" layout=\"fill\" noaudio=\"noaudio\" id=\"el-141b6b8a-d63f-4b70-828a-03776284aade-media\"><source type=\"video\/mp4\" src=\"https:\/\/cdn.coverr.co\/videos\/coverr-typing-on-a-laptop-keyboard-8013\/1080p.mp4\"\/><\/amp-video><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:11.16505%;top:65.85761%;width:77.18447%;height:6.31068%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.628930817610063% 0.628930817610063% 0.628930817610063% 0.628930817610063% \/ 5.128205128205128% 5.128205128205128% 5.128205128205128% 5.128205128205128%\" id=\"el-471e6de4-7df4-48d6-b0da-3e15011b869a\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.09433962264150966% 0;font-family:&quot;Lora&quot;,serif;font-size:0.485437em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #ffbc35\">Computer Science<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:7.52427%;top:73.78641%;width:91.01942%;height:27.6699%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5333333333333333% 0.5333333333333333% 0.5333333333333333% 0.5333333333333333% \/ 1.1695906432748537% 1.1695906432748537% 1.1695906432748537% 1.1695906432748537%\" id=\"el-0be1b134-9d3f-4ff5-8d1e-b1b50433fae4\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.05866666666666684% 0;font-family:&quot;Lora&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:left;padding:0;color:#000000\"><span><span style=\"color: #fff\">The core prerequisite of information technology, is learning how to code and how to solve problems, thus being an essential requirement if you are thinking of getting into Computer Science.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"e05dffaa-4fde-42a2-a106-7d58a675396c\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#f3f3f3\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-5e27b3d1-f4c6-4403-ad66-819f26b5c214\">\n<div style=\"position:absolute;width:267.19109%;height:100%;left:-83.59554%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&amp;ixlib=rb-4.0.3&amp;fm=jpg&amp;w=4076&amp;h=2712&amp;fit=max\" alt=\"person using MacBook Pro\" srcSet=\"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&amp;ixlib=rb-4.0.3&amp;fm=jpg&amp;w=4076&amp;h=2712&amp;fit=max 4076w,https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&amp;ixlib=rb-4.0.3&amp;fm=jpg&amp;w=3260&amp;h=2169&amp;fit=max 3260w,https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&amp;ixlib=rb-4.0.3&amp;fm=jpg&amp;w=2445&amp;h=1627&amp;fit=max 2445w,https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&amp;ixlib=rb-4.0.3&amp;fm=jpg&amp;w=1630&amp;h=1085&amp;fit=max 1630w,https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&amp;ixlib=rb-4.0.3&amp;fm=jpg&amp;w=815&amp;h=542&amp;fit=max 815w,https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&amp;ixlib=rb-4.0.3&amp;fm=jpg&amp;w=340&amp;h=226&amp;fit=max 340w\" sizes=\"(min-width: 1024px) 121vh, 268vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:11.65049%;top:66.99029%;width:72.81553%;height:6.31068%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.6666666666666667% 0.6666666666666667% 0.6666666666666667% 0.6666666666666667% \/ 5.128205128205128% 5.128205128205128% 5.128205128205128% 5.128205128205128%\" id=\"el-d646b3fa-3b34-4cb7-8804-67da6f163426\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.10000000000000024% 0;font-family:&quot;Lora&quot;,serif;font-size:0.485437em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #ffbc35\">Data Science<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:6.79612%;top:77.02265%;width:91.74757%;height:23.13916%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5291005291005291% 0.5291005291005291% 0.5291005291005291% 0.5291005291005291% \/ 1.3986013986013985% 1.3986013986013985% 1.3986013986013985% 1.3986013986013985%\" id=\"el-9eb58d1b-9197-4907-a06c-e250b73259a2\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.05820105820105837% 0;font-family:&quot;Lora&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:left;padding:0;color:#000000\"><span><span style=\"color: #fff\">Dive right into a world of big data and learn to apply statistical and machine learning techniques to extract the needed information from large datasets.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"10bc7071-fc1a-465b-a212-80814d2b2e88\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#5d87cc\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-12006d12-a88f-4e0a-8085-3393271ec9dc\">\n<div style=\"position:absolute;width:248.68725%;height:100%;left:-74.34363%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51.png 740w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-350x250.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-320x228.png 320w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-300x214.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-250x180.png 250w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-150x107.png 150w\" sizes=\"(min-width: 1024px) 112vh, 249vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:11.65049%;top:66.01942%;width:77.6699%;height:5.50162%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.625% 0.625% 0.625% 0.625% \/ 5.88235294117647% 5.88235294117647% 5.88235294117647% 5.88235294117647%\" id=\"el-c84835f9-4376-41e8-81f5-a886a633d362\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.08437499999999987% 0;font-family:&quot;Lora&quot;,serif;font-size:0.436893em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #ffbc35\">AI Engineering<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:5.09709%;top:73.46278%;width:92.47573%;height:29.93528%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5249343832020997% 0.5249343832020997% 0.5249343832020997% 0.5249343832020997% \/ 1.0810810810810811% 1.0810810810810811% 1.0810810810810811% 1.0810810810810811%\" id=\"el-8c5a805a-6cd6-4ac6-bc74-87b760e677ad\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.06299212598425248% 0;font-family:&quot;Lora&quot;,serif;font-size:0.388350em;line-height:1.3;text-align:left;padding:0;color:#000000\"><span><span style=\"color: #fff\">Get familiar with the ever-advancing frontier of artificial intelligence, which includes how to design and create systems that can make their decisions independently.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"ccd1311e-9c6a-4f83-a8e6-59a080b27998\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#323a5e\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-7cd184e5-24ef-468d-bc6b-55697cf50ed9\">\n<div style=\"position:absolute;width:100%;height:100%;left:0%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today.jpg\" alt=\"Book a Free counselling today\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today.jpg 720w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-576x1024.jpg 576w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-350x622.jpg 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-169x300.jpg 169w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-150x267.jpg 150w\" sizes=\"(min-width: 1024px) 45vh, 100vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\"><\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-page-outlink layout=\"nodisplay\"><a href=\"https:\/\/www.admissify.com\/in\/study-abroad-for-top-universities\/\" rel=\"\">Book Free Counseling<\/a><\/amp-story-page-outlink><\/amp-story-page><amp-story-page id=\"34113e7a-0fbd-41b2-9837-f2296f877080\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#07334a\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-26104863-5bb1-460e-998d-05308b5f0627\">\n<div style=\"position:absolute;width:266.50535%;height:100%;left:-83.25267%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52.png 826w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-768x512.png 768w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-350x233.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-300x200.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-150x100.png 150w\" sizes=\"(min-width: 1024px) 120vh, 267vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:11.40777%;top:66.01942%;width:77.6699%;height:5.66343%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.625% 0.625% 0.625% 0.625% \/ 5.714285714285714% 5.714285714285714% 5.714285714285714% 5.714285714285714%\" id=\"el-8e6883cd-781e-4777-a26c-2781b54f0f81\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.08437499999999987% 0;font-family:&quot;Lora&quot;,serif;font-size:0.436893em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #ffbc35\">Information Systems<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:9.95146%;top:75.08091%;width:85.43689%;height:24.91909%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5681818181818182% 0.5681818181818182% 0.5681818181818182% 0.5681818181818182% \/ 1.2987012987012987% 1.2987012987012987% 1.2987012987012987% 1.2987012987012987%\" id=\"el-24cefcb1-e115-45a1-bb12-99f0aeb3becd\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.06818181818181875% 0;font-family:&quot;Lora&quot;,serif;font-size:0.388350em;line-height:1.3;text-align:left;padding:0;color:#000000\"><span><span style=\"color: #fff\">Become an expert in the field of managing and analyzing information, tying this process to optimize organizational processes.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"996d73fa-c84b-43a2-8063-b7cef355c46f\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#1d232f\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-26104863-5bb1-460e-998d-05308b5f0627\">\n<div style=\"position:absolute;width:177.77778%;height:100%;left:-38.88889%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53.png 740w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-350x350.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-300x300.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-150x150.png 150w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-96x96.png 96w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-75x75.png 75w\" sizes=\"(min-width: 1024px) 80vh, 178vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:11.8932%;top:61.16505%;width:75.72816%;height:5.66343%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.641025641025641% 0.641025641025641% 0.641025641025641% 0.641025641025641% \/ 5.714285714285714% 5.714285714285714% 5.714285714285714% 5.714285714285714%\" id=\"el-1d6ca2bc-5280-4910-994a-41ec6f681b12\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.0865384615384614% 0;font-family:&quot;Lora&quot;,serif;font-size:0.436893em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #ffbc35\">Cybersecurity<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:9.95146%;top:70.22654%;width:85.43689%;height:35.27508%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5681818181818182% 0.5681818181818182% 0.5681818181818182% 0.5681818181818182% \/ 0.9174311926605505% 0.9174311926605505% 0.9174311926605505% 0.9174311926605505%\" id=\"el-eb16df1e-1122-4e0f-b67d-ba78918ec2fb\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.06818181818181875% 0;font-family:&quot;Lora&quot;,serif;font-size:0.388350em;line-height:1.3;text-align:left;padding:0;color:#000000\"><span><span style=\"color: #fff\">Developing digital protection in our globally interconnected space is dealing with techniques that provide security from malicious attacks and prevent data and systems from being compromised.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"189a51cb-2a3b-4b23-9553-7ea37776dea0\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#d8d0c7\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-26104863-5bb1-460e-998d-05308b5f0627\">\n<div style=\"position:absolute;width:266.50535%;height:100%;left:-97.14156%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16.png 826w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-768x512.png 768w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-350x233.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-300x200.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-150x100.png 150w\" sizes=\"(min-width: 1024px) 120vh, 267vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:9.95146%;top:69.25566%;width:78.39806%;height:5.66343%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.6191950464396285% 0.6191950464396285% 0.6191950464396285% 0.6191950464396285% \/ 5.714285714285714% 5.714285714285714% 5.714285714285714% 5.714285714285714%\" id=\"el-a73987f2-aab8-4691-bf72-4bb5539c4197\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.08359133126934971% 0;font-family:&quot;Lora&quot;,serif;font-size:0.436893em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #ffbc35\">MSBA<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:3.8835%;top:76.53722%;width:92.47573%;height:24.91909%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5249343832020997% 0.5249343832020997% 0.5249343832020997% 0.5249343832020997% \/ 1.2987012987012987% 1.2987012987012987% 1.2987012987012987% 1.2987012987012987%\" id=\"el-3981978c-7b5b-4401-bebc-83eb951d719c\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.06299212598425248% 0;font-family:&quot;Lora&quot;,serif;font-size:0.388350em;line-height:1.3;text-align:left;padding:0;color:#000000\"><span><span style=\"color: #fff\">Combine business acumen with analytics skills, use data to inform decisions, and access a competitive advantage in the digital landscape.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"e5878c15-b7f0-43f1-9a47-035e1770fc4c\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#a79483\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-e2fccb33-23d4-4526-907e-24dfad07cf58\">\n<div style=\"position:absolute;width:118.51852%;height:100%;left:-9.25926%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54.png 360w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-350x525.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-200x300.png 200w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-150x225.png 150w\" sizes=\"(min-width: 1024px) 53vh, 119vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:11.40777%;top:64.07767%;width:77.6699%;height:5.66343%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.625% 0.625% 0.625% 0.625% \/ 5.714285714285714% 5.714285714285714% 5.714285714285714% 5.714285714285714%\" id=\"el-caacd5c3-fd15-4557-9cde-42ebada9ac79\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.08437499999999987% 0;font-family:&quot;Lora&quot;,serif;font-size:0.436893em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #ffbc35\">Graphic Design<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:5.09709%;top:72.81553%;width:92.96117%;height:17.63754%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5221932114882507% 0.5221932114882507% 0.5221932114882507% 0.5221932114882507% \/ 1.834862385321101% 1.834862385321101% 1.834862385321101% 1.834862385321101%\" id=\"el-05ff62e5-bcd9-47d6-9607-b25d8df25e00\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:-0.054830287206266544% 0;font-family:&quot;Lora&quot;,serif;font-size:0.339806em;line-height:1.3;text-align:left;padding:0;color:#000000\"><span><span style=\"color: #fff\">Art blended with technology, here you will master visual communication skills essential for crafting compelling user experiences and interfaces.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-page-outlink layout=\"nodisplay\" cta-image=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/01\/10-Most-In-demand-Jobs-in-UK-for-International-Students-In-2024.jpg\"><a href=\"https:\/\/www.admissify.com\/blog\/part-time-jobs-in-canada-for-international-students\/\" rel=\"\">Read more<\/a><\/amp-story-page-outlink><\/amp-story-page><\/amp-story><\/body><\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Data Science: Dive right into a world of big data and learn to apply statistical and machine learning techniques to extract the needed information from large datasets.<\/p>\n","protected":false},"author":4,"featured_media":14574,"template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":"","web_stories_publisher_logo":10252,"web_stories_poster":[],"web_stories_products":[],"footnotes":""},"web_story_category":[],"web_story_tag":[],"class_list":["post-14568","web-story","type-web-story","status-publish","has-post-thumbnail","hentry"],"yoast_head":"\n<title>7 Degrees To Target For A Job At Silicon Valley | Admissify Blog<\/title>\n<meta name=\"description\" content=\"Data Science: Dive right into a world of big data and learn to apply statistical and machine learning techniques to extract the needed information from large datasets.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"7 Degrees To Target For A Job At Silicon Valley | Admissify Blog\" \/>\n<meta property=\"og:description\" content=\"Data Science: Dive right into a world of big data and learn to apply statistical and machine learning techniques to extract the needed information from large datasets.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/\" \/>\n<meta property=\"og:site_name\" content=\"Admissify Blog\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-09T12:31:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"853\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/\"},\"author\":{\"name\":\"Gaurav Kandari\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#\\\/schema\\\/person\\\/7f0fd73aa5a3ea4ee67952d71a9c4225\"},\"headline\":\"7 Degrees To Target For A Job At Silicon Valley\",\"datePublished\":\"2024-04-09T10:41:36+00:00\",\"dateModified\":\"2024-04-09T12:31:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/\"},\"wordCount\":211,\"image\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/\",\"url\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/\",\"name\":\"7 Degrees To Target For A Job At Silicon Valley | Admissify Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg\",\"datePublished\":\"2024-04-09T10:41:36+00:00\",\"dateModified\":\"2024-04-09T12:31:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg\",\"width\":640,\"height\":853,\"caption\":\"7 Degrees To Target For A Job At The Silicon Valley\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/7-degrees-to-target-for-a-job-at-the-silicon-valley\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stories\",\"item\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"7 Degrees To Target For A Job At Silicon Valley\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/\",\"name\":\"Admissify\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#\\\/schema\\\/person\\\/7f0fd73aa5a3ea4ee67952d71a9c4225\",\"name\":\"Gaurav Kandari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g\",\"caption\":\"Gaurav Kandari\"},\"description\":\"Gaurav Kandari is SEO Specialist with 4 years of experience in on-page, off-page, and technical SEO. Passionate about driving organic growth, boosting search rankings, and delivering measurable results.\"}]}<\/script>\n","yoast_head_json":{"title":"7 Degrees To Target For A Job At Silicon Valley | Admissify Blog","description":"Data Science: Dive right into a world of big data and learn to apply statistical and machine learning techniques to extract the needed information from large datasets.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/","og_locale":"en_US","og_type":"article","og_title":"7 Degrees To Target For A Job At Silicon Valley | Admissify Blog","og_description":"Data Science: Dive right into a world of big data and learn to apply statistical and machine learning techniques to extract the needed information from large datasets.","og_url":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/","og_site_name":"Admissify Blog","article_modified_time":"2024-04-09T12:31:30+00:00","og_image":[{"width":640,"height":853,"url":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/#article","isPartOf":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/"},"author":{"name":"Gaurav Kandari","@id":"https:\/\/www.admissify.com\/blog\/#\/schema\/person\/7f0fd73aa5a3ea4ee67952d71a9c4225"},"headline":"7 Degrees To Target For A Job At Silicon Valley","datePublished":"2024-04-09T10:41:36+00:00","dateModified":"2024-04-09T12:31:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/"},"wordCount":211,"image":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/#primaryimage"},"thumbnailUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/","url":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/","name":"7 Degrees To Target For A Job At Silicon Valley | Admissify Blog","isPartOf":{"@id":"https:\/\/www.admissify.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/#primaryimage"},"image":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/#primaryimage"},"thumbnailUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg","datePublished":"2024-04-09T10:41:36+00:00","dateModified":"2024-04-09T12:31:30+00:00","breadcrumb":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/#primaryimage","url":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg","contentUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg","width":640,"height":853,"caption":"7 Degrees To Target For A Job At The Silicon Valley"},{"@type":"BreadcrumbList","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/7-degrees-to-target-for-a-job-at-the-silicon-valley\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.admissify.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Stories","item":"https:\/\/www.admissify.com\/blog\/web-stories\/"},{"@type":"ListItem","position":3,"name":"7 Degrees To Target For A Job At Silicon Valley"}]},{"@type":"WebSite","@id":"https:\/\/www.admissify.com\/blog\/#website","url":"https:\/\/www.admissify.com\/blog\/","name":"Admissify","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.admissify.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.admissify.com\/blog\/#\/schema\/person\/7f0fd73aa5a3ea4ee67952d71a9c4225","name":"Gaurav Kandari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g","caption":"Gaurav Kandari"},"description":"Gaurav Kandari is SEO Specialist with 4 years of experience in on-page, off-page, and technical SEO. Passionate about driving organic growth, boosting search rankings, and delivering measurable results."}]}},"story_data":{"version":47,"pages":[{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":320,"height":427,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"0e9c2089-e6dd-4153-9137-37cc57d94a1d","scale":100,"focalX":51.5618896484375,"focalY":50,"resource":{"type":"image","mimeType":"image\/jpeg","width":640,"height":853,"sizes":{"medium":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-225x300.jpg","width":225,"height":300,"filesize":17952,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-225x300.jpg"},"thumbnail":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-150x150.jpg","width":150,"height":150,"filesize":7615,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-150x150.jpg"},"quemag-wp-thumbnail-comments":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-350x466.jpg","width":350,"height":466,"filesize":33877,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-350x466.jpg"},"quemag-wp-thumbnail-module-grid":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-242x180.jpg","width":242,"height":180,"filesize":12981,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-242x180.jpg"},"quemag-wp-thumbnail-widget-big":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-250x180.jpg","width":250,"height":180,"filesize":13302,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-250x180.jpg"},"quemag-wp-thumbnail-widget-small":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-75x75.jpg","width":75,"height":75,"filesize":3079,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-75x75.jpg"},"quemag-wp-thumbnail-blog-featured":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-640x490.jpg","width":640,"height":490,"filesize":63019,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-640x490.jpg"},"quemag-wp-thumbnail-blog-featured-small":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-320x228.jpg","width":320,"height":228,"filesize":19636,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-320x228.jpg"},"quemag-wp-thumbnail-blog-list":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-300x225.jpg","width":300,"height":225,"filesize":17776,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-300x225.jpg"},"web-stories-publisher-logo":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-96x96.jpg","width":96,"height":96,"filesize":4011,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-96x96.jpg"},"web-stories-thumbnail":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad-150x200.jpg","width":150,"height":200,"filesize":9505,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad-150x200.jpg"},"full":{"file":"7-easy-strategies-to-get-a-job-while-studying-abroad.jpg","width":640,"height":853,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad.jpg"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#dad8d3","blurHash":"ULM7oq4.D%4o_NIA%Le-XSi^NG-pI9kWxbbc","creationDate":"2024-04-04T06:54:54","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-easy-strategies-to-get-a-job-while-studying-abroad.jpg","id":14415,"alt":"7 easy strategies to get a job while studying abroad","local":false},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.6}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":34,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">7 Degrees To Target For A Job At The Silicon Valley\n<\/span>","x":5,"y":411,"width":401,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"type":"text","height":177,"id":"7946fe2b-555b-469c-8bd2-ac78eec8a774"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":false,"scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":3669,"height":982,"sizes":{"medium":{"file":"logo-redesign-300x80.png","width":300,"height":80,"filesize":14896,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-300x80.png"},"large":{"file":"logo-redesign-1024x274.png","width":1024,"height":274,"filesize":128785,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-1024x274.png"},"thumbnail":{"file":"logo-redesign-150x150.png","width":150,"height":150,"filesize":12644,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-150x150.png"},"medium_large":{"file":"logo-redesign-768x206.png","width":768,"height":206,"filesize":58214,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-768x206.png"},"1536x1536":{"file":"logo-redesign-1536x411.png","width":1536,"height":411,"filesize":222755,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-1536x411.png"},"2048x2048":{"file":"logo-redesign-2048x548.png","width":2048,"height":548,"filesize":497549,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-2048x548.png"},"quemag-wp-thumbnail-comments":{"file":"logo-redesign-350x94.png","width":350,"height":94,"filesize":21299,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-350x94.png"},"quemag-wp-thumbnail-module-grid":{"file":"logo-redesign-242x180.png","width":242,"height":180,"filesize":17343,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"logo-redesign-250x180.png","width":250,"height":180,"filesize":23678,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"logo-redesign-75x75.png","width":75,"height":75,"filesize":4003,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-75x75.png"},"quemag-wp-thumbnail-single-image":{"file":"logo-redesign-910x244.png","width":910,"height":244,"filesize":116039,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-910x244.png"},"quemag-wp-thumbnail-blog-featured":{"file":"logo-redesign-670x490.png","width":670,"height":490,"filesize":160260,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"logo-redesign-320x228.png","width":320,"height":228,"filesize":36966,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"logo-redesign-300x225.png","width":300,"height":225,"filesize":36220,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-300x225.png"},"web-stories-poster-portrait":{"file":"logo-redesign-640x853.png","width":640,"height":853,"filesize":256430,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-640x853.png"},"web-stories-publisher-logo":{"file":"logo-redesign-96x96.png","width":96,"height":96,"filesize":5452,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-96x96.png"},"web-stories-thumbnail":{"file":"logo-redesign-150x40.png","width":150,"height":40,"filesize":5634,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign-150x40.png"},"full":{"file":"logo-redesign.png","width":3669,"height":982,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#fcac34","blurHash":"UDIgAJ-UROofu%$f?GxD1B%0$K$%03s,%0xD","creationDate":"2024-04-02T07:54:04","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/logo-redesign.png","id":14375,"alt":"logo redesign","local":false},"type":"image","x":163,"y":625,"width":94,"height":25,"mask":{"type":"rectangle","showInLibrary":true,"name":"Rectangle","path":"M 0,0 1,0 1,1 0,1 0,0 Z","ratio":1,"supportsBorder":true},"id":"d44e44d3-3692-4206-9a02-05217a0d2a75"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":15,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.2,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Published by<\/span>\n<span style=\"color: #fff\">Gaurav Kandari | April 09, 2024<\/span>","x":48,"y":569,"width":315,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"type":"text","height":38,"id":"15b992f6-ab96-4682-af97-c186a4c2c79d"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"id":"11a21883-e44d-41e8-9514-6072dd3c2973","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"c6e49a50-ebad-4add-b2ed-c22ca64d0bbb"},"animations":[]},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":185,"mask":{"type":"rectangle"},"isBackground":true,"type":"video","id":"141b6b8a-d63f-4b70-828a-03776284aade","scale":100,"focalX":62.9638671875,"focalY":50,"resource":{"type":"video","mimeType":"video\/mp4","width":3840,"height":2160,"sizes":{"full":{"file":"media\/coverr:WY1Qd1RW2K","sourceUrl":"https:\/\/cdn.coverr.co\/videos\/coverr-typing-on-a-laptop-keyboard-8013\/1080p.mp4","mimeType":"video\/mp4","width":3840,"height":2160},"preview":{"file":"media\/coverr:WY1Qd1RW2K","sourceUrl":"https:\/\/cdn.coverr.co\/videos\/coverr-typing-on-a-laptop-keyboard-8013\/360p.mp4","mimeType":"video\/mp4","width":640,"height":360}},"isPlaceholder":false,"isExternal":true,"needsProxy":false,"id":"media\/coverr:WY1Qd1RW2K","baseColor":"#4f4446","creationDate":"2022-08-30T13:17:23Z","src":"https:\/\/cdn.coverr.co\/videos\/coverr-typing-on-a-laptop-keyboard-8013\/1080p.mp4","alt":"Close-up of a young man typing on a laptop keyboard.","poster":"https:\/\/cdn.coverr.co\/videos\/coverr-typing-on-a-laptop-keyboard-8013\/thumbnail?width=1920","posterId":"media\/coverr:WY1Qd1RW2K","isOptimized":true,"length":12,"lengthFormatted":"0:12","isMuted":true},"tracks":[],"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.4}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":30,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #ffbc35\">Computer Science<\/span>","x":46,"y":407,"width":318,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":39,"id":"471e6de4-7df4-48d6-b0da-3e15011b869a","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":22,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"left","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">The core prerequisite of information technology, is learning how to code and how to solve problems, thus being an essential requirement if you are thinking of getting into Computer Science.<\/span>","x":31,"y":456,"width":375,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"type":"text","height":171,"id":"0be1b134-9d3f-4ff5-8d1e-b1b50433fae4"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[],"id":"1591ba3c-148c-4421-99fe-916471780f86","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"63cad797-fd9d-46ac-8dba-7e0417b5726b"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":219,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"5e27b3d1-f4c6-4403-ad66-819f26b5c214","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/jpeg","width":4076,"height":2712,"sizes":{"full":{"file":"media\/unsplash:npxXWgQ33ZQ","sourceUrl":"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&ixlib=rb-4.0.3&fm=jpg&w=4076&h=2712&fit=max","mimeType":"image\/jpeg","width":4076,"height":2712},"large":{"file":"media\/unsplash:npxXWgQ33ZQ","sourceUrl":"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&ixlib=rb-4.0.3&fm=jpg&w=3260&h=2169&fit=max","mimeType":"image\/jpeg","width":3260,"height":2169},"2445_1627":{"file":"media\/unsplash:npxXWgQ33ZQ","sourceUrl":"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&ixlib=rb-4.0.3&fm=jpg&w=2445&h=1627&fit=max","mimeType":"image\/jpeg","width":2445,"height":1627},"1630_1085":{"file":"media\/unsplash:npxXWgQ33ZQ","sourceUrl":"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&ixlib=rb-4.0.3&fm=jpg&w=1630&h=1085&fit=max","mimeType":"image\/jpeg","width":1630,"height":1085},"815_542":{"file":"media\/unsplash:npxXWgQ33ZQ","sourceUrl":"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&ixlib=rb-4.0.3&fm=jpg&w=815&h=542&fit=max","mimeType":"image\/jpeg","width":815,"height":542},"web_stories_thumbnail":{"file":"media\/unsplash:npxXWgQ33ZQ","sourceUrl":"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&ixlib=rb-4.0.3&fm=jpg&w=340&h=226&fit=max","mimeType":"image\/jpeg","width":340,"height":226}},"isPlaceholder":false,"isExternal":true,"needsProxy":false,"id":"media\/unsplash:npxXWgQ33ZQ","baseColor":"#f3f3f3","blurHash":"LwJu4Q%gNaaK~qa}jtogozM{n%bb","creationDate":"2017-02-05T16:34:46Z","src":"https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixid=M3wxMzcxOTN8MHwxfHNlYXJjaHwzfHxkYXRhJTIwc2NpZW5jZXxlbnwwfHx8fDE3MTI2NTc1MzF8MA&ixlib=rb-4.0.3&fm=jpg&w=4076&h=2712&fit=max","alt":"person using MacBook Pro","attribution":{"author":{"displayName":"Glenn Carstens-Peters","url":"https:\/\/unsplash.com\/@glenncarstenspeters?utm_source=web_stories_wordpress&utm_medium=referral"},"registerUsageUrl":"https:\/\/media3p.googleapis.com\/v1\/media:registerUsage?token=AZItaphXi6GfooAuvqS97wp5yaLsGajtPT\/vH88N8Mfu4Vmxt9gTqqriJxqh9yLG3%2BIB115HC2W%2BPEXBvbiSntOVJj6tp0K9Gjmh8AKQcuCvXonuV0yjvTHNAUaGSHOlqwGOVG3sasK7\/xJmQ4pm1l4kRigOb3RllYi%2BudmDuZTRqBazV68EMsB4el3Mw3pn9Suzo9l3g3dGT53vB8T8w3ncUiK5K\/RhzC2nXFXJVbp22HRckm\/2pyxSfZYTzg%3D%3D"}},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.7}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":30,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #ffbc35\">Data Science<\/span>","x":48,"y":414,"width":300,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":39,"id":"d646b3fa-3b34-4cb7-8804-67da6f163426","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":22,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"left","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Dive right into a world of big data and learn to apply statistical and machine learning techniques to extract the needed information from large datasets.<\/span>","x":28,"y":476,"width":378,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":143,"id":"9eb58d1b-9197-4907-a06c-e250b73259a2","type":"text","marginOffset":0.4400000000000013}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[],"id":"e05dffaa-4fde-42a2-a106-7d58a675396c","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"d043bff6-0f3f-4e65-ba9b-7b85d9a1865b"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":17,"y":-20,"width":330,"height":236,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"12006d12-a88f-4e0a-8085-3393271ec9dc","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":740,"height":529,"sizes":{"medium":{"file":"image-51-300x214.png","width":300,"height":214,"filesize":107839,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-300x214.png"},"thumbnail":{"file":"image-51-150x150.png","width":150,"height":150,"filesize":46732,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-150x150.png"},"quemag-wp-thumbnail-comments":{"file":"image-51-350x250.png","width":350,"height":250,"filesize":142868,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-350x250.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-51-242x180.png","width":242,"height":180,"filesize":76355,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-51-250x180.png","width":250,"height":180,"filesize":77459,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-51-75x75.png","width":75,"height":75,"filesize":13001,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-51-670x490.png","width":670,"height":490,"filesize":489261,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-51-320x228.png","width":320,"height":228,"filesize":120507,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-51-300x225.png","width":300,"height":225,"filesize":115564,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-300x225.png"},"web-stories-poster-portrait":{"file":"image-51-640x529.png","width":640,"height":529,"filesize":472732,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-640x529.png"},"web-stories-publisher-logo":{"file":"image-51-96x96.png","width":96,"height":96,"filesize":20523,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-96x96.png"},"web-stories-thumbnail":{"file":"image-51-150x107.png","width":150,"height":107,"filesize":29701,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51-150x107.png"},"full":{"file":"image-51.png","width":740,"height":529,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#5d87cc","blurHash":"U57LZsxt8wx_D4bYp3oL8^Mct8o#4TtT%NMv","creationDate":"2024-04-09T10:13:21","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-51.png","id":14569,"alt":"image","local":false},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.5}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":27,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #ffbc35\">AI Engineering<\/span>","x":48,"y":408,"width":320,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":34,"id":"c84835f9-4376-41e8-81f5-a886a633d362","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":24,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"left","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Get familiar with the ever-advancing frontier of artificial intelligence, which includes how to design and create systems that can make their decisions independently.<\/span>","x":21,"y":454,"width":381,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":185,"id":"8c5a805a-6cd6-4ac6-bc74-87b760e677ad","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[],"id":"10bc7071-fc1a-465b-a212-80814d2b2e88","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"42621bbf-ec56-484c-9b06-eb87ecb57192"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":586,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"7cd184e5-24ef-468d-bc6b-55697cf50ed9","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/jpeg","width":720,"height":1280,"sizes":{"medium":{"file":"Book-a-Free-counselling-today-169x300.jpg","width":169,"height":300,"filesize":13790,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-169x300.jpg"},"large":{"file":"Book-a-Free-counselling-today-576x1024.jpg","width":576,"height":1024,"filesize":87337,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-576x1024.jpg"},"thumbnail":{"file":"Book-a-Free-counselling-today-150x150.jpg","width":150,"height":150,"filesize":7810,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-150x150.jpg"},"quemag-wp-thumbnail-comments":{"file":"Book-a-Free-counselling-today-350x622.jpg","width":350,"height":622,"filesize":42555,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-350x622.jpg"},"quemag-wp-thumbnail-module-grid":{"file":"Book-a-Free-counselling-today-242x180.jpg","width":242,"height":180,"filesize":12018,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-242x180.jpg"},"quemag-wp-thumbnail-widget-big":{"file":"Book-a-Free-counselling-today-250x180.jpg","width":250,"height":180,"filesize":12029,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-250x180.jpg"},"quemag-wp-thumbnail-widget-small":{"file":"Book-a-Free-counselling-today-75x75.jpg","width":75,"height":75,"filesize":2915,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-75x75.jpg"},"quemag-wp-thumbnail-blog-featured":{"file":"Book-a-Free-counselling-today-670x490.jpg","width":670,"height":490,"filesize":53056,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-670x490.jpg"},"quemag-wp-thumbnail-blog-featured-small":{"file":"Book-a-Free-counselling-today-320x228.jpg","width":320,"height":228,"filesize":17196,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-320x228.jpg"},"quemag-wp-thumbnail-blog-list":{"file":"Book-a-Free-counselling-today-300x225.jpg","width":300,"height":225,"filesize":16660,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-300x225.jpg"},"web-stories-poster-portrait":{"file":"Book-a-Free-counselling-today-640x853.jpg","width":640,"height":853,"filesize":91253,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-640x853.jpg"},"web-stories-publisher-logo":{"file":"Book-a-Free-counselling-today-96x96.jpg","width":96,"height":96,"filesize":3825,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-96x96.jpg"},"web-stories-thumbnail":{"file":"Book-a-Free-counselling-today-150x267.jpg","width":150,"height":267,"filesize":11638,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today-150x267.jpg"},"full":{"file":"Book-a-Free-counselling-today.jpg","width":720,"height":1280,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today.jpg"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#323a5e","blurHash":"UaPZox%ft7Rk~pWCt7j@x]Mxj[t7E1s.flbI","creationDate":"2024-04-02T07:40:53","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Book-a-Free-counselling-today.jpg","id":14368,"alt":"Book a Free counselling today","local":false}}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"id":"ccd1311e-9c6a-4f83-a8e6-59a080b27998","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"e6febc8f-4c58-402b-9230-3f5bb3ab239f"},"animations":[],"pageAttachment":{"url":"https:\/\/www.admissify.com\/in\/study-abroad-for-top-universities\/","icon":"","needsProxy":false,"ctaText":"Book Free Counseling"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":220,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"26104863-5bb1-460e-998d-05308b5f0627","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":826,"height":551,"sizes":{"medium":{"file":"image-52-300x200.png","width":300,"height":200,"filesize":114866,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-300x200.png"},"thumbnail":{"file":"image-52-150x150.png","width":150,"height":150,"filesize":46684,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-150x150.png"},"medium_large":{"file":"image-52-768x512.png","width":768,"height":512,"filesize":582160,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-768x512.png"},"quemag-wp-thumbnail-comments":{"file":"image-52-350x233.png","width":350,"height":233,"filesize":150655,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-350x233.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-52-242x180.png","width":242,"height":180,"filesize":86546,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-52-250x180.png","width":250,"height":180,"filesize":88978,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-52-75x75.png","width":75,"height":75,"filesize":13058,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-52-670x490.png","width":670,"height":490,"filesize":498638,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-52-320x228.png","width":320,"height":228,"filesize":136575,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-52-300x225.png","width":300,"height":225,"filesize":127569,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-300x225.png"},"web-stories-poster-portrait":{"file":"image-52-640x551.png","width":640,"height":551,"filesize":539950,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-640x551.png"},"web-stories-publisher-logo":{"file":"image-52-96x96.png","width":96,"height":96,"filesize":20504,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-96x96.png"},"web-stories-thumbnail":{"file":"image-52-150x100.png","width":150,"height":100,"filesize":32327,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52-150x100.png"},"full":{"file":"image-52.png","width":826,"height":551,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#07334a","blurHash":"UL8$%qmQ?w.T?^rV.9%MvxtmxaeSR;XAV=RP","creationDate":"2024-04-09T10:15:28","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-52.png","id":14570,"alt":"image","local":false},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.5}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":27,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #ffbc35\">Information Systems<\/span>","x":47,"y":408,"width":320,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":35,"id":"8e6883cd-781e-4777-a26c-2781b54f0f81","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":24,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"left","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Become an expert in the field of managing and analyzing information, tying this process to optimize organizational processes.<\/span>","x":41,"y":464,"width":352,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":154,"id":"24cefcb1-e115-45a1-bb12-99f0aeb3becd","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[],"id":"34113e7a-0fbd-41b2-9837-f2296f877080","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"3a0d1c78-5c58-43fd-83ed-7e0f87924b94"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":330,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"26104863-5bb1-460e-998d-05308b5f0627","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":740,"height":740,"sizes":{"medium":{"file":"image-53-300x300.png","width":300,"height":300,"filesize":133549,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-300x300.png"},"thumbnail":{"file":"image-53-150x150.png","width":150,"height":150,"filesize":37683,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-150x150.png"},"quemag-wp-thumbnail-comments":{"file":"image-53-350x350.png","width":350,"height":350,"filesize":178116,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-350x350.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-53-242x180.png","width":242,"height":180,"filesize":76630,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-53-250x180.png","width":250,"height":180,"filesize":79606,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-53-75x75.png","width":75,"height":75,"filesize":11159,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-53-670x490.png","width":670,"height":490,"filesize":490772,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-53-320x228.png","width":320,"height":228,"filesize":124041,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-53-300x225.png","width":300,"height":225,"filesize":114362,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-300x225.png"},"web-stories-poster-portrait":{"file":"image-53-640x740.png","width":640,"height":740,"filesize":553741,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-640x740.png"},"web-stories-publisher-logo":{"file":"image-53-96x96.png","width":96,"height":96,"filesize":17096,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-96x96.png"},"web-stories-thumbnail":{"file":"image-53-150x150.png","width":150,"height":150,"filesize":37683,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53-150x150.png"},"full":{"file":"image-53.png","width":740,"height":740,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#1d232f","blurHash":"UA6+Ilt68wV@.ToeH=M|I9oLxYNdDNV@yDtR","creationDate":"2024-04-09T10:18:58","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-53.png","id":14571,"alt":"image","local":false},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.7}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":27,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #ffbc35\">Cybersecurity<\/span>","x":49,"y":378,"width":312,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":35,"id":"1d6ca2bc-5280-4910-994a-41ec6f681b12","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":24,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"left","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Developing digital protection in our globally interconnected space is dealing with techniques that provide security from malicious attacks and prevent data and systems from being compromised.<\/span>","x":41,"y":434,"width":352,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":218,"id":"eb16df1e-1122-4e0f-b67d-ba78918ec2fb","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[],"id":"996d73fa-c84b-43a2-8063-b7cef355c46f","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"da8d42ba-4faa-4732-8b20-8f3aa7df1199"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":34,"y":-20,"width":330,"height":220,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"26104863-5bb1-460e-998d-05308b5f0627","scale":100,"focalX":55.211486077481844,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":826,"height":551,"sizes":{"medium":{"file":"image-16-300x200.png","width":300,"height":200,"filesize":92647,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-300x200.png"},"thumbnail":{"file":"image-16-150x150.png","width":150,"height":150,"filesize":39595,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-150x150.png"},"medium_large":{"file":"image-16-768x512.png","width":768,"height":512,"filesize":464524,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-768x512.png"},"quemag-wp-thumbnail-comments":{"file":"image-16-350x233.png","width":350,"height":233,"filesize":121030,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-350x233.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-16-242x180.png","width":242,"height":180,"filesize":70310,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-16-250x180.png","width":250,"height":180,"filesize":72332,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-16-75x75.png","width":75,"height":75,"filesize":11631,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-16-670x490.png","width":670,"height":490,"filesize":408058,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-16-320x228.png","width":320,"height":228,"filesize":110412,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-16-300x225.png","width":300,"height":225,"filesize":103396,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-300x225.png"},"web-stories-poster-portrait":{"file":"image-16-640x551.png","width":640,"height":551,"filesize":400144,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-640x551.png"},"web-stories-publisher-logo":{"file":"image-16-96x96.png","width":96,"height":96,"filesize":18009,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-96x96.png"},"web-stories-thumbnail":{"file":"image-16-150x100.png","width":150,"height":100,"filesize":27282,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16-150x100.png"},"full":{"file":"image-16.png","width":826,"height":551,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#d8d0c7","blurHash":"UPL4c]R4W=o~yY4.xu%L~V%0jZ-;%gbIfRt7","creationDate":"2024-04-04T07:16:36","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-16.png","id":14420,"alt":"image","local":false},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.5}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":27,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #ffbc35\">MSBA<\/span>","x":41,"y":428,"width":323,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":35,"id":"a73987f2-aab8-4691-bf72-4bb5539c4197","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":24,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"left","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Combine business acumen with analytics skills, use data to inform decisions, and access a competitive advantage in the digital landscape.<\/span>","x":16,"y":473,"width":381,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":154,"id":"3981978c-7b5b-4401-bebc-83eb951d719c","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[],"id":"189a51cb-2a3b-4b23-9553-7ea37776dea0","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"9a8de469-2263-435e-986d-363dcb848276"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":180,"height":270,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"e2fccb33-23d4-4526-907e-24dfad07cf58","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":360,"height":540,"sizes":{"medium":{"file":"image-54-200x300.png","width":200,"height":300,"filesize":99713,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-200x300.png"},"thumbnail":{"file":"image-54-150x150.png","width":150,"height":150,"filesize":42939,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-150x150.png"},"quemag-wp-thumbnail-comments":{"file":"image-54-350x525.png","width":350,"height":525,"filesize":262855,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-350x525.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-54-242x180.png","width":242,"height":180,"filesize":75158,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-54-250x180.png","width":250,"height":180,"filesize":77366,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-54-75x75.png","width":75,"height":75,"filesize":12575,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-54-360x490.png","width":360,"height":490,"filesize":260325,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-360x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-54-320x228.png","width":320,"height":228,"filesize":118558,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-54-300x225.png","width":300,"height":225,"filesize":111537,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-300x225.png"},"web-stories-publisher-logo":{"file":"image-54-96x96.png","width":96,"height":96,"filesize":19542,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-96x96.png"},"web-stories-thumbnail":{"file":"image-54-150x225.png","width":150,"height":225,"filesize":59561,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54-150x225.png"},"full":{"file":"image-54.png","width":360,"height":540,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#a79483","blurHash":"U9KKWh004TE0.T-S4:NH8w%hWBIqMx_2-Ts+","creationDate":"2024-04-09T10:28:34","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-54.png","id":14572,"alt":"image","local":false},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.5}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":27,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #ffbc35\">Graphic Design<\/span>","x":47,"y":396,"width":320,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":35,"id":"caacd5c3-fd15-4557-9cde-42ebada9ac79","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"Lora"},"fontSize":21,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"left","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Art blended with technology, here you will master visual communication skills essential for crafting compelling user experiences and interfaces.<\/span>","x":21,"y":450,"width":383,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":109,"id":"05ff62e5-bcd9-47d6-9607-b25d8df25e00","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[],"id":"e5878c15-b7f0-43f1-9a47-035e1770fc4c","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"844fc6f5-3a85-4bb0-84a0-b7248a9579e2"},"pageAttachment":{"url":"https:\/\/www.admissify.com\/blog\/part-time-jobs-in-canada-for-international-students\/","icon":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/01\/10-Most-In-demand-Jobs-in-UK-for-International-Students-In-2024.jpg","needsProxy":false,"ctaText":"Read more"}}],"fonts":{"Lora":{"family":"Lora","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-274,"tAsc":1006,"tDes":-274,"tLGap":0,"wAsc":1206,"wDes":294,"xH":500,"capH":700,"yMin":-271,"yMax":1114,"hAsc":1006,"hDes":-274,"lGap":0}}},"autoAdvance":true,"defaultPageDuration":7,"currentStoryStyles":{"colors":[]}},"story_poster":{"id":14574,"url":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/7-Degrees-To-Target-For-A-Job-At-Silicon-Valley-1.jpg","width":640,"height":853,"needsProxy":false},"_links":{"self":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story\/14568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story"}],"about":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/wp\/v2\/types\/web-story"}],"author":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/users\/4"}],"version-history":[{"count":0,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story\/14568\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/media\/14574"}],"wp:attachment":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/media?parent=14568"}],"wp:term":[{"taxonomy":"web_story_category","embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web_story_category?post=14568"},{"taxonomy":"web_story_tag","embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web_story_tag?post=14568"}],"wp:lock":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story\/14568\/lock"}],"wp:publisherlogo":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/media\/10252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69bad0f746fa5cab2f04b6d9. Config Timestamp: 2026-03-18 16:21:10 UTC, Cached Timestamp: 2026-04-07 06:08:02 UTC -->