Official Bank 0/87

Alfresco Content Services Certified Engineer Exam (ACSCE-5X) - Alfresco Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
87 Total Questions
1
Question
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?
Options
A mynode.properties.save()
B mynode.save()
C mynode.updateAll()
D mynode.aspects.save()
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
What happens to the original content item after a content transformation is performed?
Options
A It is versioned and updated.
B It is replaced by the transformed content item.
C It depends on how the transformation was configured.
D It remains untouched.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
When designing a content model in Alfresco Content Services you realize that the content model needs to refer to definitions that reside in another existing content model. How is the reference established?
Options
A The repository does not allow a content model to reference definitions that reside on another content model.
B Alfresco will automatically be aware of the existing definitions.
C We need to Import the namespace of the content model within which those definitions are created.
D We need to merge the two content models into a single content model.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
In reviewing a JavaScript file, you notice a built-in object named: qsvc. Describe how this object was made available to JavaScript.
Options
A A class named “qsvc” extended the BaseProcessorExtension class and a bean deployed this class.
B A new class extended the BaseProcessorExtension class and a bean definition specified the name “qsvc”.
C A class named “qsvc” extended the BaseProcessorExtension class and a bean with a parent of “qsvc” deployed this class.
D A class extended the ScriptAPI class and a bean definition deployed this class.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
When running the following CMIS query “SELECT * FROM cmis:document WHERE CONTAINS(‘zebra’)”, what result would be returned?
Options
A All document objects with the word ‘zebra’ in the description property only.
B All document objects with the word ‘zebra’ in the full text content.
C All document objects with the word ‘zebra’ in the name, title or description properties
D All document objects with the word ‘zebra’ in the title property.
E All document objects with the word ‘zebra’ in the name property.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.