Alfresco APSCE Alfresco Process Services Certified Engineer (APSCE) Online Training
Alfresco APSCE Online Training
The questions for APSCE were last updated at Nov 19,2024.
- Exam Code: APSCE
- Exam Name: Alfresco Process Services Certified Engineer (APSCE)
- Certification Provider: Alfresco
- Latest update: Nov 19,2024
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
In which package must a custom REST endpoint be placed to make it accessible via HTTP basic authentication? Choose 1 answer.
- A . com.activiti.extension.rest
- B . com activiti extension api
- C . com.activiti.extension.basic
- D . com.activiti.extension.http
Which URL path automatically secures Custom REST Endpoints via Basic Authentication? Choose 1 answer.
- A . /api/activiti
- B . /api/enterprise
- C . /api/public
- D . /api/private
Which of the following CANNOT be modifiedby creating a custom stencl? Choose 2 answers
- A . Form Editor
- B . BPMN Editor
- C . Step Editor
- D . Data Model Editor
- E . Decision Table Editor
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.