- (Exam Topic 1)
What is the transaction limit for the number of records for SOQL queries?
Correct Answer:
C
- (Exam Topic 3)
A business requires that every parent record must have a child record. A developer writes an Apex method with two DML statements to insert a parent record and a child record.
A validation rule blocks child records from being created. The method uses a try/catch block to handle the DML exception.
What should the developer do to ensure the parent always has a child record?
Correct Answer:
C
- (Exam Topic 1)
In an organization that has multi-currency enabled, a developer is tasked with building a Lighting Component that displays the top ten Opportunities most recently access by the logged in user. The developer must ensure the Amount and LastModifiedDate field values are displayed according to the user's locale.
What is the most effective approach to ensure values displayed respect the user’s locale settings?
Correct Answer:
C
- (Exam Topic 1)
An org has a requirement that an Account must always have one and only one Contact listed as Primary. So selecting one Contact will de-select any others. The client wants a checkbox on the Contact called 'Is Primary' to control this feature. The client also wants to ensure that the last name of every Contact is stored entirely in uppercase characters. What is the optimal way to implement these requirements?
Correct Answer:
A
- (Exam Topic 3)
A developer receives complaints that the component loads slowly.
Which change can the developer implement to make the component perform faster?
Correct Answer:
A