SKILL BENCHMARK

Spring Boot Microservices Competency (Intermediate Level)

  • 12m
  • 12 questions
The Spring Boot Microservices Competency (Intermediate Level) benchmark assesses your ability to configure applications to run scheduled tasks, set up forms using the Thymeleaf TemplateEngine, and perform built-in validation. You will be evaluated on your skills in building an API service to perform CRUD operations and integrating with a SQL database using Spring Data, JPA, and Hibernate. Learners who score high on this benchmark demonstrate that they have the skills to run asynchronous and scheduled tasks, work with Spring Boot forms and form validation, and build RESTful API services.

Topics covered

  • cache responses from services
  • extract request parameters and path elements
  • implement asynchronous methods on background threads
  • integrate your application with MySQL
  • perform create operations using HTTP POST requests
  • perform CRUD operations with a database
  • perform delete operations using HTTP DELETE requests
  • perform read operations using HTTP GET requests
  • schedule asynchronous tasks using multiple threads
  • update and delete records with a web user interface
  • use forms to get user input
  • validate forms using built-in validators