exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 3 question 13 discussion

Actual exam question from Microsoft's 70-486
Question #: 13
Topic #: 3
[All 70-486 Questions]

The GetDealPrice method must be called by using Ajax.
You need to get the price of a product by using the GetDealPrice method of the ProductController.
Which code segment should you use? (Each correct answer presents a complete solution. Choose all that apply.)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
OS
Highly Voted 5 years, 11 months ago
If D is the question, which I got from another page: D.$.getJSON("Product/GetDealPrice/" + productId) function (data) { $(".price").html(data.d); } }; Than Answer C is the only answer which is correct.
upvoted 8 times
...
cristopherpereiramoreira
Highly Voted 5 years, 9 months ago
Thanks for share D. CD are correct since getJSON is the shorthand of C
upvoted 8 times
Kuna_Lambo
4 years, 5 months ago
https://api.jquery.com/jquery.getjson/
upvoted 1 times
...
...
AT_TW
Most Recent 5 years, 4 months ago
WHERE IS D?
upvoted 3 times
...
Nunu95
5 years, 5 months ago
option D is missing!
upvoted 2 times
...
peterluttikhuis
5 years, 11 months ago
I'm missing option D
upvoted 5 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 ...