Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Alfresco ACSCE-5X - Alfresco Content Services Certified Engineer

Page: 2 / 3
Total 87 questions

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?

A.

The correct query is: my:property:1000

B.

The correct query is: =my:property:1000

C.

The correct query is: !my:property:1000

D.

The correct query is: ~my:property:1000

Which function can be used in the SELECT clause of a CMIS query to return a measure of the relevance of each row, in numerical format?

A.

VALUE()

B.

POS()

C.

RANKING()

D.

SCORE()

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.

NO: 54

Which of the following APIs facilitate the development of a remote client that can access both Cloud and On-Premise Alfresco Content Services repositories? (Choose two.)

A.

Repository JavaScript API

B.

FreeMarker Template API

C.

Alfresco Content Services API

D.

Public Java API

E.

CMIS API

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.

If an object is moved to a different folder, what will happen to the node’s security permissions?

A.

It will inherit the ACL from the new parent folder.

B.

It will inherit the ACL from the user who is moving it.

C.

It will inherit the system wide ACL.

D.

It will keep its old ACL.

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?

A.

build/alfresco/test/mycomponent.js

B.

compressed/alfresco/test/mycomponent.js

C.

alfresco/test/mycomponent-compressed.js

D.

alfresco/test/mycomponent-min.js

When are Alfresco-specific database tables created within the database?

A.

On the first login by the “admin” user.

B.

Prior to installing Alfresco Content Services.

C.

During the initial startup of the Alfresco Content Services repository.

D.

During installation before the application server starts.

The NodeService, allows you to create a node with the method depicted below. Based on this information, which statements are TRUE? (Choose three.)

A.

The path of the node is specified by the assocQName.

B.

The path of the node contains the value of the cm:name property specified in the properties.

C.

The name of the node and the path can be different.

D.

By convention, the path and the name of the node should be kept consistent.

E.

The property map must contain more than one value.

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.