Which tasks would require a restart of the Alfresco server to apply the changes? (Choose two.)
A. Deploying a new content model via a *-context.xml file.
B. Deploying a new content model into Data Dictionary/Models.
C. Deploying a new workflow through the Activiti workflow console.
D. Making configuration changes in alfresco-global properties.
E. Making configuration changes via JMX.
The embedded Activity in Alfresco Content Services provides different types of tasks in a process definition. Which one is NOT a provided task?
A. userTask.
B. processTask.
C. scriptTask.
D. mailTask.
Which type of constraint can be used to put a limit on the numeric value that can be stored in a property when designing a content model?
A. LENGTH
B. REGEX
C. MINMAX
D. LIST
E. MAX
Which statement would return the username of the currently logged-in user?
A. session.userName
B. session.properties["cm:userName"]
C. person.userName()
D. person.properties.userName
What is the difference between nodeService and NodeService in Alfresco Content Services?
A. There is no difference, these two beans are identical.
B. The upper case bean is an AOP proxy, and injects auditing, security, and other features into the underlying service.
C. The lower case bean is an AOP proxy, and injects auditing, security, and other features into the underlying service.
D. The NodeService bean does not exist.
What are the mandatory components of a non-Java-backed data web script?
A. An XML descriptor only.
B. An XML descriptor, JavaScript controller, and an output template.
C. A JavaScript controller and an output template.
D. An XML descriptor and an output template.
When are Alfresco-specific database tables created within the database?
A. On the first login by the "admin" user.
B. Prior to installing Alfresco Content Services.
C. During the initial startup of the Alfresco Content Services repository.
D. During installation before the application server starts.
In the workload pictured, which sequence flows will be taken after the QA Review is complete?

A. Both the "Approve" and "Reject" paths will be taken in parallel.
B. The conditions defined on the sequence flow will determine the path.
C. The "Approve" flow will always be taken.
D. The default flow will be always triggered.
E. The "Reject" flow will always be taken.
On which type of nodes can content rules be defined? (Choose two.)
A. Content.
B. DataList.
C. Folders.
D. Person.
E. Aspect.
What is the default value of the
A. None.
B. None for GET Web Scripts, "required" for POST/PUT.
C. Required.
D. Depends on the value of