Alfresco Process Services Certified Engineer APSCE Exam Questions
Question #1 (Topic: demo questions)
How are additional web resources loaded by the browser for each Alfresco Process Services App?
Correct Answer: D
Explanation not available for this question.
Question #2 (Topic: demo questions)
Which of the following Alfresco Process Services Maven modules should NOT be used for development? Choose 1 answer
Correct Answer: A
Explanation:
: All Maven modules have com.activiti as Maven groupId. The version of the artifact is the release version of Process Services. activiti-app-model : Contains the domain 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 the Alfresco Process Services dependencies. It is also a convenient Maven module (packaging type is pom) 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 #3 (Topic: demo questions)
How is the Alfresco Process Services App Ul localized into different languages? Choose 1 Answer
Correct Answer: C
Explanation not available for this question.
Question #4 (Topic: demo questions)
Which Java technologies are used in the Alfresco Alfresco Process Services BPM Suite? Choose 2 answers
Correct Answer: A, C
Explanation not available for this question.