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

ACSCE-5X PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

ACSCE-5X PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Alfresco Content Services Certified Engineer
  • Last Update: Sep 12, 2025
  • Questions and Answers: 87
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

ACSCE-5X Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

ACSCE-5X Practice Exam Questions with Answers Alfresco Content Services Certified Engineer Certification

Question # 6

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

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

Full Access
Question # 7

Where can JavaScript be stored and run from?

A.

The classpath only.

B.

The presentation tier only.

C.

The repository.

D.

The repository and the classpath.

Full Access
Question # 8

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?

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.

Full Access
Question # 9

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

A.

Content.

B.

DataList.

C.

Folders.

D.

Person.

E.

Aspect.

Full Access
Question # 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?

A.

Content Transformer.

B.

Metadata Extractor.

C.

Alfresco Action.

D.

Metadata Generator.

Full Access
Question # 11

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

A.

PUT

B.

GET

C.

DELETE

D.

OPTIONS

Full Access
Question # 12

What is the API used to access nodes and node related information from a FreeMarker template?

A.

ScriptNode

B.

TemplateNode

C.

NodeRef

D.

TemplateObject

Full Access
Question # 13

How should s be identified and recognized?

A.

Smart Folders should be recognized by their type smf:smartFolder

B.

Smart Folders should be recognized by parent-child type used smf:contains

C.

Smart Folders should be recognized by their aspect smf:smartFolder

D.

Smart Folders should be recognized by the special node reference used.

E.

Smart Folders cannot be recognized as they are not different from any other cm:folder.

Full Access
Question # 14

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

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.

Full Access
Question # 15

Which FreeMarker expression would be used to access the presentation template that is being applied to a node?

A.

template

B.

node.template

C.

node.document

D.

document

E.

document.template

Full Access
Question # 16

Which file is required in order for an AMP file to be valid?

A.

module.properties

B.

service-context.xml

C.

file-mapping.properties

D.

web.xml

Full Access
Question # 17

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

A.

NodeService

B.

PropertyService

C.

NodePropertyService

D.

DictionaryService

Full Access
Question # 18

Which web script object can be used to retrieve the values of web script parameters specified in-line within the URL path, within FreeMarker templates and JavaScript code?

A.

url.templateArgs

B.

url.args

C.

arguments

D.

args

Full Access
Question # 19

An Alfresco Webscript is called via a POST request to the URL /example/mycontent/item1, relative to the Alfresco Content Services REST API base URL. Based on RESTful principles and standards, what will be the result of this call?

A.

The existing resource ‘item1’ is updated.

B.

The existing resource ‘item1’ is updated.

C.

The content of the resource ‘item1’ is returned to the user.

D.

A new resource ‘item1’ is added.

Full Access
Question # 20

A repository web script is defined with the URL ‘/myco/hello-world’ in its descriptor document and requires user authentication. Which of the following URLs can be used through Share to access the web script in the context of the logged-in user?

A.

http://server/share/proxy/myco/hello-world

B.

http://server/share/alfresco/myco/hello-world

C.

http://server/share/myco/hello-world

D.

http://server/share/proxy/alfresco/myco/hello-world

Full Access
Question # 21

Which changes can NOT be made in the share-config-custom.xml file?

A.

Setting the labels for fields on the “Search” dialog.

B.

Enabling and defining Smart Folder Templates.

C.

Changing the FreeMarker template that controls the display of a field.

D.

Grouping fields into sets on the “Edit Metadata” page.

Full Access
Question # 22

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

What does the CMIS object model not support?

A.

versioning

B.

workflow

C.

policy

D.

document

Full Access
Question # 24

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

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.

Full Access
Question # 26

What is the purpose of a content policy?

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.

Full Access