Which method is used to fire an event?

Application Events follow the traditional publish-subscribe model. Which method is used to fire an event?A . Fire()B . Emit()C . RegisterEvent()D . FireEvent()View AnswerAnswer: A

June 20, 2022 No Comments READ MORE +

Which process automation should be used to send an outbound message without using Apex code?

Which process automation should be used to send an outbound message without using Apex code?A . Workflow RuleB . Process BuilderC . Approval ProcessD . Flow BuilderView AnswerAnswer: A

June 20, 2022 No Comments READ MORE +

Which three statements are true regarding custom exceptions in Apex? (Choose three.)

Which three statements are true regarding custom exceptions in Apex? (Choose three.)A . A custom exception class must extend the system Exception class.B . A custom exception class can implement one or many interfaces.C . A custom exception class cannot contain member variables or methods.D . A custom exception class...

June 20, 2022 No Comments READ MORE +

Which two automation tools should a developer recommend to meet these business requirements?

Universal Container uses Service Cloud with a custom field, stage_c, on the Case object. Management wants to send a follow-up email reminder 6 hours after the stage_c field is set to ‘’;Waiting on customer’’ The …. Administrator wants to ensure the solution used is bulk safe. Which two automation tools...

June 19, 2022 No Comments READ MORE +

Accounts, and Contacts that hove the company name "Universal Containers"?

What should a developer use to obtain the Id and Name of all the Leads. Accounts, and Contacts that hove the company name "Universal Containers"?A . FIND 'Universal Containers' IN Name Fields RETURNING leadjid, name), accounted, name), contacted, name)B . FIND Universal Containers' IN CompanyName Fietds RETURNING lead{ld. name), accounted,...

June 19, 2022 No Comments READ MORE +

When using SalesforceDX, what does a developer need to enable to create and manage scratch orgs?

When using SalesforceDX, what does a developer need to enable to create and manage scratch orgs?A . ProductionB . Dev HubC . Environment HubD . SandboxView AnswerAnswer: B

June 19, 2022 No Comments READ MORE +

Which code displays the contents of a Visualforce page as a PDF?

Which code displays the contents of a Visualforce page as a PDF?A . <apex:page contentType="pdf">B . <apex:page rendersAs="application/pdf">C . <apex:page contentType="application/pdf">D . <apex:page renderAs="pdf">View AnswerAnswer: D Explanation: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_output_pdf_renderas.htm You can generate a downloadable, printable PDF file of a Visualforce page using the PDF rendering service. Convert a page to PDF...

June 19, 2022 No Comments READ MORE +

What are three ways for a developer to execute tests in an org? Choose 3.

What are three ways for a developer to execute tests in an org? Choose 3.A . Bulk APIB . Tooling APIC . Setup MenuD . Salesforce DXE . Metadata APView AnswerAnswer: B,C,D Explanation: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_testing.htm https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apextestsuite.htm

June 19, 2022 No Comments READ MORE +

Which Apex class contains methods to return the amount of resources that have been used for a particular governor, such as the number of DML statements?

Which Apex class contains methods to return the amount of resources that have been used for a particular governor, such as the number of DML statements?A . ExceptionB . MessagingC . OrgLimitsD . LimitsView AnswerAnswer: D

June 19, 2022 No Comments READ MORE +

Which code displays the content of Visualforce page as PDF?

Which code displays the content of Visualforce page as PDF?A . <apex:page renderAs=”pdf”>B . <apex:page readeras’’ application/pdf’’>C . <apex:page readerAs= ‘’application/pdf’’>D . <apex:page contentype ‘’ application/pdf’’)View AnswerAnswer: A

June 19, 2022 No Comments READ MORE +