How many workflow execution tokens are created initially when a “Review and Approve” out of the box workflow is started?
Which tasks would require a restart of the Alfresco server to apply the changes? (Choose two.)
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” / >
Choose the correct priority order in which Alfresco Content Services will load subsystem settings:
You have been tasked to develop a solution that will notify an external system when updates are made to certain documents. These documents can be of any type and the content authors will make the decision if the document needs this “notification” functionality. Select the simplest combination steps that will implement this solution.
While implementing an Alfresco Content Services extension, you find you need to pull information out of a document and make it available as content properties. What type of component would you develop to perform this task?
When testing an Alfresco Content Services extension under high levels of concurrency, you notice that some transactions are failing due to locking issues with the database. What is an appropriate way to resolve this?
Which of the following items appear within a custom content model? (Choose two.)
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?
What are the minimum steps needed to add a custom search form in Alfresco Share?
Which searches are possible to execute with CMIS 1.1 cmis:item support on Alfresco? (Choose two.)
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?
Which JavaScript file, provided in the ‘js’ directory inside the Share web application, defines commonly-used client-side utility functions?
Which is the correct name of a helper class that should be extended to define your own Java-backed web scripts that take full control of the HTTP request?
Which of the following method-level security definitions, will filter array of members, returned by the method, based on the access conditions applied to each member?
A custom web script is called via the URL /example/test/helloworld.html, relative to the RESTful API base URL.
What < url > value must be declared in the script’s descriptor to configure this?
Which Alfresco Java Public API service allows reading and writing node properties?
Which one of the following steps is necessary when customizing the “Advanced Search” in Share and adding a date property to the search form?
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?
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?
When defining Smart Folder Templates which are considered best practices? (Choose two.)