Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

ACSCE-5X Questions and Answers

Question # 6

How many workflow execution tokens are created initially when a “Review and Approve” out of the box workflow is started?

A.

One for “Review” and one for “Approve”.

B.

One per user task.

C.

One per user within an assigned group.

D.

One.

Full Access
Question # 7

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 # 8

Which JavaScript file, provided in the ‘js’ directory inside the Share web application, defines commonly-used client-side utility functions?

A.

common.js

B.

util.js

C.

slingshot.js

D.

alfresco.js

Full Access
Question # 9

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.

Full Access
Question # 10

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.

Full Access
Question # 11

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 # 12

Which is the correct name of a helper class that should be extended to define your own Java-backed web scripts that take full control of the HTTP request?

A.

WebScriptImpl

B.

DeclarativeWebScript

C.

BasicWebScript

D.

AbstractWebScript

Full Access
Question # 13

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

Full Access