Explore topic-wise MCQs in Spring.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Spring knowledge and support exam preparation. Choose a topic below to get started.

1.

Inside authorizeCustomer, the service queries the server for the any processes waiting at the:-

A. confirm-receipt-of-verification
B. confirm-receipt
C. confirm-receipt-of-verification-email
D. none of the mentioned
Answer» D. none of the mentioned
2.

Once in the java element named send-verification-email, jBPM will invoke the method:-

A. sendCustomerVerificationEmail
B. sendCustomerVerification
C. veifyCustomerVerificationEmail
D. all of the mentioned
Answer» B. sendCustomerVerification
3.

In jBPM, a business process is built using jPDL.

A. True
B. False
Answer» B. False
4.

Process definition will reference Spring beans using the JBoss expression language.

A. True
B. False
Answer» B. False
5.

In the bean, setupProcessDefinitions is run when the bean is created.

A. True
B. False
Answer» B. False
6.

At the top, we ve injected some dependencies:

A. springConfiguration
B. repositoryService
C. executionService
D. all of the mentioned
Answer» E.
7.

The business process file s name needs to end in :-

A. jpdl
B. xml
C. jpdl.xml
D. none of the mentioned
Answer» D. none of the mentioned
8.

The method annotated with @PostConstruct will be run after the bean s been configured to let the user inject custom initialization logic.

A. True
B. False
Answer» B. False
9.

jBPM, and indeed most workflow engines, passivate state for you, allowing a process to wait on external events :-

A. True
B. False
Answer» B. False
10.

jBPM will expose beans using the:-

A. jBPM expression language
B. jBoss
C. Spring expression language
D. None of the mentioned
Answer» B. jBoss