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

Which searches are possible to execute with CMIS 1.1 cmis:item support on Alfresco? (Choose two.)

A.

select * from cmis:item

B.

select * from sys:base

C.

select * from rule:rule

D.

select * from bpm:package

E.

select * from cm:person

Which statement would return the username of the currently logged-in user?

A.

session.userName

B.

session.properties[“cm:userName”]

C.

person.userName()

D.

person.properties.userName

Which one of the following steps is necessary when customizing the “Advanced Search” in Share and adding a date property to the search form?

A.

The date range control needs to be specified in share-config-custom.xml.

B.

A Java-backed web script to deal with dates needs to be created and referenced in share-config-custom.xml.

C.

Share will automatically provide a date range control for dates.

D.

A date range control needs to be created in FreeMarker, then specified in share-config-custom.xml.

On which type of nodes can content rules be defined? (Choose two.)

A.

Content.

B.

DataList.

C.

Folders.

D.

Person.

E.

Aspect.

Select the element that will allow any node to be included as part of a peer association:

A.

d:noderef

B.

ANY

C.

sys:base

D.

cm:cmobject

Share UI configuration will allow you to control which aspects a user sees. What other two things (out of the box) can be controlled? (Choose two.)

A.

The combinations of aspects that can be applied together.

B.

The aspects that can be applied based on the underlying type.

C.

The aspects that can be removed once applied.

D.

The aspects a user can add.

E.

The aspects that are mandatory.

Which of the following HTTP methods is NOT supported by the web scripts framework by default?

A.

PUT

B.

GET

C.

DELETE

D.

OPTIONS

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

What does the index=“100” refer to, in the following example of an action group definition in Share?

A.

The fade delay in milliseconds for the action in the user interface.

B.

The index id of the icon to be used for the action.

C.

The index id of the action item in the data dictionary.

D.

The ordering of the items in the action items in the display.

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.