JSF beans have scoped lifecycles: Request (per HTTP request), Session (per user session), Application (singleton per app), and View (per JSF view, added in JSF 2.0). Option A lists the classic three scopes. Response scope does NOT exist in JSF - this is likely confusion with other frameworks.