Skip to main content

ACSCE-5X Real Exam Questions

Alfresco Content Services Certified Engineer

87 questions available · Page 1 of 9

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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

  1. A

    common.js

  2. B

    util.js

  3. C

    slingshot.js

  4. D

    alfresco.js

Show answer and explanation

Correct answer: B

Question 2 Single choice

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?

  1. A

    You are using Internet Explorer; you should be using Firefox.

  2. B

    Share needs to be restarted, refreshing web scripts is not enough.

  3. C

    Your files do not adhere to the standard naming convention.

  4. D

    The cache on the browser needs to be cleared.

  5. E

    You did not register the dashlet with the data dictionary.

Show answer and explanation

Correct answer: D

Question 3 Single choice

What is Alfresco's preferred tool for building and packaging an extension?

  1. A

    Winzip

  2. B

    Ant

  3. C

    Maven

  4. D

    Gradle

Show answer and explanation

Correct answer: C

Explanation

References:
https://community.alfresco.com/docs/DOC-4967-packaging-and-deploying-extensions

Question 4 Single choice

What is the purpose of widgetUtils.findObject function in the Aikau framework?

  1. A

    Used to find an existing widget while creating new Aikau pages.

  2. B

    Used to find a list of all Aikau widget objects used in the application.

  3. C

    Used to find an existing widget while extending Out-of-the-box Aikau pages.

  4. D

    Used to find a list of all Aikau pages used in the application.

Show answer and explanation

Correct answer: D

Question 5 Single choice

Which of the following values is NOT a valid web script family for dashlet web scripts?

  1. A

    user-dashlet

  2. B

    site-dashlet

  3. C

    alfresco-dashlet

  4. D

    dashlet

Show answer and explanation

Correct answer: C

Question 6 Single choice

During the development stage of a workflow, developers need to make sure the newest version of the process definition is being deployed, as there may be significant structural changes to the workflow.

Choose the correct development cycle that allows the deployment of the newest version correctly.

  1. A

    Add the property reload "true" to the workflow deployer bean and set this property to false when the development cycle is completed.

  2. B

    Add the property redeploy "true" to the workflow deployer bean and set this property to false when the development cycle is completed.

  3. C

    Add the property reload "true" to the workflow deployer bean and remove this property when the development cycle is completed.

  4. D

    Add the property redeploy "true" to the workflow deployer bean and keep this value after the development cycle is completed.

Show answer and explanation

Correct answer: B

Question 7 Single choice

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

  1. A

    module.properties

  2. B

    service-context.xml

  3. C

    file-mapping.properties

  4. D

    web.xml

Show answer and explanation

Correct answer: A

Question 8 Single choice

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?

  1. A

    AFTER_ACL_NODE.0.sys:base.ReadProperties

  2. B

    AFTER_ACL_NODE.sys:base.ReadProperties

  3. C

    AFTER_ACL_LIST.0.sys:base.ReadProperties

  4. D

    AFTER_ACL_LIST.sys:base.ReadProperties

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.alfresco.com/4.2/concepts/secur-methodlevel-define.html

Question 9 Single choice

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

  1. A

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

  2. B

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

  3. C

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

  4. D

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

Show answer and explanation

Correct answer: C

Question 10 Single choice

Which repository folder is the first location where the repository web script container will search for web script implementation files, and can be used to override web scripts placed in any other location?

  1. A

    /Company Home/Web Scripts

  2. B

    /Company Home/Templates/Web Scripts

  3. C

    /Company Home/Data Dictionary/Web Scripts Extensions

  4. D

    /Company Home/Data Dictionary/Web Scripts

Show answer and explanation

Correct answer: B