Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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.

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

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.

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

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.

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.

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.

A.

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

B.

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

C.

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

D.

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

A scheduled job can execute a piece of logic either by itself or wrapped inside a repository action. What is the benefit of defining a template action for the scheduled job?

A.

The job can execute a logic that is not related specifically to a node.

B.

The job can execute a logic multiple times, once for each node returned by a query.

C.

The job can execute a logic only once and does a mass update of nodes returned by a query.

D.

The job can execute a logic multiple times on the same specific node.