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

Alfresco APSCE - Alfresco Process Services Certified Engineer (APSCE)

Page: 2 / 2
Total 60 questions

Which is an advantage of modifying the file render-form-extensions is instead of configuring form events through Kickstart? Choose 1 answer

A.

updates to form events can be tested without re-publishing the application

B.

Form events can be debugged using the browser console

C.

Form even's can De legged to the browser console

D.

Additional form events can be made available for use

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 identifiers is always required by Alfresco Process Services Engine REST API requests? Choose 1 answer.

A.

A repositoryidentifier in the url.

B.

A tenant identifier in the JSON body

C.

a repository identifier in the JSON body.

D.

The tenant identifier in the url

How can a third party JavaScript library be added to a custom form field? Choose 1 answer

A.

By adding it to the custom form field expression

B.

By importing it inside the head of the form editor template

C.

By importing it inside the head of the form runtime template

D.

By including it on the Script library imports of the custom form control

Which of the following is NOT a valid value to be passed for the HTTP header activiti-user-value-type? Choose 1 answer.

A.

userldType

B.

userEmailType

C.

userExternalldType

D.

userNameType

Where can an additional authentication provider other than the default LDAP and database, be defined for Alfresco Process Services? Choose 1 answer.

A.

In the configureGlobal method of the implemented interface ArfrescoWebAppSecurityExtender

B.

In the configureGlobal method of the implemented interfaceAtfrescoUserDetailsServiceOverride

C.

In the configureGlobal method of the Implemented interface AlfrescoApiSecurityOverride.

D.

In the configureGlobal method of the implemented interface AlfrescoSecurityConfigOverride

Whatextension method on a form would NOT be used to validate a form field prior to task completion? Choose 1 answer

A.

formBeforeComplete

B.

formValidateField

C.

taskCompleted

D.

taskBeforeSaved

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