
Answer-first summary for fast verification
Answer: 3 times
The 'Just once' setting means the team gets a notification only when the number of pending orders goes from 100 or less to over 100. Looking at the values, this happens three times: at the start (120), when it goes from 67 to 101, and when it goes from 79 to 131. So, the team will be notified 3 times.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A manufacturing startup has set up a query to monitor pending orders, triggering a notification to the team whenever the count exceeds 100. The query refreshes hourly. Over the past 10 hours, the pending_orders column recorded the following values: 120, 115, 109, 98, 67, 101, 121, 98, 79, 131. If the notification setting 'Just once' is selected, how many times will the team be notified?
A
3 times
B
1 time
C
5 times
D
No notification will be sent
E
6 times