問題1
Which responsible for sending the deployment package to the customer. You want to build your project to work with the test and production Human Resource (HR) systems........ 1 have different access points for the HR applications, How can you design a single project to work in both systems?
Which responsible for sending the deployment package to the customer. You want to build your project to work with the test and production Human Resource (HR) systems........ 1 have different access points for the HR applications, How can you design a single project to work in both systems?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題2
Match this robot activity completion status on the left to the unattended automation scenario on the right.

Match this robot activity completion status on the left to the unattended automation scenario on the right.

正確答案:

Explanation:

In Pega Robot Studio, when an automation (especially one invoked as a robot activity by Pega Platform) finishes execution, it must return a Completion Status. This status helps the Pega Platform determine the outcome of the automation and decide whether to continue the workflow, retry, or handle an exception.
According to the Pega Robotics System Design and Implementation Guide, section "Robot Activity Completion Status and Workflow Integration":
"Each robotic activity returns a Completion Status to the Pega Platform after execution.
The completion status communicates the final outcome of the automation's operation, indicating whether it successfully completed, encountered errors, or produced invalid data.
The most common statuses used are:
* Complete: The automation ran successfully, and data passed all validation checks.
* DidNotComplete: The automation ran to completion, but business validation failed or data was deemed invalid.
* CompletedWithErrors: The automation could not complete execution due to a system or process error." Detailed Reasoning:
* Complete
* Indicates that the robotic automation successfully executed and the resulting data passed all validation checks within Pega.
* This allows the Pega case flow to continue normally.
* Correct Match: "If data passes business validation, the processing flow continues."
* CompletedWithErrors
* Used when the automation fails to complete due to a technical issue or system error (for example, an application did not load or a connector failed).
* This causes the flow to route as a failure in Pega.
* Correct Match: "If the automation fails to complete, it routes as a failure."
* DidNotComplete
* Indicates that the automation successfully executed technically but failed business validation, such as incorrect data, missing inputs, or business rule mismatches.
* Correct Match: "If the automation completes processing, but the data fails business validation." Final Correct Matching Order:
Completion Status
Automation Description
Complete
If data passes business validation, the processing flow continues.
CompletedWithErrors
If the automation fails to complete, it routes as a failure.
DidNotComplete
If the automation completes processing, but the data fails business validation.
Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Robot Activity Completion Status - RPA and RDA Integration Behavior section (Pega Robotics 19.1 and later).
問題3
Based on the following image of a data model for a case, and assuming all records are relevant records, which property is not a scalar property that you cannot use to import export data with a robot activity?

Based on the following image of a data model for a case, and assuming all records are relevant records, which property is not a scalar property that you cannot use to import export data with a robot activity?

正確答案: B
說明:(僅 NewDumps 成員可見)
問題4
Runtime produces an error when debugging a solution. The error message references that a control does not have the necessary value to complete an activity. The control depends upon the completion of a second activity in another project to provide its value.
Which two debugging options provide a benefit when referencing threads for issue resolution? (Choose two.)
Runtime produces an error when debugging a solution. The error message references that a control does not have the necessary value to complete an activity. The control depends upon the completion of a second activity in another project to provide its value.
Which two debugging options provide a benefit when referencing threads for issue resolution? (Choose two.)
正確答案: A,C
問題5
The Adapter Match Rules tab provides the developer the access to resolve match rule issues during interrogation of an application and during maintenance of the solution. The Match Rules tab contains four areas.
Drag each Area on the left to the correct Area Description.

The Adapter Match Rules tab provides the developer the access to resolve match rule issues during interrogation of an application and during maintenance of the solution. The Match Rules tab contains four areas.
Drag each Area on the left to the correct Area Description.

正確答案:


問題6
You are deploying a robotic project to Pega Robot Manager. Which file stores the Pega Robot Manager server settings?
You are deploying a robotic project to Pega Robot Manager. Which file stores the Pega Robot Manager server settings?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題7
A solution design document outlines several projects for the solution. You are assigned to the Loan Servicing project (LoanSvcPrj). The project uses the Interaction Framework function to communicate with the other projects.
Which three toolbox project items do you add to LoanSvcPrj? (Choose three.)
A solution design document outlines several projects for the solution. You are assigned to the Loan Servicing project (LoanSvcPrj). The project uses the Interaction Framework function to communicate with the other projects.
Which three toolbox project items do you add to LoanSvcPrj? (Choose three.)
正確答案: B,C,D
問題8
Select the two statements that correctly describe application project items. (Choose Two)
Select the two statements that correctly describe application project items. (Choose Two)
正確答案: A,E
說明:(僅 NewDumps 成員可見)