Select the element that will allow any node to be included as part of a peer association:
A.
B.
C.
D.
Which one of the following statements about aspects is TRUE?
A. Aspects can only be applied to "cm:content".
B. An aspect can have a type as a parent.
C. An aspect may not include associations.
D. Aspects can inherit from other aspects.
A scheduled job can execute a piece of logic either by itself or wrapped inside a repository action. What is the benefit of defining a template action for the scheduled job?
A. The job can execute a logic that is not related specifically to a node.
B. The job can execute a logic multiple times, once for each node returned by a query.
C. The job can execute a logic only once and does a mass update of nodes returned by a query.
D. The job can execute a logic multiple times on the same specific node.
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.
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 is the API used to access nodes and node related information from a FreeMarker template?
A. ScriptNode
B. TemplateNode
C. NodeRef
D. TemplateObject
Which cases would be an appropriate use of the CMIS API?
A. You need to update user and groups information on the repository.
B. You need to query documents by the tags applied to them.
C. You need to query and update data list items.
D. You need to update active workflow tasks.
E. You need to create and add aspects to folders.
When defining Smart Folder Templates which are considered best practices? (Choose two.)
A. Use FTS query language for defining the smart folder search.
B. Use CMIS query language for defining the smart folder search.
C. If you use WebDAV or CIFS only queries returning cm:content and subtypes should be used.
D. Don't create filing rules that don't match the query criteria for the folder.
E. Use Lucene query language for defining the smart folder search.
What does the CMIS object model not support?
A. versioning
B. workflow
C. policy
D. document
Where can JavaScript be stored and run from?
A. The classpath only.
B. The presentation tier only.
C. The repository.
D. The repository and the classpath.