Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

AD01 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

AD01 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Blue Prism Accredited Developer Exam
  • Last Update: Sep 12, 2025
  • Questions and Answers: 189
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

AD01 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

AD01 Practice Exam Questions with Answers Blue Prism Accredited Developer Exam Certification

Question # 6

Examine the following Blue Prism Process diagram:

AD01 question answer

The ‘Calculation Result’ data item is configured as a number data item with an initial value of 100.

The Calculation stage Properties window is displayed below:

AD01 question answer

After the Process flow has run, which of the following statements are true?

A.

The 'Calculation Result' data item value will be 25

B.

The 'Perform Calculation' Calculation stage will throw an exception

C.

The 'Calculation Result' data item value item will be 125

D.

None of these statements are true

Full Access
Question # 7

The Developer has created Tags on Work Queue items to support searching within the Control Room.

Two different search criteria is required where the Tags "HeightTall" and "Material Brick" exists:

* All Items that have been tagged with 'Height Tail" value

• All items that do NOT have Tag values 'Material Brick"

Which TWO search strings will be used?

A.

"FiHeight.Tall". "-F. Material, Brick'

B.

'FindHeight.Tall'. 'NoFind; Material. Brick"

C.

-Matenal;Bnck"

D.

"+Height;Tair

E.

"Add:Height;Tair, 'Sub: Material Brick"

Full Access
Question # 8

Look at this flow diagram from the Main Page of a process in Process Studio:

AD01 question answer

Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?

A.

There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.

B.

The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.

C.

It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.

D.

The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.

E.

Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.

Full Access
Question # 9

Examine the following sub-page of a Blue Prism Process:

AD01 question answer

The ‘Decision A’ stage properties window is displayed below:

AD01 question answer

The ‘Decision B’ stage properties window is displayed below:

AD01 question answer

The Calculation stages will output A, B or C to the Result data item.

What will the value of the Result data item be after this page has been run?

A.

C

B.

B

C.

Blank - an internal exception will be thrown

D.

A

Full Access
Question # 10

Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)

A.

View the contents of a Work Queue

B.

Refresh a Work Queue

C.

Encrypt a Work Queue

D.

create a Work Queue

Full Access
Question # 11

Examine the following Blue Prism Process diagram:

AD01 question answer

The 'Retry Limit' data item is configured as a number data item, and has an initial value of 3. The 'Retry Count* data item is configured as a number data item, and has an initial value of 0. The 'Count' Calculation stage increases the value of the 'Retry Count' data item by 1. The 'Retry? Decision stage contains logic to prevent more than 3 attempts

What is wrong with the current configuration?

A.

The Resume stage must also be within the exception block

B.

Sub-pages should not have retry logic Exception handling should be in the Object layer rather than in the Process

C.

The retry loop logic shown in the image is incorrect because it uses multiple action stages There should be a retry loop around every action

D.

The retry loop logic does not include any actions after the resume stage to ensure the application is ready to try the 'Search Screen - Perform Search' Action again

Full Access
Question # 12

A Blue Prism solution works fine when developing and testing it in Process and Object Studio, but when it is run in Control Room, exceptions occur because elements are not being found.

What is the most likely cause of this behaviour?

A.

The target application has changed in design

B.

Intelligent Wait stages have not been used in line with Blue Prism best practices within Business Object Actions

C.

The Business Object Action has not been published, therefore, it cannot be used by a Process in Control Room.

D.

Exception handling best practice has not been incorporated into the Process design

Full Access
Question # 13

Examine the following diagram which has been extracted from a Blue Prism Process currently being tested in Process Studio:

AD01 question answer

The 'Access Customer Account* sub-page contains no Breakpoints, however the page does contain an error.

What will happen if you choose to Step Over (F10) when debugging the Process?

A.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus will move to the stage containing the error on the 'Access Customer Account' page

B.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus would move to the appropriate recover stage on the 'Access Customer Account' page

C.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus will move to the 'Recover1' stage

D.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus will move to the 'Get Customer Details' stage

Full Access
Question # 14

Which of the following statements about Business Objects is true?

A.

It is Blue Prism best practice to include business rules within Business Objects

B.

A Business Object is configured in the Studio area of Blue Prism

C.

A Business Object can be exposed to Control Room

D.

