Courseiva
User Interface DevelopmenthardMultiple SelectObjective-mapped

SNOW-CAD User Interface Development Practice Question

Which THREE factors contribute to poor UI performance in ServiceNow forms and portals? (Choose three.)

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

Large number of catalog client scripts in a variable set

Correct options B, C, and E. In ServiceNow, poor UI performance can be caused by excessive client scripts (B), multiple client scripts firing on the 'load' event (C), and unindexed GlideRecord queries in UI Macro server scripts (E). Option A is incorrect because simple conditions in UI Policies are lightweight and do not significantly impact performance. Option D is incorrect because CSS custom properties are a modern feature that can actually improve performance by reducing repeated styles.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Using simple conditions in UI Policies

    Why it's wrong here

    Simple conditions are efficient and not a cause of poor performance.

  • Large number of catalog client scripts in a variable set

    Why this is correct

    Variable sets can have many client scripts that execute on load.

  • Multiple client scripts firing on 'load' event

    Why this is correct

    Each client script adds to page processing time.

  • Use of CSS custom properties

    Why it's wrong here

    CSS variables have minimal performance impact and are recommended.

  • Unindexed GlideRecord queries in UI Macro server scripts

    Why this is correct

    Unindexed queries cause full table scans, slowing down page load.

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 →

How Courseiva writes practice questions · Editorial policy

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.