Which Java technologies are used in the Alfresco Alfresco Process Services BPM Suite? Choose 2 answers
Answer : A, C
https://docs.alfresco.com/process-services1.9/topics/high_level_architecture.html
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.
What type of user authentication is used in Alfresco Process Services by default for HTTP REST calls? Choose 2 answers
Answer : B, D
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.
Answer : D
What of the following actions needs to be completed to register a new custom report? Choose 2 answers
Answer : A, B
What does "scope.Sparent.Sroot.accountgroups" refer to when implementing the task form extension method formRendered:function(form. scope)? Choose 1 answer
Answer : A
Which URL path automatically secures Custom REST Endpoints via Basic Authentication? Choose 1 answer.
Answer : D