Exam Code : ACE001
Exam Name : Alfresco Certified Engineer (ACSCE)
Vendor Name :
"Alfresco"
ACE001 Dumps ACE001 Braindumps ACE001 Real Questions ACE001 Practice Test
ACE001 Actual Questions
killexams.com Alfresco ACE001
Alfresco Certified Engineer (ACSCE)
https://killexams.com/pass4sure/exam-detail/ACE001
Question: 119
The "QA Review" task is of type activitReviewTask, this sets a task variable called wf_reviewOutcome with a value, either "Approve" or "Reject". What needs to be done to use this value to successfully chose the right sequence flow?
The task variable needs to be copied to the execution level using a "complete" task listener on the "QA Review" task.
The task variable needs to be copied to the execution level using a "take" listener on the sequence flow to the gateway.
The task variable is automatically copied to the execution level on task completion by Activiti.
The task variable needs to be added to the workflow package and saved to the repository.
The task variable needs to be copied to the execution level using a "create" task listener on the "Notify Author" task.
Answer: A
Question: 120
Identify which of the following is NOT a default subsystem provided by Alfresco.
Synchronization
Quartz scheduler
IMAP
Authentication
Answer: B
Question: 121
Which of the following is NOT an out-of-the-box root scoped object in the Java Script API?
space
log
document
companyhome
Answer: B
Web Scripting
In this section there are items requiring a response.
Question: 122
Identify the proper use of a metadata extractor.
To extract content metadata to a file for importing.
To retrieve metadata from a document to be used in workflow.
To use data within a document as property values.
To use externally accessible data as metadata.
Answer: C
Question: 123
Which FreeMarker expression would be used to access the presentation template that is being applied to the node?
template
node.template
node.document
document
document.template
Answer: A
Question: 124
In Share the DocumentLibrary defines a number of "action groups" which determine the actions shown to the user. The action group used is determined by:
The default action group on the folder.
The aspects applied to the node.
The mime type of the node.
The status of the document.
The current user.
The view currently in use.
The type of node.
Answer: FG
Question: 125
Share commonly uses asynchronous HTTP requests with callback functions to retrieve data from the respository. What is the primary advantage of using this approach in your own customizations?
Data is automatically parsed into the correct format.
It reduces the number of round-trips to the server.
It does not require any client-side code.
The initial page load time is reduced.
Answer: D
Question: 126
A web script has a JavaScript controller script named ‘helloworld.get.js’. What is the correct name for the output template associated with the web script, which will return data in JSON format?
helloworld.get.json.ftl
helloworld.get.json
helloworld.get.js.json
helloworld.get.ftl
Answer: A
Question: 127
When configuring Share through share-config-custom.xml you can group fields using which element?
<block>
<for-mode>
<form>
<set>
<group>
Answer: D
Question: 128
Which of the following is one of the three basic permissions in the CMIS Domain Model?
cmis:write
cmis:update
cmis:setcontent
cmis:delete
Answer: A
Web Scripting
In this section there are items requiring a response.
Question: 129
Which two of the following statements are true about the differences between the Alfresco JavaScript API and the Alfresco FreeMarker API?
Only JavaScript API allows the modification of nodes.
Only FreeMarker API allows the creation of nodes.
Only FreeMarker API allows the user to perform Lucene searches.
Only FreeMarker API allows access to workflows.
Only JavaScript API allows the creation of nodes.
Answer: AE
Alfresco API
In this section there are items requiring a response.
Question: 130
Which of the following changes can NOT be made in the share-config-custom.xml file.
Setting the labels for fields on the "Search" dialog.
Setting a label for a type on the "Change Type" dialog.
Changing the FreeMarker template that controls the display of a field.
Grouping fields into sets on the "Edit Metadata" page.
Answer: B