A platform developer at Universal Containers needs to create a custom button for the Account object that, when clicked, will perform a series of calculations and redirect the user to a custom Visualforce page.
Which three attributes need to be defined with values in the <apex:page> tag to accomplish this? (Choose three.)
Answer : ABC
Using the Schema Builder, a developer tries to change the API name of a field that is referenced in an Apex test class.
What is the end result?
Answer : C
When is an Apex Trigger required instead of a Process Builder Process?
Answer : D
A developer needs to join data received from an integration with an external system with parent records in Salesforce. The data set does not contain the
Salesforce IDs of the parent records, but it does have a foreign key attribute that can be used to identify the parent.
Which action will allow the developer to relate records in the data model without knowing the Salesforce ID?
Answer : D
A developer created a Lightning component to display a short text summary for an object and wants to use it with multiple Apex classes.
How should the developer design the Apex classes?
Answer : C
Which approach should a developer use to add pagination to a Visualforce page?
Answer : D
A developer is asked to create a PDF quote document formatted using the company's branding guidelines, and automatically save it to the Opportunity record.
Which two ways should a developer create this functionality? (Choose two.)
Answer : AB
Which tool allows a developer to send requests to the Salesforce REST APIs and view the responses?
Answer : B
A developer created a Visualforce page and a custom controller with methods to handle different buttons and events that can occur on the page.
What should the developer do to deploy to production?
Answer : D
What is a benefit of using an after insert trigger over using a before insert trigger?
Answer : B
The operation manager at a construction company uses a custom object called Machinery to manage the usage and maintenance of its cranes and other machinery. The manager wants to be able to assign machinery to different constructions jobs, and track the dates and costs associated with each job. More than one piece of machinery can be assigned to one construction job.
What should a developer do to meet these requirements?
Answer : A
Which two strategies should a developer use to avoid hitting governor limits when developing in a multi-tenant environment? (Choose two.)
Answer : BC
Which set of roll-up types are available when creating a roll-up summary field?
Answer : A
What is the result of the debug statements in testMethod3 when you create test data using testSetup in below code?
Answer : C
Which three options allow a developer to use custom styling in a Visualforce page? (Choose three.)
Answer : ABE
Have any questions or issues ? Please dont hesitate to contact us