Microsoft 70-473 Exam Practice Questions (P. 1)
- Full Access (26 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #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:

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:

send
light_mode
delete
Question #2
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.
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.
- AAdd HelpDesk to the db_owner role for all of the databases.
- BAdd HelpDesk to the new role.
- CGrant VIEW ANY DATABASE to the new role.
- DGrant VIEW SERVER STATE to the newrole.
- ECreate a database role.
- FCreate a server role.
Correct Answer:
BDF
References:
https://msdn.microsoft.com/en-us/library/ms188754.aspx
BDF
References:
https://msdn.microsoft.com/en-us/library/ms188754.aspx
send
light_mode
delete
Question #3
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.
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.
- Athe Column Master Key
- Bthe database master key
- Cthe service master key
- Dtransparent data encryption (TDE)
- Ethe Column Encryption Key
Correct Answer:
A
References:
https://azure.microsoft.com/en-gb/documentation/articles/sql-database-always-encrypted/
A
References:
https://azure.microsoft.com/en-gb/documentation/articles/sql-database-always-encrypted/
send
light_mode
delete
Question #4
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?
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?
- AEXECUTE sp_set_database_firewall_rule N’NewYork,’131.107.15.1’,’255.255.255.255’
- BEXECUTE sp_set_database_firewall_rule N’NewYork, ’192.168.8.0’, ‘192.168.8.255’;
- CEXECUTE sp_set_database_firewall_rule N’NewYork,’192.168.8.0’, ’255.255.255.0’;
- DEXECUTE sp_set_database_firewall_rule N’NewYork,’131.107.15.1’,’131.107.15.1’;
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
B
References:
http://azure.patrickkeisler.com/2015/11/configuring-the-azure-sql-database-firewall/ https://msdn.microsoft.com/en-gb/library/dn270010.aspx
send
light_mode
delete
Question #5
You have a Microsoft SQL Server 2014 instance on a Microsoft Azure virtual machine.
You need to ensure that all SQL Server audits are written to the Windows Security log.
Which two actions should you perform? Each correct answer presents part of the solution.
You need to ensure that all SQL Server audits are written to the Windows Security log.
Which two actions should you perform? Each correct answer presents part of the solution.
- AConfigure the Audit policy change policy.
- BAssign the Generate security audits user right.
- CConfigure the Audit object access policy.
- DAssign the Log on as a service user right.
- EConfigure the Audit the access of global system objects policy.
Correct Answer:
BC
References:
https://msdn.microsoft.com/en-us/library/cc645889.aspx
BC
References:
https://msdn.microsoft.com/en-us/library/cc645889.aspx
send
light_mode
delete
All Pages