APSCE Alfresco Process Services Certified Engineer (APSCE) exam is a hot Alfresco certification exam, Exam4Training offers you the latest free online APSCE dumps to practice. You can get online training in the following questions, all these questions are verified by Alfresco experts. If this exam changed, we will share new update questions.
What are the advantages of using Script Tasks to implement business logic? Choose 2 answers A . To allow re-use of business logic B . To allow implementation of quick prototyping C . To allow implementation of simple operations D . To prevent code changes by a process modeler E . To allow access to REST API
Which of the following code snippets will correctly set the variable. ‘’upperCaseString’’ to an upper case version of the expression which is pass in? Choose 1 answer:
A)
B)
C)
D)
A . Option A B . Option B C . Option C D . Option D
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
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
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
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.
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 of the following identifiers is always required by Alfresco Process Services Engine REST API requests? Choose 1 answer. A . A repository identifier in the url. B . A tenant identifier in the JSON body C . a repository identifier in the JSON body. D . The tenant identifier in the url
In which file are the globally available form extension methods registered? Choose 1 answer A . activiti-app/index.html B . activiti-app/workflow/index.html C . activiti-app/editor/index.html D . activiti-app/forms/index.html
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.