Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Alfresco ACSCE-5X - Alfresco Content Services Certified Engineer

Page: 1 / 3
Total 87 questions

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

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

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.

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

What happens to the original content item after a content transformation is performed?

A.

It depends on how the transformation was configured.

B.

It is replaced by the transformed content item.

C.

It is versioned and updated.

D.

It remains untouched.

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

A.

user-dashlet

B.

site-dashlet

C.

alfresco-dashlet

D.

dashlet

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.

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

The embedded Activity in Alfresco Content Services provides different types of tasks in a process definition. Which one is NOT a provided task?

A.

userTask.

B.

processTask.

C.

scriptTask.

D.

mailTask.

What is the simplest way to call a custom Alfresco repository JavaScript extension from a content rule?

A.

Create a new custom action that calls my script, and bundle both the custom script and the custom action into an AMP.

B.

Add the script to Data Dictionary/Scripts, then use the “Execute a Script” action to call it from the rule.

C.

Add a function called “executeAction” to the JavaScript and place it on the classpath. Alfresco Content Services will add it as a rule action.

D.

Upload the script to the folder on which the rule action is applied, and name it “ruleScript” so Alfresco Content Services can find it.

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