Part II · Hands-On Configuration · 23% of Exam
Create a Report
3 configuration tasks. Each task pairs a concept course with a hands-on lab you run in your own sandbox — course first, then the lab. This is the last use case in Part II.
TASK 1Course
Create a JSON Report — Course
Object Construct to build the report shape, JSON Stringify to serialize it.
Start →
TASK 1Lab
Create a JSON Report — Lab
Build a flow that constructs and stringifies a JSON report in your sandbox.
TASK 2Course
Calculate Numbers of Users by User Type — Course
Group By and Length to count, Number functions to total — with an honest gap flagged on the exact official wording.
Start →
TASK 2Lab
Calculate Numbers of Users by User Type — Lab
List users, group by type, and count each group in your sandbox.