Platform Developer - Certification Goal
Topic Exams
High ScoreMedium ScoreLow Score
Comments are closed.
Google Tag Manager (GTM) is Google’s free tool for everyone to manage and deploy analytics and marketing tags as well as other code snippets using an intuitive web UI.
I will take the exam next friday and i´m using this course to study. The practice questions from this course are on the same level of difficulty as the exam?
It seems like the answer to that is subjective based on the varying feedback on the forums. Check out the thread for those who passed the exams for tips!
hey, if im getting the average score in the test exams practive, is it good ? or it’s not ennouh to take the real test?
I suggest that you concentrate more on if you really understand the topics and why the answers are correct and incorrect, instead of focussing on the actual scores. While the scores can give a general indication, it is better to rely on your confidence in if you understand the topics thoroughly.
With the Force.com IDE getting retired, will there be many questions on the exam about it’s functionality, etc?
It is still listed as an exam objective, so it is possible that you will get a question, I would not expect many.
Hola Muchas Gracias por el curso, acabo de pasar Mi examen hoy 07-08-2019. Estaba muy dificil. Saludos
Congratulations on passing the exam! We are glad that you found the materials helpful.
Thank you FOCUSONFORCE , just passed my Dev 1 Today 05/Aug/2019
Took the course. Passed the Exam. There were no Heroku questions, but some question-subjects that could be added here. Really know the Order of Execution inside and out – I used a mnemonic device to remember it. Knowing what components the Metadata API is helpful too.
Congratulations on passing the exam. By Order of execution, do you mean https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_order_of_execution.htm
Which mnemonic device did you use to memorize order of execution?
Lion Visits Tiger
L – Load (Record is loaded or initialized/field values loaded into SObject)
V – Validation (System validation rules)
T – Triggers (Before triggers executed)
Voicing Displeasure to Tiger
V – Validation (System and custom validation rules)
D – Duplicates (Execute duplicate rules)
T – Triggers (After triggers executed (record is first saved, not committed to db))
ASsuming AUTOmatically they Would Fight
AS – Assignment (Execution of assignment rules)
AUTO – Auto-response (Execution of auto-response rules)
WF – Workflow rules (Execution of workflow rules (field update executes triggers)
he Pounced, ESCalating the ENTanglement, Removing Fur
P – Processes (Execution of process builders and flows)
ESC – Escalation (Execution of escalation rules)
ENT – Entitlement (Execution of entitlement rules)
R – Rollup (Rollup summary fields updated)
F – Formula (Cross-object formula fields are updated)
the Pride Shared the Conquest, Party on!
P – Parent (Parent and grandparent records are saved)
S – Sharing (Criteria-based sharing rules are evaluated)
C – Commit (DML operations committed to db)
P – Post-commit (Post-commit logic)
Collapse
Lion Visits Tiger
L – Load (Record is loaded or initialized/field values loaded into SObject)
V – Validation (System validation rules)
T – Triggers (Before triggers executed)
Voicing Displeasure to Tiger
V – Validation (System and custom validation rules)
D – Duplicates (Execute duplicate rules)
T – Triggers (After triggers executed (record is first saved, not committed to db))
ASsuming AUTOmatically they Would Fight
AS – Assignment (Execution of assignment rules)
AUTO – Auto-response (Execution of auto-response rules)
WF – Workflow rules (Execution of workflow rules (field update executes triggers)
he Pounced, ESCalating the ENTanglement, Removing Fur
P – Processes (Execution of process builders and flows)
ESC – Escalation (Execution of escalation rules)
ENT – Entitlement (Execution of entitlement rules)
R – Rollup (Rollup summary fields updated)
F – Formula (Cross-object formula fields are updated)
the Pride Shared the Conquest, Party on!
P – Parent (Parent and grandparent records are saved)
S – Sharing (Criteria-based sharing rules are evaluated)
C – Commit (DML operations committed to db)
P – Post-commit (Post-commit logic)
Collapse
hey, a have a qst plz, i’m about passing Dev1 , after taking this courses, in the exam, i will find these question son the test or totally new questions?
Hi Hanane, our practice exam questions are original and created by our team.
That is genius. Thank you!
I cleared PD1 exam about 10 days ago. Being a newbie to salesforce and having about 1.5 years of full-stack software development experience I could pickup Apex and visualforce quickly. I learned all the fundamentals from the trailhead and took up Focusonforce for mock tests. The questions here were totally relatable to one that appeared in the exam. Almost 80% of the questions were similar with different values/scenarios.
Hi Tejkaran,
It’s great to hear that you passed PD1 and that our materials helped.
Just passed my exam today, but not a single question from the question bank in this course was actually present on my exam. I went through every question except the “Testing” and “Debug and Deployment Tools” topic exams, and every single question on my actual exam was different.
I think the actual cert exam was recently changed or I misunderstood this course. Memorizing the questions and answers in this course is not a valid strategy for passing the actual exam.
Hi Larry, you should not expect that any of the questions will be the same, our questions are practice questions designed for learning. We definitely do not recommend memorizing the questions and answers, we suggest that you use them to identify the areas that you know well and those that you need to learn more about.
Notes:What are the recommended tools for deploying metadata from one environment to another?
unmanaged packages is given wrong
Please check the answers. In the material unmanaged packages u mentioned
Please use the Provide Feedback button on the question itself so we know where exactly you are referring to.
Passed my Dev 1 yesterday at the close of DX ’19. Focus on Force was key in getting me up to speed in just 3 weeks of hard study. It was close but I got it. Every week you can give yourself and spend in the documentation is key. The fact that there is linked documentation for every question is worth its weight in gold. To be clear it’s not mastering the practice tests that will get you to where you need to be but rather allowing the practice exams to expose your knowledge gaps and then filling those by reviewing the documentation.
Just passed my PDI certification at TrailheaDX. I used a combination of the study guide and the practice exams. Make sure you have a good understanding of object relationships and when/how to use them. A bulk of my study time was spent in the logic and automation sections followed by the testing, and debug and deployment sections. Great material here !