- (Exam Topic 3)
A developer creates a Lightning web component to allow a Contact to be quickly entered- However, error messages are not displayed.
Which component should the developer add to the form to display error messages?
Correct Answer:
C
- (Exam Topic 3)
Universal Containers (UC) wants to develop a customer community to help their customers log issues with their containers. The community needs to function for their German- and Spanish-speaking customers also. UC heard that it's easy to create an international community using Salesforce, and hired a developer to build out the site.
What should the developer use to ensure the site is multilingual?
Correct Answer:
B
- (Exam Topic 1)
What is the transaction limit on the max Salesforce CPU time?
Correct Answer:
D
- (Exam Topic 3)
A developer is experiencing issues with a Lightning web component. The component must surface information about Opportunity owned by the currently logged-in user.
When the component is rendered, the following message is displayed: ‘’Error retrieving data’’ Which modification should be implemented to the Apex class to overcome the issue?
Correct Answer:
B
- (Exam Topic 3)
A company has a Request__c object that has a lookup to the Opportunity object and a custom field. Status__c, with values of Open,' Closed, and Invalid.' An Opportunity should not be allowed to be deleted if there are any Request__c records related to it that have a Status__c value of Open or 'Closed.'
what is the optimal way to enforce the requirement to prevent deletion?
Correct Answer:
C