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...
Frontend Architecture Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Architecture
Why should you build your application once and promote the same artifact, rather than rebuilding for production?
A
Because rebuilding changes the compiler versions dynamically
B
To ensure the exact code tested in staging is the code deployed to production, preventing build-time environmental drift or package changes
C
Because CDNs restrict the number of builds you can run daily
D
Rebuilding is forbidden by the Git version protocols
Check Answer