Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

How can we modify what data is shown in each row of the Alfresco Share document library, using the supported extension points?

A.

Define and use a new metadata template in share-config-custom.xml

B.

Customize the FreeMarket template that is used to render the document library

C.

Update the JavaScript used to create the document library using the YUI libraries.

D.

Clone all the document library components, and make the required changes.

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

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.

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.

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?

A.

Content Transformer.

B.

Metadata Extractor.

C.

Alfresco Action.

D.

Metadata Generator.

What happens to the original content item after a content transformation is performed?

A.

It depends on how the transformation was configured.

B.

It is replaced by the transformed content item.

C.

It is versioned and updated.

D.

It remains untouched.

What is the class.org.alfresco.model.ContentModel used for?

A.

Transforming document content into a different format.

B.

Validating the content of the document follows a certain template.

C.

Referencing out of the box content model types in your code.

D.

Trigger automatic metadata extraction from the content.

E.

Moving content in the repository between folders.

Which Alfresco Java Public API service can be used to inspect the currently loaded content models?

A.

NodeService

B.

DictionaryService

C.

ContentService

D.

ModuleService

When working with repository-side web scripts and updating aspect-provided properties on a given node, which method must be called to save the values against the node?

A.

mynode.updateAll()

B.

mynode.save()

C.

mynode.properties.save()

D.

mynode.aspects.save()

What are the variable’s scopes available for Activiti workflows?

A.

Process instance and task.

B.

Node and task.

C.

Process instance and form.

D.

Process instance and global.