AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 41


A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production site available for processing live cases in HappyWeb.

Which of the following is true?

Show Answer
Correct Answer: AC

An Environment variable should be used to store the HappyWeb URL. This is the most flexible and manageable approach, as it allows easy reconfiguration without changing the object itself. Using environment variables ensures that the same object can be used across different environments (test, training, and production) by simply changing the value of the variable. This avoids the need for maintaining multiple versions of the same object, which can lead to errors and increased maintenance overhead.

Discussion

11 comments
Sign in to comment
abain89Option: C
Jul 27, 2020

I think its Option C

Ray52Option: A
May 8, 2020

What if the process is writing transactions. This cannot be done in a production environment.

VishalSOption: C
Jul 31, 2020

C is most appropriate answer. Moreover Dev and Test should be replica of Prod for accurate development and testing results.

MevinOption: C
Sep 30, 2020

Answer should be C

sogoku_ichi_2907Option: C
Jun 5, 2021

Yes, C is the correct answer.

quechapOption: C
Aug 6, 2021

Should be C

ZerohashOption: C
Apr 21, 2021

Correct option is C

floppyh4xOption: A
Sep 18, 2020

A 100% correct, copied from training material

whitestar
Oct 1, 2020

only say 100% if u're sure pls, it creates confusion

coolalaOption: D
Jan 11, 2021

I think the answer is D for 2 reasons: 1. When the object is mainly dealing with one website/webapp, it launch the browser with the specific URL; and 2. If only one object is maintained for all three environment, whenever a new feature is added, you would be messing with the Production object, which doesn't seem to be the best practice to me.

BP_Bot1
Jan 5, 2022

Answer is C. you can use environment variables to configure ng URLs or other settings and in most cases, the 3 environment must have the same configuration or elements.

SapOption: C
Feb 5, 2021

c is ans

SSDevOption: C
Aug 13, 2023

I choose C, because doing dev in higher environments is not always possible.