{"id":984,"date":"2021-06-01T08:53:00","date_gmt":"2021-06-01T05:53:00","guid":{"rendered":"https:\/\/arc.dev\/developer-blog\/?p=984"},"modified":"2024-11-28T12:25:20","modified_gmt":"2024-11-28T04:25:20","slug":"spring-interview-questions","status":"publish","type":"post","link":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/","title":{"rendered":"20 Spring Interview Questions and Answers to Know (With MVC &#038; Boot)"},"content":{"rendered":"\n<p>Spring has just celebrated its 20th anniversary in late 2022, and the Java framework isn\u2019t showing signs of waning popularity. In fact, on our job board, we have <a href=\"https:\/\/arc.dev\/remote-jobs\/spring\">hundreds of Spring jobs available<\/a> for remote developers at any given time.<\/p>\n\n\n\n<p>Anyway, if you made it here, you probably have a Spring interview coming up \u2014<\/p>\n\n\n\n<p>As a hiring manager, what are some of the common and most up-to-date Spring Framework interview questions to ask?<\/p>\n\n\n\n<p>In the guide below, we\u2019ll walk you through Spring interview questions and answers, from basic ones on the fundamentals to tougher questions on aspect-oriented programming, model-view-controller, JDBC, and more. After each of these popular interview questions on Spring, we\u2019ll explain what you should look for in your candidate\u2019s answers.<\/p>\n\n\n\n<p>Let&#8217;s get started, shall we?<\/p>\n\n\n\n<p><em>Looking to hire the best remote developers? Arc can help you:<\/em><\/p>\n\n\n\n<p><em>\u26a1\ufe0f Get instant candidate matches without searching<br>\u26a1\ufe0f Identify top applicants from our network of 350,000+ <br>\u26a1\ufe0f Hire 4x faster with vetted candidates (qualified and interview-ready)<\/em><\/p>\n\n\n\n<p><a href=\"https:\/\/arc.dev\/\"><em><strong>Try Arc to hire top developers now \u2192<\/strong><\/em><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"spring%2C-spring-core%2C-and-spring-ioc-interview-questions\">Spring, Spring Core, and Spring IoC Interview Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-a-spring-configuration-file%3F\">What is a Spring configuration file?<\/h3>\n\n\n\n<p>A Spring configuration file defines the relationship between different classes in the Spring application.<\/p>\n\n\n\n<p>As an interviewer asking this question about the Spring configuration file, you should know that it can be defined differently. Essentially, it defines application behavior by allowing you to declare configurations such as Beans and Bean life cycles.<\/p>\n\n\n\n<p>While the file is traditionally defined as an XML file, these can also be defined as&nbsp;<code>@Configuration<\/code>&nbsp;annotations through Spring Core. The annotation method is a modern way of defining Spring configurations and is becoming more commonplace than the XML file. Therefore, it&#8217;s important to recognize that questions about the&nbsp;<code>@Configuration<\/code>&nbsp;annotation are very similar to questions about the Spring configuration file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-spring-ioc-(inversion-of-control)-container%3F\">What is the Spring IoC (Inversion of Control) Container?<\/h3>\n\n\n\n<p>The Spring IoC Container enables dependency injection by managing bean instantiation and configuration. These are commonly defined with&nbsp;<code>ApplicationContext<\/code>&nbsp;or&nbsp;<code>BeanFactory<\/code>. Since these serve as a centralized interface for application configuration, every project typically begins with a boilerplate setup of the&nbsp;<code>ApplicationContext<\/code>.<\/p>\n\n\n\n<p>IoC is a software principle that enables us to have a loose coupling between objects. In the Spring ecosystem, IoC is displayed when Spring creates an object and provides that object additional metadata and dependencies on its behalf. This is essentially a dependency injection. When you ask your candidate about Spring IoC, they should know that it is essentially a dependency injection in action.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-do-you-use-dependency-injection-with-spring%3F\">How do you use&nbsp;<em>dependency injection<\/em>&nbsp;with Spring?<\/h3>\n\n\n\n<p>Dependency injection can be achieved in Spring through XML configurations, Spring annotations such as&nbsp;<code>@Autowire<\/code>, and configuring the IoC container through&nbsp;<code>ApplicationContext<\/code>. By using dependency injection, you can make one service available in another without having to explicitly initialize one since Spring will manage its life cycle.<\/p>\n\n\n\n<p>While&nbsp;<code>@Autowire<\/code>&nbsp;is commonly used for setting up dependency injection, Spring 4.3+ will actually scan your classes to manage them on your behalf. This question is perfect if you want to gauge whether your candidate\u2019s familiar with newer versions of Spring!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-difference-between-constructor-injection-and-setter-injection%3F\">What is the difference between&nbsp;<em>constructor injection<\/em>&nbsp;and&nbsp;<em>setter injection<\/em>?<\/h3>\n\n\n\n<p>You may ask your candidates about these types of injections to gauge their depth of understanding regarding Spring dependency injection.<\/p>\n\n\n\n<p><em>Setter injection<\/em>&nbsp;defines dependencies after an object is instantiated.&nbsp;<em>Constructor injection<\/em>&nbsp;defines dependencies when an object is created. In practice, setter injection is typically used for optional dependencies, and constructor injection is used for mandatory dependencies that are required for expected behavior.<\/p>\n\n\n\n<p>To follow up, you may ask your candidate to provide an example of how they may have used setter or constructor injection in object definitions. This helps you better understand whether their understanding of Spring dependency injections is mostly theoretical or backed by hands-on experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-does-spring-manage-beans-differently-from-other-java-objects%3F\">How does Spring manage Beans differently from other Java objects?<\/h3>\n\n\n\n<p>Understanding the difference between Spring Beans and Java Beans is crucial for your candidate to be able to explain the abstractions that Spring builds on top of Java. To hire a great Spring developer, you want a strong Java engineer who understands the Spring Framework instead of engineers who can only write applications with Spring Framework.<\/p>\n\n\n\n<p>Spring manages the lifecycle (instantiation, invocation, destructor) of Spring Beans through the IoC container.<\/p>\n\n\n\n<p>It\u2019s important that your candidate doesn\u2019t get Spring Beans mixed up with Java Beans. Java Beans are a concept outside of the scope of Spring and simply define some interfaces that a Java class must-have. A Spring Bean could be a Java Bean if its lifecycle is managed by Spring.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p class=\"has-background\" style=\"background-color:#d0f2dc\">Struggling with interview prep? Meet senior developers from Amazon, Microsoft, and Google now on Codementor. They\u2019ll help you tackle coding challenges, practice interviews, and sharpen your skills in live 1:1 sessions.<br><br><strong>Book a session with our <a href=\"https:\/\/www.codementor.io\/mock-interview-practices\">interview prep tutors<\/a> today! Your first 15 minutes are free.<\/strong><\/p>\n\n\n\n<p>Explore our other software development interview questions and answers to prep for your next remote job.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/javascript-interview-questions\/\">JavaScript Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/machine-learning-interview-questions\/\">Machine Learning Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/mongodb-interview-questions\/\">MongoDB Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/typescript-interview-questions\/\">TypeScript Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/selenium-interview-questions\/\">Selenium Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\">Spring Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/data-engineer-interview-questions\/\">Data Engineer Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/reactjs-interview-questions\/\" data-type=\"URL\" data-id=\"https:\/\/arc.dev\/developer-blog\/reactjs-interview-questions\/\">React Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/data-analyst-interview-questions\/\">Data Analyst Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/vue-interview-questions\/\">Vue Interview Questions<\/a><\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/sql-interview-questions\/\">SQL Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/devops-interview-questions\/\">DevOps Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/engineering-manager-interview-questions\/\">Engineering Manager Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/java-interview-questions\/\">Java Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/php-interview-questions\/\">PHP Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/ruby-on-rails-interview-questions\/\">Ruby on Rails Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/angular-interview-questions\/\">Angular Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/android-interview-questions\/\">Android Interview Questions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/arc.dev\/talent-blog\/data-warehouse-interview-questions\/\">Data Warehouse Interview Questions<\/a><\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-are-the-bean-scopes-available-in-spring%3F\">What are the Bean scopes available in Spring?<\/h3>\n\n\n\n<p>As of Spring 5, Spring provides the following Bean scopes: singleton, prototype, request, session, application, and websocket.<\/p>\n\n\n\n<p>If you have created Spring Beans before but did not specify their Bean scopes, then you have been using the singleton scope. Spring will default to using the singleton scope, meaning that one instance of the object will be instantiated during the application&#8217;s lifecycle.<\/p>\n\n\n\n<p>Being able to communicate why different Bean scopes should be used can help convey your candidate\u2019s understanding of object lifecycles. Explaining why they chose a specific Bean scope proves that they understand Spring Beans and can make design considerations while producing code. Look for concrete examples of Beans that they have created in the past and why a specific Bean scope was used.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-difference-between-beanfactory-and-applicationcontext%3F\">What is the difference between&nbsp;<code>BeanFactory<\/code>&nbsp;and&nbsp;<code>ApplicationContext<\/code>?<\/h3>\n\n\n\n<p>Both&nbsp;<code>BeanFactory<\/code>&nbsp;and&nbsp;<code>ApplicationContext<\/code>&nbsp;are IoC containers used to manage bean life cycles. The difference is that a&nbsp;<code>BeanFactory<\/code>&nbsp;enables a Bean to be lazy-loaded while&nbsp;<code>ApplicationContext<\/code>&nbsp;loads beans at application startup.<\/p>\n\n\n\n<p>Spring recommends that you use&nbsp;<code>ApplicationContext<\/code>&nbsp;instead of&nbsp;<code>BeanFactory<\/code>&nbsp;unless your application requires memory optimization.<\/p>\n\n\n\n<p>Less-experienced developers would potentially be more eager to use&nbsp;<code>BeanFactory<\/code>, as it is more performant. A high-quality, experienced developer should be able to explain the design tradeoffs and rationale for why they might choose one over the other.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-bean-life-cycle-in-spring-bean-factory-container%3F\">What is the Bean life cycle in Spring Bean Factory Container?<\/h3>\n\n\n\n<p>A Spring Bean is instantiated, its properties are populated, its custom&nbsp;<code>init()<\/code>&nbsp;method is called, and then ready to be used. Once it\u2019s to be shut down, it calls its&nbsp;<code>destroy()<\/code>&nbsp;method for cleanup.<\/p>\n\n\n\n<p>You may ask about this to gauge your candidate\u2019s understanding of how Spring manages the overhead of Bean instantiation and destruction and when their custom code is invoked during this process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"when-is-autowiring-used%3F\">When is autowiring used?<\/h3>\n\n\n\n<p>Autowiring is used to reduce the amount of user-defined configurations by allowing Spring to make implicit decisions on how to manage dependency injection.<\/p>\n\n\n\n<p>There are several ways to achieve the autowiring, but it\u2019s often used with the&nbsp;<code>@Autowired<\/code>&nbsp;annotation for field, setter, and constructor injection.<\/p>\n\n\n\n<p><code>@Autowired<\/code> is commonly used, and many Spring tutorials have developers follow along to set the annotations in their code without a good understanding of what it\u2019s doing. Explaining how <code>@Autowired<\/code> is used and how Spring uses this to achieve dependency injection allows your candidates to show their depth of Spring knowledge.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-autowiring%3F-can-you-name-the-different-modes-of-autowiring%3F\">What is autowiring? Can you name the different modes of autowiring?<\/h3>\n\n\n\n<p>Autowiring is a way to set up dependency injection by relying on Spring to make injections and thereby reducing configurations defined in the application. Five types of autowiring are supported as of Spring 5:&nbsp;<code>no<\/code>,&nbsp;<code>byName<\/code>,&nbsp;<code>byType<\/code>,&nbsp;<code>constructor<\/code>, and&nbsp;<code>autodetect<\/code>. Autowiring with&nbsp;<code>autodetect<\/code>&nbsp;provides too much implicit setup so is being deprecated by Spring.<\/p>\n\n\n\n<p>If you use the&nbsp;<code>@Autowired<\/code>&nbsp;annotation and aren&#8217;t familiar with the types of autowiring, it&#8217;s because&nbsp;<code>@Autowired<\/code>&nbsp;automatically chooses the corresponding type depending on where it is defined. If you annotate a property or property setter, the&nbsp;<code>byType<\/code>&nbsp;mode is used. <\/p>\n\n\n\n<p>If you annotate a constructor, the&nbsp;<code>constructor<\/code>&nbsp;type is mode. Therefore, this question is often used by interviewers to gauge whether an interviewee understands the underlying configurations that Spring annotations can manage on your behalf.<\/p>\n\n\n\n<p class=\"has-johannes-bg-alt-1-background-color has-background\"><strong>Read More<\/strong>: <a href=\"https:\/\/arc.dev\/developer-blog\/how-to-be-productive-at-home-working-remotely\/\">How to Be More Productive Working at Home<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"spring-boot-interview-questions\">Spring Boot Interview Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-distinction-between-spring-boot-and-spring%3F\">What is the distinction between Spring Boot and Spring?<\/h3>\n\n\n\n<p>Spring Boot is a framework that is an abstraction on top of Spring. It enables developers to efficiently build applications through an opinionated approach. It provides tooling and greatly reduces boilerplate configurations that a developer would typically need in order to build a web application.<\/p>\n\n\n\n<p>Since Spring Boot has reduced a lot of the overhead of setting up configurations, many developers choose it to create backend webservices for RESTful APIs.<\/p>\n\n\n\n<p>Since Spring Boot is very popular, there are many developers who have built projects with Spring Boot but not with Spring. An inexperienced engineer who has only used Spring Boot may force Spring Boot\u2019s abstractions onto a problem when Spring is a better solution. As the interviewer, you\u2019d want to hire an engineer who can explain when it may be appropriate to use Spring over Spring Boot.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/arc.dev\/?utm_source=CTA-Banner&amp;utm_medium=Image&amp;utm_campaign=Blog-CRO\"><img decoding=\"async\" width=\"1024\" height=\"256\" src=\"https:\/\/arc.dev\/developer-blog\/wp-content\/uploads\/2022\/02\/Meet-HireAI-blog-CTA-banner-1024x256.png\" alt=\"\" class=\"wp-image-2106\" srcset=\"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Meet-HireAI-blog-CTA-banner-1024x256.png 1024w, https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Meet-HireAI-blog-CTA-banner-300x75.png 300w, https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Meet-HireAI-blog-CTA-banner-768x192.png 768w, https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Meet-HireAI-blog-CTA-banner.png 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"spring-mvc-interview-questions\">Spring MVC Interview Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-distinction-between-spring-mvc-and-spring%3F\">What is the distinction between Spring MVC and Spring?<\/h3>\n\n\n\n<p>Spring MVC (Model-View-Controller) is a library in the Spring Framework that is often used to build Java web applications through the Model-View-Controller approach. In short, Spring brings the ability to set up IoC with dependency injection, and Spring MVC uses that functionality to provide a framework for building web applications.<\/p>\n\n\n\n<p>It\u2019s important that your candidate doesn\u2019t get Spring MVC confused with Spring Boot. Spring MVC is configuration-heavy but allows you feature-rich customizations, whereas Spring Boot is very opinionated with the goal of reducing the overhead of having a developer create a productive web application. They can achieve the same results but with varying time spent on development and configuration.<\/p>\n\n\n\n<p>Since Spring MVC and Spring Boot can achieve the same functionality, it\u2019s important that your candidate can distinguish why they may choose to use one over the other.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-dispatcherservlet-in-spring-mvc%3F\">What is DispatcherServlet in Spring MVC?<\/h3>\n\n\n\n<p>The DispatcherServlet streamlines and handles all of the HTTP requests and responses in Spring MVC. It serves as a front controller and delegates all web requests to corresponding controllers for downstream processing.<\/p>\n\n\n\n<p>Instead of specifically asking about the DispatcherServlet, you may ask your candidate to describe the workflow for how an HTTP request goes through Spring. When asked this, it is important that your candidate indicates that all the requests and responses are funneled through the DispatcherServlet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-viewresolver-pattern%3F-can-you-explain-its-significance-in-spring-mvc%3F\">What is the ViewResolver pattern? Can you explain its significance in Spring MVC?<\/h3>\n\n\n\n<p>The ViewResolver pattern manages the different types of view technologies that can be used to render the view. This abstraction makes view technologies configuration-based, enabling decoupling from view technologies such as JSP and XSLT.<\/p>\n\n\n\n<p>This aligns with a common software pattern known as the separation of concerns. A developer can be focused on writing view content. The view resolver will handle the details of how the view content gets processed into different view technologies.<\/p>\n\n\n\n<p>Since view resolvers are for rendering views, it\u2019s important to note that RESTful applications typically do not need them. RESTful applications simply return HTTP responses. Therefore, when you ask your candidate to design a RESTful API using Spring MVC, they should remember to forgo including the view resolver in the design details.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-a-controller-in-spring-mvc%3F\">What is a Controller in Spring MVC?<\/h3>\n\n\n\n<p>A Spring MVC Controller is a class that\u2019s used to handle web requests. It typically contains the business logic of an application.<\/p>\n\n\n\n<p>Controllers in MVC patterns often manage the &#8220;how&#8221; of your application code. Usually, your controller logic will involve how you handle the various fields in an inbound HTTP request and how it&#8217;s processed into an HTTP response.<\/p>\n\n\n\n<p>You may ask your candidate to use Spring MVC to set up a RESTful application. In these scenarios, you want to see if they choose to use a <code>RestController<\/code> in lieu of a Spring Controller. A <code>RestController<\/code> will send raw data as an HTTP response and help simplify their RESTful application.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-does-the-%40requestmapping-annotation-work%3F\">How does the&nbsp;<code>@Requestmapping<\/code>&nbsp;annotation Work?<\/h3>\n\n\n\n<p>The&nbsp;<code>@RequestMapping<\/code>&nbsp;annotation defines the method that handles the specified HTTP request.&nbsp;<code>@RequestMapping<\/code>&nbsp;can generally be configured with values, headers, and request types.<\/p>\n\n\n\n<p>For example, if we have the following request mapping annotating a method:<\/p>\n\n\n\n<p><code>@RequestMapping(value = \"\/transactions\", method = GET)<\/code><\/p>\n\n\n\n<p>This specifies that the method will handle the HTTP&nbsp;<code>GET<\/code>&nbsp;requests that are made to the&nbsp;<code>\/transactions<\/code>&nbsp;endpoint.<\/p>\n\n\n\n<p>You may ask your candidate to work on a design exercise to map out the requests and responses that an API will handle. This will involve deciding what type of endpoints to create and their corresponding HTTP methods. They may be able to use the <code>@RequestMapping<\/code> syntax to convey their API design choices.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"spring-aop%2C-spring-jdbc-%26-spring-hibernate\">Spring AOP, Spring JDBC &amp; Spring Hibernate<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-spring-aspect-oriented-programming-(aop)%3F\">What is Spring Aspect-Oriented Programming (AOP)?<\/h3>\n\n\n\n<p>Spring Aspect-oriented programming (AOP) enables an application to be designed with cross-cutting logic between modules. Spring provides interfaces such as annotations to implement AOP functionality. Spring AOP is configured with an aspect that defines a concern, a joinpoint for when to execute the logic, and a pointcut that applies a specific action known as an advice.<\/p>\n\n\n\n<p>One common example is how an application handles logging. Logging should affect the entire system and be specific to one module in the application. Spring AOP defines a pattern for how logging logic can be defined and integrated into the rest of the application.<\/p>\n\n\n\n<p>You may not explicitly ask your candidate what Spring AOP is for. Instead, you may ask them to explain how they\u2019d design or architect different business requirements into a Spring application. By identifying business functionality that affects other modules, they may be able to propose using Spring AOP to organize their application architecture.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-an-advice%3F-explain-its-types-in-spring.\">What is an advice? Explain its types in Spring.<\/h3>\n\n\n\n<p>An advice is an action that is applied at a specific point of a program\u2019s execution. It can be configured as a&nbsp;<code>before<\/code>&nbsp;type to run prior to method execution, an&nbsp;<code>after<\/code>&nbsp;type to run after method execution, and an&nbsp;<code>around<\/code>&nbsp;type to run before and after method execution.<\/p>\n\n\n\n<p>This provides a powerful pattern for modifying a method\u2019s behavior. For example, imagine that you wanted to understand the execution time for all of your methods. If you were to implement this functionality yourself, you could use the <code>before<\/code> and <code>after<\/code> types to cleanly track when the method is about to be invoked and when it finishes.<\/p>\n\n\n\n<p>Knowing how and when to use an advice is a strong signal to the interviewer of your understanding of design principles with Spring. Even if you don\u2019t explicitly ask about advice, you may want to look for developers who are able to offer it as a solution for modeling cross-functional business logic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-are-some-of-the-classes-for-spring-jdbc-api%3F\">What are some of the classes for Spring JDBC API?<\/h3>\n\n\n\n<p>One of the core classes in Spring JDBC is the&nbsp;<code>JdbcTemplate<\/code>&nbsp;class. It handles the overhead of the database connection and exposes an interface to query a relational database.&nbsp;<code>RowMapper<\/code>&nbsp;and&nbsp;<code>ResultSetExtractor<\/code>&nbsp;are two classes that are commonly used to handle the data that is returned from a database query.<\/p>\n\n\n\n<p>You may ask this question to gauge your candidate\u2019s familiarity with the Spring JDBC API. The goal isn\u2019t to see if they have memorized every class of the Spring JDBC API. Instead, your goal is to set the stage for your candidate to recall a class and explain the context of when they used it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-are-the-tradeoffs-for-using-jdbctemplate-versus-jdbc%3F\">What are the tradeoffs for using&nbsp;<code>JdbcTemplate<\/code>&nbsp;versus&nbsp;<code>Jdbc<\/code>?<\/h3>\n\n\n\n<p><code>JdbcTemplate<\/code>&nbsp;is a thin wrapper built on top of&nbsp;<code>Jdbc<\/code>&nbsp;that removes boilerplate configuration and management of the database connection to make development simpler in Spring. While often unnecessary, one could possibly explore profiling the performance penalty of using&nbsp;<code>JdbcTemplate<\/code>&nbsp;versus&nbsp;<code>Jdbc<\/code>&nbsp;when processing large volumes of data due to&nbsp;<code>JdbcTemplate<\/code>\u2019s overhead.<\/p>\n\n\n\n<p>You may ask this question to gauge whether your candidate follows best practices and uses <code>JdbcTemplate<\/code>. If they have claimed to have used <code>Jdbc<\/code>, you may follow up and ask them about their decision to opt out of using <code>JdbcTemplate<\/code> to validate their design decisions in doing so.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wrapping-up\">Wrapping Up<\/h2>\n\n\n\n<p>Technical interviews aren&#8217;t easy, that&#8217;s for sure.<\/p>\n\n\n\n<p>Technical interviews aren\u2019t easy, that\u2019s for sure. Keep in mind, while your technical interview\u2019s main purpose is to assess your candidate\u2019s expertise in the framework, <em>how they frame their answers <\/em>is just as important as <em>what they say.&nbsp;<\/em><\/p>\n\n\n\n<p>When interviewing a Spring developer, make sure to help them draw out their thought process. By setting the stage for your candidate, you can better understand their problem-solving skills and communication skills. Remember, soft skills are just as important as technical skills, so make sure to gauge your candidate\u2019s skills holistically.<\/p>\n\n\n\n<p>We wish you the best of luck in hiring a Spring developers!<\/p>\n\n\n\n<p><em>You can also explore <a href=\"https:\/\/arc.dev\/\">HireAI<\/a> to skip the line and:<\/em><\/p>\n\n\n\n<p><em>\u26a1\ufe0f Get instant candidate matches without searching<br>\u26a1\ufe0f Identify top applicants from our network of 350,000+ with no manual screening<br>\u26a1\ufe0f Hire 4x faster with vetted candidates (qualified and interview-ready)<\/em><\/p>\n\n\n\n<p><a href=\"https:\/\/arc.dev\"><strong><em><strong><em><\/em><\/strong><\/em><\/strong><\/a><strong><em><strong><em><a href=\"https:\/\/arc.dev\">Try HireAI and hire top developers now \u2192<\/a><\/em><\/strong><\/em><\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Want top Spring interview questions and answers to practice? Land the job you want with this technical interview preparation guide.<\/p>\n","protected":false},"author":4,"featured_media":1004,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-984","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-interview-preparation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>20 Spring Interview Questions and Answers to Know (With MVC &amp; Boot)<\/title>\n<meta name=\"description\" content=\"Want top Spring interview questions and answers to practice? Land the job you want with this technical interview preparation guide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"20 Spring Interview Questions and Answers to Know (With MVC &amp; Boot)\" \/>\n<meta property=\"og:description\" content=\"Want top Spring interview questions and answers to practice? Land the job you want with this technical interview preparation guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\" \/>\n<meta property=\"og:site_name\" content=\"Arc Talent Career Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/arcdotdev\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/arcdotdev\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-01T05:53:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-28T04:25:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1128\" \/>\n\t<meta property=\"og:image:height\" content=\"635\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Arc Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@arcdotdev\" \/>\n<meta name=\"twitter:site\" content=\"@arcdotdev\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arc Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\"},\"author\":{\"name\":\"Arc Team\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/#\/schema\/person\/5ab8d561ed1c4df83cf67128a502da7f\"},\"headline\":\"20 Spring Interview Questions and Answers to Know (With MVC &#038; Boot)\",\"datePublished\":\"2021-06-01T05:53:00+00:00\",\"dateModified\":\"2024-11-28T04:25:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\"},\"wordCount\":2753,\"publisher\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg\",\"articleSection\":[\"Interview Preparation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\",\"url\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\",\"name\":\"20 Spring Interview Questions and Answers to Know (With MVC & Boot)\",\"isPartOf\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg\",\"datePublished\":\"2021-06-01T05:53:00+00:00\",\"dateModified\":\"2024-11-28T04:25:20+00:00\",\"description\":\"Want top Spring interview questions and answers to practice? Land the job you want with this technical interview preparation guide.\",\"breadcrumb\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage\",\"url\":\"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg\",\"contentUrl\":\"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg\",\"width\":1128,\"height\":635,\"caption\":\"how to answer Spring Interview Questions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/arc.dev\/talent-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"20 Spring Interview Questions and Answers to Know (With MVC &#038; Boot)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/#website\",\"url\":\"https:\/\/arc.dev\/talent-blog\/\",\"name\":\"Arc Talent Career Blog\",\"description\":\"Tech insights and career advice for developers worldwide\",\"publisher\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/arc.dev\/talent-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/#organization\",\"name\":\"Arc.dev\",\"url\":\"https:\/\/arc.dev\/talent-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/arc.dev\/developer-blog\/wp-content\/uploads\/2021\/11\/Arc-alternate-logo.png\",\"contentUrl\":\"https:\/\/arc.dev\/developer-blog\/wp-content\/uploads\/2021\/11\/Arc-alternate-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Arc.dev\"},\"image\":{\"@id\":\"https:\/\/arc.dev\/talent-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/arcdotdev\",\"https:\/\/x.com\/arcdotdev\",\"https:\/\/www.instagram.com\/arcdotdev\/\",\"https:\/\/www.linkedin.com\/company\/arcdotdev\",\"https:\/\/www.youtube.com\/c\/Arcdotdev\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/arc.dev\/talent-blog\/#\/schema\/person\/5ab8d561ed1c4df83cf67128a502da7f\",\"name\":\"Arc Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/a0ede409fa33fc8968402c9e39b820b22e501e28ec7700d038eedfc80652d3aa?s=96&d=mm&r=pg\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0ede409fa33fc8968402c9e39b820b22e501e28ec7700d038eedfc80652d3aa?s=96&d=mm&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0ede409fa33fc8968402c9e39b820b22e501e28ec7700d038eedfc80652d3aa?s=96&d=mm&r=pg\",\"caption\":\"Arc Team\"},\"description\":\"The Arc team provides articles and expert advice on tech careers and remote work. From helping beginners land their first junior role to supporting remote workers facing challenges at home or guiding mid-level professionals toward leadership, Arc covers it all!\",\"sameAs\":[\"https:\/\/arc.dev\/talent-blog\/\",\"https:\/\/www.facebook.com\/arcdotdev\",\"https:\/\/www.instagram.com\/arcdotdev\/\",\"https:\/\/www.linkedin.com\/company\/arcdotdev\",\"https:\/\/x.com\/arcdotdev\",\"https:\/\/www.youtube.com\/c\/Arcdotdev\"],\"url\":\"https:\/\/arc.dev\/talent-blog\/author\/arcteam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"20 Spring Interview Questions and Answers to Know (With MVC & Boot)","description":"Want top Spring interview questions and answers to practice? Land the job you want with this technical interview preparation guide.","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:\/\/arc.dev\/talent-blog\/spring-interview-questions\/","og_locale":"en_US","og_type":"article","og_title":"20 Spring Interview Questions and Answers to Know (With MVC & Boot)","og_description":"Want top Spring interview questions and answers to practice? Land the job you want with this technical interview preparation guide.","og_url":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/","og_site_name":"Arc Talent Career Blog","article_publisher":"https:\/\/www.facebook.com\/arcdotdev","article_author":"https:\/\/www.facebook.com\/arcdotdev","article_published_time":"2021-06-01T05:53:00+00:00","article_modified_time":"2024-11-28T04:25:20+00:00","og_image":[{"width":1128,"height":635,"url":"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg","type":"image\/jpeg"}],"author":"Arc Team","twitter_card":"summary_large_image","twitter_creator":"@arcdotdev","twitter_site":"@arcdotdev","twitter_misc":{"Written by":"Arc Team","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#article","isPartOf":{"@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/"},"author":{"name":"Arc Team","@id":"https:\/\/arc.dev\/talent-blog\/#\/schema\/person\/5ab8d561ed1c4df83cf67128a502da7f"},"headline":"20 Spring Interview Questions and Answers to Know (With MVC &#038; Boot)","datePublished":"2021-06-01T05:53:00+00:00","dateModified":"2024-11-28T04:25:20+00:00","mainEntityOfPage":{"@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/"},"wordCount":2753,"publisher":{"@id":"https:\/\/arc.dev\/talent-blog\/#organization"},"image":{"@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg","articleSection":["Interview Preparation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/","url":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/","name":"20 Spring Interview Questions and Answers to Know (With MVC & Boot)","isPartOf":{"@id":"https:\/\/arc.dev\/talent-blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage"},"image":{"@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg","datePublished":"2021-06-01T05:53:00+00:00","dateModified":"2024-11-28T04:25:20+00:00","description":"Want top Spring interview questions and answers to practice? Land the job you want with this technical interview preparation guide.","breadcrumb":{"@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#primaryimage","url":"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg","contentUrl":"https:\/\/arc.dev\/talent-blog\/wp-content\/uploads\/2022\/02\/Spring-Interview-Questions.jpg","width":1128,"height":635,"caption":"how to answer Spring Interview Questions"},{"@type":"BreadcrumbList","@id":"https:\/\/arc.dev\/talent-blog\/spring-interview-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/arc.dev\/talent-blog\/"},{"@type":"ListItem","position":2,"name":"20 Spring Interview Questions and Answers to Know (With MVC &#038; Boot)"}]},{"@type":"WebSite","@id":"https:\/\/arc.dev\/talent-blog\/#website","url":"https:\/\/arc.dev\/talent-blog\/","name":"Arc Talent Career Blog","description":"Tech insights and career advice for developers worldwide","publisher":{"@id":"https:\/\/arc.dev\/talent-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arc.dev\/talent-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/arc.dev\/talent-blog\/#organization","name":"Arc.dev","url":"https:\/\/arc.dev\/talent-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arc.dev\/talent-blog\/#\/schema\/logo\/image\/","url":"https:\/\/arc.dev\/developer-blog\/wp-content\/uploads\/2021\/11\/Arc-alternate-logo.png","contentUrl":"https:\/\/arc.dev\/developer-blog\/wp-content\/uploads\/2021\/11\/Arc-alternate-logo.png","width":512,"height":512,"caption":"Arc.dev"},"image":{"@id":"https:\/\/arc.dev\/talent-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/arcdotdev","https:\/\/x.com\/arcdotdev","https:\/\/www.instagram.com\/arcdotdev\/","https:\/\/www.linkedin.com\/company\/arcdotdev","https:\/\/www.youtube.com\/c\/Arcdotdev"]},{"@type":"Person","@id":"https:\/\/arc.dev\/talent-blog\/#\/schema\/person\/5ab8d561ed1c4df83cf67128a502da7f","name":"Arc Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a0ede409fa33fc8968402c9e39b820b22e501e28ec7700d038eedfc80652d3aa?s=96&d=mm&r=pg","url":"https:\/\/secure.gravatar.com\/avatar\/a0ede409fa33fc8968402c9e39b820b22e501e28ec7700d038eedfc80652d3aa?s=96&d=mm&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0ede409fa33fc8968402c9e39b820b22e501e28ec7700d038eedfc80652d3aa?s=96&d=mm&r=pg","caption":"Arc Team"},"description":"The Arc team provides articles and expert advice on tech careers and remote work. From helping beginners land their first junior role to supporting remote workers facing challenges at home or guiding mid-level professionals toward leadership, Arc covers it all!","sameAs":["https:\/\/arc.dev\/talent-blog\/","https:\/\/www.facebook.com\/arcdotdev","https:\/\/www.instagram.com\/arcdotdev\/","https:\/\/www.linkedin.com\/company\/arcdotdev","https:\/\/x.com\/arcdotdev","https:\/\/www.youtube.com\/c\/Arcdotdev"],"url":"https:\/\/arc.dev\/talent-blog\/author\/arcteam\/"}]}},"_links":{"self":[{"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/posts\/984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/comments?post=984"}],"version-history":[{"count":0,"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/posts\/984\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/media\/1004"}],"wp:attachment":[{"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/media?parent=984"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/categories?post=984"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arc.dev\/talent-blog\/wp-json\/wp\/v2\/tags?post=984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}