{"id":120119,"date":"2026-07-13T12:29:51","date_gmt":"2026-07-13T06:59:51","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=120119"},"modified":"2026-07-13T12:29:52","modified_gmt":"2026-07-13T06:59:52","slug":"tcs-nqt-coding-questions","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/tcs-nqt-coding-questions\/","title":{"rendered":"TCS NQT Coding Questions: Examples, Patterns &amp; Practice Guide"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>TL;DR Summary<\/strong><\/h2>\n\n\n\n<p>TCS NQT coding questions test your ability to solve beginner-to-intermediate programming problems using logic, loops, arrays, strings, numbers, and basic problem-solving. The official TCS NQT integrated test is 190 minutes long, with the Advanced Coding section lasting 90 minutes. To prepare well, focus on pattern-based practice, dry runs, edge cases, and clean code rather than memorizing answers. This guide covers common question types, examples, a 30-day roadmap, mistakes to avoid, and practical preparation tips for the TCS coding round.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p>If you are preparing for TCS NQT, coding can be the section that moves you from \u201celigible\u201d to \u201cshortlisted.\u201d TCS uses NQT performance to qualify candidates for Ninja, Digital, or Prime interviews, and the Advanced section is especially important if you are aiming for Digital or Prime roles.<\/p>\n\n\n\n<p>TCS NQT coding questions usually check whether you can translate a problem into working code under time pressure. You do not need to be a competitive programming expert, but you must be strong in programming fundamentals, arrays, strings, loops, conditionals, and basic algorithms.<\/p>\n\n\n\n<p>Here is the practical answer: practice 40\u201360 well-chosen problems, understand recurring patterns, and write code that handles edge cases. That approach is far better than blindly memorizing random solutions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Are TCS NQT Coding Questions?<\/strong><\/h2>\n\n\n\n<p><strong>TCS NQT coding questions are hands-on programming problems asked in the TCS National Qualifier Test to evaluate a candidate\u2019s logic-building, problem-solving, and coding ability.<\/strong> These questions commonly involve numbers, arrays, strings, loops, sorting, searching, and basic algorithmic thinking.<\/p>\n\n\n\n<p>In simple terms, TCS wants to know:<\/p>\n\n\n\n<ul>\n<li>Can you understand a problem statement quickly?<\/li>\n\n\n\n<li>Can you break it into steps?<\/li>\n\n\n\n<li>Can you write error-free code?<\/li>\n\n\n\n<li>Can your solution pass hidden test cases?<\/li>\n<\/ul>\n\n\n\n<p>This is why TCS NQT coding questions often look simple at first but require careful handling of inputs, outputs, and edge cases.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong> \n  <br \/><br \/> \n<a href=\"https:\/\/www.tcs.com\/who-we-are\/newsroom\/press-release\/tcs-financial-results-q4-fy-2026\" target=\"_blank\" rel=\"noopener\">TCS reported<\/a> a workforce of 584,519 employees at the end of FY2026 and 69 million learning hours, showing how large-scale tech companies continue to value continuous learning and skill development.\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TCS NQT Coding Questions: Exam Pattern Snapshot<\/strong><\/h2>\n\n\n\n<p>The official TCS NQT test pattern includes Foundation and Advanced sections. The full test duration is 190 minutes, and the Advanced Coding section is allotted 90 minutes.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Section<\/strong><\/td><td><strong>Duration<\/strong><\/td><td><strong>What It Tests<\/strong><\/td><\/tr><tr><td>Foundation<\/td><td>75 minutes<\/td><td>Numerical, verbal, reasoning<\/td><\/tr><tr><td>Advanced Quantitative &amp; Reasoning<\/td><td>25 minutes<\/td><td>Higher-level aptitude<\/td><\/tr><tr><td>Advanced Coding<\/td><td>90 minutes<\/td><td>Hands-on coding<\/td><\/tr><tr><td>Total<\/td><td>190 minutes<\/td><td>Overall problem-solving ability<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The Advanced section is mandatory if you are targeting Digital or Prime offers. Based on test performance, candidates may qualify for Prime, Digital, or Ninja interviews.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why the TCS Coding Round Matters<\/strong><\/h3>\n\n\n\n<p>The tcs coding round is not just about syntax. It checks whether you can solve business-like logic problems in a structured way.<\/p>\n\n\n\n<p>For example, in a banking application, you may need to validate transactions. In an e-commerce platform, you may need to sort orders, count product frequency, or identify duplicate entries. These are the same logic patterns you practise in coding questions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common TCS NQT Programming Questions<\/strong><\/h2>\n\n\n\n<p>Most TCS NQT programming questions fall into predictable categories. Your goal is to master the patterns behind them.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Topic<\/strong><\/td><td><strong>Common Question Type<\/strong><\/td><td><strong>Skills Tested<\/strong><\/td><\/tr><tr><td>Numbers<\/td><td>Prime, palindrome, Armstrong number<\/td><td>Loops, conditions<\/td><\/tr><tr><td>Arrays<\/td><td>Largest element, duplicates, rotation<\/td><td>Indexing, traversal<\/td><\/tr><tr><td>Strings<\/td><td>Reverse string, vowel count, anagram<\/td><td>Character handling<\/td><\/tr><tr><td>Sorting<\/td><td>Sort numbers, custom order<\/td><td>Comparison logic<\/td><\/tr><tr><td>Searching<\/td><td>Linear\/binary search<\/td><td>Decision-making<\/td><\/tr><tr><td>Patterns<\/td><td>Star\/number patterns<\/td><td>Nested loops<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">TCS NQT Coding Questions<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Must-Practice Problem Patterns<\/strong><\/h3>\n\n\n\n<p>Start with these before moving to harder problems:<\/p>\n\n\n\n<ol>\n<li>Check whether a number is prime<\/li>\n\n\n\n<li>Reverse a number or string<\/li>\n\n\n\n<li>Find the second largest element in an array<\/li>\n\n\n\n<li>Count vowels, consonants, and digits in a string<\/li>\n\n\n\n<li>Remove duplicates from an array<\/li>\n\n\n\n<li>Find frequency of characters<\/li>\n\n\n\n<li>Check palindrome strings<\/li>\n\n\n\n<li>Sort an array without using built-in functions<\/li>\n\n\n\n<li>Find missing number in a sequence<\/li>\n\n\n\n<li>Print basic star and number patterns<\/li>\n<\/ol>\n\n\n\n<p>These are beginner-friendly but powerful enough to build logic for harder tcs nqt coding examples.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TCS NQT Coding Examples With Logic<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Example 1: Check Whether a Number Is Prime<\/strong><\/h3>\n\n\n\n<p><strong>Problem:<\/strong> Given a number n, check whether it is prime.<\/p>\n\n\n\n<p><strong>Logic:<\/strong><\/p>\n\n\n\n<ul>\n<li>A prime number has only two factors: 1 and itself.<\/li>\n\n\n\n<li>If n &lt;= 1, it is not prime.<\/li>\n\n\n\n<li>Check divisibility from 2 to \u221an.<\/li>\n\n\n\n<li>If any number divides n, it is not prime.<\/li>\n<\/ul>\n\n\n\n<p><strong>Sample Input:<\/strong> 17<br><strong>Sample Output:<\/strong> Prime<\/p>\n\n\n\n<p>This is one of the most common tcs nqt coding questions because it tests loops, conditions, and optimization.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Example 2: Find the Second Largest Element in an Array<\/strong><\/h3>\n\n\n\n<p><strong>Problem:<\/strong> Given an array, find the second largest number.<\/p>\n\n\n\n<p><strong>Logic:<\/strong><\/p>\n\n\n\n<ul>\n<li>Keep two variables: largest and secondLargest.<\/li>\n\n\n\n<li>Traverse the array once.<\/li>\n\n\n\n<li>Update values when a larger element is found.<\/li>\n\n\n\n<li>Handle duplicates carefully.<\/li>\n<\/ul>\n\n\n\n<p><strong>Sample Input:<\/strong> 10 5 20 8 20<br><strong>Sample Output:<\/strong> 10<\/p>\n\n\n\n<p>This question is important because many learners sort the array directly. A better approach is solving it in one traversal.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Example 3: Count Character Frequency in a String<\/strong><\/h3>\n\n\n\n<p><strong>Problem:<\/strong> Count how many times each character appears in a string.<\/p>\n\n\n\n<p><strong>Logic:<\/strong><\/p>\n\n\n\n<ul>\n<li>Traverse each character.<\/li>\n\n\n\n<li>Store count in a frequency map or array.<\/li>\n\n\n\n<li>Print each character with its count.<\/li>\n<\/ul>\n\n\n\n<p><strong>Sample Input:<\/strong> banana<br><strong>Sample Output:<\/strong> b:1, a:3, n:2<\/p>\n\n\n\n<p>This is useful for string-based tcs coding practice because similar logic appears in anagrams, duplicates, compression, and password validation problems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Comparison Table: Easy vs Moderate TCS NQT Coding Questions<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Difficulty<\/strong><\/td><td><strong>Example Questions<\/strong><\/td><td><strong>What You Should Focus On<\/strong><\/td><\/tr><tr><td>Easy<\/td><td>Prime number, palindrome, factorial<\/td><td>Syntax, loops, basic logic<\/td><\/tr><tr><td>Easy<\/td><td>Reverse string, count vowels<\/td><td>String traversal<\/td><\/tr><tr><td>Moderate<\/td><td>Second largest element, remove duplicates<\/td><td>Array logic, edge cases<\/td><\/tr><tr><td>Moderate<\/td><td>Character frequency, anagram check<\/td><td>Hashing or frequency arrays<\/td><\/tr><tr><td>Moderate<\/td><td>Missing number, array rotation<\/td><td>Pattern recognition<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">Levels in TCS NQT Coding Questions<\/figcaption><\/figure>\n\n\n\n<p>The best strategy is to solve easy questions fast and then spend more time on moderate problems that involve arrays and strings.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TCS Coding Round Preparation Roadmap<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Week 1: Strengthen Programming Basics<\/strong><\/h3>\n\n\n\n<p>Focus on loops, conditions, functions, arrays, and strings. Pick one language such as C, C++, Java, or Python and stay consistent.<\/p>\n\n\n\n<p>Do not switch languages while preparing unless you are already comfortable in both.<\/p>\n\n\n\n<p><em><strong>Also Read : <a href=\"https:\/\/www.guvi.in\/blog\/best-programming-languages-to-learn-for-jobs\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/best-programming-languages-to-learn-for-jobs\/\" rel=\"noreferrer noopener\">Best Programming Languages For Becoming Job-Ready <\/a><\/strong><\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Week 2: Practise Number and String Problems<\/strong><\/h3>\n\n\n\n<p>Solve 15\u201320 problems on prime numbers, palindrome, Armstrong numbers, factorials, string reversal, and character counts.<\/p>\n\n\n\n<p>After each problem, ask yourself: \u201cWhat edge case can break this?\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Week 3: Move to Arrays and Sorting<\/strong><\/h3>\n\n\n\n<p>Practise array traversal, duplicates, second largest number, missing number, sorting, and searching.<\/p>\n\n\n\n<p>Arrays are important because they test your ability to manage indexes, conditions, and input size.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Week 4: Simulate the TCS Coding Round<\/strong><\/h3>\n\n\n\n<p>Set a 90-minute timer and solve two problems in one sitting. This mirrors the Advanced Coding duration in the official TCS NQT pattern.<\/p>\n\n\n\n<p>Review your failed test cases after every mock attempt.<\/p>\n\n\n\n<p><div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong> \n  <br><br> \nThe <a href=\"https:\/\/wheebox.com\/assets\/pdf\/ISR_Report_2026.pdf\" target=\"_blank\" rel=\"noopener\">India Skills Report 2026<\/a> found India\u2019s overall employability rate at 56.35%, showing why practical coding ability and job-ready skills matter for freshers.\n<\/div><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Salary and Career Benefits of Doing Well in TCS NQT<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.tcs.com\/careers\/india\/tcs-all-india-nqt-hiring\" target=\"_blank\" rel=\"noreferrer noopener\">TCS lists Prime and Digital CTC ranges<\/a> for eligible candidates with 0\u20131 year and 1\u20132 years of experience. For 0\u20131 year UG candidates, Prime is listed at \u20b99.09\u2013\u20b99.30 LPA and Digital at \u20b97.09\u2013\u20b97.30 LPA. For PG candidates, Prime is listed at \u20b911.59\u2013\u20b911.80 LPA and Digital at \u20b97.39\u2013\u20b97.60 LPA.<\/p>\n\n\n\n<p>TCS also mentions that Ninja offers may be based on hiring-process performance, with minimum CTC listed as \u20b93.4 LPA for UG students and \u20b93.6 LPA for PG students.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Offer Category<\/strong><\/td><td><strong>Approx. CTC Mentioned by TCS<\/strong><\/td><td><strong>Preparation Priority<\/strong><\/td><\/tr><tr><td>Ninja<\/td><td>\u20b93.4\u2013\u20b93.6 LPA minimum<\/td><td>Foundation + basic coding<\/td><\/tr><tr><td>Digital<\/td><td>\u20b97.09\u2013\u20b98.04 LPA range<\/td><td>Strong coding + aptitude<\/td><\/tr><tr><td>Prime<\/td><td>\u20b99.09\u2013\u20b912.26 LPA range<\/td><td>Advanced coding + problem-solving<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">Salary Range of TCS NQT Eligible Candidates With Experience<\/figcaption><\/figure>\n\n\n\n<p>Strong coding preparation can directly improve your chances of qualifying for better interview categories.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Mistakes to Avoid<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mistake 1: Memorizing Code Without Understanding Logic<\/strong><\/h3>\n\n\n\n<p>Memorized code fails when the input changes. Learn the pattern behind every problem.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mistake 2: Ignoring Edge Cases<\/strong><\/h3>\n\n\n\n<p>Always test with zero, negative numbers, duplicates, empty strings, and single-element arrays.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mistake 3: Using Built-In Functions Too Early<\/strong><\/h3>\n\n\n\n<p>Built-ins are useful, but first learn manual logic. This builds confidence for hidden test cases.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mistake 4: Not Practising With a Timer<\/strong><\/h3>\n\n\n\n<p>The tcs coding round is time-bound. Practise with a timer so you learn to debug faster.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mistake 5: Skipping Dry Runs<\/strong><\/h3>\n\n\n\n<p>Before coding, dry run the logic with sample input. This saves time and reduces syntax mistakes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Wrapping Up<\/strong><\/h2>\n\n\n\n<p>TCS NQT coding questions are not impossible if you prepare with the right system. Start with programming fundamentals, practice some commonly asked TCS NQT programming questions, understand patterns, and solve timed mock problems regularly. Focus more on logic, edge cases, and clean implementation than on memorizing answers. With consistent TCS coding practice, you can approach the TCS coding round with confidence and improve your chances of qualifying for better interview opportunities.<\/p>\n\n\n\n<p>If you are still building your programming basics, strengthen them before jumping into advanced practice. HCL GUVI\u2019s<a href=\"https:\/\/www.guvi.in\/courses\/programming\/programming-fundamentals\/\" target=\"_blank\" rel=\"noreferrer noopener\"> <\/a><a href=\"https:\/\/www.guvi.in\/courses\/programming\/python\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=tcs-nqt-coding-questions\" target=\"_blank\" rel=\"noreferrer noopener\">Program<\/a><a href=\"https:\/\/www.guvi.in\/courses\/programming\/programming-fundamentals\/utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=tcs-nqt-coding-questions\" target=\"_blank\" data-type=\"post\" data-id=\"16913\" rel=\"noreferrer noopener\">ming Fundamentals course<\/a> can help you learn core coding concepts step by step, so your TCS coding practice becomes more structured and confident.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1782972792904\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>1. What are the most common TCS NQT coding questions?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Some commonly asked TCS NQT coding questions include prime number, palindrome, factorial, array sorting, second largest element, string reversal, character frequency, and missing number problems.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1782972819425\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>2. How many coding questions are asked in TCS NQT?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>The official TCS NQT pattern lists Advanced Coding as a 90-minute section. The exact number of coding questions may vary by hiring cycle, so always check the latest TCS page before applying.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1782972840097\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>3. Which language is best for the TCS coding round?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>C, C++, Java, and Python are commonly used. Choose the language you can write confidently, debug quickly, and use consistently during practice.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1782972878689\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>4. Are TCS NQT programming questions difficult?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Most tcs nqt programming questions are beginner-to-intermediate level. The difficulty comes from time pressure, hidden test cases, and weak fundamentals.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1782972896490\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>5. How should beginners start TCS coding practice?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Start with loops, conditions, arrays, strings, and functions. Then solve 5\u201310 problems from each topic before attempting mock coding rounds.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1782972918385\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>6. Do TCS NQT coding examples repeat?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Exact questions may not repeat, but patterns often do. Practice logic patterns instead of memorizing specific solutions.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1782972933569\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>7. Is Advanced Coding compulsory for TCS Digital and Prime roles?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes. TCS states that the Advanced section is mandatory for candidates aspiring for Digital or Prime offers.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1782972949200\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>8. Can non-CS students crack TCS NQT coding questions?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes. Non-CS students can perform well if they build fundamentals, practice consistently, and focus on common coding patterns.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>TL;DR Summary TCS NQT coding questions test your ability to solve beginner-to-intermediate programming problems using logic, loops, arrays, strings, numbers, and basic problem-solving. The official TCS NQT integrated test is 190 minutes long, with the Advanced Coding section lasting 90 minutes. To prepare well, focus on pattern-based practice, dry runs, edge cases, and clean code [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":122928,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[714],"tags":[],"views":"38","authorinfo":{"name":"Saanchi Bhardwaj","url":"https:\/\/www.guvi.in\/blog\/author\/saanchi\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/tcs-nqt-coding-questions-300x116.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/120119"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=120119"}],"version-history":[{"count":14,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/120119\/revisions"}],"predecessor-version":[{"id":122930,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/120119\/revisions\/122930"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/122928"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=120119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=120119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=120119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}