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

When integrating Alfresco Process Services with an external system, what should the getPassword{) method of the implemented ExternalldmUser interface return? Choose 1 answer.

A.

The password encrypted with SHA-128

B.

The unencrypted password

C.

The password encrypted with SHA-256

D.

NULL

Which method can be used to get a form field with the id "bananas" from the scope of a form event? Choose 1 answer

A.

scopefindFormFieldWithid("bananas");

B.

scope getFormField{"bananas");

C.

scope.findFormField("bananas")

D.

scope fields[bananas’’].

How many receivers can a Signal Event have? Choose 1 answer.

A.

One.

B.

Unlimited.

C.

None.

D.

Two.

In which package must a custom REST endpoint be placed to make it accessible via HTTP basic authentication? Choose 1 answer.

A.

com.activiti.extension.rest

B.

com activiti extension api

C.

com.activiti.extension.basic

D.

com.activiti.extension.http

What is the name of the class that has to be extended to implement a custom report? Choose 1 answer.

A.

AbstractReportGenerator

B.

BasicReportGenerator

C.

CustomReport

D.

ReportDataRepresentation

What are valid reasons for implementing business logic as a custom Spring Bean instead of as a Java Delegate? Choose 2 answers

A.

To invoke the business logic in more than just one workflow.

B.

To guarantee the implementation is only used from a Service Task

C.

To invoke the business logic also from a Script Task

D.

To autowire dependencies on the Java class implementation

E.

To guarantee access to the internal Java API

How is the Alfresco Process Services App Ul localized into different languages? Choose 1 answer

A.

By defining label and value pairs in locale specific json files in the H8n folder of every Alfresco Process Services App module

B.

By defining label and value pairs in a global locale specific text file in the locale folder in the Alfresco Process Services App web application root folder

C.

By defining a global locale specific properties file containing label and value pairs in the classpath.

D.

By defining a global locale specific json file containing label and value pairs in the locale folder of the Alfresco Process Services App web application root folder

When will an implementation of an Alfresco Process Services Custom Data Model service be called? Choose 1 answer.

A.

When a select insert x alter operation on a custom datamodel is performed

B.

When an insert, update, or alter operation on a custom data model is performed

C.

When a select, insert or update operation on a custom data model is performed.

D.

When a select, insert or delete operation on a custom data model is performed