Exam Name: | Salesforce Certified Platform Developer 1 (SP25) | ||
Exam Code: | PDI Dumps | ||
Vendor: | Salesforce | Certification: | Developers |
Questions: | 204 Q&A's | Shared By: | rami |
Where are two locations a developer can look to find information about the status of batch or future methods?
Choose 2 answers
What can be used to override the Account's standard Edit button for Lightning Experience?
(Full question statement)
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?
(Full question statement)
Which code displays the contents of a Visualforce page as a PDF?