Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which one of the following statements about aspects is TRUE?

A.

Aspects can only be applied to “cm:content”.

B.

An aspect can have a type as a parent.

C.

An aspect may not include associations.

D.

Aspects can inherit from other aspects.

Full Access
Question # 5

A scheduled job can execute a piece of logic either by itself or wrapped inside a repository action. What is the benefit of defining a template action for the scheduled job?

A.

The job can execute a logic that is not related specifically to a node.

B.

The job can execute a logic multiple times, once for each node returned by a query.

C.

The job can execute a logic only once and does a mass update of nodes returned by a query.

D.

The job can execute a logic multiple times on the same specific node.

Full Access
Question # 6

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.

Full Access
Question # 7

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.

Full Access
Question # 8

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

Full Access
Question # 9

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.

AFTER_ACL_NODE.0.sys:base.ReadProperties

B.

AFTER_ACL_NODE.sys:base.ReadProperties

C.

AFTER_ACL_LIST.0.sys:base.ReadProperties

D.

AFTER_ACL_LIST.sys:base.ReadProperties

Full Access
Question # 10

What does the JavaScript ScriptNode API expression “node.assocs” do?

A.

Returns a complete read only list of all associations.

B.

Returns the list of all associations which can be changes and modified.

C.

Returns the list of child associations which are read only.

D.

Returns the list of child associations which can be changes and modified.

Full Access
Question # 11

Which Alfresco Java Public API service allows reading and writing node properties?

A.

NodeService

B.

PropertyService

C.

NodePropertyService

D.

DictionaryService

Full Access
Question # 12

What is the difference between nodeService and NodeService in Alfresco Content Services?

A.

There is no difference, these two beans are identical.

B.

The upper case bean is an AOP proxy, and injects auditing, security, and other features into the underlying service.

C.

The lower case bean is an AOP proxy, and injects auditing, security, and other features into the underlying service.

D.

The NodeService bean does not exist.

Full Access
Question # 13

Which of the following is NOT an out-of-the-box root scoped object in the Java Script API?

A.

space

B.

log

C.

document

D.

companyhome

Full Access