Question 101
Which code displays the contents of a Visualforce page as a PDF?
Question 102
A developer must create a CreditcardPayment class that provides an implementation of an existing Payment class. Public virtual class Payment { public virtual void makePayment(Decimal amount) { /*implementation*/ } } Which is the correct implementation?
Question 103
A developer is migrating a Visualforce page into a Lightning web component.
The Visualforce page shows information about a single record. The developer decides to use Lightning Data Service to access record data.
Which security consideration should the developer be aware of?
The Visualforce page shows information about a single record. The developer decides to use Lightning Data Service to access record data.
Which security consideration should the developer be aware of?
Question 104
A developer created these three Rollup Summary fields in the custom object, Project_ct,

The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
Which should the developer useto Implement the business requirement in order to minimize maintenance overhead?

The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
Which should the developer useto Implement the business requirement in order to minimize maintenance overhead?
Question 105
A developer needs to update an unrelated object when a record gets saved. Which two trigger types should the developer create?
