Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Microsoft 70-473 Exam Actual Questions

The questions for 70-473 were last updated on May 11, 2024.
  • Viewing page 1 out of 7 pages.
  • Viewing questions 1-4 out of 26 questions

Topic 1 - Single Topic

Question #1 Topic 1

DRAG DROP -
You have a Microsoft Azure virtual machine that hosts a Microsoft SQL Server database.
You need to configure firewall rules to meet the following requirements:
✑ Access the database remotely.
✑ Manage the server remotely by using Windows PowerShell.
✑ Manage the server remotely by using Remote Desktop.
Which Azure endpoint ports should you open? To answer, drag the appropriate ports to the correct types of access. Each port may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:

Reveal Solution Hide Solution   Discussion  

Correct Answer:

Question #2 Topic 1

You have a Microsoft SQL Server instance on a Microsoft Azure virtual machine.
The members of an Active Directory group named HelpDesk can log in to the SQL Server instance.
You need to ensure that the members of HelpDesk can query dynamic management views and gather performance metrics from the SQL Server instance.
Which three actions should you perform? Each correct answer presents part of the solution.

  • A. Add HelpDesk to the db_owner role for all of the databases.
  • B. Add HelpDesk to the new role.
  • C. Grant VIEW ANY DATABASE to the new role.
  • D. Grant VIEW SERVER STATE to the newrole.
  • E. Create a database role.
  • F. Create a server role.
Reveal Solution Hide Solution   Discussion  

Correct Answer: BDF 🗳️
References:
https://msdn.microsoft.com/en-us/library/ms188754.aspx

Question #3 Topic 1

You have a Microsoft Azure SQL database.
You need to ensure that you can use the Always Encrypted feature for the database.
Which two components should you configure? Each correct answer presents part of the solution.

  • A. the Column Master Key
  • B. the database master key
  • C. the service master key
  • D. transparent data encryption (TDE)
  • E. the Column Encryption Key
Reveal Solution Hide Solution   Discussion   1

Correct Answer: A 🗳️
References:
https://azure.microsoft.com/en-gb/documentation/articles/sql-database-always-encrypted/

Question #4 Topic 1

Your company has two offices located in London and New York.
The London office has a public IP of 131.107.1.1 and a private IP subnet of 192.168.4.0/24. The New York office has a public IP of 131.107.15.1 and a private IP subnet of 192.168.8.0/24.
You have a Microsoft Azure SQL database. Currently, only the users in the London office use the database.
You plan to provide the users in the New York office with access to the database.
You need to ensure that the New York office users can access the database.
Which command should you execute?

  • A. EXECUTE sp_set_database_firewall_rule N’NewYork,’131.107.15.1’,’255.255.255.255’
  • B. EXECUTE sp_set_database_firewall_rule N’NewYork, ’192.168.8.0’, ‘192.168.8.255’;
  • C. EXECUTE sp_set_database_firewall_rule N’NewYork,’192.168.8.0’, ’255.255.255.0’;
  • D. EXECUTE sp_set_database_firewall_rule N’NewYork,’131.107.15.1’,’131.107.15.1’;
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️
References:
http://azure.patrickkeisler.com/2015/11/configuring-the-azure-sql-database-firewall/ https://msdn.microsoft.com/en-gb/library/dn270010.aspx

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 ...