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
You want to increase the maximum number of results returned by searches in Share from the default 250 to 1000.
How would you affect this change?
- A . Set system.acl.maxPermissionChecks in alfresco-global.properties to 1000.
- B . Set maxSearchResults in users.js to 1000.
- C . Set maxSearchResults in nodebrowser.js to 1000.
- D . Set max-search-results in share-config-custom.xml to 1000.
What does the index=“100” refer to, in the following example of an action group definition in Share?
<action index=“100” id=“start-sop-workflow” />
- A . The fade delay in milliseconds for the action in the user interface.
- B . The index id of the icon to be used for the action.
- C . The index id of the action item in the data dictionary.
- D . The ordering of the items in the action items in the display.
A repository web script is defined with the URL ‘/myco/hello-world’ in its descriptor document and requires user authentication.
Which of the following URLs can be used through Share to access the web script in the context of the logged-in user?
- A . http://server/share/proxy/myco/hello-world
- B . http://server/share/alfresco/myco/hello-world
- C . http://server/share/myco/hello-world
- D . http://server/share/proxy/alfresco/myco/hello-world
What are the minimum steps needed to add a custom search form in Alfresco Share?
- A . Define your form using Share form configuration and add the definition to the ‘AdvancedSearch’ configuration section in share-config-custom.xml
- B . Define your form mark-up in a FreeMarker file, add the definition to the ‘AdvancedSearch’ configuration section in share-config-custom.xml, and provide a web script to handle search requests.
- C . Define your form mark-up in a FreeMarker file and add the definition to the ‘AdvancedSearch’ configuration section in share-config-custom.xml
- D . Define a web script to render the form, a web script to handle search requests, and add the definitions to the ‘AdvancedSearch’ configuration section in share-config-custom.xml
The NodeService, allows you to create a node with the method depicted below.
Based on this information, which statements are TRUE? (Choose three.)
- A . The path of the node is specified by the assocQName.
- B . The path of the node contains the value of the cm:name property specified in the properties.
- C . The name of the node and the path can be different.
- D . By convention, the path and the name of the node should be kept consistent.
- E . The property map must contain more than one value.