AIF-C01 · Practice set 4 of 10
Inference Modes: 10 practice questions
10 free AIF-C01 practice questions on Inference Modes, with an explanation for every answer. Untimed. The full mock exam and the timed version are in the app.
-
Question 1 of 10
Which inference option is designed for offline processing of large datasets?
- ABatch transform
- BLow-latency real-time inference
- CAsynchronous inference
- DServerless inference
Show the answer
Batch transform is the offline dataset-oriented mode; the other modes handle request-response workloads with different latency and traffic patterns.
Next → 1 / 10 -
Question 2 of 10
Which option directly targets interactive workloads with low-latency requirements?
- AServerless inference
- BReal-time inference
- CAsynchronous inference
- DBatch transform
Show the answer
Real-time inference is the mode explicitly intended for interactive, low-latency workloads; its documented request limits separate it from larger asynchronous work.
Next → 2 / 10 -
Question 3 of 10
Which inference option is intended for near-real-time requests with large inputs and longer preprocessing?
- AServerless inference
- BBatch transform
- CAsynchronous inference
- DLow-latency real-time inference
Show the answer
Asynchronous inference accepts larger payloads and longer processing than real-time or serverless inference while retaining a request-oriented, near-real-time pattern.
Next → 3 / 10 -
Question 4 of 10
What traffic pattern is the primary fit for serverless inference?
- AContinuous offline processing of accumulated datasets
- BIdle periods between intermittent traffic spurts
- CSingle requests with payloads approaching one gigabyte
- DSustained GPU requests through a multi-model endpoint
Show the answer
Serverless inference targets intermittent request traffic and can scale to zero; large single requests instead favor asynchronous inference.
Next → 4 / 10 -
Question 5 of 10
Which pair of inference options can scale to zero according to the feature matrix?
- AAsynchronous inference and serverless inference
- BReal-time inference and batch transform
- CReal-time inference and serverless inference
- DBatch transform and asynchronous inference
Show the answer
Both asynchronous and serverless inference support scaling to zero; real-time inference does not, and scale-to-zero is not applicable to batch transform.
Next → 5 / 10 -
Keep the ones you got wrong
In the app, every question you miss comes back exactly when you’re about to forget it.
-
Question 6 of 10
Which set of payload boundaries is correct?
- AReal-time at most 100 MB; batch at most 4 MB; asynchronous below 6 MB; serverless at most 1 GB
- BReal-time below 6 MB; batch at most 100 MB; asynchronous at most 1 GB; serverless at most 4 MB
- CReal-time at most 4 MB; batch at most 1 GB; asynchronous at most 100 MB; serverless below 6 MB
- DReal-time at most 1 GB; batch below 6 MB; asynchronous at most 4 MB; serverless at most 100 MB
Show the answer
The matrix gives each mode a distinct payload boundary, with asynchronous supporting the largest single request and serverless the smallest documented maximum.
Next → 6 / 10 -
Question 7 of 10
How do the documented request-duration boundaries compare?
- AReal-time can run for days; serverless is under one hour; asynchronous and batch are under 60 seconds
- BReal-time and batch are under one hour; asynchronous can run for days; serverless has no timeout
- CReal-time is under one hour; batch is under 60 seconds; asynchronous and serverless can run for days
- DReal-time and serverless are under 60 seconds; asynchronous is under one hour; batch can run for days
Show the answer
The progression separates short interactive requests, longer asynchronous requests, and offline batch jobs that may last for days.
Next → 7 / 10 -
Question 8 of 10
An application sends one 700 MB request, preprocessing may take 40 minutes, and the result is needed sooner than an offline job would provide. Which mode fits?
- ABatch transform, because it is the interactive mode for one long-running request
- BReal-time inference, because it accepts up to 1 GB and requests under one hour
- CServerless inference, because it accepts up to 1 GB and requests under one hour
- DAsynchronous inference, because it accepts up to 1 GB and requests under one hour
Show the answer
Both constraints exceed the real-time and serverless limits but stay within asynchronous inference's 1 GB payload and one-hour request boundaries; batch is offline.
Next → 8 / 10 -
Question 9 of 10
A prediction API receives 3 MB requests that finish in 20 seconds, but traffic arrives in brief spurts separated by long idle periods. The team wants capacity to reach zero between spurts. Which mode is the best fit?
- ABatch transform, because short API requests are accumulated into a live endpoint
- BReal-time inference, because it scales to zero whenever interactive traffic becomes idle
- CServerless inference, because the requests fit its limits and the traffic has idle gaps
- DAsynchronous inference, because requests under 4 MB require its one-hour timeout
Show the answer
Serverless and asynchronous can both scale to zero, but the small, short requests and idle traffic spurts match the stated serverless workload profile directly.
Next → 9 / 10 -
Question 10 of 10
A team has an accumulated offline dataset, individual payloads can reach 80 MB, and processing may take several days. No interactive response is needed. Which mode should it choose?
- ABatch transform, because it supports offline large datasets, payloads up to 100 MB, and jobs lasting days
- BAsynchronous inference, because it is the offline dataset mode and each job can last several days
- CReal-time inference, because 80 MB requests remain below its interactive payload boundary
- DServerless inference, because long idle periods raise its payload limit to 100 MB
Show the answer
The offline dataset requirement, 80 MB payload, and multi-day duration all align with batch transform; asynchronous is request-oriented and limited to under one hour.
Next → 10 / 10 -
You’ve finished this set
That’s 10 questions on Inference Modes. In the app the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.