Alfresco Content Services Certified Engineer Exam (ACSCE) - Alfresco Actual Exam Questions
Last updated on April 11, 2026
The workflow pictured, shows 3 gateways. What type of gateways are they?
Exclusive
Parallel
Inclusive
Fork
Join
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
When working with repository-side web scripts and updating aspect-provided properties on a given node, which method must be called to save the values against the node?
mynode.updateAll()
mynode.save()
mynode.properties.save()
mynode.aspects.save()
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You want to execute a query in Alfresco Full-Text Search that returns only nodes with a custom text property my:property that exactly matches 1000. Which query would be correct?
The correct query is: my:property:1000
The correct query is: =my:property:1000
The correct query is: !my:property:1000
The correct query is: ~my:property:1000
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which one of the following statements about aspects is TRUE?
Aspects can only be applied to “cm:content”.
An aspect can have a type as a parent.
An aspect may not include associations.
Aspects can inherit from other aspects.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
During the development stage of a workflow, developers need to make sure the newest version of the process definition is being deployed, as there may be significant structural changes to the workflow. Choose the correct development cycle that allows the deployment of the newest version correctly.
Add the property reload “true” to the workflow deployer bean and set this property to false when the development cycle is completed.
Add the property redeploy “true” to the workflow deployer bean and set this property to false when the development cycle is completed.
Add the property reload “true” to the workflow deployer bean and remove this property when the development cycle is completed.
Add the property redeploy “true” to the workflow deployer bean and keep this value after the development cycle is completed.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.