ASDEV01試験問題集合格できるには更新された2023年12月テスト問題集
ASDEV01テスト問題練習は2023年最新のに更新された51問あります
Blue Prism ASDEV01認定試験の対象となるには、個人がBlue Prism Developer Foundationトレーニングコースを完了している必要があります。このコースでは、Blue Prism Developmentの紹介を提供し、プロセスフロー、データ型、オブジェクトクローニングなどの重要なトピックをカバーしています。コースを修了すると、個人は認定試験に参加するために必要な知識とスキルを備えています。
Blue Prism ASDEV01認定試験は、Blue Prism認定の準開発者になることを目指している個人のグローバルに認められた認定です。この認定試験は、ロボットプロセスオートメーション(RPA)およびブループリズムテクノロジーの分野における個人の知識とスキルを評価するように設計されています。この試験では、プロセス設計、開発、テスト、展開など、青いプリズムのさまざまな分野での候補者の習熟度を評価します。
質問 # 13
Examine the following recover flow taken from a Blue Prism Process:
The 'Exception Detail' data item has no initial value and has a data type of text The Calculation stage "Save Exception Detail' will output the current exception detail to the 'Exception Detail' data item What expression would you use in the 'Save Exception Detail' stage to achieve this?
正解:
解説:
CurrentException.Detail
This is the correct expression to use in the calculation stage to output the current exception detail to the data item. It uses the built-in object CurrentException and its property Detail to get the value of the exception detail. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 15)
質問 # 14
Study the following Blue Prism Process diagram:
If the Decision1 stage contains an error in the Expression which causes an internal exception to be raised when the Process is run, which Recover stage will receive the Exception?
- A. It is impossible to determine from the information available
- B. Recover 1
- C. The Process will terminate as Blue Prism Block stages will not allow multiple Recover stages to be placed within a Block
- D. Recover2
正解:B
解説:
Explanation
This is the correct recover stage that will receive the exception because it is the closest recover stage to the decision stage that contains the error. The other options are either incorrect or irrelevant. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 15)
質問 # 15
A Blue Prism Decision stage needs to test the value of a Data Item named 'Loop Counted How is the loop Counter" Data Item referenced in the Decision stage?
- A. [Loop Counter)
- B. "Loop Counter"
- C. {Loop Counter)
- D. FIELDILoop Counter
正解:A
解説:
Explanation
This is the correct way to reference the loop counter data item in the decision stage. It uses square brackets to enclose the data item name. The other options are either incorrect or used for different purposes. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
質問 # 16
In Blue Prism, what is a stage Expression?
- A. An output from a Decision stage
- B. The output from a Calculation stage
- C. A formula which is used to produce a value
- D. The description of a Blue Prism stage
正解:C
解説:
Explanation
A stage expression is a formula that can be entered into any stage in Blue Prism to produce a value or perform an action. It can use variables, functions, operators and constants to create complex expressions that can manipulate data or control the flow of the process
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20
質問 # 17
Drag and drop the Blue Prism debug tool names on the left, onto the placement boxes (A- E) so that the dropped tool name corresponds with the debug tool description beside it:
正解:
解説:
Explanation
These are the correct matches between the debug tool names and their descriptions. They allow the user to control and observe the execution of a process or object in studio. The other options are either incorrect or not available. References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20stud (page 1)
質問 # 18
When a Work Queue item is currently being processed by a Digital Worker what happens to the queue item?
- A. A copy of the Work Queue item is created ready to receive any updates from the Process
- B. The item GUID is updated to a new unique ID
- C. The Work Queue item icon is updated to purple flag
- D. The Work Queue item icon is updated U green tick
- E. The item is locked by the Process
正解:E
解説:
Explanation
This is the correct statement about what happens to a work queue item when it is being processed by a digital worker. It prevents other digital workers from accessing the same item and ensures data integrity. The other options are either incorrect or describe different stages of work queue items. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 16)
質問 # 19
Which of the following Blue Prism Data Item data types would you use to store a True or False value?
- A. Password
- B. Binary
- C. Flag
- D. Number
- E. Text
正解:C
解説:
Explanation
This is the correct data type for storing a True or False value in Blue Prism. The other options are either invalid or used for different kinds of values. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 13)
質問 # 20
Examine the following Business Object Action diagram:
The purpose of the Action is to process new orders through the order processing system. Order details of provided to the Action by the Process and stored in the 'Order Data' Collection According to Blue Prism best practices, what is wrong with this Action?
- A. An Action description has not been provided
- B. A Wait stage is missing after the 'Write Order Details' stage
- C. A Single Row Collection cannot receive data from a Process
- D. A Wait stage is missing between the 'Click Submit' stage and the 'End' stage
- E. A Wait stage is missing between the 'Start' stage and the 'Write Order Details' stage
正解:B
解説:
Explanation
A Wait stage is needed after the 'Write Order Details' stage to ensure that the application has time to process the order details before clicking the Submit button. Without a Wait stage, the automation may fail due to timing issues. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 11)
質問 # 21
Which of the following statements are correct about Blue Prism data items'?
(Select all items which apply)
- A. The value of a Blue Prism Data Item which has the Exposure setting configured as Session can be updated from within the System area of Blue Prism
- B. Blue Prism Data Item values can only assigned or updated from within a Process or Object diagram
- C. Blue Prism Data Item values can be updated from Control Room if the Data Item visibility setting is disabled
- D. The value of a Blue Prism Data Item which has the Exposure setting configured as Session can be updated from Blue Prism Control Room
- E. The value of a Blue Prism Data Item which has the Exposure setting configured as Environment, can be updated from within the System area of Blue Prism
- F. The value of a Blue Prism Data Item which has the Exposure setting configured as Environment, can be updated from Blue Prism Control Room
正解:D、E、F
解説:
Explanation
These statements are correct because they describe how Blue Prism data items can be updated depending on their exposure and visibility settings. The other statements are incorrect because Blue Prism data items can also be updated from within a Business Object diagram, and data items with visibility setting disabled cannot be updated from Control Room. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 13)
質問 # 22
Which of the following are true about the use of Blue Pnsm Process templates'?
(Select all items which apply)
- A. Process development time is reduced by using a template
- B. Templates are auto generated scripts that perform interactions with business applications therefore there is no additional development time
- C. They promote proven Blue Prism Best Practices
- D. There is no requirement to train Process Developers in Blue Prism development
- E. They provide consistency across all processes, making processes easier to understand and support
正解:A、C、E
解説:
Explanation
These are the correct benefits of using a Blue Prism process template. It allows the developer to follow a standard structure and design for all processes, and save time and effort by reusing common elements. The other options are either incorrect or describe different scenarios. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 9)
質問 # 23
Which area of Blue Prism would you use to develop a Blue Prism Process?
- A. Application Modeller
- B. Object Studio
- C. Application Navigator
- D. Development Studio
- E. Process Studio
正解:E
解説:
Explanation
Process Studio is the area of Blue Prism where processes are created and edited using stages and links to form graphical representations of working computer programs that automate manual repetitive tasks. Process Studio provides various tools and features to design, test and debug processes. References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpProcessStudio.htm
https://www.koenig-solutions.com/blue-prism-associate-developer-course
質問 # 24
A Blue Prism Decision stage needs to test the value of a column in the current row of a Collection The Collection is named 'Account Data' The Column is named 'Account Type' What is the correct way to reference the required column value in the Collection row. from within the Decision stage?
- A. [Account Type]
- B. [Account Data Account Type]
- C. Collection="Account Data. Column=Account Type,"
- D. {Account Type}
- E. {Account Data Account Type)
正解:B
解説:
Explanation
This is the correct way to reference the required column value in the collection row from within the decision stage. It uses square brackets to enclose the collection name and the column name. The other options are either incorrect or used for different purposes. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
質問 # 25
Which of the following are examples of a Business Exception? (Select ail items which apply)
- A. A Blue Prism Wait stage has timed out waiting for a particular element in a web page
- B. A business requirement states that Blue Prism should not process any customer transfer requests when the value of the request is greater than $10,000 Blue Prism has successfully read the value of the transfer request - the value was $16 000
- C. Blue Prism has detected an unexpected pop-up window
- D. The data input to the process has been validated and failed
正解:B、D
解説:
Explanation
These are examples of business exceptions, which are exceptions that occur due to business rules or data validation issues. The other options are examples of system exceptions, which are exceptions that occur due to technical issues or unexpected events in the application or environment. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 15)
質問 # 26
Examine the following Blue Prism Process diagram:
The 'Date Today' data item is a Date data item.
The Calculation stage is required to set the value of the 'Date Today' data item to the current date Which of the following Blue Prism functions would you use in the Calculation stage to set the value of the
'Date Today' data item?
- A. Today()
- B. Now()
- C. "mm/dd/yyyy"
- D. "dd/mm/yyyy"
- E. GetDate()
正解:B
解説:
Explanation
This is the correct function to use in the calculation stage to set the value of the date today data item to the current date. It returns the current date and time as a date value. The other options are either incorrect or used for different purposes. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
質問 # 27
Blue Prism Processes can be built across multiple workspaces - broken up into individual tasks, that each sit on their own Pages What name is given to this?
- A. Layering of Logic
- B. Linking
- C. Linear Diagram
- D. Circular Path
正解:A
解説:
Explanation
This is the correct name given to the practice of building Blue Prism processes across multiple workspaces and pages. It allows the developer to organize and reuse the logic in a modular way. The other options are either incorrect or describe different aspects of Blue Prism. References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20stud (page 1)
質問 # 28
Which of the following activities can be performed via the Queues area of Blue Prism Control Room*?
(Select all items which apply)
- A. Review the Work Queue Status
- B. Unlock a Work Queue item
- C. Lock a Work Queue item
- D. Change a Work Queue item 'Deferral Date'
- E. Update a Work Queue item to Complete
- F. Update an Work Queue item to Exception
正解:A、B、D、E、F
解説:
Explanation
These are the correct activities that can be performed via the Queues area of Blue Prism Control Room. They allow the user to monitor and manage the work queue items manually or based on business rules. The other option is incorrect because a work queue item can only be locked by the process that is processing it.
References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 16)
質問 # 29
Which of the following statements best describes a Blue Prism Local Data Item?
- A. Blue Prism Data items which can only be accessed from the Mam Page of the Process
- B. Blue Prism Data items which can be accessed from any Page in any Process in the same local environment
- C. Blue Prism Data items which can be accessed from any Page in the same Process
- D. Blue Prism Data items which can only be accessed from the Page in the Process where the item is placed
正解:D
解説:
Explanation
This is the correct definition of a local data item. The other options are either incorrect or describe different types of data items. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 13)
質問 # 30
When working with the orders area of the Centrix Data Solutions order system, there is a requirement to enter an order menu option in the field located above the Go button:
The menu option field element in Application Modeller has been configured as follows:
Which Attribute should be un-ticked to ensure the menu option field element can be consistently recognised?
- A. Screen Visible
- B. Class Name
- C. Enabled
- D. Window Text
- E. Visible
正解:D
解説:
Explanation
The Window Text attribute should be un-ticked because it contains the text "Orders" which may not be unique or consistent across different windows in the application. The other attributes are more reliable and stable for identifying the menu option field element. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 12)
質問 # 31
Examine the following Blue Prism Process diagram:
The 'Number as Text' data item is configured as text data item: and has an initial value of 10 The 'Result' data item is configured as a number data item.
The 'Cast to Number' Calculation stage must output the text value stored in the 'Number as Text1 data item, to the Result data item Which of the following expressions would you use in the 'Cast to Number1 Calculation stage to set the value of the 'Result' data item?
- A. Cast([Number as Text. TEXT)
- B. Cast([Number as Text])
- C. Convert(Number as Text "NUMBER")
- D. [Number as Text]
正解:C
解説:
Explanation
This is the correct expression to use in the calculation stage to set the value of the result data item. It uses the convert function to convert the text value stored in the number as text data item to a number value. The other options are either incorrect or used for different purposes. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
質問 # 32
Which area of Blue Prism is used to set up and edit Credential information?
- A. The Security group in Blue Prism System area
- B. Object Studio
- C. Process Studio
- D. Control Room
- E. Credential Store on the Digital Worker
正解:A
解説:
Explanation
This is the correct area of Blue Prism where credential information can be set up and edited. It allows the user to create and manage credential records that can be accessed by processes and objects. The other options are either incorrect or not related to credential management. References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20stud (page 4)
質問 # 33
......
正真正銘のASDEV01問題集には100%合格率練習テスト問題集:https://jp.fast2test.com/ASDEV01-premium-file.html