HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Had something like this in a mock. Processing sales data once daily really is batch (so Yes). Calculating rolling average temps and streaming revenue per product for last month doesn’t fit streaming (No). Pretty sure this lines up, but open to other takes.
Don't think the second one should be Yes. Job processing sales data once daily is definitely batch, so Yes there. Rolling averages with streaming revenue per product for last month is more batch than streaming, so No. Seen similar wording trip people up.
