ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 169 - 350-901 discussion

Report
Export

A developer deploys a SQLite database in a Docker container. Single-use secret keys are generated each time a user accesses the database. The keys expire after 24 hours. Where should the keys be stored?

A.

Outside of the Docker container in the source code of applications that connect to the SQLite database.

Answers
A.

Outside of the Docker container in the source code of applications that connect to the SQLite database.

B.

In a separate file inside the Docker container that runs the SQLite database.

Answers
B.

In a separate file inside the Docker container that runs the SQLite database.

C.

In an encrypted database table within the SQLite database.

Answers
C.

In an encrypted database table within the SQLite database.

D.

In a separate storage volume within the Docker container.

Answers
D.

In a separate storage volume within the Docker container.

Suggested answer: D
asked 10/10/2024
Madhankumar Rathinakumar
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first