nerdexam
Microsoft

98-374 · Question #89

You create a game project that stores player information on a central server. The information is accessed by using the Internet. You must ensure that player information cannot be accessed by an…

The correct answer is C. Embed the information as part of an HTML form post method and then send the information D. Encrypt the information and then send it by using the HTTP protocol. See the full explanation below for the reasoning.

Question

You create a game project that stores player information on a central server. The information is accessed by using the Internet. You must ensure that player information cannot be accessed by an unauthorized user. You need to identify the most secure methods to send data to the server. Which two methods should you use? (Choose two.)

Options

  • ASend the information by using the HTTPS protocol.
  • BEmbed the information in a universal resource locator (URL) as a query string and then send
  • CEmbed the information as part of an HTML form post method and then send the information
  • DEncrypt the information and then send it by using the HTTP protocol.

How the community answered

(40 responses)
  • A
    15% (6)
  • B
    5% (2)
  • C
    80% (32)

Community Discussion

No community discussion yet for this question.

Full 98-374 Practice