1 / 5
Fill in: 'A cold start can ___ noticeable latency onto the very first request after a deploy.'
-
-
-
-
We say a cold start will 'add' latency — the standard collocation for introducing extra delay. The other options aren't idiomatic here.
2 / 5
Fill in: 'We ___ function bundle size down so the runtime has less to load on a cold start.'
-
-
-
-
We 'trim' bundle size — the standard collocation for reducing code weight. The other options are less idiomatic here.
3 / 5
Fill in: 'We ___ a small pool of instances warm so critical paths rarely hit a cold start at all.'
-
-
-
-
We 'keep' instances warm — the standard collocation for pre-warming capacity. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ cold start frequency to see whether pre-warming is actually paying off.'
-
-
-
-
We 'measure' frequency — the standard, simple collocation. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ heavy initialisation logic out of the handler so it doesn't run on every cold start.'
-
-
-
-
We 'move' initialisation logic — the standard collocation for relocating expensive setup. The other options are less idiomatic here.