Universal Hiring uses Salesforce to capture job applications. A salesforce administrator created two custom objects; Job c acting as the maste object, Job _Application c acting as the detail. Within the Job c object, a custom multi-select picklist, preferred Locations c, contains a list of approved states for the position. Each Job_Application c record relates to a Contact within the system through a master-detail relationship. Recruiters have requested the ability to view whether the Contact's Mailing State value matches a value selected on the Preferred_Locations c field, within the Job_Application c record. Recruiters would like this value to be kept in sync if changes occur to the Contact's Mailing State. What is the recommended tool a developer should use to meet the business requirement?
A. Roll-up summary field
B. Apex trigger
C. Formula field
D. Record-triggered flow
Which three steps allow a custom SVG to be included in a Lightning web component? Choose 3 answers
A. Upload the SVG as a static resource.
B. Import the static resource and provide a getter for it in JavaScript.
C. Reference the getter in the HTML template.
D. Reference the import in the HTML template.
E. Import the SVG as a content asset file.
What is the result of the following code snippet?
A. Accounts are inserted.
B. Account Is inserted.
C. 200 Accounts are inserted.
D. 201 Accounts are Inserted.
What should a developer use to fix a Lightning web component bug in a sandbox?
A. Developer Console
B. VS Code
C. Force.com IDE
A developer migrated functionality from JavaScript Remoting to a Lightning web component and wants to use the existing getOpportunities() method to provide data. What to do now?
A. The method must be decorated with (cacheable=true).
B. The method must be decorated with @AuraEnabled.
C. The method must return a JSON Object.
D. The method must return a String of a serialized JSON Array.
Page 2 out of 48 Pages |
Previous |