Black Friday Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

ACSCE-5X Sample Questions Answers

Questions 4

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?

Options:

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.

Buy Now
Questions 5

When defining Smart Folder Templates which are considered best practices? (Choose two.)

Options:

A.

Use FTS query language for defining the smart folder search.

B.

Use CMIS query language for defining the smart folder search.

C.

If you use WebDAV or CIFS only queries returning cm:content and subtypes should be used.

D.

Don’t create filing rules that don’t match the query criteria for the folder.

E.

Use Lucene query language for defining the smart folder search.

Buy Now
Questions 6

What does the index=“100” refer to, in the following example of an action group definition in Share?

Options:

A.

The fade delay in milliseconds for the action in the user interface.

B.

The index id of the icon to be used for the action.

C.

The index id of the action item in the data dictionary.

D.

The ordering of the items in the action items in the display.

Questions 7

Which of the following is not an Alfresco-supplied subsystem category?

Options:

A.

Dictionary.

B.

Authentication.

C.

Audit.

D.

Search.

Buy Now
Questions 8

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

Options:

A.

template

B.

node.template

C.

node.document

D.

document

E.

document.template

Buy Now
Questions 9

To which content model entities can a behavior be associated with? (Choose two.)

Options:

A.

Aspects.

B.

Types.

C.

Constraints.

D.

Rules.

E.

Associations.

Buy Now
Questions 10

What is the difference between nodeService and NodeService in Alfresco Content Services?

Options:

A.

There is no difference, these two beans are identical.

B.

The upper case bean is an AOP proxy, and injects auditing, security, and other features into the underlying service.

C.

The lower case bean is an AOP proxy, and injects auditing, security, and other features into the underlying service.

D.

The NodeService bean does not exist.

Buy Now
Questions 11

When are Alfresco-specific database tables created within the database?

Options:

A.

On the first login by the “admin” user.

B.

Prior to installing Alfresco Content Services.

C.

During the initial startup of the Alfresco Content Services repository.

D.

During installation before the application server starts.

Buy Now
Questions 12

Which approaches can be used to define a set of reusable metadata fields? (Choose two.)

Options:

A.

Define a datalist with the required properties and assign the datalist to each type or aspect through an association.

B.

Define a global type which holds the common properties, then define an association from each type requiring the properties back to the global type.

C.

Define and use the same property names in the different types that need those fields.

D.

Define a base type which holds the common properties and have all the types that need those fields inherit from the base type.

E.

Create an aspect and apply it as a mandatory aspect to all the types which need the properties.

Buy Now
Questions 13

A custom web script is called via the URL /example/test/helloworld.html, relative to the RESTful API base URL.

What value must be declared in the script’s descriptor to configure this?

Options:

A.

helloworld

B.

/example/test/helloworld

C.

/example/test/helloworld.html

D.

/example

Buy Now
Questions 14

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

Options:

A.

NodeService

B.

DictionaryService

C.

ContentService

D.

ModuleService

Buy Now
Questions 15

What does it mean when it is said in Solr indexing that the index is “eventually consistent”?

Options:

A.

The index will only be consistent after a server restart.

B.

The index will become consistent when there are no more transactions to index.

C.

The index becomes consistent once a day when the index job runs.

D.

The index can only be consistent when the Lucene index job eventually runs.

Buy Now
Questions 16

The NodeService, allows you to create a node with the method depicted below. Based on this information, which statements are TRUE? (Choose three.)

Options:

A.

The path of the node is specified by the assocQName.

B.

The path of the node contains the value of the cm:name property specified in the properties.

C.

The name of the node and the path can be different.

D.

By convention, the path and the name of the node should be kept consistent.

E.

The property map must contain more than one value.

Buy Now
Questions 17

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

Options:

A.

NodeService

B.

PropertyService

C.

NodePropertyService

D.

DictionaryService

Buy Now
Questions 18

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

Options:

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.

Buy Now
Questions 19

Select two ways to audit Alfresco Content Services events in an Alfresco Content Services extension? (Choose two.)

Options:

A.

Mark a method in the extension with an @Auditable annotation.

B.

Open a connection to the database and write the audit information to the audit tables.

C.

Inject AuditComponent into the extension and call recordAuditValues.

D.

Use the Alfresco REST API to record an audit event.

E.

Call the Java Audit Service.

Buy Now
Questions 20

What does the JavaScript ScriptNode API expression “node.assocs” do?

Options:

A.

Returns a complete read only list of all associations.

B.

Returns the list of all associations which can be changes and modified.

C.

Returns the list of child associations which are read only.

D.

Returns the list of child associations which can be changes and modified.

Buy Now
Questions 21

Which searches are possible to execute with CMIS 1.1 cmis:item support on Alfresco? (Choose two.)

Options:

A.

select * from cmis:item

B.

select * from sys:base

C.

select * from rule:rule

D.

select * from bpm:package

E.

select * from cm:person

Buy Now
Questions 22

Which of the following correctly describes the behavior of CMIS properties?

Options:

A.

Properties can be single or multi-valued.

B.

Properties can be shared between objects.

C.

Properties are untyped.

D.

Properties are explicitly ordered.

Buy Now
Questions 23

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?

Options:

A.

url.templateArgs

B.

url.args

C.

arguments

D.

args

Buy Now
Questions 24

You have been tasked to develop a solution that will notify an external system when updates are made to certain documents. These documents can be of any type and the content authors will make the decision if the document needs this “notification” functionality. Select the simplest combination steps that will implement this solution.

Options:

A.

Define a new “notify” aspect with a “multi” peer association. Create and register a policy behavior that, when content is updates, users can associate their content via this aspect. As associations are being made, the external notification request will be triggered.

B.

Define a new “notify” aspect with no properties. Create and register a policy behavior that, if this aspect is present, will make the external notification request. Users can simply add this aspect to their content item.

C.

Extend cm:content to provide an additional “notify” property. Create a policy behavior that will look at the “notify” property and, if set, make the external notification request. Users simply create cm:content items.

D.

Extend sys:base to provide an additional “notify” property. Create a new policy that will look at the “notify” property and, if set, make the external notification request. Users can simply call an action against their content item.

Buy Now
Questions 25

In reviewing a JavaScript file, you notice a built-in object named: qsvc. Describe how this object was made available to JavaScript.

Options:

A.

A new class extended the BaseProcessorExtension class and a bean definition specified the name “qsvc”.

B.

A class named “qsvc” extended the BaseProcessorExtension class and a bean with a parent of “qsvc” deployed this class.

C.

A class named “qsvc” extended the BaseProcessorExtension class and a bean deployed this class.

D.

A class extended the ScriptAPI class and a bean definition deployed this class.

Buy Now
Questions 26

Which type of constraint can be used to put a limit on the numeric value that can be stored in a property when designing a content model?

Options:

A.

LENGTH

B.

REGEX

C.

MINMAX

D.

LIST

E.

MAX

Buy Now
Exam Code: ACSCE-5X
Exam Name: Alfresco Content Services Certified Engineer
Last Update: Nov 21, 2024
Questions: 87
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now ACSCE-5X