How should Smart Folders be identified and recognized?
A. Smart Folders should be recognized by their type smf:smartFolder
B. Smart Folders should be recognized by parent-child type used smf:contains
C. Smart Folders should be recognized by their aspect smf:smartFolder
D. Smart Folders should be recognized by the special node reference used.
E. Smart Folders cannot be recognized as they are not different from any other cm:folder.
What are the variable's scopes available for Activiti workflows?
A. Process instance and task.
B. Node and task.
C. Process instance and form.
D. Process instance and global.
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
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
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?
A. mynode.updateAll()
B. mynode.save()
C. mynode.properties.save()
D. mynode.aspects.save()
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.
Considering to be the root folder of the Alfresco Content Services installation, which steps do you need to execute to deploy a simple module that extends the repository? (Choose two.)
A. Copy the JAR extension to /modules/platform.
B. Copy the AMP extension to /amps.
C. Apply the AMP extension using /bin/apply_amps.sh
D. Apply the JAR extension using /bin/apply_jars.sh
E. Restart Alfresco.
Which function can be used in the SELECT clause of a CMIS query to return a measure of the relevance of each row, in numerical format?
A. VALUE()
B. POS()
C. RANKING()
D. SCORE()
Alfresco Content Services defines some root objects to use with Web Scripts FreeMarker templates. Which one of the following objects is NOT a default root object?
A. args
B. user
C. url
D. workflow
Which of the following URLs are a valid base for accessing the Alfresco 5.2 Rest API for an Alfresco repository accessible via the URL http://server/alfresco? (Choose two.)
A. http://server/alfresco/s
B. http://server/alfresco/restful
C. http://server/alfresco/script
D. http://server/alfresco/ws
E. http://server/alfresco/service