Welcome to Femtosoft Technologies
9884668421
Note!!Β After timer finished countdowning, quiz will be submitted automatically.
β Total Questions: (25 Questions)β Exam Duration: (10 Minutes)β Passing Criteria: (80%)
β Exam Type: MCQs
β Use a laptop/desktop with a stable internet connection.β Recommended browsers: Chrome, Firefox, Edge (latest versions).β Ensure your webcam & microphone are working (if required).
π Fill in the Exam Registration Form Correctly
β οΈ Incorrect details may result in delays or disqualification.
π Ensure all answers are submitted before the timer ends.π Once submitted, you cannot change your responses.π After passing, your certificate will be automatically generated with your registered name.
π Congratulations on your success!
π― Stay focused and give your best! Good luck!
Please fill all the required fields carefully, information provided will be used in offer letter and Completion Certificate.
1 / 25
1. What type of response does ResponseEntity provide in Spring Boot?
2 / 25
2. How do you inject a service into a controller in Spring Boot?
3 / 25
3. Which annotation can be used to secure methods in Spring Security?
4 / 25
4. What is the output of this Spring Boot method?
Β Β Β @GetMapping("/hello/{name}")
Β Β Β public String hello(@PathVariable String name) {
Β Β Β Β Β Β Β return "Hello " + name;
Β Β Β }
5 / 25
5. What output will this method produce?
Β Β Β @GetMapping("/current-date")
Β Β Β public String getCurrentDate() {
Β Β Β Β Β Β Β return LocalDate.now().toString();
6 / 25
6. What is the output will this line produce in a Spring Boot application?
Β Β Β @DeleteMapping("/delete/{id}")
Β Β Β public ResponseEntity delete(@PathVariable Long id) {
Β Β Β Β Β Β Β // delete logic
Β Β Β Β Β Β Β return ResponseEntity.noContent().build();
7 / 25
7. Which is NOT true regarding Spring Boot starters?
8 / 25
8. Which annotation in Spring Boot is used to enable JPA repositories?
9 / 25
9. How can you expose application metrics in a Spring Boot application?
10 / 25
10. What is the purpose of theΒ @EnableWebFluxΒ annotation?
11 / 25
11. How do you use Spring Boot'sΒ @RefreshScopeΒ annotation?
12 / 25
12. How do you log SQL queries generated by Spring Data JPA?
13 / 25
13. What is the purpose ofΒ @EnableCachingΒ annotation?
14 / 25
14. How can you apply security at the method level in Spring Security?
15 / 25
15. How do you create a custom starter in Spring Boot?
16 / 25
16. How can you secure sensitive information in applications built with Spring Boot?
17 / 25
17. How do you handle versioning in a REST API built with Spring Boot?
18 / 25
18. How do you create aΒ @ScheduledΒ task that runs at a fixed rate?
19 / 25
19. How can you implement pagination in Spring Data JPA?
20 / 25
20. How can you configure CORS in a Spring Boot application?
21 / 25
21. How do you create scheduled tasks in Spring Boot applications?
22 / 25
22. How can you implement internationalization in a Spring Boot application?
23 / 25
23. What is the purpose ofΒ @CacheableΒ annotation?
24 / 25
24. What is the significance of theΒ org.springframework.boot:spring-boot-starterΒ dependency?
25 / 25
25. How do you integrate third-party APIs in a Spring Boot application?
Your score is