Pegasystems pegapcrsa80v1-2019 practice test

Answers Pega Certified Robotics System Architect (PCRSA) 80V1 2019 Exam


Question 1

You are evaluating business requirements and reviewing each adapter in a project.
Prior to interrogating the application, what three actions do you perform during application
discovery? (Choose three.)

  • A. Identify the technology on which the application is built (web, Windows, text).
  • B. Verify the match rules on all interrogated controls.
  • C. Verify the interactions between all applications in the solution.
  • D. Verify the number of application instances accessed by the user at the same time.
  • E. Verify how the application launches outside of Pega Robot Studio.
Answer:

B,C,D

Discussions

Question 2

Which two of the following Tool Windows are used in Pega Robot Studio? (Choose two.)

  • A. Designer windows
  • B. Solution Explorer
  • C. Object Explorer
  • D. Menu toolbar
Answer:

A,D

Discussions

Question 3

During application discovery, what three things must the developer notice about the
application to help design the automation? (Choose three.)
A. How users interact with the applications
B. How the adapter process data
C. How the application responds during use
D. How the application processes data
E. How the automation responds to the process

Answer:

A,C,D
Application discovery is an early technical validation step that involves collecting the
information about applications in scope of a potential robotics use case. During discovery
you need to find out application types (and if they are on applications support matrix for
Pega Robotics), how they are launched, how they are used, and check accessibility and
functionality of the controls through interrogation. Application discovery is necessary to
ensure that robotics use case is viable and it doesn't have any technical constraints... or, if
constraints exist, then what kind of workarounds will be necessary to ensure the use case is
successful. The rationale for having application discovery as a best practice is that you don't
want to find out half-way through coding an automation that a key control is not available or
not performing the desired action.

Discussions

Question 4

Which two statements are valid for the given automation? (Choose two.)

  • A. The automation is initiated when the value of the NearestStore changes.
  • B. Assign Main|b|NearestStore with the new value only if the value changed belongs to an active key.
  • C. Assign Main|b|NearestStore with the new value when the value of the NearestStore changes.
  • D. The value of the NearestStore changes when the automation is initiated.
Answer:

B,D

Discussions

Question 5

You have completed your solution design. The customer installed the Pega Robot Runtime
software on the agents desktop. The customer is ready to unit test your solution, but wants
the Runtime executable to automatically launch the new robotics solution.
How do you fulfill this request?

  • A. Edit the StartupProject key in the RuntimeConfig.xml by setting the value to the file location of the .openspan file.
  • B. Edit the StartupProject key in the StudioConfig.xml by setting the value to the file location of the .openspan file.
  • C. Edit the StartProject key in the StudioConfig.xml by setting the value to the file location of the .manifest file.
  • D. Edit the StartProject key in the RuntimeConfig.xml by setting the value to the file location of the .diagnostics file.
Answer:

A

Discussions

Question 6

You are responsible for sending the deployment package to the customer. You are required to
build your solution to work with the test and production HR systems. The customer only
wants to create one solution that can work with both environments.
How do you fulfill this request?

  • A. Add two adapters to the HR Project: One adapter for production and one adapter for test.
  • B. Add two configuration files to the HR System project: One configuration file for production and one for test.
  • C. Add one configuration file to the HR System project; the configuration file contains the production and test details.
  • D. Add two projects to the solution: One project for production and one project for test.
Answer:

B

Discussions

Question 7

A project requirement is to run the solution in multiple environments: Development and
Production.
Which two items can be added to the two Project Configuration files? (Choose two.)

  • A. Variable values
  • B. Citrix Context properties
  • C. Adapter Text MatchRules
  • D. Project properties
Answer:

A,D

Discussions

Question 8

Which project property setting do you set to true to automatically increase the deployment
version?

  • A. Increase Deployment Version
  • B. Increment Deployment Version
  • C. Update Run Settings
  • D. Increase Assemblies
Answer:

B

Discussions

Question 9

In a Java application, you click a button to load a grid. The grid loads as a separate process
under the Java application.
Which property allows you to interrogate the grid?

  • A. IgnoreMainBrowser
  • B. TargetPath
  • C. EnableMatchInProcess
  • D. HookChildProcesses
Answer:

D

Discussions

Question 10

You are assigned to develop a set of activities using a popular HR application. The
application loads after you start interrogation from Pega Robot Studio, but you notice that
you are unable to use the Robot Studio Interrogator to drag and drop over the desired
controls.
Why are you unable to interrogate the desired application controls?

  • A. The StartMethod on the adapter is set to StartAndWait, but the TargetPath property is undefined.
  • B. The StartMethod on the adapter is set to MonitorAll, but the path property is undefined.
  • C. The StartMethod on the adapter is set to Start, but the TargetPath property is undefined.
  • D. The adapter’s StartOnProject property is set to false.
Answer:

D

Discussions
To page 2