Core Spring 5 Test 6

Core Spring 5 Test 6

1st - 12th Grade

49 Qs

quiz-placeholder

Similar activities

BSE UNIT 8 Gantt Chart Quiz

BSE UNIT 8 Gantt Chart Quiz

12th Grade

44 Qs

T-41 Aircraft Engine System

T-41 Aircraft Engine System

KG - Professional Development

45 Qs

BMC_Steering & Brake

BMC_Steering & Brake

KG - 5th Grade

45 Qs

6th grade Unit 2 - Scientific Method (PfISD)

6th grade Unit 2 - Scientific Method (PfISD)

6th - 8th Grade

50 Qs

11. BMC Axle, Wheel & Suspension

11. BMC Axle, Wheel & Suspension

1st Grade

50 Qs

Auto Technology Suspension ASE

Auto Technology Suspension ASE

11th - 12th Grade

52 Qs

Core Spring 5 Test 8

Core Spring 5 Test 8

1st - 12th Grade

50 Qs

Mock Core Spring 1

Mock Core Spring 1

1st - 12th Grade

50 Qs

Core Spring 5 Test 6

Core Spring 5 Test 6

Assessment

Quiz

Professional Development

1st - 12th Grade

Hard

Created by

Jose Diaz

Used 2+ times

FREE Resource

49 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Which of these advices, when used, will have a chance to execute some code after the join point execution throws an exception? select all that apply.

@AfterThrowing

@AfterReturning

@Around

@After

2.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

In spring mvc, which of these can be the return type of a method annotated with @requestmapping? select all that apply.

ModelAndView

void

String

Model

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blanks. select the one that applies best. rpc mechanisms like soap web services are centered on ______. ______ is a popular alternative, and is centered on ______.

actions and processes, JMS, information and resources

information and resources, REST, actions and processes

actions and processes, REST, information and resources

information and resources, JMS, actions and processes

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

@springbootapplication is equivalent to which annotation? select one

A & C

@Configuration, @ComponentScan, @EnableAutoConfiguration

@EnableJpaReposorities, @ComponentScan, @EnableAutoConfiguration, @Configuration

@SpringBootConfiguration, @ComponentScan, @EnableAutoConfiguration

5.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Which of these is true about @bean methods that are marked with a java 'static' modifier? select all that apply.

it avoids triggering other parts of the configuration at that point of definition.

it is necessary when beans will get initialized early in the container lifecycle.

the 'static' modifier allows a method to be called without creating its containing configuration class as an instance.

They will never get intercepted by the container, not even within @Configuration classes.

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of these is the one being described below? select the one that applies best.

it makes invoking many restful services simpler while enforcing rest best practices.

HttpMessageProducer

RestTemplate

RestMessageProducer

HttpTemplate

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of these maps incoming web requests to appropriate handlers?

ViewResolver

HandlerMapping

RequestHandler

FlashMapManager

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?