APD01 Exam QuestionsBrowse all questions from this exam

APD01 Exam - Question 5


A Process is fed cases to work from a spreadsheet held in a shared drive. The location of the shared drive is different between Development and Production environments. How should this be managed?

Show Answer
Correct Answer: BC

To manage different file paths between Development and Production environments, the path to the spreadsheet should be stored as an Environment Variable. This allows the path to be set once per environment without changing the process itself. Environment Variables are ideal for values that differ between environments but remain constant during the process execution. This approach provides flexibility and simplicity in maintaining the process across different environments.

Discussion

6 comments
Sign in to comment
Ganeshkarri
Nov 10, 2020

could be option C also ?

SimPactOption: C
Mar 16, 2021

Ans : C

AJrocks04Option: B
Mar 16, 2022

Answer is B, as here the value update is depicted from control room.

1234_1234Option: C
Sep 13, 2022

amswer is c

SandipDaoreOption: C
Sep 16, 2022

Option C is correct. Because we are not changing file path while running process. Session variables are used when we want to change process direction while running. So for this question Env. Variable is more suitable.

LH1213Option: C
Mar 29, 2023

Usually, it is done by using an Env Var, since it is named the same but can hold different values in all three env. So, the answer is C