{"id":9988,"date":"2019-12-25T03:06:39","date_gmt":"2019-12-25T11:06:39","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=9988"},"modified":"2020-05-22T04:12:39","modified_gmt":"2020-05-22T11:12:39","slug":"machine-learning-interview-questions","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/","title":{"rendered":"Machine Learning Interview Questions &#8211; 9 Crucial Questions to Nail Your Interview"},"content":{"rendered":"\n<p>Machine learning is a combination of artificial intelligence and data science. Both of these skillsets are vastly growing in the landscape of the <a href=\"https:\/\/careerkarma.com\/blog\/best-tech-jobs\/\">best tech jobs for the future<\/a>. AI careers are projected to grow up to <a href=\"https:\/\/www.simplilearn.com\/how-to-build-career-in-ai-and-machine-learning-article\" target=\"_blank\" rel=\"noopener\" rel=\"noreferrer noopener nofollow\" aria-label=\" (opens in a new tab)\">2.3 million jobs<\/a> by 2020 and will continue to grow in demand.<\/p>\n\n\n\n<p>If you\u2019re scheduled for a machine learning interview soon\u2014congratulations! Being able to qualify in this field is a great achievement. It also means you need to prepare for your machine learning interview adequately. To help equip you with confidence, here\u2019s a guide to several general machine learning interview questions you&#8217;re likely to encounter.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Top Machine Learning Interview Questions to Prepare For<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. What is Machine Learning?<\/h3>\n\n\n\n<p>Another way of phrasing this question could be, \u201cWhat does machine learning mean to you?\u201d Answer by providing a general explanation about what machine learning is, particularly in relation to yourself.<\/p>\n\n\n\n<p>Machine learning is an attempt to apply human experience-based learning to computers. It may sound like artificial intelligence (AI), but really it focuses more on manipulating algorithms to allow computers to learn on their own. It\u2019s very similar to the field of data science, except the goal is to teach computers to simplify the work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Why Do You Want to Work in Machine Learning?<\/h3>\n\n\n\n<p>Machine learning enthusiasts can enter a wide variety of fields. There is no one cookie-cutter job related to machine learning. Some career paths include machine learning engineering, a business intelligence developer, a natural language processing scientist, or even a data scientist.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. What Are the Daily Responsibilities Involved in Machine Learning?<\/h3>\n\n\n\n<p>The general responsibilities involved in a machine learning job may depend on the role. If you\u2019re applying for a machine learning engineer, you\u2019ll focus on designing the actual algorithms needed for machine learning. You\u2019ll be running a lot of tests to make sure your algorithms work properly.&nbsp;<\/p>\n\n\n\n<p>Data science will appear a lot in your work, so as to utilize the best data science models to improve machine learning processes There will also be many statistical tests, organizing data sets, and training computer systems to apply your algorithms. All of these tasks will also be tailored to what industry you\u2019re working for.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. What Machine Learning Related Skills Do You Have?<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>General math knowledge<\/li><li>Knowledge of software structures and data science<\/li><li>Statistics &amp; Probability<\/li><li>Data modeling<\/li><li>Knowledge of machine learning algorithms<\/li><li>Knowledge of some programming languages<\/li><li>Communication<\/li><li>Working well with a team<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">5. What Machine Learning Algorithms Are You Familiar With?<\/h3>\n\n\n\n<p>There are also tools that machine learning departments in any company might use, like Hadoop or Hive. If you\u2019ve already done research on the company, try to find out what software and algorithms they prefer, in order to become acquainted with them. Otherwise, it\u2019s fine if you have no experience with a specific algorithm. Be honest and express a willingness to learn new software.<\/p>\n\n\n\n<p>Some of the many algorithms include Linear Regression, K-Means Clustering, Na\u00efve Bayes, Logistic Regression, SVM (Support Vector Machine), etc.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6. What Programming Languages Do You Know?<\/strong><\/h3>\n\n\n\n<p>Although machine learning isn\u2019t too development-based, you might have learned a few languages during your studies. To utilize many of the algorithms, a basic understanding of languages like SQL, Scala, R Programming, and Python is necessary.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7. What is Supervised vs Unsupervised Machine Learning?<\/strong><\/h3>\n\n\n\n<p><strong>Supervised learning<\/strong> utilizes both input and output data for predictive analysis. In other words, a computer can use previously known data results to predict what occurs when coming across potential data. It is best to use supervised learning to make a future prediction; like a company\u2019s stock price.<\/p>\n\n\n\n<p>Supervised learning includes methods like classification and regression models. <strong>Classification <\/strong>consists of categorizing data, usually using models likes like the k-nearest neighbor, neural networks, or discriminant analysis.&nbsp;<\/p>\n\n\n\n<p><strong>Regression <\/strong>is used to predict data over time, usually in regards to numerical values like weather forecasting. You may have heard of the linear and nonlinear models and stepwise regression, which are just some of the many types of regression techniques.<\/p>\n\n\n\n<p><strong>Unsupervised learning, <\/strong>on the other hand, is when computers try to analyze and draw predictions based only on the input data. There aren\u2019t any past outputs to analyze, which makes it much like trial and error. Unsupervised learning is recommended for representing data in an organized matter that might show some correlation.<\/p>\n\n\n\n<p><strong>Clustering <\/strong>in unsupervised learning is used to find hidden trends in data. These trends are usually datapoints grouped together based on how similar they are. In market research, clustering can help a company group their customers based on similarities and tailor their marketing strategy.&nbsp;&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>8. What is the Difference Between Probability and Likelihood?<\/strong><\/h3>\n\n\n\n<p>Any AI position requires knowledge of this distinction, so expect some machine learning interview questions on this topic. Probability and likelihood are not the same thing, so make sure you don\u2019t use the terms interchangeably. Probability entails estimating how likely an event might be to happen in the future based on past statistical analyses. Likelihood is used less substantially, to note a possibility of an event occurring without definitive evidence or a standard form of measurement.&nbsp;<\/p>\n\n\n\n<p>When compiling reports based on data in machine learning, you need to be able to use these two terms appropriately.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>9. Are You Familiar With Deep Learning?<\/strong><\/h3>\n\n\n\n<p>To understand machine learning, it isn\u2019t necessary to know what deep learning is. However, it may prove useful to brush up on its basics.<\/p>\n\n\n\n<p>Deep learning algorithms are based on the human brain\u2019s neural pathways. As an unsupervised learning process, deep learning creates networks in computer systems that allow for the capability to make decisions. Deep learning is made to organize, process, and analyze patterns in big data.<\/p>\n\n\n\n<p>These machine learning interview questions are not by any means complete\u2014your job might ask more specific or personal questions. When in doubt, brush up on your machine learning knowledge and be honest about what you still need to learn.<\/p>\n\n\n\n<p>Good luck with your machine learning interview questions and preparation!<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n","protected":false},"excerpt":{"rendered":"Machine learning is a combination of artificial intelligence and data science. Both of these skillsets are vastly growing in the landscape of the best tech jobs for the future. AI careers are projected to grow up to 2.3 million jobs by 2020 and will continue to grow in demand. If you\u2019re scheduled for a machine&hellip;","protected":false},"author":49,"featured_media":9989,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[17497],"tags":[],"class_list":{"0":"post-9988","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-interviews"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"Interviews","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":[],"is_guest_post":[]},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Machine Learning Interview Questions | Career Karma<\/title>\n<meta name=\"description\" content=\"To help equip you with confidence, here\u2019s a guide to several general machine learning interview questions you&#039;re likely to encounter.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Machine Learning Interview Questions - 9 Crucial Questions to Nail Your Interview\" \/>\n<meta property=\"og:description\" content=\"To help equip you with confidence, here\u2019s a guide to several general machine learning interview questions you&#039;re likely to encounter.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-25T11:06:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-22T11:12:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Rhita Koubbi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rhita Koubbi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/\"},\"author\":{\"name\":\"Rhita Koubbi\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/4545986616e609e3488b8a349e477ac4\"},\"headline\":\"Machine Learning Interview Questions &#8211; 9 Crucial Questions to Nail Your Interview\",\"datePublished\":\"2019-12-25T11:06:39+00:00\",\"dateModified\":\"2020-05-22T11:12:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/\"},\"wordCount\":1014,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg\",\"articleSection\":[\"Interviews\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/\",\"name\":\"Machine Learning Interview Questions | Career Karma\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg\",\"datePublished\":\"2019-12-25T11:06:39+00:00\",\"dateModified\":\"2020-05-22T11:12:39+00:00\",\"author\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/4545986616e609e3488b8a349e477ac4\"},\"description\":\"To help equip you with confidence, here\u2019s a guide to several general machine learning interview questions you're likely to encounter.\",\"breadcrumb\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg\",\"width\":1200,\"height\":675,\"caption\":\"Machine Learning Interview Questions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/careerkarma.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Interviews\",\"item\":\"https:\/\/careerkarma.com\/blog\/interviews\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Machine Learning Interview Questions &#8211; 9 Crucial Questions to Nail Your Interview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\",\"url\":\"https:\/\/careerkarma.com\/blog\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/careerkarma.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/4545986616e609e3488b8a349e477ac4\",\"name\":\"Rhita Koubbi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/Rhita-Koubbi-staff-writer-150x150.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/Rhita-Koubbi-staff-writer-150x150.jpg\",\"caption\":\"Rhita Koubbi\"},\"description\":\"Rhita is a Chicago-based writer who enjoys feeling clever about breaking down complex topics in coding and making tech accessible to anyone.\",\"url\":\"https:\/\/careerkarma.com\/blog\/author\/rhita-koubbi\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Machine Learning Interview Questions | Career Karma","description":"To help equip you with confidence, here\u2019s a guide to several general machine learning interview questions you're likely to encounter.","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:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/","og_locale":"en_US","og_type":"article","og_title":"Machine Learning Interview Questions - 9 Crucial Questions to Nail Your Interview","og_description":"To help equip you with confidence, here\u2019s a guide to several general machine learning interview questions you're likely to encounter.","og_url":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2019-12-25T11:06:39+00:00","article_modified_time":"2020-05-22T11:12:39+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg","type":"image\/jpeg"}],"author":"Rhita Koubbi","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"Rhita Koubbi","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/"},"author":{"name":"Rhita Koubbi","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/4545986616e609e3488b8a349e477ac4"},"headline":"Machine Learning Interview Questions &#8211; 9 Crucial Questions to Nail Your Interview","datePublished":"2019-12-25T11:06:39+00:00","dateModified":"2020-05-22T11:12:39+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/"},"wordCount":1014,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg","articleSection":["Interviews"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/","url":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/","name":"Machine Learning Interview Questions | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg","datePublished":"2019-12-25T11:06:39+00:00","dateModified":"2020-05-22T11:12:39+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/4545986616e609e3488b8a349e477ac4"},"description":"To help equip you with confidence, here\u2019s a guide to several general machine learning interview questions you're likely to encounter.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/machine-learning-interview-questions.jpg","width":1200,"height":675,"caption":"Machine Learning Interview Questions"},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/machine-learning-interview-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Interviews","item":"https:\/\/careerkarma.com\/blog\/interviews\/"},{"@type":"ListItem","position":3,"name":"Machine Learning Interview Questions &#8211; 9 Crucial Questions to Nail Your Interview"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/4545986616e609e3488b8a349e477ac4","name":"Rhita Koubbi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/Rhita-Koubbi-staff-writer-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/12\/Rhita-Koubbi-staff-writer-150x150.jpg","caption":"Rhita Koubbi"},"description":"Rhita is a Chicago-based writer who enjoys feeling clever about breaking down complex topics in coding and making tech accessible to anyone.","url":"https:\/\/careerkarma.com\/blog\/author\/rhita-koubbi\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/9988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=9988"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/9988\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/9989"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=9988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=9988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=9988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}