Question Bank
1899 approved questions from the community
What are the tradeoffs between client-side and server-side rendering?
Good design can emerge from collective effort without a single architect.
Tight coupling is sometimes acceptable in software design.
What is the C10K problem?
Performance and scalability are the same thing.
What is a rebase in Git?
Database normalization is always necessary and should always be applied.
Single Page Applications (SPAs) have no disadvantages from a backend perspective.
How does Test-Driven Development (TDD) influence code design?
Some languages deliberately have no exceptions by design.
Holding domain logic in stored procedures is generally considered a best practice.
Code comments should be avoided as much as possible and made unnecessary through clear code.
Tony Hoare called null references his 'billion-dollar mistake' due to the errors and system crashes they have caused.
What is the transition() function in Angular animations?
What is the state() function used for in Angular animations?
What is a service worker in Angular?
What is the safe navigation operator in Angular?
What is the purpose of trackBy in *ngFor?
What is the difference between ngIf and the hidden property?
What is the purpose of the hidden property in Angular?