SNOW-CAD User Interface Development Practice Question
Which TWO of the following are valid ways to customize the Service Portal login page?
⚠ Common exam trap
Many exam-takers confuse widget slots with page types, thinking they can add a widget to a 'loginpage' slot (which does not exist), or they assume system properties can be used to inject custom CSS, when in fact Service Portal relies on theme SCSS and page overrides for login page customization.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Override the 'Login' page in the portal record by creating a new page and setting it as the login page.
The Service Portal login page can be customized by overriding the 'Login' page in the portal record. This is done by creating a new page (e.g., a copy of the default login page) and setting it as the login page in the portal's configuration, which allows full control over the layout and widgets used. Option D is correct because CSS variables defined in the portal's theme (SCSS) can be used to style login page elements, as the theme's SCSS is compiled and applied globally to all portal pages, including the login page.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create a new widget instance on the 'loginpage' widget slot.
Why it's wrong here
The login page is a special page; widget slots are not used.
- ✓
Override the 'Login' page in the portal record by creating a new page and setting it as the login page.
Why this is correct
You can create a custom page and set it as the login page.
- ✗
Add a widget option to the login widget to inject custom CSS.
Why it's wrong here
Widget options are for runtime data, not CSS injection.
- ✓
Use CSS variables in the portal's theme (SCSS) to style the login page elements.
Why this is correct
The portal theme can override CSS variables affecting the login page.
- ✗
Set the 'login.css' property in sys_properties to a custom stylesheet URL.
Why it's wrong here
There is no such sys_property.
Go deeper
Related to this question
About these practice questions
One of 481 original SNOW-CAD practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SNOW-CAD practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SNOW-CAD exam.