156-587 · Question #100
What file contains the RAD proxy settings?
The correct answer is D. rad_settings.C. rad_settings.C is the correct file because, by naming convention, a "settings" file is the designated location for configuration and proxy parameters within the RAD module - proxy settings are a form of configuration, making this the semantically appropriate home. The…
Question
What file contains the RAD proxy settings?
Options
- Arad_control.C
- Brad_scheme.C
- Crad_services.C
- Drad_settings.C
How the community answered
(18 responses)- A6% (1)
- B6% (1)
- D89% (16)
Explanation
rad_settings.C is the correct file because, by naming convention, a "settings" file is the designated location for configuration and proxy parameters within the RAD module - proxy settings are a form of configuration, making this the semantically appropriate home.
The distractors follow a similar naming pattern but serve distinct purposes: rad_control.C handles control logic and flow, rad_scheme.C defines structural schemes or data models, and rad_services.C manages service-level functionality - none of which are the natural home for proxy configuration.
Memory tip: Think "settings = configuration." Whenever you need to find where something is configured (like proxy parameters), look for the file with "settings" in its name - it's the same intuition you'd use finding a Settings menu in any application.
Topics
Community Discussion
No community discussion yet for this question.