These permissions control a user's ability to create, edit, and delete records for a specific object
What are Object Permissions?
This Flow type guides users with screens and collects inputs
What is a Screen Flow?
A Batch Apex job uses a SOQL query in the start() method to process 1000 records. With a batch size of 200, how many times is the query executed?
What is One Time?
This Dashboard element visualizes report data using graphs like bar, pie, or line
What is a Chart?
April Fool's day is celebrated on this day of the month
What is the 1st?
This feature tracks changes made to your org's setup, including who made the change and when
What is the Setup Audit Trail?
The Flow Builder feature runs a test path and displays variable values at step-by-step
What is Debug?
I help deserialize JSON dynamically when you don't know the structure ahead of time - perfect for unpredictable APIs
What is JSON.deserializeUntyped?
This report type combines multiple report blocks into a single view
What is Joined Report?
This is the universally accepted deadline for pranks—after this time, you’re just being annoying
What is Noon? (12:00PM)
When enabled, this feature allows you track changes to selected fields on a record
What is Field History Tracking?
This Flow runs automatically when a record is created or updated
What is a Record-Triggered Flow?
You wrapped everything in try-catch... but I still crash your code anyway. Why?
What is System.LimitException?
This report format allows you to group by rows and columns
What is Matrix Report?
This common gag item is typically placed on a seat and must be sat on for an effective prank
What is a Woopie Cushion?
In this relationship, the child record does not have its own sharing and inherits access from its parent
What is a Master-Detail Relationship?
This allows one Flow to call another to reuse logic
What is a Subflow?
Your Apex trigger works fine for one record but fails when 200 records are updated at once. What did you forget to account for?
What is Bulkification?
This dashboard feature shows for different data to different users on the same dashboard
What is Dynamic Dashboard?
This classic prank item involves placing this "invisible" office supply over a doorway or passageway
What is Clear Tape?
This environment type is commonly used for testing and includes a subset of production data
What is a Partial Copy Sandbox?
This element should be used to catch exceptions from create, update, and delete records and route to remediation logic
What is a Fault Path?
You get a 'Mixed DML Operation' error when updating a User and an Account in the same transaction. What approach can you use to separate the operations
What is an @future method?
This feature lets users automatically receive report results via email on a schedule, and can trigger only when certain conditions are met.
What is a Report Subscription?
In a 1957 BBC hoax, people were fooled into believing they could grow this pasta on trees
What is Spaghetti?