How do you code the requirement?

The requirement is to get an item from an Outlook Mail Collection. If there is an exception, retry the GetItem twice. The following graphics show the automation and the property grid for the Catch block. How do you code the requirement?A . B . C . D . View AnswerAnswer:...

December 18, 2018 No Comments READ MORE +

What are the two reasons for returning values within a procedure automation’s Exit Point?

Procedure automations should return values needed elsewhere in the application with the Exit Point(s) instead of using global values. What are the two reasons for returning values within a procedure automation’s Exit Point? (Choose two.)A . The design provides for smaller, manageable automationsB . The values are scoped to the...

December 9, 2018 No Comments READ MORE +

What is the state of the HasBeenPaid variable at this point?

The following Context variables are defined in the Interaction.xml of the solution. An automation creates an interaction and later sets the following values for procedures and HasBeenPaid. When the agent finishes the call, an automation clears the context variables using ClearContext. What is the state of the HasBeenPaid variable at...

November 11, 2018 No Comments READ MORE +

Application Discovery is a process that involves interrogating an application to _______ and ______. (Choose two.)

Application Discovery is a process that involves interrogating an application to _______ and ______. (Choose two.)A . determine if the solution requires the use of keys to handle multiple accounts open at onceB . ensure that the application uses the correct .Net Framework versionC . determine any controls that will...

November 10, 2018 No Comments READ MORE +

Which line of code do you use in a script designer to add a custom message to the Runtime application logs?

Which line of code do you use in a script designer to add a custom message to the Runtime application logs?A . OpenSpan.Diagnostics.Diagnostic.TraceVerbose(“Script”,”your message”);B . LogMessage(“Script”,”Your Message”);C . OpenSpan.TraceVerbose(“Script”,”your message”);D . Pega.Diagnostic.TraceVerbose(“Script”,”your message”);View AnswerAnswer: A

November 9, 2018 No Comments READ MORE +

How do you set the OpenSpan.ini configuration setting?

The requirement is to get the text from a specific application (MyApp.exe) using the Control Region functionality. How do you set the OpenSpan.ini configuration setting?A . B . C . D . View AnswerAnswer: A

November 8, 2018 No Comments READ MORE +

During application discovery, it is important that you ____________.

During application discovery, it is important that you ____________.A . prefix the interrogated controlsB . test at least one control of each type included in the use caseC . use the interaction framework to test any requires activitiesD . follow solution development best practicesView AnswerAnswer: B

October 29, 2018 No Comments READ MORE +

To run an RPA solution, the Robot must log in and register to the Pega server. You set the credentials for an RPA Robot by ____________.

To run an RPA solution, the Robot must log in and register to the Pega server. You set the credentials for an RPA Robot by ____________.A . selecting RPACredentials from the Runtime menuB . editing and saving the credentials within the RuntimeConfig.xmlC . setting the credentials within the solution code...

September 12, 2018 No Comments READ MORE +

Which of the following is important to know when performing application discovery?

Which of the following is important to know when performing application discovery?A . Users run multiple copies of the applicationB . The application is maintained by local IT personnelC . Users change computers dailyD . Users can change the color scheme of the applicationView AnswerAnswer: A Explanation: Reference: https://community.pega.com/knowledgebase/articles/example-making-sure-only-one-copy­application-running

September 2, 2018 No Comments READ MORE +

Which two coding options are available to create the automation?

A user access an HTML table with an undefined number of rows and then searches the table to find the row needed to complete the process. You must automate the search and return the result to the user. Which two coding options are available to create the automation? (Choose two.)A...

August 8, 2018 No Comments READ MORE +