exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 372 discussion

Actual exam question from Salesforce's CRT-450
Question #: 372
Topic #: 1
[All CRT-450 Questions]

Which code statement includes an Apex method named updateAccounts in the class AccountController for use in a Lightning web component?

  • A. import updateAccounts from 'AccountController';
  • B. import updateAccounts from ‘@salesforce/apex/AccountController.updateAccounts';
  • C. import updateAccounts from 'AccountController.updateAccounts';
  • D. import updateAccounts from ‘@salesforce/apex/AccountController’;
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
irina_735
8 months, 3 weeks ago
Selected Answer: B
import apexMethodName from "@salesforce/apex/namespace.classname.apexMethodReference https://developer.salesforce.com/docs/platform/lwc/guide/apex-import-method.html
upvoted 2 times
...
BrucePark
10 months, 1 week ago
Selected Answer: B
Should be B.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...