Implementing an Azure Data Solution (legacy) — Question 70

You are the data engineer for your company. An application uses a NoSQL database to store data. The database uses the key-value and wide-column NoSQL database type.
Developers need to access data in the database using an API.
You need to determine which API to use for the database model and type.
Which two APIs should you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: B, E

Explanation

The MongoDB API is designed for document-oriented databases and supports key-value access patterns, making it suitable for NoSQL databases. The Cassandra API allows for wide-column data storage and is optimized for scalability, thus also fitting the requirements. The other options either do not align with the NoSQL model or are not specific to the required database types.