Azure Cosmos Db MCQ Questions and Answers

Mastering Azure Cosmos Db is crucial for cloud certification success. This dedicated practice set features 171 Azure Cosmos Db MCQ questions and answers designed to mirror real exam scenarios across various AZURE certifications.

📝 171 Questions⏱️ 90 min🎯 Pass: 70%

About Azure Cosmos Db Practice Questions

This detailed quiz focuses on Azure Cosmos Db, covering key concepts and scenarios often found in AZURE exams.

  • Comprehensive coverage of Azure Cosmos Db features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 171 Azure Cosmos Db Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Azure Cosmos Db.

1

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
2

Which Azure database service is a multi-model, globally distributed database that provides single-digit millisecond latency at any scale?

Azure Cosmos DB
Azure SQL Database
Azure Database for PostgreSQL
Azure Cache for Redis
View Explanation
✓ Correct Answer: Azure Cosmos DBExplanation:Cosmos DB supports varied APIs including NoSQL, MongoDB, Cassandra, and Gremlin.
3

What is 'Request Units' (RUs) in the context of Azure Cosmos DB?

A performance metric that represents the combined cost of CPU, IOPS, and memory required to perform an operation
The number of users currently connected
The amount of storage used in GB
The number of regions the data is replicated to
View Explanation
✓ Correct Answer: A performance metric that represents the combined cost of CPU, IOPS, and memory required to perform an operationExplanation:RUs are the currency for throughput and capacity planning in Cosmos DB.
4

Which Cosmos DB feature ensures that data is replicated to multiple regions and allows users to read and write to their local region?

Multi-region writes
Geo-replication
Read-access geo-redundancy
Global VNet peering
View Explanation
✓ Correct Answer: Multi-region writesExplanation:Multi-region writes reduce latency for distributed applications by allowing local database operations.
5

Azure Cosmos DB offers five consistency levels. Which level provides the strongest possible guarantee that a read will return the most recent write?

Strong
Bounded Staleness
Session
Eventual
View Explanation
✓ Correct Answer: StrongExplanation:Strong consistency ensures linearizability, meaning reads are guaranteed to return the most recent committed version of an item.
6

What is 'Change Feed' in Azure Cosmos DB used for?

To listen to and respond to all changes (insert/update) in a container in real-time
To view the history of billing changes
To manually edit documents
To delete all data in a container
View Explanation
✓ Correct Answer: To listen to and respond to all changes (insert/update) in a container in real-timeExplanation:Change feed is commonly used with Azure Functions to build event-driven architectures.
7

To avoid 'Hot Partitions' in Cosmos DB, what should a developer choose as the 'Partition Key'?

A property with a wide range of values (high cardinality) like a hash of a UserID or OrderID
A static value like 'CompanyID' if there's only one company
The current date
The region name
View Explanation
✓ Correct Answer: A property with a wide range of values (high cardinality) like a hash of a UserID or OrderIDExplanation:Evenly distributing data across partitions prevents performance bottlenecks.
8

Does Azure Cosmos DB support automatic scaling of throughput based on traffic demand?

Yes, using Autoscale throughput
No, it must be scaled manually
Only if using the Gremlin API
Only for single-region accounts
View Explanation
✓ Correct Answer: Yes, using Autoscale throughputExplanation:Autoscale throughput (expressed in RU/s) allows the service to scale between a specified minimum and maximum based on usage.
9

Which Cosmos DB API should a team choose if they want to migrate an existing application that uses a graph database store?

Gremlin API
NoSQL (SQL) API
Cassandra API
Table API
View Explanation
✓ Correct Answer: Gremlin APIExplanation:Gremlin is the industry standard for graph-based queries.
10

How long does Cosmos DB keep snapshots for its automated backup service by default in the Periodic backup mode?

It takes a snapshot every 4 hours and keeps the last two
30 days
Indefinitely
7 years
View Explanation
✓ Correct Answer: It takes a snapshot every 4 hours and keeps the last twoExplanation:This is the default configuration for Periodic backup mode, which can be customized.
11

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
12

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
13

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
14

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
15

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
16

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
17

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
18

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
19

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure SQL Database
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
20

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
21

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
22

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
23

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
24

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
25

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
26

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
27

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
28

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
29

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
30

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
31

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
32

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
33

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure SQL Database
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
34

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
35

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
36

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
37

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
38

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
39

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
40

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
41

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
42

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
43

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
44

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
45

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
46

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
47

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
48

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
49

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
50

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
51

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
52

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
53

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
54

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
55

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
56

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
57

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
58

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
59

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
60

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
61

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
62

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
63

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
64

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
65

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
66

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
67

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
68

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
69

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
70

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
71

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
72

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
73

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
74

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
75

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
76

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
77

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
78

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
79

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
80

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
81

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
82

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
83

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
84

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
85

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure SQL Database
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
86

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
87

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
88

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
89

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
90

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
91

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
92

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
93

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
94

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
95

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
96

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
97

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
98

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
99

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
100

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
101

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
102

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Functions
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
103

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
104

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
105

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
106

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
107

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
108

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Functions
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
109

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
110

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
111

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
112

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
113

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
114

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
115

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
116

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
117

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
118

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
119

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
120

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
121

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
122

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
123

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
124

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
125

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
126

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
127

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
128

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
129

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
130

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
131

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
132

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
133

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
134

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
135

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
136

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
137

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
138

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
139

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
140

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure SQL Database
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
141

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
142

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
143

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
144

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
145

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
146

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
147

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
148

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
149

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
150

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
151

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
152

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
153

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
154

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
155

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
156

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
157

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
158

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
159

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
160

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
161

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Cosmos DB (or Stream service)
Azure Functions
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
162

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
163

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
164

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
165

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
166

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Functions
Azure Cosmos DB (or Stream service)
Azure SQL Database
Azure Archive Storage
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
167

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
168

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
169

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure SQL Database
Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
170

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Archive Storage
Azure Cosmos DB (or Stream service)
Azure Functions
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.
171

Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?

Azure Cosmos DB (or Stream service)
Azure Archive Storage
Azure SQL Database
Azure Functions
View Explanation
✓ Correct Answer: Azure Cosmos DB (or Stream service)Explanation:High-throughput ingestion is a core use case for scalable services like Azure Cosmos DB or dedicated streaming services.