Certified Robotics System Architect (CRSA) 80V1 v1.0 (PEGACRSA80V1)

Page:    1 / 4   
Total 64 questions

You are working on a multi-developer automation project that is currently going through UAT. A tester reports that an automation fails after a certain number of attempts. The tester did not count the number of attempts but provided verbose Runtime logging.
What two methods do you use to determine how many automation iterations occur before failure? (Choose two.)

  • A. Add a counter in the automation to track the number of items it runs and write the count into the log.
  • B. Open the RuntimeLog in a text editor and check for the automation occurrence and any exceptions surrounding it.
  • C. Tell the tester to run the solution again, count the iterations, and report any issues with the automation.
  • D. Use Automation Playback.


Answer : BD

DRAG DROP -
Pega Robotic Automation Studio produces several log files during the opening, building, debugging, and deployment of a solution.
In the Answer Area, drag the description of the log file on the left to its correct log file name.
Select and Place:




Answer :

Reference: http://help.openspan.com/52/Diagnostics/Diagnostics_-_Diagnostics_Configuration_Menu_Option.htm

DRAG DROP -
When debugging an automation, you have three function keys to use for navigating the breakpoints. In the Answer Area, drag each navigation rule on the left to its correct function key.
Select and Place:




Answer :

Reference: http://help.openspan.com/52/Diagnostics/Break_Points.htm

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. Use the Automation Playback
  • B. Insert Try and Catch components to an automation
  • C. Add automation execution log entries
  • D. Dissect a log file for propagating data


Answer : AC

You receive an error in an automation on the fourth iteration when processing a ForLoop. From the ForLoop component, you put a breakpoint on the Yielded execution link.
How do you add a condition to the breakpoint so that the Debugger stops on the fourth loop instead of the first time in the ForLoop?

  • A. From the Debug menu, select Breakpoints> Properties
  • B. From the Breakpoints window, double-click the breakpoint and select Settings.
  • C. From the Breakpoints window, right-click the breakpoint and select Settings.
  • D. Right-click the breakpoint in the automation and select Properties.


Answer : C

You are creating an automation for a form on a web application. Your automation enters data when the web page matches. The web application form contains several web controls, which seem to have the same object level hierarchy in the Object Explorer. You notice that the automation fails to submit the data on the first click of the Submit button. However, the data submits usually after the second or third click.
When is the appropriate time to invoke the PerformClick method?

  • A. Review the RuntimeLog for the order in which the controls are matched. In the automation, add the last matched control"™s wait method before the PerformClick method.
  • B. Place a long a pause before the PerformClick method in the automation.
  • C. Create a loop within your automation that invokes the PerformClick method until the data finally submits.
  • D. Open the Windows date/time clock menu and count the number of seconds it takes before invoking the PerformClick method. Then set a pause before the PerformClick method for that calculated length of time.


Answer : D

Which step allows you to add a Watch to an automation variable?



Answer : C

Reference: http://help.openspan.com/52/Diagnostics/Watches.htm

You have completed your solution design. The customer installed the Robotic Automation Runtime software on the agent"™s desktop. The customer is ready to unit test your solution, but wants the OpenSpan.Runtime.exe 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 StartProject key in the StudioConfig.xml by setting the value to the file location of the .manifest file.
  • C. Edit the StartupProject key in the StudioConfig.xml by setting the value to the file location of the .openspan file.
  • D. Edit the StartProject key in the RuntimeConfig.xml by setting the value to the file location of the .openspan file.


Answer : A

You are working on a team project. Your team has documented the solution release notes in a separate text file. The customer has requested to have the release notes included with each deployment package.
How do you configure your deployment package to meet the customer"™s request?

  • A. Copy the release notes file to the network share location where the deployment package resides
  • B. Create an automation that builds a release notes file and copies it to the user"™s local temp directory
  • C. Email the customer the release notes file every time a package deployed to the users
  • D. Add the release notes file to the miscellaneous files setting within the project properties


Answer : D

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 projects to the solution: One project for production and one project for test.
  • B. Add two adapters to the HR Project: One adapter for production and one adapter for test.
  • C. Add two configuration files to the HR System project: One configuration file for production and one for test
  • D. Add one configuration file to the HR System project; the configuration file contains the production and test details


Answer : C

After you have interrogated the flight status page for ABC Airlines, the control hierarchy is displayed as follows:


Within the adapter"™s .os file, the formFlightStatus contains two Content XML nodes. What are the name attribute values for the two nodes? (Choose two.)

  • A. Children
  • B. Controls
  • C. ChildControls
  • D. MatchRules


Answer : BC

You are required to interrogate a text-based adapter. You added the Windows-based emulator/application (Extra.os) and the WinHIIAPI text adapter
(WINHLLAPI.os) to the project.
What interrogated control should be matched to ensure that the text adapter is available for use in the solution?

  • A. The username and password fields of the login screen
  • B. The window portion of the WINHLLAPI.os text adapter
  • C. The window portion of the Extra.os Windows adapter
  • D. The screen of the WINHLLAPI.os text adapter


Answer : B

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. EnableMatchInProcess
  • B. TargetPath
  • C. IgnoreMainBrowser
  • D. HookChildProcesses


Answer : D

Reference: http://help.openspan.com/52/Adapters_Interrogation/Excluding_Processes_for_Use_in_Projects.htm

You are asked to develop a solution where one of the applications is a Citrix-published application. The published application is a Windows application.
What two pieces of information must you know about the Citrix server in order to develop the solution? (Choose two.)

  • A. Published Application Name
  • B. Project to Load
  • C. Citrix server version
  • D. Citrix Receiver version


Answer : CD

DRAG DROP -
The HTML Table Designer designates the table structure as three separate elements: Match Cell, Data Cell, and Table Section.
In the Answer Area, drag each table element on the left to its correct usage on the right.
Select and Place:




Answer :

Reference: http://help.openspan.com/52/HTML_Table_Designer/HTML_Table_Designer.htm

Page:    1 / 4   
Total 64 questions