Question: 1
Exhibit.
What must be added to get the data?
Question: 2
What is the correct order of execution for Visualforce Page 'postback' requests (when user interaction requires a page update)?
Question: 3
What is the correct order of execution for Visualforce Page 'get' requests (initial page visit)?
Answer : C
Show Answer
Hide Answer
Question: 4
Line 1 public class AttributeTypes Line 2 { Line 3 private final String[] arrayItems; Line 4 Line 5 @AuraEnabled Line 6 public List<String> getStringArray() { Line 7 Strings+ arrayItems = new String*+, 'red', 'green', 'blue' -; Line 8 return arrayItems; Line 9 } Line 10 } Consider the Apex controller above that is called from a Lightning Aura Component. What is wrong with it?
Question: 5
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 users locale settings?