VAULT-ASSOCIATE-002 · Question #94
Running the second command in the GUI CU will succeed.
The correct answer is B. False. Running a second command in a GUI-embedded command utility might fail if the environment or session state established by the first command is not correctly persisted or supported.
Question
Exhibit
Options
- ATrue
- BFalse
How the community answered
(40 responses)- A8% (3)
- B93% (37)
Why each option
Running a second command in a GUI-embedded command utility might fail if the environment or session state established by the first command is not correctly persisted or supported.
True. This is incorrect because such utilities often have limitations that can cause sequential commands to fail, particularly if they rely on persistent environment variables or complex shell features that are not maintained across commands.
False. Many GUI command utilities are simplified environments that may not preserve environment variables, session state, or process context between commands as a full-fledged terminal emulator would, leading to unexpected failures for subsequent commands.
Concept tested: GUI command utility limitations
Topics
Community Discussion
No community discussion yet for this question.
