easyMultiple ChoiceObjective-mapped
PL-900 Practice Question: A Power Pages site uses Liquid templates to…
A Power Pages site uses Liquid templates to display data from Dataverse. A developer needs to show a list of active support cases. Which Liquid object should be used to retrieve the data?
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
✓
{{ entities }}
The 'entities' object in Liquid allows querying Dataverse tables. Option A is wrong because 'website' returns site settings, not data. Option B is wrong because 'request' contains HTTP request data, not table records. Option D is wrong because 'users' retrieves portal user profiles, not support case data.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
{{ website }}
Why it's wrong here
'website' provides site settings, not data.
- ✗
{{ request }}
Why it's wrong here
'request' contains HTTP request parameters, not data.
- ✓
{{ entities }}
Why this is correct
'entities' enables querying Dataverse tables in Liquid.
- ✗
{{ users }}
Why it's wrong here
'users' retrieves portal user records, not case data.
Go deeper
Related to this question
About these practice questions
This PL-900 question is part of Courseiva's 904-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PL-900 practice question is part of Courseiva's free Microsoft 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 PL-900 exam.