Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this exam
Question 48

In which of the following situations would you configure Application Settings?

    Correct Answer: D

    Application Settings are generally used to store configuration information that changes between environments, such as URLs, connection strings, or API credentials. This allows you to change the configuration in different environments without modifying the code. Therefore, the correct answer is that the credentials for a REST service differing between development and production environments would be managed through Application Settings. This ensures that sensitive information like credentials are appropriately configured per environment.

Discussion
Gaya3JaniOption: D

Answer should be D

Palazzo

Credentials are not stored in Application Settings. B is the correct answer here.