DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What actually determines whether two data requests run in parallel?
A
Using async/await always makes requests parallel automatically
B
Whether both promise-returning calls are INITIATED before either is awaited — not merely using async/await syntax
C
The order they appear in the file
D
Whether they use fetch() specifically
Check Answer