- (Exam Topic 1)
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 wrii return a unique list of all the Contact records that have no Fulfilled Orders?
Correct Answer:D
- (Exam Topic 3)
A developer i$ tasked Dy Unversai Containers to build out a system to track the container repair process. Containers should be tracked as they move through the repair process, starting when a customer reports an issue and ending when the container is returned to the customer.
Which solution meets these business requirements while following best practices?
Correct Answer:A
- (Exam Topic 1)
Consider the above trigger intended to assign the Account to the manager of the Account''s region. Which two changes should a developer make in this trigger to adhere to best practices? Choose 2 answers
Correct Answer:CD
- (Exam Topic 3)
A developer is creating a Lightning web component that contains a child component. The property stage is being passed from the parent to the child. The public property is changing, but the setOppList function is not being invoked.
What should the developer change to allow this?
Correct Answer:D
- (Exam Topic 1)
How should a developer verify that a specific Account record is being tested in a test class for a visualforce controller?
Correct Answer:A