Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

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

Questions 4

What is the purpose of a content policy?

Options:

A.

To allow for model constraints, such as LIST or ENUM constraints.

B.

To initiate Java code in response to predefined events.

C.

To limit which user/group can create certain types of content.

D.

To validate content against a strict model XSD.

Buy Now
Questions 5

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

Options:

A.

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

B.

One per user task.

C.

One per user within an assigned group.

D.

One.

Buy Now
Questions 6

Which tasks would require a restart of the Alfresco server to apply the changes? (Choose two.)

Options:

A.

Deploying a new content model via a *-context.xml file.

B.

Deploying a new content model into Data Dictionary/Models.

C.

Deploying a new workflow through the Activiti workflow console.

D.

Making configuration changes in alfresco-global properties.

E.

Making configuration changes via JMX.

Buy Now
Questions 7

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

< action index=“100” id=“start-sop-workflow” / >

Options:

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.

Buy Now
Questions 8

Choose the correct priority order in which Alfresco Content Services will load subsystem settings:

Options:

A.

JMX - > subsystem instance - > subsystem default - > Alfresco global properties

B.

Alfresco global properties - > subsystem default - > subsystem instance - > JMX

C.

JMX - > Alfresco global properties - > subsystem instance - > subsystem default

D.

Alfresco global properties - > JMX - > subsystem instance - > subsystem default

Buy Now
Questions 9

You have been tasked to develop a solution that will notify an external system when updates are made to certain documents. These documents can be of any type and the content authors will make the decision if the document needs this “notification” functionality. Select the simplest combination steps that will implement this solution.

Options:

A.

Define a new “notify” aspect with a “multi” peer association. Create and register a policy behavior that, when content is updates, users can associate their content via this aspect. As associations are being made, the external notification request will be triggered.

B.

Define a new “notify” aspect with no properties. Create and register a policy behavior that, if this aspect is present, will make the external notification request. Users can simply add this aspect to their content item.

C.

Extend cm:content to provide an additional “notify” property. Create a policy behavior that will look at the “notify” property and, if set, make the external notification request. Users simply create cm:content items.

D.

Extend sys:base to provide an additional “notify” property. Create a new policy that will look at the “notify” property and, if set, make the external notification request. Users can simply call an action against their content item.

Buy Now
Questions 10

While implementing an Alfresco Content Services extension, you find you need to pull information out of a document and make it available as content properties. What type of component would you develop to perform this task?

Options:

A.

Content Transformer.

B.

Metadata Extractor.

C.

Alfresco Action.

D.

Metadata Generator.

Buy Now
Questions 11

When testing an Alfresco Content Services extension under high levels of concurrency, you notice that some transactions are failing due to locking issues with the database. What is an appropriate way to resolve this?

Options:

A.

Manually unlock the offending records and start the testing again.

B.

Directly use Alfresco’s database connection pool and write your own SQL.

C.

Use the RetryingTransactionHelper to retry code that fails due to locking.

D.

Rewrite the queries used by your application to reduce the chance of the lock.

Buy Now
Questions 12

Which of the following items appear within a custom content model? (Choose two.)

Options:

A.

The model’s namespace.

B.

References to other namespaces.

C.

Property sheet definitions.

D.

Policy behaviors for a content type.

E.

Localization strings.

Buy Now
Questions 13

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?

Options:

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.

Buy Now
Questions 14

What are the minimum steps needed to add a custom search form in Alfresco Share?

Options:

A.

Define your form using Share form configuration and add the definition to the ‘AdvancedSearch’ configuration section in share-config-custom.xml

B.

Define your form mark-up in a FreeMarker file, add the definition to the ‘AdvancedSearch’ configuration section in share-config-custom.xml, and provide a web script to handle search requests.

C.

Define your form mark-up in a FreeMarker file and add the definition to the ‘AdvancedSearch’ configuration section in share-config-custom.xml

D.

Define a web script to render the form, a web script to handle search requests, and add the definitions to the ‘AdvancedSearch’ configuration section in share-config-custom.xml

Buy Now
Questions 15

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

Options:

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

Buy Now
Questions 16

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?

Options:

A.

build/alfresco/test/mycomponent.js

B.

compressed/alfresco/test/mycomponent.js

C.

alfresco/test/mycomponent-compressed.js

D.

alfresco/test/mycomponent-min.js

Buy Now
Questions 17

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

Options:

A.

common.js

B.

util.js

C.

slingshot.js

D.

alfresco.js

Buy Now
Questions 18

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?

Options:

A.

WebScriptImpl

B.

DeclarativeWebScript

C.

BasicWebScript

D.

AbstractWebScript

Buy Now
Questions 19

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?

Options:

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

Buy Now
Questions 20

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

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

Options:

A.

helloworld

B.

/example/test/helloworld

C.

/example/test/helloworld.html

D.

/example

Buy Now
Questions 21

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

Options:

A.

NodeService

B.

PropertyService

C.

NodePropertyService

D.

DictionaryService

Buy Now
Questions 22

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

Options:

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.

Buy Now
Questions 23

What is the class.org.alfresco.model.ContentModel used for?

Options:

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.

Buy Now
Questions 24

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?

Options:

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

Buy Now
Questions 25

Which type of constraint can be used to put a limit on the numeric value that can be stored in a property when designing a content model?

Options:

A.

LENGTH

B.

REGEX

C.

MINMAX

D.

LIST

E.

MAX

Buy Now
Questions 26

When defining Smart Folder Templates which are considered best practices? (Choose two.)

Options:

A.

Use FTS query language for defining the smart folder search.

B.

Use CMIS query language for defining the smart folder search.

C.

If you use WebDAV or CIFS only queries returning cm:content and subtypes should be used.

D.

Don’t create filing rules that don’t match the query criteria for the folder.

E.

Use Lucene query language for defining the smart folder search.

Buy Now
Exam Code: ACSCE-5X
Exam Name: Alfresco Content Services Certified Engineer
Last Update: Apr 30, 2026
Questions: 87

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now ACSCE-5X testing engine

PDF (Q&A)

$43.57  $124.49
buy now ACSCE-5X pdf