Logging of individual stages is not configurable in Business Objects

Full Access
Question # 15

The Developer is revisiting Blue Prism Automations which have been experiencing some issues. Most significantly that the process terminates unnecessarily when the underlying application is performing erratically.

At the time of Development the Team had not attended any Blue Prism training and were not aware of the available Process Templates

Which TWO statements should the Developer communicate to the wider team about the importance of using the Blue Prism Process Templates that directly relates to their challenges'5

A.

Contains logic loops which will recover from an Exception, navigate back to a known point in the application, and try to perform the function again

B.

Contains Environment Variables allowing for the Developer to dynamically change the name of the Process that is being created enabling it to be passed to specific action

C.

Any error that occurs within a page that is not handled by retrying, will be caught and bubbled up to the Main Page and will go to the Mark Item as Exception' page if not resolved

D.

Includes Session Variables which allow a Process to be Stopped on demand at the request of the Process Controller within the Control room

E.

Centralized management of the Work Queue used by a specific process allowing for load balancing across multiple Digital Workers

Full Access
Question # 16

A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?

A.

Retire the Schedule for the required period. then Unretire it

B.

Clone the Schedule and set a new start date on the clone

C.

Set an End Date on the Schedule, then create a new Schedule to Start after 3 months

D.

Pause the Schedule for the required period

Full Access
Question # 17

After launching the order processing application, the following login screen is displayed to the user, requesting their login details:

AD01 question answer

The following Launch Action has been created in Blue Prism:

AD01 question answer

According to Blue Prism best practice, what should be configured between the Launch and End stages?

A.

A Wait Stage to check for an element on the Login screen

B.

A Navigate stage to Attach to the application

C.

A Write stage to enter the Staff Number and Password

D.

A Read Stage to read an element from the Login screen

Full Access
Question # 18

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:

AD01 question answer

The following attribute set has been returned by Application Modeller:

AD01 question answer

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

A.

Window Text

B.

Visible

C.

Screen Visible

D.

Class Name

Full Access
Question # 19

Consider the following flow within an Object Studio action:

AD01 question answer

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.

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.

B.

There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.

C.

The credentials stage is a read stage not a write stage

D.

There is not a Resume stage following the timeout of the Wait stage

Full Access
Question # 20

The Blue Prism Server Service has been stopped for 4 hours

Once it is restarted what will happen to any missed schedules which should have executed while it was stopped?

A.

All schedules will be marked as Exception

B.

Only schedules within a defined timeframe are executed

C.

All schedules will be executed in the order they were added

D.

Only schedules within the last 60 minutes are executed

Full Access
Question # 21

Please refer to the exhibits.

AD01 question answer

AD01 question answer

AD01 question answer

The Output Data Item is a Text data type

What will be the outcome when the Developer clicks Go in Process Studio'?

A.

Data Item Output = &

B.

An Internal Exception will be thrown

C.

Data Item Output=A

D.

A System Exception will be thrown

Full Access
Question # 22

Please refer to the exhibit.

AD01 question answer

The above image is that from a Clean Up page in a Business Object.

Which of the following would be the correct use of the Clean up Page?

A)

AD01 question answer

B)

AD01 question answer

C)

AD01 question answer

D)

AD01 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 23

Please refer to the exhibit.

AD01 question answer

A Developer is unable to make changes to the Elements in the Application Modeller. What are the TWO reasons for this?

A.

Shared Application Model is locked for edits

B.

User account does not have the permissions

C.

Run Mode of the Object is set to Exclusive

D.

Target application is not launched or attached

E.

Application Modeller is opened at process runtime

Full Access
Question # 24

Study the process flow below:

AD01 question answer

The outputs for the Get Next Case are configured below:

AD01 question answer

What is the correct configuration of the Expression in the ‘’Case Returned ‘’ decision stage?

A)

AD01 question answer

B)

AD01 question answer

C)

AD01 question answer

D)

AD01 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 25

Please refer to the exhibits.

AD01 question answer

AD01 question answer

A Developer has created the logic that is resulting in an infinite loop of exceptions when the Multi Calc stage is executed

What is the reason"?

A.

The Exception functions are used outside the recovery mode resulting in their own exception

B.

A Block is not used for the Recovery stage causing it to catch Exceptions from all stages on the page

