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
In a role-based dashboard using parallel routes, a Layout receives { user, admin } slots and returns `role === 'admin' ? admin : user`. What kind of routing pattern is this?
A
Intercepting routes
B
Conditional rendering via parallel routes — choosing which slot's content to render based on application logic
C
Dynamic segments
D
Route groups
Check Answer