Microsoft Certified Azure Data Engineer Associate · Free Practice Question Easy
Question 9
Which of the following is a good analogy for the access keys of a storage account?
-
A
IP Address
-
B
REST Endpoint
-
C
Cryptographic algorithm
-
D
Username and password
Reveal correct answer
Correct answer: D
Explanation
Possession of an access key identifies the account and grants you access. This is very similar to login credentials like a username and password.
A. An IP address is not a suitable analogy for the access keys of a storage account. An IP address is used to identify a device on a network, whereas access keys are used for authentication and authorization purposes to access resources within a storage account.
B. A REST endpoint is not a good analogy for the access keys of a storage account. A REST endpoint is a URL that represents a resource in a RESTful API, while access keys are used for authentication and authorization to access resources within a storage account.
C. A cryptographic algorithm is not an appropriate analogy for the access keys of a storage account. While cryptographic algorithms are used for encryption and decryption purposes, access keys are used for authentication and authorization to access resources within a storage account.
D. Access keys of a storage account are similar to a username and password combination, as they are used to authenticate and authorize access to the storage account. Just like a username and password are required to log in to an account, access keys are essential for accessing and managing resources within a storage account.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
