{"id":933,"date":"2021-07-18T18:59:01","date_gmt":"2021-07-18T18:59:01","guid":{"rendered":"https:\/\/www.wikitechy.com\/interview-questions\/?p=933"},"modified":"2021-09-09T09:57:31","modified_gmt":"2021-09-09T09:57:31","slug":"write-the-test-cases-on-prime-number-with-result","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/","title":{"rendered":"Write the test cases on prime number with result ?"},"content":{"rendered":"<div class=\"TextHeading\">\n<div class=\"hddn\">\n<h2 id=\"write-the-test-cases-on-prime-number-with-result\" class=\"color-pink\" style=\"text-align: justify;\">Write the test cases on prime number with result ?<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\">\n<div class=\"hddn\">\n<ul>\n<li style=\"text-align: justify;\">Let the prime number be n.<\/li>\n<li style=\"text-align: justify;\">Divide the number n by 1 remainder=0 pass.<\/li>\n<li style=\"text-align: justify;\">Divide the number n by n remainder=0 pass.<\/li>\n<li style=\"text-align: justify;\">Divide the number n by 2 remainder!=0 pass.<\/li>\n<li style=\"text-align: justify;\">Divide the number n by up to n-1 and if remainder not equal zero, then it is a prime number.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"ImageContent\">\n<div class=\"hddn\"><img decoding=\"async\" class=\"img-responsive center-block aligncenter\" src=\"https:\/\/cdn.wikitechy.com\/interview-questions\/software-testing\/prime-number-algorithm.gif\" alt=\" Prime Number Algorithm\" \/><\/div>\n<\/div>\n<p align=\"center\">Prime Number Algorithm<\/p>\n<div class=\"TextHeading\">\n<div class=\"hddn\">\n<h2 id=\"example\" class=\"color-green\">Example<\/h2>\n<\/div>\n<\/div>\n<div class=\"CodeContent\">\n<div class=\"hddn\">\n<figure class=\"highlight\"><div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-markdown code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markdown code-embed-code\">function primeTester (n) {<br\/> \/\/take out edge case 0 and 1<br\/> if(n<=1) <br\/> return false;<br\/>  <br\/> \/\/go from 3 since 2 is a prime number<br\/> for(var i=3; i<n; i++){<br\/>   \/\/check if n is divisible by i<br\/>   if(n%i ===0 ) <br\/>   return false<br\/> }<br\/> <br\/> \/\/if passed all out test<br\/> return true;<br\/>}<\/code><\/pre> <\/div><\/figure>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Answer : Let the prime number be n&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5921],"tags":[195,6313,6311,491,5937,6318,6319,6325,203,199,214,6320,6324,209,5940,205,6328,2936,5939,6329,6323,6331,6333,6309,6332,196,212,5941,213,6326,286,710,970,5938,204,217,282,6327,6312,6314,6310,6316,6317,6322,6321,288,206,6330,200,6334,974,197,284,280,6315,15858],"class_list":["post-933","post","type-post","status-publish","format-standard","hentry","category-software-testing","tag-accenture-interview-questions-and-answers","tag-algorithm-and-flowchart-to-find-prime-number","tag-algorithm-to-find-prime-numbers-from-1-to-n","tag-applied-materials-interview-questions-and-answers","tag-aveva-software-interview-questions-and-answers","tag-best-algorithm-to-find-prime-numbers","tag-c-program-to-find-prime-factors-of-a-number-using-function","tag-calculate-prime-numbers","tag-capgemini-interview-questions-and-answers","tag-casting-networks-india-pvt-limited-interview-questions-and-answers","tag-cgi-group-inc-interview-questions-and-answers","tag-check-if-a-number-is-prime","tag-check-if-binary-number-is-prime","tag-collabera-technologies-interview-questions-and-answers","tag-csg-international-interview-questions-and-answers","tag-dell-international-services-india-pvt-ltd-interview-questions-and-answers","tag-efficient-prime-number-program","tag-fis-global-business-solutions-india-pvt-ltd-interview-questions-and-answers","tag-healthasyst-pvt-ltd-interview-questions-and-answers","tag-how-to-find-prime-numbers","tag-how-to-find-prime-numbers-algorithm","tag-how-to-find-prime-numbers-easily","tag-how-to-find-prime-numbers-from-1-to-100","tag-how-to-find-prime-numbers-in-clist-of-prime-numbers","tag-how-to-tell-if-a-large-number-is-prime","tag-ibm-interview-questions-and-answers","tag-indecomm-global-services-interview-questions-and-answers","tag-infogain-interview-questions-and-answers","tag-infosys-technologies-interview-questions-and-answers","tag-know-how-to-test-if-a-number-up-to-150-is-prime","tag-lt-infotech-interview-questions-and-answers","tag-mavenir-interview-questions-and-answers","tag-mindtree-interview-questions-and-answers","tag-newt-global-interview-questions-and-answers","tag-oracle-corporation-interview-questions-and-answers","tag-peoplestrong-interview-questions-and-answers","tag-persistent-systems-interview-questions-and-answers","tag-prime-number-algorithm","tag-prime-number-algorithm-c","tag-prime-number-algorithm-in-c","tag-prime-number-algorithm-java","tag-prime-number-algorithm-python","tag-prime-number-program-in-c","tag-prime-numbers-upto-n","tag-print-all-prime-numbers","tag-r-systems-interview-questions-and-answers","tag-sap-labs-india-pvt-ltd-interview-questions-and-answers","tag-shortcut-to-find-prime-numbers","tag-tech-mahindra-interview-questions-and-answers","tag-tricks-to-find-prime-numbers","tag-trigent-software-interview-questions-and-answers","tag-unitedhealth-group-interview-questions-and-answers","tag-valuelabs-interview-questions-and-answers","tag-virtusa-consulting-services-pvt-ltd-interview-questions-and-answers","tag-write-an-algorithm-to-find-a-number-is-prime-or-not","tag-zycus-infotech-interview-questions-and-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Write the test cases on prime number with result ? - Software Testing<\/title>\n<meta name=\"description\" content=\"Write the test cases on prime number with result ? - Let the prime number be n. Divide the number n by 1 remainder=0 pass.\" \/>\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.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Write the test cases on prime number with result ? - Software Testing\" \/>\n<meta property=\"og:description\" content=\"Write the test cases on prime number with result ? - Let the prime number be n. Divide the number n by 1 remainder=0 pass.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/\" \/>\n<meta property=\"og:site_name\" content=\"Wikitechy\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-18T18:59:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-09T09:57:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.wikitechy.com\/interview-questions\/software-testing\/prime-number-algorithm.gif\" \/>\n<meta name=\"author\" content=\"Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/\"},\"author\":{\"name\":\"Editor\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"headline\":\"Write the test cases on prime number with result ?\",\"datePublished\":\"2021-07-18T18:59:01+00:00\",\"dateModified\":\"2021-09-09T09:57:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/\"},\"wordCount\":156,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/software-testing\\\/prime-number-algorithm.gif\",\"keywords\":[\"Accenture interview questions and answers\",\"algorithm and flowchart to find prime number\",\"algorithm to find prime numbers from 1 to n\",\"Applied Materials interview questions and answers\",\"AVEVA Software interview questions and answers\",\"best algorithm to find prime numbers\",\"c program to find prime factors of a number using function\",\"calculate prime numbers\",\"Capgemini interview questions and answers\",\"CASTING NETWORKS INDIA PVT LIMITED interview questions and answers\",\"CGI Group Inc interview questions and answers\",\"check if a number is prime\",\"check if binary number is prime\",\"Collabera Technologies interview questions and answers\",\"CSG International interview questions and answers\",\"Dell International Services India Pvt Ltd interview questions and answers\",\"efficient prime number program\",\"FIS Global Business Solutions India Pvt Ltd interview questions and answers\",\"HealthAsyst Pvt Ltd interview questions and answers\",\"how to find prime numbers\",\"how to find prime numbers algorithm\",\"how to find prime numbers easily\",\"how to find prime numbers from 1 to 100\",\"how to find prime numbers in clist of prime numbers\",\"how to tell if a large number is prime\",\"IBM interview questions and answers\",\"Indecomm Global Services interview questions and answers\",\"Infogain interview questions and answers\",\"Infosys Technologies interview questions and answers\",\"know how to test if a number up to 150 is prime\",\"L&amp;T Infotech interview questions and answers\",\"Mavenir interview questions and answers\",\"Mindtree interview questions and answers\",\"Newt Global interview questions and answers\",\"Oracle Corporation interview questions and answers\",\"PeopleStrong interview questions and answers\",\"Persistent Systems interview questions and answers\",\"prime number algorithm\",\"prime number algorithm c++\",\"prime number algorithm in c\",\"prime number algorithm java\",\"prime number algorithm python\",\"prime number program in c\",\"prime numbers upto n\",\"print all prime numbers\",\"R Systems interview questions and answers\",\"SAP Labs India Pvt Ltd interview questions and answers\",\"shortcut to find prime numbers\",\"Tech Mahindra interview questions and answers\",\"tricks to find prime numbers\",\"Trigent Software interview questions and answers\",\"UnitedHealth Group interview questions and answers\",\"ValueLabs interview questions and answers\",\"Virtusa Consulting Services Pvt Ltd interview questions and answers\",\"write an algorithm to find a number is prime or not\",\"zycus infotech interview questions and answers\"],\"articleSection\":[\"Software Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/\",\"name\":\"Write the test cases on prime number with result ? - Software Testing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/software-testing\\\/prime-number-algorithm.gif\",\"datePublished\":\"2021-07-18T18:59:01+00:00\",\"dateModified\":\"2021-09-09T09:57:31+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"description\":\"Write the test cases on prime number with result ? - Let the prime number be n. Divide the number n by 1 remainder=0 pass.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/software-testing\\\/write-the-test-cases-on-prime-number-with-result\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/software-testing\\\/prime-number-algorithm.gif\",\"contentUrl\":\"https:\\\/\\\/cdn.wikitechy.com\\\/interview-questions\\\/software-testing\\\/prime-number-algorithm.gif\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/\",\"name\":\"Wikitechy\",\"description\":\"Interview Questions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\",\"name\":\"Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"caption\":\"Editor\"},\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/author\\\/editor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Write the test cases on prime number with result ? - Software Testing","description":"Write the test cases on prime number with result ? - Let the prime number be n. Divide the number n by 1 remainder=0 pass.","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.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/","og_locale":"en_US","og_type":"article","og_title":"Write the test cases on prime number with result ? - Software Testing","og_description":"Write the test cases on prime number with result ? - Let the prime number be n. Divide the number n by 1 remainder=0 pass.","og_url":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/","og_site_name":"Wikitechy","article_published_time":"2021-07-18T18:59:01+00:00","article_modified_time":"2021-09-09T09:57:31+00:00","og_image":[{"url":"https:\/\/cdn.wikitechy.com\/interview-questions\/software-testing\/prime-number-algorithm.gif","type":"","width":"","height":""}],"author":"Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editor","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/#article","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/"},"author":{"name":"Editor","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"headline":"Write the test cases on prime number with result ?","datePublished":"2021-07-18T18:59:01+00:00","dateModified":"2021-09-09T09:57:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/"},"wordCount":156,"commentCount":0,"image":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/software-testing\/prime-number-algorithm.gif","keywords":["Accenture interview questions and answers","algorithm and flowchart to find prime number","algorithm to find prime numbers from 1 to n","Applied Materials interview questions and answers","AVEVA Software interview questions and answers","best algorithm to find prime numbers","c program to find prime factors of a number using function","calculate prime numbers","Capgemini interview questions and answers","CASTING NETWORKS INDIA PVT LIMITED interview questions and answers","CGI Group Inc interview questions and answers","check if a number is prime","check if binary number is prime","Collabera Technologies interview questions and answers","CSG International interview questions and answers","Dell International Services India Pvt Ltd interview questions and answers","efficient prime number program","FIS Global Business Solutions India Pvt Ltd interview questions and answers","HealthAsyst Pvt Ltd interview questions and answers","how to find prime numbers","how to find prime numbers algorithm","how to find prime numbers easily","how to find prime numbers from 1 to 100","how to find prime numbers in clist of prime numbers","how to tell if a large number is prime","IBM interview questions and answers","Indecomm Global Services interview questions and answers","Infogain interview questions and answers","Infosys Technologies interview questions and answers","know how to test if a number up to 150 is prime","L&amp;T Infotech interview questions and answers","Mavenir interview questions and answers","Mindtree interview questions and answers","Newt Global interview questions and answers","Oracle Corporation interview questions and answers","PeopleStrong interview questions and answers","Persistent Systems interview questions and answers","prime number algorithm","prime number algorithm c++","prime number algorithm in c","prime number algorithm java","prime number algorithm python","prime number program in c","prime numbers upto n","print all prime numbers","R Systems interview questions and answers","SAP Labs India Pvt Ltd interview questions and answers","shortcut to find prime numbers","Tech Mahindra interview questions and answers","tricks to find prime numbers","Trigent Software interview questions and answers","UnitedHealth Group interview questions and answers","ValueLabs interview questions and answers","Virtusa Consulting Services Pvt Ltd interview questions and answers","write an algorithm to find a number is prime or not","zycus infotech interview questions and answers"],"articleSection":["Software Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/","url":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/","name":"Write the test cases on prime number with result ? - Software Testing","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/#primaryimage"},"image":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/software-testing\/prime-number-algorithm.gif","datePublished":"2021-07-18T18:59:01+00:00","dateModified":"2021-09-09T09:57:31+00:00","author":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"description":"Write the test cases on prime number with result ? - Let the prime number be n. Divide the number n by 1 remainder=0 pass.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wikitechy.com\/interview-questions\/software-testing\/write-the-test-cases-on-prime-number-with-result\/#primaryimage","url":"https:\/\/cdn.wikitechy.com\/interview-questions\/software-testing\/prime-number-algorithm.gif","contentUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/software-testing\/prime-number-algorithm.gif"},{"@type":"WebSite","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website","url":"https:\/\/www.wikitechy.com\/interview-questions\/","name":"Wikitechy","description":"Interview Questions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wikitechy.com\/interview-questions\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757","name":"Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","caption":"Editor"},"url":"https:\/\/www.wikitechy.com\/interview-questions\/author\/editor\/"}]}},"_links":{"self":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/933","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/comments?post=933"}],"version-history":[{"count":2,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/933\/revisions"}],"predecessor-version":[{"id":3192,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/933\/revisions\/3192"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/media?parent=933"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/categories?post=933"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/tags?post=933"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}