Question: 1
Exhibit:
Consider the Apex controller above, that is called from a Lightning Aura Component.
What is wrong with it?
Question: 2
Exhibit:
Refer to the component code above. The information displays as expected (in three rows) on a mobile device. However, the information is not displaying as desired (in a single row) on a desktop or tablet.
Which option has the correct component changes to display correctly on desktops and tablets?
Question: 3
Exhibit:
The test method above calls a web service that updates an external system with Account information and sets the Account's Integration_Updated__c checkbox to True when it completes. The test fails to execute and exits with an error: 'Methods defined as TestMethod do not support Web service callouts.'
What is the optimal way to fix this?
Question: 4
Universal Containers wants to use a Customer Community with Customer Community Plus licenses so their customers can track how many containers they are renting and when they are due back. Many of their customers are global companies with complex Account hierarchies, representing various departments within the same organization.
One of the requirements is that certain community users within the same Account hierarchy be able to see several departments' containers, based on a junction object that relates the Contact to the various Account records that represent the departments.
Which solution solves these requirements?
Question: 5
Which three statements are correct about change sets? (Choose three.)