TCS WINGS 1 T4 SPRING BOOT SET 10
Rahul Vijayan Follow for more updates TCS WINGS 1 T4 SPRING BOOT SET 10 You need to enable Spring Boot DevTools for faster development. What dependency should you add? Options: A) spring-boot-devtools B) spring-boot-starter-web C) Both A and B D) DevTools is not supported in Spring Boot Answer: A) spring-boot-devtools You want to configure a message broker in your Spring Boot application. Which technology could you use? Options: A) RabbitMQ B) Apache Kafka C) Both A and B D) Spring Boot does not support message brokers Answer: C) Both A and B You want to monitor your application metrics. What endpoint would you enable in Spring Boot Actuator? Options: A) /metrics B) /health C) /info D) All of the above Answer: D) All of the above You want to implement API versioning in your Spring Boot application. What is a common approach? Options: A) URL versioning B) Header versioning C) Parameter versioning D) All of the above Answer: D) All of the above You want to configure your Spring Boot...