What are the mandatory actions to embed the Alfresco Process Services application into an existing application? Choose 2 answers

What are the mandatory actions to embed the Alfresco Process Services application into an existing application? Choose 2 answers
A . Add the Alfresco Process Services JavaScript files to your existing application.
B . Add the necessary Alfresco Process Services Spring configuration Deans
C . Reference the correct Alfresco Process Services Maven dependencies In your project
D . Reference the correct Alfresco Process Services Admin Maven dependencies in your project
E . Configure the Alfresco Process Services REST application endpoint

Answer: B,C

Explanation:

https://docs.alfresco.com/process­services1.7/topics/embed_process_services.html

How can a developer programmatically implement a feature to save all entered task form values, whenever a user leaves a task form field? Choose 1 answer.

How can a developer programmatically implement a feature to save all entered task form values, whenever a user leaves a task form field? Choose 1 answer.
A . By implementing the save functionality in the formRendered form extension method
B . By Implementing the save functionality in the formFieldVaIueChanged form extension method
C . By Implementing the save functionality in the formFieldBlur form extension method.
D . By implementing the save functionality in the formFieldFocus form extension method

Answer: D

How are additional web resources loaded by the browser for each Alfresco Process Services App?

How are additional web resources loaded by the browser for each Alfresco Process Services App?
A . By loading the resources which have been placed in the class path
B . By loading the resources which have been placed in each app folder
C . By loading the resources which have been defined In the app-cfg.js file
D . By loading the resources which have been defined in the activiti-app.properties file.

Answer: D

Explanation:

https://docs.alfresco.com/process-services1.8/topics/developmentGuide.html

What mechanism should be used to direct process engine events to a new data source? Choose 1 answer.

What mechanism should be used to direct process engine events to a new data source? Choose 1 answer.
A . Extend the abstract class EngineEventProcessor.
B . Implement the interface RuntimeEventListener.
C . Configure a new Event Data Source using the Alfresco Process Services Admin application.
D . Configure a new Event Data Source using the Alfresco Process Services Tenant Management application.

Answer: B