Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is the difference between server-side rendering and static site generation?

  1. A SSR builds HTML per request; SSG builds it at deploy time
  2. B SSG builds per request; SSR at build time
  3. C Both build HTML in the browser
  4. D There is no difference
Answer

SSR builds HTML per request; SSG builds it at deploy time

SSG is faster and cheaper because pages are served from a CDN, but content is fixed until rebuild. SSR suits personalised or frequently changing content.

All Front end Development MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as