CSA - Instance Configuration (10% of the exam) - Section 2

Personalizing/customizing the instance

Branding the instance (logos, colours, page titles) through system properties and the Next Experience theme, welcome pages, banners, user preferences versus instance-wide settings, and the distinction between a personalisation a user makes for themselves and a configuration an administrator makes for everyone.

ServiceNow product documentation, brandingSystem properties

Practice question for this objective

Free sampleInstance Configurationmedium

An administrator publishes a new Next Experience theme carrying the corporate colours and sets it as the instance default. Accounts created this week load the new colours, while several long serving users report that their sessions still render in the previous colours even after signing out and back in. What explains the difference?

  • AThose users have already selected a theme for themselves, and a theme chosen by the user takes precedence over the theme set as the instance default. Correct
  • BThe instance default theme is read only when an account is first created, so established accounts keep whichever theme was current on the day they were provisioned.
  • CThe theme was published without being marked active, so it renders only for accounts that have no stored preference of any kind against them yet.
  • DThe browser cache on the established accounts is holding the previous stylesheet, and the corporate colours appear once that cached copy expires by itself.
An instance default theme is a fallback, so a theme a user has selected for themselves continues to override the administrator's instance wide setting. Theme selection is held as a preference on the individual user, and the platform checks that preference before falling back to the instance default. Accounts with no stored selection therefore pick up the new corporate theme immediately, while accounts that already chose one keep rendering their own choice until it is cleared or changed.

Why A is correct: Correct because the personal theme choice is stored as that user's preference and the instance default is only the fallback used when no personal selection exists on the account.

Why B is wrong: Tempting because it fits the pattern of new accounts behaving differently, but the default is read at each session for any user who has not chosen a theme, so it is not stamped onto an account at creation.

Why C is wrong: Tempting because an inactive record genuinely stops many platform features working, but an inactive theme would not load for the new accounts either, which contradicts the reported behaviour.

Why D is wrong: Tempting because stale cached assets do cause styling oddities, but a cache would not survive signing out and back in for some users while never affecting the newer accounts at all.

See more CSA practice questions, answers explained.

Exam traps in Instance Configuration

Answers that look right on this material and are not. Each one is a distractor from a different question in the CSA bank for this domain.

  • Update the matching user preference on the administrator account, since a preference set by an account holding the admin role cascades to all other users.

    Why it is wrong: Tempting because the admin role does carry instance wide power elsewhere, but a user preference is scoped to the account it is stored against and holding a role does not make one account's preference apply to anyone else.

  • Both are held as system properties, and the platform picks between them by comparing the user's location field with the property value.

    Why it is wrong: Tempting because system properties are the usual home for instance defaults, but a per-user setting is not a property and location is not consulted to choose between two properties.

  • A personal theme chosen from the user menu, applied once by the administrator so that the same choice propagates to all other accounts.

    Why it is wrong: Tempting because an administrator can indeed pick a theme, but a theme selected from the user menu is a personalisation and never propagates to other accounts.

Examworthy is not affiliated with or endorsed by ServiceNow. Original, blueprint-aligned practice material only.