Alfresco Process Services Certified Engineer APSCE Exam Questions

Page: 1 / 14
Total 60 questions
Question 1

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



Answer : B


Question 2

Why would a developer create a custom form stencil? Choose 2 answers



Answer : A, B


Question 3

How does a Call Activity component differ from a Subprocess component?



Answer : A

https://docs.alfresco.com/process-services1.6/topics/call_activity.html

A call activity is used to execute another process definition as part of the current process instance.

The main difference between a sub-process and a call activity is that the call activity does not share context with the process instance. Process variables are explicitly mapped between the process instance and the call activity.


Question 4

In which file are the globally available form extension methods registered? Choose 1 answer



Answer : D


Question 5

What does "scope.Sparent.Sroot.accountgroups" refer to when implementing the task form extension method formRendered:function(form. scope)? Choose 1 answer



Answer : A


Question 6

Which of the following are identityLinkTypes that can be added to a task? Choose 2 answers



Answer : B, C


Question 7

Which of the following Alfresco Process Services Maven modules should NOT be used for development? Choose 1 answer.



Answer : A

All Maven modules havecom.activitias MavengroupId. The version of the artifact is the release version ofProcess Services.

activiti-app-model: Contains thedomain objects, annotated with JPA annotations for persistency and various Spring repositories for executing the actual database operations. Also has the Java pojos of the JSON representations that are used for example as responses by the REST endpoints.

activiti-app-logic: Contains the services and actual BPM Suite logic.

activiti-app-rest: Contains the REST endpoints that are used by the UI and the public API.

activiti-app-dependencies: Contains all theAlfresco Process Servicesdependencies. It is also a convenient Maven module (packaging type ispom) for development.

activiti-app: Contains configuration classes.

activiti-app-root: Contains the root pom.Do not use this for development.

https://docs.alfresco.com/process-services1.9/topics/maven_modules.html


Page:    1 / 14   
Total 60 questions