Exam AD01 All QuestionsBrowse all questions from this 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?

    Correct Answer: C

    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
abain89Option: C

I think its Option C

Ray52Option: A

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

VishalSOption: C

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

sogoku_ichi_2907Option: C

Yes, C is the correct answer.

MevinOption: C

Answer should be C

quechapOption: C

Should be C

ZerohashOption: C

Correct option is C

SSDevOption: C

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

SapOption: C

c is ans

coolalaOption: D

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

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.

floppyh4xOption: A

A 100% correct, copied from training material

whitestar

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