What is Alfresco's preferred tool for building and packaging an extension?
A. Winzip
B. Ant
C. Maven
D. Gradle
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
An Alfresco Webscript is called via a POST request to the URL /example/mycontent/item1, relative to the Alfresco Content Services REST API base URL. Based on RESTful principles and standards, what will be the result of this call?
A. The existing resource `item1' is updated.
B. The existing resource `item1' is updated.
C. The content of the resource `item1' is returned to the user.
D. A new resource `item1' is added.
A repository web script is defined in the directory: `
Which of the following procedures should you use to change the default output template, while adhering to best practice?
A. Create a copy of the output template file in the same directory, then update the web script descriptor to reference the new file.
B. Copy the output template file into: `
C. Copy the output template file into: `
test' and make your changes there.
D. Copy the output template file into: `
You want to execute a query in Alfresco Full-Text Search that returns only nodes with a custom text property my:property that exactly matches 1000. Which query would be correct?
A. The correct query is: my:property:1000
B. The correct query is: =my:property:1000
C. The correct query is: !my:property:1000
D. The correct query is: ~my:property:1000
On which type of nodes can content rules be defined? (Choose two.)
A. Content.
B. DataList.
C. Folders.
D. Person.
E. Aspect.
Which one of the following steps is necessary when customizing the "Advanced Search" in Share and adding a date property to the search form?
A. The date range control needs to be specified in share-config-custom.xml.
B. A Java-backed web script to deal with dates needs to be created and referenced in share-configcustom.xml.
C. Share will automatically provide a date range control for dates.
D. A date range control needs to be created in FreeMarker, then specified in share-config-custom.xml.
Which JavaScript file, provided in the `js' directory inside the Share web application, defines commonly-used client-side utility functions?
A. common.js
B. util.js
C. slingshot.js
D. alfresco.js
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