C.

An Exception stage is not used to report Exceptions causing an infinite loop in the recovery logic

D.

The Data Item names are the same as the Exception expression resulting in their own exception

Full Access
Question # 26

Study the following image showing pan: of the flow within a process:

AD01 question answer

What problems do you see with the process flow? (select 2 responses)

A.

There is a missing Recover stage on one of the routes through the flow.

B.

There is a missing Resume stage on one of the routes through the flow.

C.

The Retry Count is not being incremented for each retry.

D.

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.

Full Access
Question # 27

When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

A.

Adding a tag requires an item to be locked

B.

Adding a tag requires an item to be locked if there are multiple resources working the same queue

C.

Adding a tag does not require an item to be locked

Full Access
Question # 28

An Action in a Business Object needs to use Global Send Keys to populate the ‘Staff Number’ field in an application called Centrix Data Solutions. The application is in focus and the cursor is placed in the Staff Number field.

Examine the stage properties window below:

AD01 question answer

In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?

A.

Textbox: Staff Number

B.

Window: Login

C.

Panel: Login Details

D.

Centrix Data Solutions

Full Access
Question # 29

Examine the following Process flow:

AD01 question answer

The ‘Customer Credits’ Collection contains the following data:

AD01 question answer

The ‘Customer Account Credits’ loop is configured to loop through the ‘Customer Credits’ Collection.

The ‘Total Credits’ data item is configured as a number data item with an initial value of 0.

The ‘Get Total Credits’ Calculation stage contains the following expression:

AD01 question answer

What will the Total Credit data item value be after the page has executed?

A.

An Internal Exception: 'Loop stage name mismatch' will be thrown

B.

10

C.

31

D.

2

Full Access
Question # 30

Consider the following flow in an object:

AD01 question answer

Which of these statements is true?

A.

The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action

B.

The wait stages after read and write stages should be removed they are not required and are lowing the flow down

C.

The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed

D.

Only the first wait stage in this flow is required, all the other wait stages should be removed.

Full Access
Question # 31

Which part of Blue Prism is capable of performing interactions with Business applications (applications which a user would use)?

A.

Control Room

B.

Application Modeller

C.

Object Studio

D.

Process Studio

Full Access
Question # 32

Please refer to the exhibit.

AD01 question answer

How should the Wait Stages be configured in this scenario?

A.

Conditional Wait stage after the Attach page and the Write stage

B.

Conditional Wait stage after the Attach page and the Navigate stage

C.

Unconditional Wait stage after the Attach page and a Conditional Wait after the Write stage

D.

Unconditional Wait stage before the Attach' page and a Conditional Wait after the Navigate stage

Full Access
Question # 33

Examine the following extract taken from an Action in Object Studio:

AD01 question answer

What will happen if an Exception occurs in the ‘Read Nasdaq Data’ stage?

A.

The 'Nasdaq Error1 Recover stage will receive Error1 Exceptions, and the 'Nasdaq Error2' Recover stage will receive Error2 Exceptions

B.

The 'Nasdaq Error’ Recover stage will receive the Exception as stages and the order of priority are decided using the stage name, which are sorted in ascending order

C.

An Exception Block will allow multiple Recover stages to be placed in the block, however only one of them will be responsive to receiving exceptions, therefore it is impossible to predict what will happen

D.

The 'Nasdaq Error2' Recover stage will receive the Exception as it placed above the 'Nasdaq1 Error' Recover stage in the Action flow

E.

An Internal Exception will be thrown as an Exception Block cannot contain 2 blocks

Full Access
Question # 34

The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:

AD01 question answer

When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are ‘HOME’, ‘ORDERS’, ‘CUSTOMER’, ‘STOCK’, ‘INBOX’, ‘SETTINGS’ and ‘EXIT’.

It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:

AD01 question answer

A Navigate stage has been configured to press the ORDERS button:

AD01 question answer

To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?

A.

Update the 'Mouse Button' Inputs value to "ORDERS1

B.

Using the Params button to open the Application Element Parameters window, the Window Text match value must be set to "ORDERS"

C.

A new element is required with the Window Text value set to 'Orders' and the Match Type set to equal

D.

The ORDERS button cannot be clicked using this Dynamic button element, because the Window Text attribute value in Application Modeller is set as EXIT

