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

Alfresco APSCE - Alfresco Process Services Certified Engineer (APSCE)

Page: 1 / 2
Total 60 questions

In which ofthe following Java packages must a Java class be placed to extend the Alfresco Process Services Public REST API? Choose 1 answer.

A.

com.activiti.extension.bean

B.

com.activiti extension.rest

C.

com activiti extension

D.

com.activiti.extension.api

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

A.

One.

B.

Unlimited.

C.

None.

D.

Two.

Which of the following approaches can be used to capture user login events in Alfresco Process Services? Choose 1 answer

A.

Extend ArfrescoApiSecurityExtender

B.

Implement LoginListener

C.

Enable Security Event Auditing in the Alfresco Admin application.

D.

Enable Security Event Auditing in the Alfresco Tenant Management application

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

What is mandatory for a process instance variable in the JSON request body when setting process instance variables using the Alfresco Process Services REST API? Choose 1 answer.

A.

Name, scope and value of the variable.

B.

Name, value and type of the variable.

C.

Name and value of the variable

D.

Name, value, scope and type of variable.

Which of the following solutions would resolve the issue in the process diagram below?

Choose 2 answers

A.

Remove the Intermediate Events.

B.

Replace the Event Gateway with an Exclusive Gateway.

C.

Remove the Script Task.

D.

To include another Event Gateway after the Intermediate Catching Events and the Script Task

E.

Replace the Start Event with a Message Start Event.

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’’].

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

What are the mandatory actions to embed the Alfresco Process Services application into an existing application? Choose 2 answers

A.

Add the Alfresco Process Services JavaScript files to your existing application.

B.

Add the necessary Alfresco Process Services Spring configuration Deans

C.

Reference the correct Alfresco Process Services Maven dependencies In your project

D.

Reference the correct Alfresco Process Services Admin Maven dependencies in your project

E.

Configure the Alfresco Process Services REST application endpoint

What are the events handled by a Task Listener? Choose 1 answer

A.

create, assignment, complete, delete

B.

start, end, create, assignment

C.

star, end take

D.

start, end, create