ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 174 - AD01 discussion

Report
Export

In the UAT environment the process has been configured to get the input data from a file and a Data Item has been created to hold the file path However, in the Production environment, the location of this file has changed to a shared network drive.

What should the Developer do to ensure the correct file path is passed to the process without having to update the process between environments''

A.
Set the Data Item exposure to Session and update the file path every time the process starts
Answers
A.
Set the Data Item exposure to Session and update the file path every time the process starts
B.
Use a Wildcard while specifying the file path in the Data Item to enable global search on startup
Answers
B.
Use a Wildcard while specifying the file path in the Data Item to enable global search on startup
C.
Set the Data Item exposure to Environment and store the file path as an Environment Variable
Answers
C.
Set the Data Item exposure to Environment and store the file path as an Environment Variable
D.
Use File Management VBO to create a logic to search for the file every time the process runs
Answers
D.
Use File Management VBO to create a logic to search for the file every time the process runs
Suggested answer: C

Explanation:

Data Item Exposure:

Setting the Data Item exposure to 'Environment' allows the value to be consistent across different environments without changing the process.

Environment Variables:

Environment Variables can be used to store the file path, ensuring the correct path is used regardless of the environment (UAT, Production, etc.).

Implementation:

Create an Environment Variable to store the file path.

In the process, set the Data Item to use this Environment Variable.

Blue Prism documentation on Data Item exposure and Environment Variables.

asked 16/09/2024
MAXIM TEN
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first