5 collocation exercises for backend optimization vocabulary.
0 / 5 completed
1 / 5
Adding an index will ___ query performance on large tables.
You improve query performance. Improve is the precise collocation; speed up is also acceptable but improve is more formal. So improve query performance.
2 / 5
We will ___ expensive computations in a background worker.
You offload computations. Offload is the standard tech collocation; the others do not fit. So offload expensive computations.
3 / 5
The team will ___ a connection pool to reuse database connections.
You configure a connection pool. Configure is the precise collocation; set up is informal. So configure a connection pool.
4 / 5
We should ___ N+1 queries with eager loading.
You eliminate N+1 queries. Eliminate is the standard collocation; the others do not fit as precisely. So eliminate N+1 queries.
5 / 5
Engineers ___ slow endpoints using profiler output.
You optimize slow endpoints. Optimize is the correct collocation; the others are informal or wrong. So optimize slow endpoints.