Full Access
Question # 35

Which of the following Work Queue icons indicates a case is waiting to be worked?

A)

AD01 question answer

B)

AD01 question answer

C)

AD01 question answer

D)

AD01 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 36

A web-based application has a different URL for Testing Development, Training and Production According to best practice, which of the following statements is TRUE?

A.

An Object should be built per URL in case the applications have differences

B.

Dynamic Match should be used to select the correct URL

C.

The URLs should be stored as Global Data Items.

D.

An Environment Variable should be used to store the URL

Full Access
Question # 37

In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?

A.

A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.

B.

A Blue Prism work queue should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.

C.

A Blue Prism work queue is not required if the business process interfaces with a Work List system with in-built capability to ensure multiple users cannot work the same case at the same time

D.

A Blue Prism Work Queue decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.

Full Access
Question # 38

How many Start Stages can a sub-page in a Process have?

A.

0

B.

1

C.

2

D.

Any Number

Full Access
Question # 39

A process contains only 4 stages. Study the following process flow.

AD01 question answer

The data item New Date is a date data item with no initial value.

The calculation stage is configured as follows:

AD01 question answer

What will happen when you execute the Create Date stage?

A.

5 days will be added to today's date and the result stored in the New Date data item.

B.

1 month will be added to today's date and the result stored in the New Date data item.

C.

1 week will be added to today's date and the result stored in the New Date data item.

D.

The process will throw an exception as the New Date data item is null.

Full Access
Question # 40

The Developer is importing a Blue Prism release file.

What will happen if there is already a Business Object or VBO with the same name in the environment they are importing into?

A.

It will be imported with a suffix (2> on the file name

B.

The existing Object will be updated with the imported details

C.

A conflict error message will advise user to rename file before importing

D.

User will be prompted to rename new object or overwrite old object

Full Access
Question # 41

You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

A.

This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.

B.

The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.

C.

This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem

D.

It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL The developer needs to ensure that any changeable attributes are unticked.

Full Access
Question # 42

FILL BLANK

Examine the following recover flow taken from a Blue Prism Process:

AD01 question answer

The ‘Exception Type’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Type’ will output the current exception type to the ‘Exception Type’ data item.

What expression would you use in the ‘Save Exception Type’ stage to achieve this?

Full Access
Question # 43

When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)

A.

The attributes are provided to Blue Prism by the Target System

B.

The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element

C.

The list of attributes may vary from application type to application type

D.

Selected attributes are shown as ticks in the Match column of Application Modeller

Full Access
Question # 44

The Stock Value Calculator application has been launched successfully by a Business Object named ‘Stock Value Calculator – Basic Actions’.

A second Business Object named ‘Stock Value Calculator - Historic Values’ is used to interface with the Historic Values screen within the application.

The Wait stage highlighted below has encountered an Internal Exception:

AD01 question answer

Details of the Exception are provided below:

AD01 question answer

What action is required to present this error occurring?

A.

The Business Object 'Stock Value Calculator - Historic Values' needs to be attached to the Stock Value Calculator application

B.

The Business Object 'Stock Value Calculator - Historic Values' must relaunch the Stock Value Calculator application

C.

The Business Object 'Stock Value Calculator - Basic Actions' needs to be attached to the Stock Value Calculator application

D.

The Business Object 'Stock Value Calculator - Historic Values' needs to activate the Stock Value Calculator application

E.

The Business Object 'Stock Value Calculator - Basic Actions' needs to activate the Stock Value Calculator application

Full Access
Question # 45

Which of the following Blue Prism stages can be found in Object Studio but not in Process Studio? (Select ail items which apply)

A)

AD01 question answer

B)

AD01 question answer

C)

AD01 question answer

D)

AD01 question answer

E)

AD01 question answer

F.

AD01 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Full Access
Question # 46

Examine the following Page of a Blue Prism Process:

AD01 question answer

The expressions of each of the Calculation stages are provided below:

AD01 question answer

AD01 question answer

What will the value of the Result Data Item be after the page has run?

A.

Result Data Item value will equal A

B.

An Internal Exception will be thrown

C.

Result Data Item value will equal C

D.

Result Data Item value will equal B

Full Access
Question # 47

Please refer to the exhibit.

