問題1
Which three resources in an Aura component can contain JavaScript functions?
Choose 3 answers
Which three resources in an Aura component can contain JavaScript functions?
Choose 3 answers
正確答案: A,B,E
問題2
What are three capabilities of the <ltng: require> tag when loading JavaScript resources in Aura components?
Choose 3 answers
What are three capabilities of the <ltng: require> tag when loading JavaScript resources in Aura components?
Choose 3 answers
正確答案: A,D,E
問題3
A developer is creating an app that contains multiple Lightning web components.
One of the child components is used for navigation purposes. When a user clicks a button called Next in the child component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?
A developer is creating an app that contains multiple Lightning web components.
One of the child components is used for navigation purposes. When a user clicks a button called Next in the child component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?
正確答案: B
問題4
Which two actions may cause triggers to fire?
Choose 2 answers
Which two actions may cause triggers to fire?
Choose 2 answers
正確答案: B,D
問題5
Universal Containers implemented a private sharing model for the Account object. A custom Account search tool was developed with Apex to help sales representatives find accounts that match multiple criteria they specify. Since its release, users of the tool report they can see Accounts they do not own.
What should the developer use to enforce sharing permissions for the currently logged in user while using the custom search tool?
Universal Containers implemented a private sharing model for the Account object. A custom Account search tool was developed with Apex to help sales representatives find accounts that match multiple criteria they specify. Since its release, users of the tool report they can see Accounts they do not own.
What should the developer use to enforce sharing permissions for the currently logged in user while using the custom search tool?
正確答案: B
問題6
Refer to the component code 9f\d requirements below:

Requirements
* For mobile devices. the information should display in three rows.
* For desktops and tablets, the information should display in a single row.
Requirement 2 is not displaying as desired.
Which option has the correct component code to meet the requirements for desktops end and tablets?
Refer to the component code 9f\d requirements below:

Requirements
* For mobile devices. the information should display in three rows.
* For desktops and tablets, the information should display in a single row.
Requirement 2 is not displaying as desired.
Which option has the correct component code to meet the requirements for desktops end and tablets?
正確答案: A
問題7
Which two settings must be defined In order to update a record of a junction object?
Choose 2 answers
Which two settings must be defined In order to update a record of a junction object?
Choose 2 answers
正確答案: A,D
問題8
Which two are phases in the Aura application event propagation framework?
Choose 2 answers
Which two are phases in the Aura application event propagation framework?
Choose 2 answers
正確答案: B,C
問題9
A developer creates a custom exception as shown below:
public class ParityException extends Exception { }
What are two ways the developer can fire the exception in Apex?
A developer creates a custom exception as shown below:
public class ParityException extends Exception { }
What are two ways the developer can fire the exception in Apex?
正確答案: A,C