Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. Update 70-480 Microsoft VCE Exam Practice Questions And Answers
  2. QUESTION 1
  3. You need to configure the CredentialPicker object to meet the requirements. Which code segment should you insert at line GC04?
  4. A. options.callerSavesCredential = false;
  5. B. options.CredentialSaveOption.unselected;
  6. C. options.CredentialSaveOption.selected;
  7. D. options.callerSavesCredential = true;
  8. E. options.CredentialSaveOption.hidden;
  9. Correct Answer: C
  10. QUESTION 2
  11. You need to implement the code to meet the search requirements. Which code segment should you insert at line NP11?
  12. A. Option A
  13. B. Option B
  14. C. Option C
  15. D. Option D
  16. Correct Answer: D
  17. QUESTION 3
  18. You need to implement the code to retrieve news items according to the requirements. Which code segment should you add to newsPage.js?
  19. A. Option A
  20. B. Option B
  21. C. Option C
  22. D. Option D
  23. Correct Answer: D
  24. QUESTION 4
  25. You need to ensure that the app displays only contacts that meet the requirements. Which code segment should you insert at line EJ03?
  26. A. Option A
  27. B. Option B
  28. C. Option C
  29. D. Option D
  30. Correct Answer: D
  31. QUESTION 5
  32. You need to ensure that the user can annotate news items according to the requirements. Which code segment should you insert at line NJ03?
  33. A. Option A
  34. B. Option B
  35. C. Option C
  36. D. Option D
  37. Correct Answer: B
  38. QUESTION 6
  39. You need to implement the code to meet the requirements for handling changes in the annotation area of the newsItem.html page. Which event handler should you add to newsltem.js?
  40. A. Option A
  41. B. Option B
  42. C. Option C
  43. D. Option D
  44. Correct Answer: A
  45. QUESTION 7
  46. You need to ensure that the navigation requirements for displaying news items are met. Which code segment should you insert at line NP04?
  47. A. nav.navigate("/html/newsPage.html");
  48. B. nav.navigate ("/html/newsItem.html", {item: item});
  49. C. nav.forward ("/html/newsItem.html");
  50. D. nav.forward("/html/newsPage.html", {item: item});
  51. Correct Answer: B
  52. QUESTION 8
  53. You need to implement the code to meet the requirements for displaying content from search results. Which code segment should you insert at line NP19?
  54. A. Option A
  55. B. Option B
  56. C. Option C
  57. D. Option D
  58. Correct Answer: B
  59. QUESTION 9
  60. You need to ensure that the requirements for capturing user input on the newsltem.html page are met.
  61. Which code segments should you use? (Each correct answer presents part of the solution. Choose all that apply.)
  62. A. InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.selecting;
  63. B. InkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.selected;
  64. C. InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.inking;
  65. D. InkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.all;
  66. Correct Answer: AB
  67. QUESTION 10
  68. You need to ensure that the layout for newsPage.html meets the requirements. Which layout should you choose?
  69. A. Option A
  70. B. Option B
  71. C. Option C
  72. D. Option D
  73. Correct Answer: B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement