Question: 1
What should a developer use to script the deployment and unit test execution as part of continuous integration?
Question: 2
How does the Lightning Component framework help developers implement solutions faster?
Question: 3
A developer is asked to prevent anyone other than a user with Sales Manager profile from changing the Opportunity Status to Closed Lost if the lost reason is blank.
Which automation allows the developer to satisfy this requirement in the most efficient manner?
Question: 4
A developer must create a lightning component that allows users to input contact record
information to create a contact record, including a salary__c custom field. what should the
developer use, along with a lightning-record-edit form, so that salary__c field functions as a
currency input and is only viewable and editable by users that have the correct field levelpermissions on salary__C?
Question: 5
In a single record, a user selects multiple values from a multi-select picklist. How are the selected values represented in Apex?