U5. Spring

U5. Spring

University

25 Qs

quiz-placeholder

Similar activities

PAW Q1 2024

PAW Q1 2024

University

20 Qs

Latihan Dasar 1 CodeIgniter4

Latihan Dasar 1 CodeIgniter4

University

20 Qs

Computer Firmware

Computer Firmware

10th Grade - University

20 Qs

Motherboards

Motherboards

University

20 Qs

Sistem Operasi Jaringan Komputer

Sistem Operasi Jaringan Komputer

12th Grade - University

20 Qs

Latihan US

Latihan US

1st Grade - University

20 Qs

Cybersecurity Exam 2 Practice

Cybersecurity Exam 2 Practice

University

23 Qs

CNIP

CNIP

University

20 Qs

U5. Spring

U5. Spring

Assessment

Quiz

Created by

Héctor L

Computers

University

26 plays

Easy

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTTP status code is returned when a POST request successfully creates a resource?

200 OK

201 Created

204 No Content

400 Bad Request

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Spring Boot, what annotation is used to mark a class as a REST controller?

@Controller

@RestController

@Service

@RequestMapping

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of using the DAO (Data Access Object) pattern?

It speeds up SQL query execution

It hides data access complexity and facilitates unit testing

It allows direct database access from the controller

It eliminates the need for an ORM like Hibernate

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods is used in Spring Boot to handle HTTP POST requests?

@PostHandler

@PostMapping

@PostRequest

@HttpPost

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the @PathVariable annotation in a Spring Boot controller?

It binds a method parameter to a value in the URL path

It injects dependencies into a method

It validates the HTTP request body

It specifies the default HTTP method for a controller

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which annotation is used to inject dependencies automatically in Spring?

@Inject

@Dependency

@Autowired

@ComponentScan

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the @JsonIgnore annotation do in a Spring Boot application?

Prevents a field from being converted to JSON when serializing an object

Forces a field to always be included in JSON responses

Ignores errors in JSON requests

Converts Java objects to XML

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?