- (Exam Topic 1)
What is a consideration when using bind variables with dynamic SOQL? (Choose two.)
Correct Answer:
AD
- (Exam Topic 1)
Which type of controller is best suited when you want all of the basic DML functions from an object's normal new/edit page and want to include multiple records?
Correct Answer:
B
- (Exam Topic 3)
A developer 15 tasked with creating an application-centric feature on which end-users can access and update information. This feature must be available in lightning Experience while working seamlessly in multiple device form factors, such as desktops, phones, and tablets. Additionally, the feature must support Addressable URL Tabs and interact with the Salesforce Console APIs.
What arm two approaches a developer can take to build the application and support the business requirements? Choose 2 answers
Correct Answer:
BC
- (Exam Topic 3)
When developing a Lightning web component, which setting displays lightning-layout-items in one column on small devices, such as mobile phones, and in two columns on tablet-size and desktop-size screens?
Correct Answer:
B
- (Exam Topic 2)
A company has a custom object Sales_Help_Request c that has a Lookup relationship to Opportunity. The Sales_Help_Request__c has a number field, Number_of_Hours___c, that represents the amount of time spent on the Sales_Help_Request___c.
A developer is tasked with creating a field, Total_Hours c, on Opportunity that should be the sum of all of the Number_of_Hours___c values for the Sales_Help_Request___c records related to that Opportunity.
What should the developer use to implement this?
Correct Answer:
D