APD01 Dumps APD01 Braindumps

APD01 Real Questions APD01 Practice Test APD01 Actual Questions


killexams.com Blue-Prism APD01


Blue Prism Professional Developer


https://killexams.com/pass4sure/exam-detail/APD01

Question: 43


While trying to read a table in a browser based application into a collection an error message appears and the table cannot be read directly into the collection. This happens when using either AA or HTML mode. Which of the following would be the most appropriate workaround?

  1. Spy one cell in the table using HTML mode and make the Path attribute dynamic. Use this dynamic element to read the required cells one be one into a collection.

  2. Use Surface Automation techniques such as OCR to read the table

  3. Set the HKEY CURRENT USERSoftwareMicrosoftInternet ExplorerMainTabProcGrowth Registry key to 2

  4. Use the Read HTML action in conjunction with regular expressions to read the table.


Answer: B


Explanation:

For this you have to use surface automation techniques.

Use Region mode and draw a region which is of width and height of one record and read using Read Text with OCR (Loop this activity by increasing X and Y co-ordinates by the required pixels to read line-by-line until it reaches end of the table).

Reference: https://www.rpaforum.net/threads/reading-text-inside-image.1571/

Question: 44


A Process is fed cases to work from a spreadsheet held in a shared drive. The location of the shared drive is different between Development and Production environments. How should this be managed?

  1. During the build and test phase, hold the ‘Development’ path to the spreadsheet in a data item within a Process. When the Process is imported into Production it will be opened and the data item will be amended to hold the ‘Production’path.

  2. During the build and test phase, hold the ‘Development’ path to the spreadsheet in a data item within a Process. Expose this data item as a Session Variable. When the Process is run in Production, this Session Variable value can be setin Control Room

  3. Hold the Path to the spreadsheet as an Environment Variable

  4. Pass the Path as a Startup Parameter when the process starts


Answer: B


Question: 45


While automating a process involving a browser based application a popup window from the browser application appears that you need to work with. When you try to spy the popup window and its elements, Blue Prism throws the following error: "There was an error during the spying operation." Which of the following would be the most appropriate workaround?

  1. Set the HKEY CURRENT USERSoftwareMicrosoftInternet ExplorerMainTabProcGrowth Registry key to 2

  2. Change the scope of the process so that the popup window does not need to be automated

  3. Create a new separate object that attaches to the running instance of the popup and attempt to spy elements with this object instead.D. Use Surface Automation techniques to interface with the popup


Answer: D


Reference: https://subscription.packtpub.com/book/business/9781789610444/6/ch06lvl1sec53/surface-automation-with-region-mode

Question: 46


Which of the following Application Models follow Blue Prism Best Practice:

A.

B.

C.

D.


Answer: C


Question: 47


Which of the following four configurations depicts the best approach for an Action that has been built to select a button to navigate to an Input Order screen?

A.


B.


C.


D.

E.


Answer: A


Question: 48


A Process Definition Document, for a new process to open ISA accounts, specifies that the value "2008 Cash ISA" is to be entered into the Product Selection field of the following screen:

The Product Selection field is a drop down menu with the following options available:

According to Best Practice, which of the following design options are correct for populating the Product Selection field with the value 2008 Cash ISA:

  1. The Product Selection value should be hard coded as 2008 Cash ISA in the stage that will populate the field.

  2. A text data item, with an initial value of 2008 Cash ISA should be configured. This data item should be used as the input value to the stage that will populate the Product Selection field.

  3. An input parameter should be configured in the start stage allowing the calling process to determine what value to be populated into the Product Selection number fieldD. All of the above


Answer: C


Question: 49


The following screen displays order details in a client’s order system application. An order is entered into the Order number field and the details for that order are displayed. There is a requirement to read the Product code value from the resulting display. The Product code will vary between orders.

The Product Code label has been successfully spied and the following attributes have been returned:

The Product Code value field has been spied and the following attribute set has been selected:

In order to ensure a consistent match for the Screen Text – Product Code element, which of the following statements must be considered:

  1. The Dynamic value of the Y attribute for the Screen Text – Product Code element must be derived from the Y attribute of the Label -Product Code element

  2. The Y attribute of the Label -Product Code element cannot be derived as it is not checked

  3. The Y attribute for the Screen Text – Product Code element must be set to a Match Type of ‘Equal’

  4. The Window Text attribute for the Screen Text – Product Code element must be set to a Match Type of ‘Wildcard’

  5. The Window Text attribute for the Screen Text – Product Code element must be un-checked

  1. 1 and 4

  2. 1, 2 and 5

  3. 3 and 4

  4. 1 and 5


Answer: D