Platform Developer I Certification Maintenance (Winter '23)
→ Maintain Your Platform Developer I Certification for Winter '23
1. Field update actions have changed in API Version 54.0. Which record-triggered flows do field update actions now execute?
A. Only before-save
B. Before-save and after-save
C. Only after-save
D. Repeat in a loop
2. Which Apex class is used to determine the hostnames for the domains that Salesforce hosts for your org?
A. System.DomainCreator
B. System.Domain
C. System.DomainParser
D. System.TypeEnum
3. Which modules can be used for notifications in a Lightning web component instead of native APIs?
A. window.alert(), window.confirm(), and window.prompt()
B. LightningAlert, LightningConfirm, and LightningPrompt
C. alert(), confirm(), and prompt()
D. async/await or .then()
4. What determines an org’s “shape” in Salesforce?
A. Developer, Group, Professional, Enterprise, and Unlimited Editions
B. License, limits, definitions, version, and features
C. Features, settings, edition, limits, and licenses
D. Platform, Domain, Package, Cloud, and Previews
5. Which lightning-modal-* component is required to create a modal?
A. Header
B. Footer
C. Body
D. Tag
6. How do you call an invocable action from Apex code?
A. Reference MyApexClass
B. Use Callout Modifier
C. Use InvocableVariable
D. Reference Invocable.Action
→ Get Hands-On With Apex Assertions
Launch the org you’ll use for the hands-on challenge, then do the following prework.Step: 1
Now, as mentioned in trailhead challenge, we need to create one apex class.
Follow below steps in developer console To open the Developer Console from Salesforce Classic:
- Click Your Name.
- Click Developer Console.
To open the Developer Console from Lightning Experience:
- Click the quick access menu ().
- Click Developer Console.
~ File > New > Apex Class
Step: 2
As mentioned in trailhead challenge, enter 'Apex Class' name and click 'OK' button.
Class Name: TestFactory
Class Name: TestFactory
Copy below mentioned code and paste in developer console and 'Save' this apex class.
Step: 4
Now follow step 1 & 2 again and create another apex class.
Class Name: DataGenerationTest
Copy below mentioned code and paste in developer console and 'Save' this apex class.
Certification Maintenance Due Date:
December 8, 2023
Helpful link:
Winter '23 Certification Maintenance
Really nice article and helpful me.
ReplyDeleteThank you sharing for this great post.
ReplyDeleteThanks for sharing code. Continue doing this.
ReplyDeleteThanks for sharing this details
ReplyDeleteVery nice really amazing post thank for this.
ReplyDeleteThanks for your time and help!!
ReplyDeletevery useful
ReplyDeleteThanks much, appreciate your help :)
ReplyDelete