You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/data-ai-cert/introduction-to-azure-data-lake-storage/includes/3-create-data-lake-account.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ To enable Azure Data Lake Storage Gen2 in an Azure Storage account, you can sele
6
6
7
7
Alternatively, if you already have an Azure Storage account and want to enable the Azure data Lake Storage Gen2 capability, you can use the **Data Lake Gen2 upgrade** wizard in the Azure portal page for your storage account resource.
8
8
9
-

9
+

Copy file name to clipboardExpand all lines: learn-pr/data-ai-cert/introduction-to-data-streaming/5-knowledge-check.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ quiz:
22
22
- content: "Data is collected in a temporary store, and all records are processed together as a batch."
23
23
isCorrect: false
24
24
explanation: "Incorrect. Collecting and processing data periodically as a batch is referred to as batch processing."
25
-
- content: "Data that is incomplete or contains errors is redirected to separate storage for correction by a human operator."
25
+
- content: "Data that's incomplete or contains errors is redirected to separate storage for correction by a human operator."
26
26
isCorrect: false
27
27
explanation: "Incorrect. When incomplete or erroneous data is often logged, but isn't usually analyzed as a stream."
28
-
- content: "You need to process a stream of sensor data, aggregating values over oneminute windows and storing the results in a data lake. Which service should you use?"
28
+
- content: "You need to process a stream of sensor data, aggregating values over one-minute windows and storing the results in a data lake. Which service should you use?"
29
29
choices:
30
30
- content: "Azure SQL Database"
31
31
isCorrect: false
@@ -36,14 +36,14 @@ quiz:
36
36
- content: "Azure Stream Analytics"
37
37
isCorrect: true
38
38
explanation: "Correct. Azure Stream Analytics is a stream processing engine."
39
-
- content: "You want to aggregate event data by contiguous, fixed-length, non-overlapping temporal intervals. What kind of window should you use?"
39
+
- content: "You want to aggregate event data by contiguous, fixed-length, nonoverlapping temporal intervals. What kind of window should you use?"
40
40
choices:
41
41
- content: "Sliding"
42
42
isCorrect: false
43
-
explanation: "Incorrect. Sliding windows are not contiguous."
43
+
explanation: "Incorrect. Sliding windows aren't contiguous."
44
44
- content: "Session"
45
45
isCorrect: false
46
46
explanation: "Incorrect. Session windows only include concurrent events."
47
47
- content: "Tumbling"
48
48
isCorrect: true
49
-
explanation: "Correct. Tumbling windows define contiguous, fixed-length, non-overlapping windows."
49
+
explanation: "Correct. Tumbling windows define contiguous, fixed-length, nonoverlapping windows."
0 commit comments