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

Home > Alfresco > Content Services Certified Engineer > ACSCE-5X

ACSCE-5X Alfresco Content Services Certified Engineer Question and Answers

Question # 4

What does the CMIS object model not support?

A.

versioning

B.

workflow

C.

policy

D.

document

Full Access
Question # 5

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

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

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

Full Access
Question # 8

Select two ways to audit Alfresco Content Services events in an Alfresco Content Services extension? (Choose two.)

A.

Mark a method in the extension with an @Auditable annotation.

B.

Open a connection to the database and write the audit information to the audit tables.

C.

Inject AuditComponent into the extension and call recordAuditValues.

D.

Use the Alfresco REST API to record an audit event.

E.

Call the Java Audit Service.

Full Access
Question # 9

A custom web script is called via the URL /example/test/helloworld.html, relative to the RESTful API base URL.

What value must be declared in the script’s descriptor to configure this?

A.

helloworld

B.

/example/test/helloworld

C.

/example/test/helloworld.html

D.

/example

Full Access
Question # 10

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

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

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.

Full Access
Question # 13

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