This page was exported from Exam for engine [ http://blog.test4engine.com ] Export date:Mon Nov 18 2:33:29 2024 / +0000 GMT ___________________________________________________ Title: Authentic AD01 Dumps With 100% Passing Rate Practice Tests Dumps [Q19-Q34] --------------------------------------------------- Authentic AD01 Dumps With 100% Passing Rate Practice Tests Dumps Blue Prism AD01 Real Exam Questions Guaranteed Updated Dump from Test4Engine What is the duration of the AD01 Exam Format: Multiple choices, multiple answersCost: 60$Number of Questions: 60Passing Score: 70%Length of Examination: 60 minutes   NO.19 Consider the following flow in an object:Which of the following statements are true?  There just needs to be a wait stage after the start stage to correct this action.  There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.  If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.  There should be an intelligent wart stage after the start stage and after any stage that cause the application we are interfacing with to change NO.20 Consider the following process flow from a sub-page of a process:What is the problem with this sub-page flow?  There is nothing wrong with the sub-page flow shown in this image  The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.  For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.  The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter. NO.21 Study the process flow below:The outputs for the Get Next Case are configured below:What is the correct configuration of the Expression in the “Case-Returned” decision stage?         NO.22 Study the following image showing pan: of the flow within a process:What problems do you see with the process flow? (select 2 responses)  There is a missing Recover stage on one of the routes through the flow.  There is a missing Resume stage on one of the routes through the flow.  The Retry Count is not being incremented for each retry.  If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won’t be retried. ExplanationC,DNO.23 What is the syntax for using a collection field in an expression?  Like this MyCollection(MyField)  Like this MyCollection[MyField]  Like this [MyCollection[MyField]]  Like this MyCollection.MyField  Like this [MyCollection.MyField] ExplanationReason: collection name or data type should always pass in square braces. And if you want to pass any column from the collection than use it as a dot notation after the collection name in the same braces. (You can check this in foundation course or by doing practically)NO.24 Which of the following indicates a case has been worked successfully in a Work Queue?B)C)D)  Option A  Option B  Option C  Option D NO.25 Examine the following Exception handling taken from the Main Page of a Blue Prism Process:Consider the following potential s as to what is wrong with the design:1. The exception handling is not within an Exception Block.2. There is no Resume stage in the shown process flow.3. There is a potential for the flow to cause an infinite loop within the process.4. Because the flow is on the Main Page of the process there should not be a ‘Re-Throw’ Exception stage as there are no parent/calling pages for the exception to ‘bubble up’ to.Which of the above appropriately describes what is wrong with this design?  1,2, 3 and 4  3 only  4 only  2 and 4 NO.26 The following Calculation Stage uses the Today function to get the current date as a date value and place it in a data item entitled “Today”.Which of the following statements is correct?  If the data item “Today” is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage  If the data item “Today” is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage  If the data item “Today” is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage  None of these statements are correct NO.27 Study the following diagram which is an extract from a sub-page of a process being tested in Process Studio:There are no breakpoints in the “Access Customer Account” subpage however there is an error.What will happen if you choose to step out (SHIFT +F11) when debugging the process?  The process will work all stages in the “Access Customer Account” page until the error is thrown and then focus would move to the breakpoint at “Get Customer Details” stage.  The process will work all stages in the “Access Customer Account” page until the error is thrown and then focus would move to the “Recover1” stage.  The process will work all stages in the “Access Customer Account” page until the error is thrown and then focus would move to the stage containing the error on the “Access Customer Account” page.  The process will work all stages in the “Access Customer Account” page until the error is thrown and then focus would move to the “Exception1” stage. NO.28 A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?  Workflow  Main Window  Login Window  Username (Edit Field) Explanation/Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/NO.29 Consider the following flow within an Object Studio action:The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.What problems do you see within the flow? (select 2 responses)  A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.  There is a potential for an infinite loop if the ‘Credentials’ stage keeps throwing an exception for some unforeseen reason.  The credentials stage is a read stage not a write stage.  There is not a Resume stage following the timeout of the Wait stage NO.30 According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)  Something that identifies the type of work that was performed Example tags might be: Funds Transferred, SIM Card Requested, Account, Closed, Account Suspended, Account Noted  Something that identifies exact datetime of a step in the process. Example of tags might include Account Closed 20/03/2017 12:12:16, Work Completed 20/03/2017 12:12:16: Request Loaded 20/03/2017 12:12:16  Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database  Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example:+4407994446767, 00023231 A; Mr John A Smith  Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status  Details of an exception that has occurred. For example: The Login Screen was not found. NO.31 A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field.In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?  Workflow  Main Window  Login Window  Username (Edit Field) Explanation/Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/NO.32 When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:The following attribute set has been returned by Application Modeller:Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?  Window Text  Visible  Screen Visible  Class Name Reason: As the window text is not unique when the value is changed and bp is able to spied at time a error would come. So there is no use of window text.NO.33 Study the following configuration:Which of the following statements is correct?  When the configuration is run in Control Room, it will become stuck in an infinite loop  When the configuration is run in Control Room, it will become stuck in an infinite loop until the ‘Switch’ Session Variable is changed to True in System Manager  When the configuration is run in Control Room, it will become stuck in an infinite loop until the ‘Switch’ Session Variable is changed to True in the Control Room  When the configuration is run in Control Room, it will fail with an internal error on the first execution of the ‘Switch?’ stage with the error: Decision did not result in a yes/no answer NO.34 When automating a Windows application what type of stage is configured to perform a Global Send Key Events?  Notes Stage  Read Stage  Write Stage  Navigate StageReason: Global send key events and global keys are not passed through the navigate stage.  Loading … To prepare for the Blue Prism AD01 certification exam, candidates can take advantage of the Blue Prism training and certification program, which includes a range of courses, tutorials, and practice exams. Additionally, candidates can leverage the Blue Prism community forums and the Blue Prism Developer Portal to access resources and connect with other developers.   Verified Pass AD01 Exam in First Attempt Guaranteed: https://www.test4engine.com/AD01_exam-latest-braindumps.html --------------------------------------------------- Images: https://blog.test4engine.com/wp-content/plugins/watu/loading.gif https://blog.test4engine.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2024-10-14 15:51:26 Post date GMT: 2024-10-14 15:51:26 Post modified date: 2024-10-14 15:51:26 Post modified date GMT: 2024-10-14 15:51:26