Spring Boot MCQ
Spring Boot MCQ
All Posts
Basic Level
1. What is Spring Boot primarily used for?
- A. Building Android applications
- B. Creating web applications in Java
- C. Developing desktop applications
- D. Building machine learning models
- **Answer: B. Creating web applications in Java**
2. Which annotation is used to mark the main class in a Spring Boot application?
- A. @MainClass
- B. @SpringBootApplication
- C. @StartClass
- D. @MainApplication
- **Answer: B. @SpringBootApplication**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 1/28
5/18/24, 12:08 AM Spring Boot MCQ
9. How does Spring Boot simplify the creation of RESTful web services?
- A. By providing annotations like @RestController
- B. By generating code based on configuration
- C. By automatically configuring servlets
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 2/28
5/18/24, 12:08 AM Spring Boot MCQ
14. What is the purpose of the application.properties (or application.yml) file in Spring
Boot?
- A. To define application-specific properties
- B. To configure datasource properties
- C. To set logging levels
- D. All of the above
- **Answer: D. All of the above**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 3/28
5/18/24, 12:08 AM Spring Boot MCQ
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 4/28
5/18/24, 12:08 AM Spring Boot MCQ
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 5/28
5/18/24, 12:08 AM Spring Boot MCQ
29. How does Spring Boot simplify the creation of command-line applications?
- A. By providing annotations like @CommandLineApp
- B. By generating code based on configuration
- C. By providing a SpringApplication class
- D. All of the above
- **Answer: C. By providing a SpringApplication class**
31. How does Spring Boot simplify the creation of database connections?
This- A.
website uses
By providing cookies.
built-in support for JDBC
- B.cookies
We use By automatically
to analyzeconfiguring datasource
website traffic beansyour website experience. By accepting
and optimize
- C.ofBy
our use generating
cookies, your SQL
data queries from entity classes
will be aggregated with all other user data.
- D. All of the above
- **Answer: D. All of the above**
ACCEPT
32. What is the purpose of Spring Boot's @EnableAutoConfiguration annotation?
- A. To enable auto-configuration of Spring beans
- B. To enable auto-configuration of web security
- C. To enable auto-configuration of logging
- D. All of the above
- **Answer: A. To enable auto-configuration of Spring beans**
35. How does Spring Boot simplify testing of RESTful web services?
- A. By providing a built-in REST client
- B. By supporting mock objects
- C. By providing annotations like @WebMvcTest
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 6/28
5/18/24, 12:08 AM Spring Boot MCQ
39. How does Spring Boot simplify the creation of scheduled tasks?
- A. By providing annotations like @Scheduled
- B. By generating code based on configuration
- C. By automatically configuring task schedulers
- D. All of the above
- **Answer: A. By providing annotations like @Scheduled**
Intermediate Level
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 7/28
5/18/24, 12:08 AM Spring Boot MCQ
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 8/28
5/18/24, 12:08 AM Spring Boot MCQ
10. How does Spring Boot simplify the creation of RESTful clients?
- A. By providing annotations like @RestClient
- B. By using the RestTemplate class
This- C.
website uses generating
By automatically cookies.client code
- D.cookies
We use By providing built-in
to analyze support
website for Apache
traffic HttpClient
and optimize your website experience. By accepting
- **Answer:
our use B. your
of cookies, By using
data the
will RestTemplate
be aggregatedclass**
with all other user data.
11. What is the purpose of Spring Boot's @Validated annotation?
- A. To validate form inputs in web applications
ACCEPT
- B. To enable bean validation for method arguments
- C. To enable transaction validation
- D. To enable global exception handling
- **Answer: B. To enable bean validation for method arguments**
12. How does Spring Boot handle application properties in YAML format?
- A. By providing a dedicated YAML configuration class
- B. By using the @YamlPropertySource annotation
- C. By reading properties from application.yml files
- D. All of the above
- **Answer: C. By reading properties from application.yml files**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 9/28
5/18/24, 12:08 AM Spring Boot MCQ
16. How does Spring Boot simplify the creation of CRUD operations?
- A. By providing default implementations for repository interfaces
- B. By generating SQL queries from entity classes
- C. By using the @CrudRepository annotation
- D. All of the above
- **Answer: D. All of the above**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 10/28
5/18/24, 12:08 AM Spring Boot MCQ
26. How does Spring Boot simplify integration testing with external services?
- A. By providing built-in support for WireMock
- B. By automatically configuring test environments
- C. By using embedded databases for testing
- D. All of the above
- **Answer: A. By providing built-in support for WireMock**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 11/28
5/18/24, 12:08 AM Spring Boot MCQ
34. How does Spring Boot simplify the configuration of embedded databases?
- A. By providing built-in support for H2 Database
- B. By using embedded-database.properties files
- C. By automatically configuring datasource beans
- D. All of the above
- **Answer: C. By automatically configuring datasource beans**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 12/28
5/18/24, 12:08 AM Spring Boot MCQ
35. What is
36. How does Spring Boot simplify integration testing with external services?
- A. By providing built-in support for WireMock
- B. By automatically configuring test environments
- C. By using embedded databases for testing
- D. All of the above
- **Answer: A. By providing built-in support for WireMock**
This website uses cookies.
37. What is the purpose of Spring Boot's @WebMvcTest annotation?
We use
- A.cookies to analyze
To enable website
integration traffic
testing and optimize
of Spring your website experience. By accepting
MVC controllers
our use
- B.ofTocookies, your data
define request will be aggregated
mapping for controllerwith all other user data.
methods
- C. To enable component scanning for web applications
- D. To specify the base URL for RESTful
A C Cendpoints
EPT
- **Answer: A. To enable integration testing of Spring MVC controllers**
Advanced Level
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 13/28
5/18/24, 12:08 AM Spring Boot MCQ
1. Which annotation is used to enable Spring Data JPA repositories in a Spring Boot
application?
- A. @EnableJpaRepositories
- B. @EnableTransactionManagement
- C. @EnableAutoConfiguration
- D. @EnableWebMvc
- **Answer: A. @EnableJpaRepositories**
4. Which dependency is commonly used for integrating Spring Boot applications with
Apache Kafka?
- A. spring-kafka
- B. spring-cloud-starter-stream-kafka
- C. spring-boot-starter-web
- D. spring-boot-starter-actuator
- **Answer: A. spring-kafka**
9. How can you customize the error response format in a Spring Boot RESTful API?
- A. By providing a custom exception handler with @ControllerAdvice
- B. By configuring error properties in application.yml
- C. By using the @ErrorFormat annotation
This- D.website uses
By extending cookies. class
the ResponseEntity
- **Answer:
We use cookies A. By providing
to analyze a custom
website exception
traffic and handler
optimize with @ControllerAdvice**
your website experience. By accepting
our 10.
useWhich
of cookies, your data
annotation will to
is used beenable
aggregated with all
distributed other in
tracing user data.Boot applications?
Spring
- A. @EnableDistributedTracing
- B. @EnableZipkinTracing ACCEPT
- C. @EnableSleuth
- D. @EnableTrace
- **Answer: C. @EnableSleuth**
12. Which annotation is used to enable Spring Security in a Spring Boot application?
- A. @EnableWebSecurity
- B. @EnableSecurity
- C. @EnableAuthentication
- D. @EnableSecure
- **Answer: A. @EnableWebSecurity**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 15/28
5/18/24, 12:08 AM Spring Boot MCQ
14. How can you configure a custom banner for a Spring Boot application?
- A. By providing a banner.txt file in the resources directory
- B. By
18. Which dependency is commonly used for integrating Spring Boot applications with
Elasticsearch?
- A. spring-boot-starter-elasticsearch
- B. spring-boot-starter-data-elasticsearch
- C. spring-elasticsearch
- D. elasticsearch-spring-boot-starter
- **Answer: B. spring-boot-starter-data-elasticsearch**
19. How can you configure logging levels for different packages in a Spring Boot
application?
- A. By using the @LogLevel annotation
- B. By providing logging properties in application.properties
- C. By using the @Logger annotation
- D. By extending the Logger class
- **Answer: B. By providing logging properties in application.properties**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 16/28
5/18/24, 12:08 AM Spring Boot MCQ
21. How does Spring Boot simplify the configuration of WebSocket endpoints?
- A. By using the @WebSocketEndpoint annotation
- B. By providing built-in support for STOMP over WebSocket
- C. By configuring WebSocket properties in application.properties
- D. By extending the WebSocketConfigurer interface
- **Answer: B. By providing built-in support for STOMP over WebSocket**
24. How can you configure Spring Boot to use a custom Jackson ObjectMapper?
- A. By providing custom ObjectMapper properties in application.properties
- B. By using the @JsonMapper annotation
- C. By configuring ObjectMapper beans in a @Configuration class
- D. By extending the JacksonObjectMapper class
- **Answer: C. By configuring ObjectMapper beans in a @Configuration class**
28. How can you configure Spring Boot to use a custom authentication provider?
- A. By providing authentication properties in application.properties
- B. By using the @AuthenticationProvider annotation
- C. By extending the AuthenticationProvider interface
- D. By configuring authentication beans in a @Configuration class
This- **Answer:
websiteD.uses cookies.
By configuring authentication beans in a @Configuration class**
We29.
useWhich
cookies to analyze
annotation is website traffic and
used to enable optimize
HTTP/2 yourinwebsite
support experience.
a Spring By accepting
Boot application?
our use
- A.of@EnableHttp2
cookies, your data will be aggregated with all other user data.
- B. @EnableHttp2Support
- C. @EnableHttp2Protocol ACCEPT
- D. @EnableHttp2Server
- **Answer: B. @EnableHttp2Support**
31. How can you enable HTTP compression in a Spring Boot application?
- A. By configuring server.compression properties in application.properties
- B. By using the @EnableHttpCompression annotation
- C. By providing compression properties in application.yml
- D. HTTP compression is enabled by default in Spring Boot
- **Answer: A. By configuring server.compression properties in application.properties**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 18/28
5/18/24, 12:08 AM Spring Boot MCQ
37. How can you configure Spring Boot to use a custom authentication filter?
- A. By using the @CustomAuthenticationFilter annotation
- B. By extending the AbstractAuthenticationProcessingFilter class
- C. By providing authentication filter properties in application.yml
- D. By configuring authentication filters in a @Configuration class
- **Answer: B. By extending the AbstractAuthenticationProcessingFilter class**
38. Which annotation is used to enable metrics collection in a Spring Boot application?
- A. @EnableMetrics
- B. @EnableActuator
- C. @EnableMetricsCollection
- D. @EnableMicrometerMetrics
- **Answer: D. @EnableMicrometerMetrics**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 19/28
5/18/24, 12:08 AM Spring Boot MCQ
40. How can you enable HTTP/2 support in a Spring Boot application?
- A. By configuring server.http2.enabled property in application.properties
- B. By using the @EnableHttp2 annotation
- C. By providing HTTP/2 properties in application.yml
- D. HTTP/2 support is enabled by default in Spring Boot
- **Answer: A. By configuring server.http2.enabled property in application.properties**
3. What is the correct syntax for injecting a bean using constructor-based dependency
injection in Spring Boot?
- A. `@Autowired public MyClass(MyDependency dependency) { this.dependency =
dependency; }`
- B. `@Inject public MyClass(MyDependency dependency) { this.dependency =
dependency; }`
- C. `@Autowired public void setDependency(MyDependency dependency) {
this.dependency = dependency; }`
- D. `@Inject public void setDependency(MyDependency dependency) {
this.dependency = dependency; }`
- **Answer: A. `@Autowired public MyClass(MyDependency dependency) {
this.dependency = dependency; }`**
4. Which of the following annotations is used to specify the base package for
component scanning in a Spring Boot application incorrectly?
- A. `@ComponentScan(basePackages = "com.example")`
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 20/28
5/18/24, 12:08 AM Spring Boot MCQ
- B. `@ComponentScan(basePackages = {"com.example"})`
- C. `@ComponentScan("com.example")`
- D. `@ComponentScan(basePackageClasses = {MyComponent.class})`
- **Answer: C. `@ComponentScan("com.example")`**
5. What is the correct syntax for defining a JPA repository interface in Spring Boot?
- A. `public interface UserRepository extends JpaRepository<User, Long> { }`
- B. `public class UserRepository extends JpaRepository<User, Long> { }`
- C. `@Repository public interface UserRepository extends JpaRepository<User,
Long> { }`
- D. `@Service public interface UserRepository extends JpaRepository<User, Long> {
}`
- **Answer: A. `public interface UserRepository extends JpaRepository<User, Long> {
}`**
This website
6. Which uses
annotation cookies.
is used to specify the primary bean among multiple candidates of
Wethe
usesame type?
cookies to analyze website traffic and optimize your website experience. By accepting
- A. of
our use `@Primary`
cookies, your data will be aggregated with all other user data.
- B. `@Main`
- C. `@First`
ACCEPT
- D. `@Priority`
- **Answer: A. `@Primary`**
7. What is the correct syntax for defining a request mapping for a RESTful endpoint in
Spring Boot?
- A. `@RequestMapping("/endpoint")`
- B. `@Mapping("/endpoint")`
- C. `@Get("/endpoint")`
- D. `@PostMapping("/endpoint")`
- **Answer: A. `@RequestMapping("/endpoint")`**
9. What is the correct syntax for defining a transactional method in a Spring Boot
service class?
- A. `@Transactional public void myMethod() { }`
- B. `public void myMethod() { @Transactional }`
- C. `@Transaction public void myMethod() { }`
- D. `@Transaction public void myMethod() { @Transactional }`
- **Answer: A. `@Transactional public void myMethod() { }`**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 21/28
5/18/24, 12:08 AM Spring Boot MCQ
10. Which of the following annotations is used to enable caching in a Spring Boot
application?
- A. `@EnableCache`
- B. `@EnableCaching`
- C. `@EnableCached`
- D. `@EnableCaches`
- **Answer: B. `@EnableCaching`**
11. What is the correct syntax for defining a Scheduled task method in Spring Boot?
- A. `@Scheduled public void myTask() { }`
- B. `@Schedule public void myTask() { }`
- C. `@ScheduleTask public void myTask() { }`
- D. `@ScheduledTask public void myTask() { }`
- **Answer: A. `@Scheduled public void myTask() { }`**
This
12. website usesis cookies.
Which annotation used to enable Spring Boot's TestRestTemplate for integration
Wetesting?
use cookies to analyze website traffic and optimize your website experience. By accepting
- A.of`@EnableTestRestTemplate`
our use cookies, your data will be aggregated with all other user data.
- B. `@EnableRestTemplateTest`
- C. `@RestTemplateTest`
ACCEPT
- D. `@TestRestTemplate`
- **Answer: D. `@TestRestTemplate`**
13. What is the correct syntax for configuring an embedded Tomcat server's port in
application.properties?
- A. `server.port=8080`
- B. `spring.port=8080`
- C. `embedded.server.port=8080`
- D. `tomcat.server.port=8080`
- **Answer: A. `server.port=8080`**
14. Which annotation is used to define the entry point of a Spring Boot application for
testing purposes?
- A. `@TestEntryPoint`
- B. `@SpringBootTest`
- C. `@BootApplicationTest`
- D. `@EntryPointTest`
- **Answer: B. `@SpringBootTest`**
15. What is the correct syntax for defining a custom banner for a Spring Boot
application in application.properties?
- A. `spring.banner.location=banner.txt`
- B. `spring.boot.banner=banner.txt`
- C. `spring.banner.text=banner.txt`
- D. `spring.application.banner=banner.txt`
- **Answer: A. `spring.banner.location=banner.txt`**
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 22/28
5/18/24, 12:08 AM Spring Boot MCQ
16. Which of the following annotations is used to enable Spring Boot's Actuator module
for monitoring and managing the application?
- A. `@EnableMonitoring`
- B. `@EnableManagement`
- C. `@EnableActuator`
- D. `@EnableMetrics`
- **Answer: C. `@EnableActuator`**
17. What is the correct syntax for specifying a property value placeholder in Spring
Boot's application.properties file?
- A. `my.property=value`
- B. `${my.property=value}`
- C. `${
my.property=value}`
This- D.
website uses cookies.
`{my.property=value}`
- **Answer:
We use A.analyze
cookies to `my.property=value`**
website traffic and optimize your website experience. By accepting
our 18.
useWhich
of cookies, your data
annotation will to
is used bedefine
aggregated witherror
a custom all other userfor
handler data.
a specific exception
type in Spring Boot?
- A. `@ExceptionHandler` ACCEPT
- B. `@ErrorHandling`
- C. `@HandleError`
- D. `@Error`
- **Answer: A. `@ExceptionHandler`**
19. What is the correct syntax for defining a custom property in Spring Boot's
application.properties file?
- A. `custom.property=value`
- B. `property.custom=value`
- C. `property.custom: value`
- D. `custom:property=value`
- **Answer: A. `custom.property=value`**
21. What is the correct syntax for defining a custom configuration class in Spring Boot?
- A. `@Configuration public class MyConfig { }`
- B. `@Config public class MyConfig { }`
- C. `@EnableConfiguration public class MyConfig { }`
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 23/28
5/18/24, 12:08 AM Spring Boot MCQ
22. Which annotation is used to configure logging levels for different packages in a
Spring Boot application?
- A. `@LogLevel`
- B. `@LogConfig`
- C. `@Logging`
- D. `@Slf4j`
- **Answer: A. `@LogLevel`**
23. What is the correct syntax for defining a custom profile in Spring Boot's
application.properties file?
- A. `spring.profiles.active=my-profile`
- B. `profiles.active=my-profile`
This- C.
website uses cookies.
`active.profile=my-profile`
- D.cookies
We use `profile=my-profile`
to analyze website traffic and optimize your website experience. By accepting
- **Answer:
our use A. your
of cookies, `spring.profiles.active=my-profile`**
data will be aggregated with all other user data.
24. Which annotation is used to specify the base package for component scanning in a
Spring Boot application? ACCEPT
- A. `@ComponentScan`
- B. `@ScanComponents`
- C. `@BasePackage`
- D. `@ComponentBase`
- **Answer: A. `@ComponentScan`**
25. What is the correct syntax for defining a custom property source in Spring Boot?
- A. `@PropertySource("classpath:custom.properties")`
- B. `@PropertySource("custom.properties")`
- C. `@Property("classpath:custom.properties")`
- D. `@Property("custom.properties")`
- **Answer: A. `@PropertySource("classpath:custom.properties")`**
26. Which annotation is used to enable server-sent events (SSE) support in a Spring
Boot application?
- A. `@EnableSse`
- B. `@EnableSseSupport`
- C. `@EnableServerSentEvents`
- D. `@EnableEventSource`
- **Answer: B. `@EnableSseSupport`**
27. What is the correct syntax for defining a custom message converter in Spring Boot's
configuration class?
- A. `@Bean public MyMessageConverter messageConverter() { }`
- B. `@MessageConverter public MyMessageConverter messageConverter() { }`
- C. `@Converter public MyMessageConverter messageConverter() { }`
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 24/28
5/18/24, 12:08 AM Spring Boot MCQ
29. What is the correct syntax for defining a custom error page in Spring Boot's
application.properties file?
- A. `error.page=/error`
- B. `error.page.location=/error`
This- C.
website uses cookies.
`error.page.redirect=/error`
- D.cookies
We use `error.page.mapping=/error`
to analyze website traffic and optimize your website experience. By accepting
- **Answer:
our use A. your
of cookies, `error.page=/error`**
data will be aggregated with all other user data.
30. Which annotation is used to enable HTTP/2 support in a Spring Boot application?
- A. `@EnableHttp2` ACCEPT
- B. `@EnableHttp2Support`
- C. `@EnableHttp2Protocol`
- D. `@EnableHttp2Server`
- **Answer: B. `@EnableHttp2Support`**
31. What is the correct syntax for defining a custom DataSource in Spring Boot's
configuration class?
- A. `@Bean public DataSource dataSource() { }`
- B. `@DataSource public DataSource dataSource() { }`
- C. `@CustomDataSource public DataSource dataSource() { }`
- D. `@DbSource public DataSource dataSource() { }`
- **Answer: A. `@Bean public DataSource dataSource() { }`**
33. What is the correct syntax for defining a custom aspect in Spring Boot's
configuration class?
- A. `@Aspect public class MyAspect { }`
- B. `@CustomAspect public class MyAspect {
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 25/28
5/18/24, 12:08 AM Spring Boot MCQ
}`
- C. `@Component public class MyAspect { }`
- D. `@AspectJ public class MyAspect { }`
- **Answer: A. `@Aspect public class MyAspect { }`**
34. Which annotation is used to enable distributed tracing in a Spring Boot application?
- A. `@EnableDistributedTracing`
- B. `@EnableTracing`
- C. `@EnableZipkin`
- D. `@EnableSleuth`
- **Answer: D. `@EnableSleuth`**
35. What is the correct syntax for defining a custom Validator in Spring Boot's
configuration class?
- A. `@Bean public MyValidator validator() { }`
This- B.
website uses
`@Validator publiccookies.
MyValidator validator() { }`
- C.cookies
We use `@CustomValidator public traffic
to analyze website MyValidator validator()
and optimize your{ website
}` experience. By accepting
- D.of`@Validation
our use cookies, yourpublic
data MyValidator validator()
will be aggregated with{all
}` other user data.
- **Answer: A. `@Bean public MyValidator validator() { }`**
37. What is the correct syntax for defining a custom event listener in Spring Boot's
configuration class?
- A. `@EventListener public class MyEventListener { }`
- B. `@Listener public class MyEventListener { }`
- C. `@EventSupport public class MyEventListener { }`
- D. `@CustomListener public class MyEventListener { }`
- **Answer: A. `@EventListener public class MyEventListener { }`**
38. Which annotation is used to enable JMS listener container factory in a Spring Boot
application?
- A. `@EnableJms`
- B. `@EnableJmsListeners`
- C. `@EnableJmsContainer`
- D. `@EnableJmsConfiguration`
- **Answer: A. `@EnableJms`**
39. What is the correct syntax for defining a custom message source in Spring Boot's
configuration class?
- A. `@Bean public MessageSource messageSource() { }`
- B. `@MessageSource public MessageSource messageSource() { }`
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 26/28
5/18/24, 12:08 AM Spring Boot MCQ
40. Which annotation is used to enable Spring Boot's security features in a Spring Boot
application?
- A. `@EnableSecurity`
- B. `@EnableWebSecurity`
- C. `@EnableSecure`
- D. `@EnableAuthentication`
- **Answer: B. `@EnableWebSecurity`**
MCQ ACCEPT
Email address
SIGN UP
Recent Posts
Python MCQ
31 Mar 2024
Django MCQ
31 Mar 2024
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 27/28
5/18/24, 12:08 AM Spring Boot MCQ
Java MCQ
31 Mar 2024
ACCEPT
https://affilino.godaddysites.com/mcq/f/spring-boot-mcq 28/28