Which of the following is not an Alfresco-supplied subsystem category?
A. Dictionary.
B. Authentication.
C. Audit.
D. Search.
What does it mean when it is said in Solr indexing that the index is "eventually consistent"?
A. The index will only be consistent after a server restart.
B. The index will become consistent when there are no more transactions to index.
C. The index becomes consistent once a day when the index job runs.
D. The index can only be consistent when the Lucene index job eventually runs.
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.
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.
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
Which Alfresco Java Public API service allows reading and writing node properties?
A. NodeService
B. PropertyService
C. NodePropertyService
D. DictionaryService
You have created a Dashlet for Alfresco Share and deployed your files to the correct directory. You have then refreshed the Share web scripts, but the number of web scripts stays the same. Which of the following options could be causing this?
A. You are using Internet Explorer; you should be using Firefox.
B. Share needs to be restarted, refreshing web scripts is not enough.
C. Your files do not adhere to the standard naming convention.
D. The cache on the browser needs to be cleared.
E. You did not register the dashlet with the data dictionary.
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()
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
A custom web script is called via the URL /example/test/helloworld.html, relative to the RESTful API base URL.
What
A. helloworld
B. /example/test/helloworld
C. /example/test/helloworld.html
D. /example