Salesforce Certified Platform Developer II - Multiple Choice - Plat-Dev-301무료 덤프문제 풀어보기
A company has a custom object, Order__c, that has a custom picklist field, Status__c, with values of `"New', `"In Progress', or `"Fulfilled' and a lookup field, Contact__c, to Contact.
Which SOQL query will return a unique list of all the Contact records that have no `"Fulfilled' Orders?
Which SOQL query will return a unique list of all the Contact records that have no `"Fulfilled' Orders?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
There are user complaints about slow render times of a custom data table within a Visualforce page that loads thousands of Account records at once.
What can a developer do to help alleviate such issues?
What can a developer do to help alleviate such issues?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
Universal Containers wants to use a Customer Community with Customer Community Plus licenses to allow their customers access to track how many containers they have rented and when they are due back. Universal Containers uses a Private sharing model for External users, Many of their customers are multi-national corporations with complex Account hierarchies. Each account on the hierarchy represents a department within the same business, One of the requirements is to allow certain community users within the same Account hierarchy to see several departments' containers, based on a custom junction object that relates the Contact to the various Account records that represent the departments.
Which solution solves these requirements?
Which solution solves these requirements?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
A developer is asked to replace the standard Case creation screen with a custom screen that takes users through a wizard before creating the Case. The org only has users running Lightning Experience.
What should the developer override the Case New Action with to satisfy the requirements?
What should the developer override the Case New Action with to satisfy the requirements?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
Consider the following code snippet:

How should the <e-orders> component communicate to the <c-selected-orders component that an order has been selected by the user?

How should the <e-orders> component communicate to the <c-selected-orders component that an order has been selected by the user?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
How should a developer assert that a trigger with an asynchronous process has successfully run?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
A company wants to incorporate a third-party weh service to set the Address fields when an Account is inserted, if they have not already been set.
What is the optimal way to achieve this?
What is the optimal way to achieve this?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Exhibit.

Given the code above, which two changes need to be made in the Apex Controller for the code to work? Choose 2 answers

Given the code above, which two changes need to be made in the Apex Controller for the code to work? Choose 2 answers
정답: B,D
설명: (Fast2test 회원만 볼 수 있음)
When the code is executed, the callout is unsuccessful and the following error appears within the Developer Console:
System.CalloutException: Unauthorized endpoint
Which recommended approach should the developer implement
to resolve the callout exception?
System.CalloutException: Unauthorized endpoint
Which recommended approach should the developer implement
to resolve the callout exception?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
Part of a custom Lightning component displays the total number of Opportunities in the org, which are in the millions. The Lightning component uses an Apex method to get the data it needs.
What is the optimal way for a developer to get the total number of Opportunities for the Lightning component?
What is the optimal way for a developer to get the total number of Opportunities for the Lightning component?
정답: C
A company has reference data stored in multiple custom metadata records that represent default information and delete behavior for certain geographic regions.
When a contact is inserted, the default information should be set on the contact from the custom metadata records based on the contact's address information.
Additionally, if a user attempts to delete a contact that belongs to a flagged region, the user must get an error message.
Depending on company personnel resources, what are two ways to automate this?
Choose 2 answers
When a contact is inserted, the default information should be set on the contact from the custom metadata records based on the contact's address information.
Additionally, if a user attempts to delete a contact that belongs to a flagged region, the user must get an error message.
Depending on company personnel resources, what are two ways to automate this?
Choose 2 answers
정답: C,D
설명: (Fast2test 회원만 볼 수 있음)
Refer to the test method below:

The test method calls an @future method that increments the Number_of_Times_Viewed__c value. The assertion is failing because the Number of Times Viewed_c equals 0. What is the optimal way to fix this?

The test method calls an @future method that increments the Number_of_Times_Viewed__c value. The assertion is failing because the Number of Times Viewed_c equals 0. What is the optimal way to fix this?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
Universal Containers (UC) has enabled the translation workbench and has translated picklist values. UC has a custom multi-select picklist field, Product__c, on the Account object that allows sales reps to specify which of UC's products an Account already has. A developer is tasked with writing an Apex method that retrieves Account records, including the Product_c field.
What should the developer do to ensure the value of Products__c is in the current user's language?
What should the developer do to ensure the value of Products__c is in the current user's language?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
A Visuzlforce page loads slowly due to the large amount of data it displays.
Which strategy can a developer use to improve the performance?
Which strategy can a developer use to improve the performance?
정답: B
설명: (Fast2test 회원만 볼 수 있음)