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.
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?
A. Manually unlock the offending records and start the testing again.
B. Directly use Alfresco's database connection pool and write your own SQL.
C. Use the RetryingTransactionHelper to retry code that fails due to locking.
D. Rewrite the queries used by your application to reduce the chance of the lock.
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.
A. Define a new "notify" aspect with a "multi" peer association. Create and register a policy behavior that, when content is updates, users can associate their content via this aspect. As associations are being made, the external notification request will be triggered.
B. Define a new "notify" aspect with no properties. Create and register a policy behavior that, if this aspect is present, will make the external notification request. Users can simply add this aspect to their content item.
C. Extend cm:content to provide an additional "notify" property. Create a policy behavior that will look at the "notify" property and, if set, make the external notification request. Users simply create cm:content items.
D. Extend sys:base to provide an additional "notify" property. Create a new policy that will look at the "notify" property and, if set, make the external notification request. Users can simply call an action against their content item.
Select the element that will allow any node to be included as part of a peer association:
A.
B.
C.
D.
Which FreeMarker expression would be used to access the presentation template that is being applied to a node?
A. template
B. node.template
C. node.document
D. document
E. document.template
Which of the following correctly describes the behavior of CMIS properties?
A. Properties can be single or multi-valued.
B. Properties can be shared between objects.
C. Properties are untyped.
D. Properties are explicitly ordered.
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.
After uploading a new document format to Alfresco Content Services, you notice that it isn't showing up in the full-text search results. Which action might help you understand why?
A. Use Luke to check the index for the document UUID, then check the index state of that UUID.
B. Look at the list of registered transformers to make sure the mime type of the uploaded document is transformable to text.
C. Verify the content model to make sure it was properly loaded into the repository.
D. Inspect the current upload script, we need to manually add the indexing for new mime types there.
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
A web script descriptor uses the "runAs" attribute of the "
A. They cannot be used with Tomcat 7.
B. They cannot reside in the classpath.
C. They are not automatically reloaded.
D. They cannot reside in the data dictionary.