AD01 question answer

A Developer is unable to pass Collection data as an Input Parameter because the Collection is not visible under available Data Items What is the reason for this issue?

A.

The referenced Collection is not set to global

B.

There is a block surrounding the Collection

C.

There are more than four fields in the Collection

D.

The Collection fields are not defined

Full Access
Question # 48

Please refer to the exhibits.

AD01 question answer

AD01 question answer

AD01 question answer

AD01 question answer

This is a detail of a Process sub-page

* Sign Up Dale Current Date and Expiry Date Dala Hems are of the Date data type

* Status and Output Data Items are of the Text' data type.

What is the output of this logic when the page is executed till its End stage'

A.

Subscription Status = Expired. Expiration Date = 04-07-2023

B.

Internal Error at the Decision stage as > function cannot be used for dates

C.

Internal Error at the Calc3 stage as a date cannot be stored in a Text Data Item

D.

Subscription Status = Active; Expiration Date = 04-07-2023

Full Access
Question # 49

Which of the following flows can you not create in Blue Prism? (select 2 responses)

A)

AD01 question answer

B)

AD01 question answer

C)

AD01 question answer

D)

AD01 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 50

Examine the following Exception handling taken from the Main Page of a Blue Prism Process:

AD01 question answer

Consider the following potential explanations 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?

A.

1,2, 3 and 4

B.

3 only

C.

4 only

D.

2 and 4

Full Access
Question # 51

What is NOT considered one of the golden rules for Object Design?

A.

Keep actions small and limited to a specific task

B.

Do not include business logic in the Object

C.

Use InpuVOutput parameters to promote usability

D.

Use a single Object for an entire application

Full Access
Question # 52

Please refer to the exhibit.

AD01 question answer

The action gets account details from the screen and applies a new limit unless the risk codes are of a specific value According to Blue Prism best practice, how should a Developer design the Object(s) supporting this?

A.

1 Object; 2 Actions - Get Account Details and Apply New Limit, and move the decision-making logic to the Process

B.

1 Object: 3 Actions - Get Account Details. Verify Risk Code, and Apply New Limit

C.

1 Object; 2 Actions - Get Account Details and Apply New Limit

D.

2 Objects - Get Account Details and Apply New Limit; and move the decision-making logic to the Process

Full Access
Question # 53

Study the following Action flow in a Blue Prism Business Object:

AD01 question answer

Which of the following statements are true about this flow'?

A.

If during testing the Action flow completes as expected, then no additional Wait stages are required as this will slow down the execution of the Acton flow

B.

A single intelligent Wait stage should be added between the 'Start' stage and the "Write Customer ID' stage to correct this Action

C.

To correct this Action, intelligent Wait stages should be added after the start stage and after any stage that will cause the application we are interfacing with to change

D.

Intelligent Wait stages should be added after every stage in the flow (i.e. after any Navigate Write or Read stages), to correct this Action

Full Access
Question # 54

Examine the following Blue Prism Process diagram which is intended to get the date of the previous day as a date value:

AD01 question answer

The Calculation stage Properties window is provided below:

AD01 question answer

Which are the following statements about this process diagram are correct?

A.

None of these statements are correct

B.

If the 'Result Date' data item is configured as a Text data type, then a 'data type mismatch' Internal Exception will be thrown on execution of the Calculation stage

C.

If the 'Result Date' data item is configured as a Date data type, then the 'Result Date' data item will be set to the date of the previous day on execution of the Calculation stage

D.

On execution of the Calculation stage, a 'Failed to evaluate expression' Internal Exception will be thrown

Full Access
Question # 55

There are multiple rows of conditions in the Properties window of the Wait Stage. Which of the following is TRUE?

A.

The Wait Stage will sequentially check each condition, it does not require all conditions to be met

B.

If all conditions are met before the TimeOut penrid expires, the process will continue

C.

If no conditions are met, an internal error will appear and terminate the process

D.

The Wait Stage will simultaneously check all conditions and follow the logic of whichever condition is met first

Full Access
Question # 56

Which of the following stages can be found in BOTH the Object Studio and the Process Studio'' Select the TWO correct responses.

A)

AD01 question answer

B)

AD01 question answer

C)

AD01 question answer

D)

AD01 question answer

E)

AD01 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Full Access