Checklist progress
0/194Learned
Platform Developer
Study Checklist
Checklist progress
0/194Learned
Write and execute tests for triggers, controllers, classes, and flows using various sources of test data.
0/14
Given a scenario, know how and when to use the Salesforce Developer tools such as Salesforce DX, Salesforce CLI, and Developer Console.
0/5
Describe how to approach debugging system issues and monitoring flows, performance, asynchronous, and batch jobs.
0/14
Debug log generation and recorded events
Learn this conceptDebug log categories and logging levels
Learn this conceptDebug log size, retention, and volume limits
Learn this conceptDeveloper Console Log Inspector
Learn this conceptMonitoring asynchronous Apex jobs
Learn this conceptMonitoring scheduled Apex jobs
Learn this conceptFlow Trigger Explorer for record-triggered flows
Learn this conceptPaused and failed flow interviews
Learn this conceptTime-Based Automations for pending flow actions
Learn this conceptFlow logs and version analytics
Learn this conceptDescribe the environments, requirements, and process for deploying code and associated configurations.
0/8
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers. 593 members and growing.
Debug logs are Salesforce's recordings of what happened in a transaction, and they are bounded by how large one log can be, how long Salesforce keeps it, and how much log data an org can produce. A single log cannot grow past 20 MB; older lines are stripped so newer entries survive, system logs last 24 hours, and monitoring logs last seven days. If you generate more than 1,000 MB in 15 minutes, trace flags (the settings that turn logging on) are disabled, and if the org stores more than 1,000 MB of logs, nobody can add or edit trace flags until some logs are deleted.