Alfresco ACSCE-5X Alfresco Content Services Certified Engineer Online Training
Alfresco ACSCE-5X Online Training
The questions for ACSCE-5X were last updated at Nov 23,2024.
- Exam Code: ACSCE-5X
- Exam Name: Alfresco Content Services Certified Engineer
- Certification Provider: Alfresco
- Latest update: Nov 23,2024
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 of the following items appear within a custom content model? (Choose two.)
- A . The model’s namespace.
- B . References to other namespaces.
- C . Property sheet definitions.
- D . Policy behaviors for a content type.
- E . Localization strings.
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
What happens to the original content item after a content transformation is performed?
- A . It depends on how the transformation was configured.
- B . It is replaced by the transformed content item.
- C . It is versioned and updated.
- D . It remains untouched.
A client-side module is defined in the JavaScript file ‘alfresco/test/mycomponent.js’ inside the Share web application.
What is the equivalent file that contains the compressed JavaScript used on production servers?
- A . build/alfresco/test/mycomponent.js
- B . compressed/alfresco/test/mycomponent.js
- C . alfresco/test/mycomponent-compressed.js
- D . alfresco/test/mycomponent-min.js
Which of the following values is NOT a valid web script family for dashlet web scripts?
- A . user-dashlet
- B . site-dashlet
- C . alfresco-dashlet
- D . dashlet
In Share the Document Library defines a number of “action groups” which determine the actions shown to the user.
What would determine the action group used? (Choose two.)
- A . The type of node.
- B . The aspects applied to the node.
- C . The mime type of the node.
- D . The status of the document.
- E . The current user.
- F . The view currently in use.
Share UI configuration will allow you to control which aspects a user sees.
What other two things (out of the box) can be controlled? (Choose two.)
- A . The combinations of aspects that can be applied together.
- B . The aspects that can be applied based on the underlying type.
- C . The aspects that can be removed once applied.
- D . The aspects a user can add.
- E . The aspects that are mandatory.
How can we modify what data is shown in each row of the Alfresco Share document library, using the supported extension points?
- A . Define and use a new metadata template in share-config-custom.xml
- B . Customize the FreeMarket template that is used to render the document library
- C . Update the JavaScript used to create the document library using the YUI libraries.
- D . Clone all the document library components, and make the required changes.
What is the purpose of widgetUtils.findObject function in the Aikau framework?
- A . Used to find an existing widget while creating new Aikau pages.
- B . Used to find a list of all Aikau widget objects used in the application.
- C . Used to find an existing widget while extending Out-of-the-box Aikau pages.
- D . Used to find a list of all Aikau pages used in the application.