How to test your knowledge about Alfresco Process Services

You’ll find as follows a sample list of questions about Alfresco Process Services Certified Engineer exam.

Results

#1. The backend logic specific to the Process Services logic is implemented using…

The backend logic specific to the Process Services logic is implemented using Spring 4 and JPA (Hibernate).

#2. The default settings for sync LDAP do…

The default settings for LDAP do a full sync every night and a differential sync every four hours. In a full sync, all data is looked at and compared. A differential sync only returns what has changed since a certain date. The latter is of course used for performance reasons.

#3. Which API call is required to publish an app?

Before an app model can be used, it needs to be published. This can be done through following call:

 

 

 

POST api/enterprise/app-definitions/{modelId}/publish

A JSON body is required for the call. You can either use an empty one or the following example:

 

 

{
 "comment": "",
 "force": false
 }

 

 

 

 

finish

Note: Our intention is not to give you official exam’s questions, so any coincidence between these questions and the official ones is by happenstance. In fact, if one of them is similar to an official one, please, contact us, and we will remove or modify the question. Thanks.

2 thoughts on “How to test your knowledge about Alfresco Process Services”

  1. I want some more details abut APSCE, can you please help me out.
    Looking forward to reply from you.

    Thanks !

    1. Hi Amit,
      What exactly would you like to know about the APS certification?

Comments are closed.