Take this test with no time limit and a set of 20 questions to check your preparation readiness for the Platform Dev I Certification Exam.
Would you encourage my sore eyes to make more mocks with some coffee?
0 of 20 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 20 questions answered correctly
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which three steps allow a custom SVG to be included in a Lightning web component? Choose 3 answers
Which process automation should be used to send an outbound message without using Apex code?
A recursive transaction is initiated by a DML statement creating records for these two objects:
1. Accounts
2. Contacts
The Account trigger hits a stack depth of 16. Which statement is true regarding the outcome of the transaction?
The value “high”,”medium”, and “low”, are identified as common value for multiple picklists across different objects.
What is the approach of a developer can take to streaming maintenance of the picklists and the values, while also the values to the ones mentioned above?
Universal containers store the availability data on each line item of an order and orders are only shipped when all the line items are available.
Which method should be used to calculate the estimated ship date for and order ?
An org has an existing visual flow that create an opportunity with an update record element. A developer must update the visual flow also create a contact and and store the created contacts ID on the opportunity.
Which update should the developer make in the visual flow?
Which Salesforce feature allows a developer to see when a user last logged in to Salesforce if real-time notification is not required?
What are the three considerations when using the @Invocablemethod annotation in Apex?
The universal containers (UC) use a custom object call vendor. The vendor custom object has a master-detail relationship with the standard account object. Based on some internal discussion, the UC administrator tries to change the master-detail relationship to lookup the relationship but was not able to do so.
What is the possible reason that this change was not permitted?
How should a custom user interface be provided when a user edits an account in the lightning experience?
A team of developers is working on a source-driven project that allows them to work independently with many different org configurations.
Which type of Salesforce org should try to use for their development?
Which exception type cannot be caught?
A developer must troubleshoot to pinpoint the cause of performance issues when a custom page loads in their org.
Which tool should the developer use to troubleshoot?
What are the three ways for a developer to execute tests in org?
A Developer needs to confirm that a contact trigger works correctly without changing the organization’s data.
What should the developer do to test the contact trigger?
The developer has the following requirements:
•calculate the total amount on an order.
•calculate the line amount for each line item based on the quantity selected and price.
•Move line items to a different order if a line item is not in stock.
Which relationship implementation supports these requirements?
Which aspect of Apex programming is celebrated due to multitenancy?
Which 3 steps allow a customs SVG To be included in a lightning web component?
A developer wants to use a deployment script to automatically deploy to a sandbox during their development cycles. Which tool should they use to deploy to the sandbox?
Where are the two locations a developer can look to find information about the status of asynchronous or future calls?