test

test

University

30 Qs

quiz-placeholder

Similar activities

2.7 System Software - function of OS

2.7 System Software - function of OS

12th Grade - University

25 Qs

unit2

unit2

University

25 Qs

FDBS BSIT2B

FDBS BSIT2B

University

25 Qs

Linux Quiz (RHCSA)

Linux Quiz (RHCSA)

University

30 Qs

Rekayasa Basis Data 2

Rekayasa Basis Data 2

University

25 Qs

Pretest DBMS

Pretest DBMS

University

25 Qs

PC Booting: BIOS, CMOS Settings

PC Booting: BIOS, CMOS Settings

University

26 Qs

Google Prof Cloud Archi - pt 3

Google Prof Cloud Archi - pt 3

University

30 Qs

test

test

Assessment

Quiz

Computers

University

Medium

Created by

PRAVEEN SHARMA

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Spring Boot primarily designed for

Building large-scale enterprise applications

Simplifying the setup and development of Spring-based applications

Managing cloud infrastructure

Data processing and analytics

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following annotations is used to mark a class as a Spring Boot application

@SpringBootApplication

@SpringBootApp

@EnableAutoConfiguration

@EnableSpringBoot

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does Spring Boot simplify dependency management?

By automatically resolving version conflicts among dependencies

By reducing the number of dependencies required

By providing a unified way to manage all dependencies using Maven or Gradle

By eliminating the need for dependencies altogether

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which embedded server does Spring Boot support by default?

Tomcat

Glass Fish

None

Both

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is dependency injection in the context of Spring Boot?

A technique to manually instantiate dependencies in Java classes

A design pattern to manage dependencies between components

A way to inject external configuration properties into Spring beans

mechanism to automatically provide objects that another object depends on

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which annotation is used to indicate that a class is eligible for dependency injection in Spring Boot?

  • @Component

@Autowired

@Bean

@Inject

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Spring Boot, what is the purpose of @Qualifier annotation?

To specify which bean to inject when multiple beans of the same type are available

To mark a bean as eligible for autowiring

To specify a bean's initialization method

To define a custom bean scope

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?