ExamGecko
Question list
Search
Search

Question 200 - 200-901 discussion

Report
Export

A developer creates a web application that receives a username and password and uses them to sync the credentials to other services through HTTPS. API keys to services are part of the configuration files of the application, but the credentials to the database that stores the synchronization logs are obtained through an external vault service. What is the security issue in this scenario?

A.

Communication between the application and the services is not encrypted.

Answers
A.

Communication between the application and the services is not encrypted.

B.

The database credentials should be stored in the configuration files so that they are secured on the same server.

Answers
B.

The database credentials should be stored in the configuration files so that they are secured on the same server.

C.

The API keys are stored in the configuration files but should be stored in the vault service.

Answers
C.

The API keys are stored in the configuration files but should be stored in the vault service.

D.

The synchronization logs should be encrypted and not stored in a relational database.

Answers
D.

The synchronization logs should be encrypted and not stored in a relational database.

Suggested answer: A
asked 07/10/2024
Amar Lojo
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first