CRT-450試験無料問題集「Salesforce Certified Platform Developer I 認定」

A developer creates a custom exception as shown below:
public class ParityException extends Exception. {}
What are two ways the developer can fire the exception in Apex? Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers is building a recruiting app with an Applicant object that stores information about an individual person and a Job object that represents a job. Each applicant may apply for more than one job.
What should a developer implement to represent that an applicant has applied for a job?

解説: (GoShiken メンバーにのみ表示されます)
A developer must implement a checkpaymentpbrocaessox class that provides check processing payment capabilities that adhere to what is defined for payments in the paymentProcsssor Interface.

Which implementation is correct to use the paymenterocesscr interface class?

Universal Containers wants to automatically assign new cases to the appropriate support representative based on the case origin. They have created a custom field on the Case object to store the support representative name.
What is the best solution to assign the case to the appropriate support representative?

解説: (GoShiken メンバーにのみ表示されます)
What are two characteristics related to formulas?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
In terms of the MVC paradigm, what are two advantages of implementing the view layer of a Salesforce application using Lightning Web Component-based development over Visualforce?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about using the @testSetup annotation in an Apex test class?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers wants to assess the advantages of declarative development versus programmatic customization for specific use cases in its Salesforce implementation.
What are two characteristics of declarative development over programmatic customization?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
An Apex method, getAccounts, that returns a list of Accounts given a searchTerm, is available for Lightning Web Components to use.
What is the correct definition of a Lightning Web Component property that uses the getAccounts method?

A developer is tasked with building a custom Lightning web component to collect Contact information.
The form will be shared among many different types of users in the org. There are security requirements that only certain fields should be edited and viewed by certain groups of users.
What should the developer use in their Lightning Web Component to support the security requirements?

解説: (GoShiken メンバーにのみ表示されます)