Free Alfresco APSCE Exam Actual Questions

The questions for APSCE were last updated On May 4, 2024

Question No. 1

Which Java technologies are used in the Alfresco Alfresco Process Services BPM Suite? Choose 2 answers

Show Answer Hide Answer
Question No. 2

How is the Alfresco Process Services App Ul localized into different languages? Choose 1 answer

Show Answer Hide Answer
Correct Answer: C

Question No. 3

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

Show Answer Hide Answer
Question No. 4

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

Show Answer Hide Answer
Correct 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


Question No. 5

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

Show Answer Hide Answer