alfresco ACSCE-5X Exam Questions

Questions for the ACSCE-5X were updated on : Nov 21 ,2025

Page 1 out of 6. Viewing questions 1-15 out of 87

Question 1

What is the default value of the <transaction> element of a web script descriptor, if one is not
specified?

  • A. None.
  • B. None for GET Web Scripts, “required” for POST/PUT.
  • C. Required.
  • D. Depends on the value of <authentication>
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
None specifies that no transaction is required to run the web script. This is the default value if the
transaction level is not explicitly specified, and the authentication level is none. If the authentication
level is not none then the default value is required.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

A web script descriptor uses the “runAs” attribute of the “<authentication>” element. What
limitation does the web script have?

  • A. They cannot be used with Tomcat 7.
  • B. They cannot reside in the classpath.
  • C. They are not automatically reloaded.
  • D. They cannot reside in the data dictionary.
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

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?

  • A. helloworld
  • B. /example/test/helloworld
  • C. /example/test/helloworld.html
  • D. /example
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

Having obtained the NodeRef of an Alfresco Content Services Node, which properties can NOT be
retrieved using the ‘getContent’ Alfresco Content Services REST API?

  • A. The ‘cm:content’ property of all thumbnails associated with the content item.
  • B. The ‘cm:content’ property of all children of the item.
  • C. All properties of type ‘d:content’ with ids other than ‘cm:content’
  • D. All properties of type ‘d:content’ with namespace other than ‘cm:’
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

Which of the following URLs are a valid base for accessing the Alfresco 5.2 Rest API for an Alfresco
repository accessible via the URL
http://server/alfresco
? (Choose two.)
A.
http://server/alfresco/s
B.
http://server/alfresco/restful
C.
http://server/alfresco/script
D.
http://server/alfresco/ws
E.
http://server/alfresco/service

Answer:

D,E

User Votes:
Discussions
vote your answer:
0 / 1000

Question 6

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.
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
The Repository JavaScript API lets you develop JavaScript (ECMAScript) 1.6 compatible files to access,
modify, and create repository objects such as nodes, aspects, and properties.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

Alfresco Content Services defines some root objects to use with Web Scripts FreeMarker templates.
Which one of the following objects is NOT a default root object?

  • A. args
  • B. user
  • C. url
  • D. workflow
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

Which Alfresco Java Public API service can be used to inspect the currently loaded content models?

  • A. NodeService
  • B. DictionaryService
  • C. ContentService
  • D. ModuleService
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9

What does the CMIS object model not support?

  • A. versioning
  • B. workflow
  • C. policy
  • D. document
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 10

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()
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

Within the web script descriptor file, which tag controls if a dashlet should show up on the user
dashboard and/or the site dashboard?

  • A. region
  • B. family
  • C. type
  • D. url
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

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
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

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.
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

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.
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

After uploading a new document format to Alfresco Content Services, you notice that it isn’t showing
up in the full-text search results. Which action might help you understand why?

  • A. Use Luke to check the index for the document UUID, then check the index state of that UUID.
  • B. Look at the list of registered transformers to make sure the mime type of the uploaded document is transformable to text.
  • C. Verify the content model to make sure it was properly loaded into the repository.
  • D. Inspect the current upload script, we need to manually add the indexing for new mime types there.
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2