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

How can a developer programmatically implement a featureto save all entered task form values, whenever a user leaves a task formfield? Choose 1 answer.

A.

By implementing the save functionality in the formRendered form extension method

B.

By Implementing the save functionality In the formFieldVaIueChanged form extension method

C.

By Implementing the save functionality In the formFieldBlur form extension method.

D.

By implementing the save functionality in the formFieldFocus form extension method

Which of the following code snippets will ADD a custom rule expression registry to the DMN Engine configuration? Choose 1 answer.

A.

drnnEngineConfiguration.setPreCustornExpressionFunctionRegistry(myExpressionFunctionRegistry);

B.

dmnEngineConfiguration.setPostCustomExpressionFunctionRegistry( myExpressionFunctionRegistry);

C.

dmnEngineConfiguration.setCustomExpressionFunctionRegistry( myExpressionFunctionRegistry );

D.

dmnEngineConfiguration.addCustomExpressionFunctionRegistryf myExpressionFunctionRegistry);

Which of the following code snippets will correctly set the variable. ‘’upperCaseString’’ to an upper case version of the expression which is pass in?

Choose 1 answer:

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

What type of user authentication is used in Alfresco Process Services by default for HTTP REST calls? Choose 2 answers

A.

HTTP Digest

B.

HTTP Basic

C.

SAML

D.

OAuth2

E.

Cookie Based

Which of the following methods does NOT have to be overwritten while implementing the interface for an Alfresco Process Services Custom Data Model service? Choose 1 answer.

A.

public String storeEntity(ListattributeDefinitionsAndValues, DataModelEntityRepresentation entityDefinition,

DataModelDefinitionRepresentationdataModel)

B.

public boolean setMappedValue(DataModelEntityRepresentation entityValue, String mappedName, Object variableValue)

C.

public ObjectNode getMappedValue(DataModelEntrtyRepresentation entityValue, String mappedName. Object variableValue)

D.

public VariableEntityWrapper getVariableEntity(String keyValue, String variableName, String processDefinitionld,

DataModelEntityRepresentation entityValue)

What are the advantages of using Script Tasks to implement business logic? Choose 2 answers

A.

To allow re-use of business logic

B.

To allow implementation of quick prototyping

C.

To allow implementation of simple operations

D.

To prevent code changes by a process modeler

E.

To allow access to REST API

How does a Call Activity component differ from a Subprocess component?

A.

A Call Activity does not share full process instance context

B.

A Call Activity is always executed synchronously.

C.

A Call Activity can not be executed inline

D.

A Call Activity shares full process instance context

Which of the following BPMN elements will NOT cause a transaction to be committed when encountered in a running process instance? Choose 1 answer.

A.

User Task

B.

Intermediate Timer Catch Event.

C.

Boundary Error Event

D.

Asynchronous Task

Which of the following packages will Alfresco Process Services automatically scan for Spring Beans?

A.

com.activiti extension conf

B.

com.activiti extension component

C.

com activiti extension bean

D.

com.activiti.extension.custom

When is it necessary to use a NativeProcessDefinitionQuery instead of a ProcessDefinitionQuery? Choose 1 answer.

A.

When defining a query which is ordered by Process Definition Key.

B.

When defining a query which requires an OR operator

C.

When defining a query which requires an AND operator

D.

When defining a query which is ordered by Process Definition Name.