최신Salesforce Certified Platform Developer I - CRT-450무료샘플문제
문제1
What is the result of the following code snippet?

What is the result of the following code snippet?

정답: B
문제2
A developer must provide custom user interfaces when users edit a Contact in either Salesforce Classic or Lightning Experience.
What should the developer use to override the Contact's Edit button and provide this functionality?
A developer must provide custom user interfaces when users edit a Contact in either Salesforce Classic or Lightning Experience.
What should the developer use to override the Contact's Edit button and provide this functionality?
정답: A
문제3
What writing an Apex class, a developer warts to make sure thai all functionality being developed Is handled as specified by the requirements.
Which approach should the developer use to be sure that the Apex class is working according tospecification?
What writing an Apex class, a developer warts to make sure thai all functionality being developed Is handled as specified by the requirements.
Which approach should the developer use to be sure that the Apex class is working according tospecification?
정답: D
문제4
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"?
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"?
정답: B
문제5
When importing and exporting data into Salesforce, which two statements are true? Choose 2 answers
When importing and exporting data into Salesforce, which two statements are true? Choose 2 answers
정답: A,B
문제6
Which three steps allow a custom SVG to be included in a Lightning web component? Choose 3 answers
Which three steps allow a custom SVG to be included in a Lightning web component? Choose 3 answers
정답: B,C,E
문제7
A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required" What should the developer do to successfully deploy the new Apex trigger and helper class?
A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required" What should the developer do to successfully deploy the new Apex trigger and helper class?
정답: D
문제8
Refer to the following code snippet for an environment that has more than 200 Accounts belonging to the Technology' industry:

which three statements are accurate about debug logs? Choose 3 answers
Refer to the following code snippet for an environment that has more than 200 Accounts belonging to the Technology' industry:

which three statements are accurate about debug logs? Choose 3 answers
정답: A,B,C
문제9
A developer needs to have records with specific field values in order to test a new Apex class.
What should the developer do to ensure the data is available to the test?
A developer needs to have records with specific field values in order to test a new Apex class.
What should the developer do to ensure the data is available to the test?
정답: A
문제10
Which three operations affect the number of times a trigger can fire? Choose 3 answers
Which three operations affect the number of times a trigger can fire? Choose 3 answers
정답: A,D,E
문제11
Which exception type cannot be caught?
Which exception type cannot be caught?
정답: C
문제12
How many Accounts will be inserted by the following block of code?

How many Accounts will be inserted by the following block of code?

정답: B