Microsoft 70-473 Designing and Implementing Cloud Data Platform Solutions Online Training
Microsoft 70-473 Online Training
The questions for 70-473 were last updated at Nov 19,2024.
- Exam Code: 70-473
- Exam Name: Designing and Implementing Cloud Data Platform Solutions
- Certification Provider: Microsoft
- Latest update: Nov 19,2024
DRAG DROP
You need to configure auditing to meet the technical requirements.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
DRAG DROP
You need to implement the monitoring solution for the Listings database.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
DRAG DROP
You need to back up the Listings database to meet the high-availability and recovery requirements.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
DRAG DROP
You need to recommend a solution to implement high availability for the Listings database.
Which three actions should you recommend be performed in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
You are evaluating whether an Azure SQL Database elastic database pool suits your workload and usage patterns.
What are two possible ways to identify the elastic database transaction units (eDTUs)? Each correct answer presents a complete solution.
- A . Aggregate data from sys.dm_os_wait_stats.
- B . Run the Database Engine Tuning Advisor.
- C . Run the Service Tier Advisor.
- D . Aggregate data from sys.dm_db_resource_stats.
- E . Aggregate data from sys.dm_os_performance_counters.
You need to recommend a solution to migrate the Listings database to the cloud.
What should you recommend?
- A . Stage the Listings database on an Azure virtual machine prior to the outage. During the outage, perform a data import from the main office by using SQL Server Management Studio.
- B . Enable mirroring between the main office and the Azure virtual machine. During the planned outage, change the mirroring roles on the Azure virtual machine to become the primary server, and then break the mirror.
- C . Run a full backup during the outage and restore the backup to the Azure virtual machine.
- D . Implement merge replication between the main office and the Azure virtual machine.
Which three components are required to meet the encryption requirements for the ListTest database? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A . a Column Master Key
- B . a certificate
- C . an Always Encrypted enabled driver
- D . a Column Encryption Key
- E . a service master key
- F . a database master key
DRAG DROP
You need to implement monitoring for the ListTest database.
Which three statements should you use in sequence? To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.
DRAG DROP
You need to configure server-level access to the ListTest database. adatum
What statement should you use? To answer, drag the appropriate elements to the correct locations. Each element may be used once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.
Topic 3, Contoso, Ltd.Overview
Contoso, Ltd. is a national scientific research company that has sales, marketing, and research departments.
Contoso has a main office in Dallas and more than 20 satellite offices across the United States. Some employees work off-site at customer locations.
Contoso is expected to double in size during the next two years.
Existing Environment
The Microsoft SQL Server environment contains the servers configured as shown in the following table.
Contoso currently uses SQL Server 2008 R2 on all of the database servers. SQL01 currently
requires six cores and 50 GB of memory. Once a day, database snapshots are taken on the mirror to provide ad hoc reporting and to load the data warehouse.
One report is used for ad hoc reporting by using the mirrored copy of the OLTP database. Research Gen II is a Windows application that users currently access by using Remote Desktop.
Requirements
Business Goals
Contoso identifies the following business goals:
Planned changes
Contoso plans to implement the following changes:
Departmental Requirements
Senior research project leaders must be able to upload databases to the cloud. Initially, the databases will be less than 3 GB. Some databases may grow to 50 GB. The databases must be recoverable to any point during the past two weeks.
The research project leaders must monitor the performance of their databases. They must view statistics, such as query performance and overall database performance.
The marketing department plans to use cloud services to host web applications for marketing campaigns.
The databases for the web applications have the requirements shown in the following table.
Technical Requirements
Contoso identifies the following technical requirements:
A solution for the data warehouse system must be created to provide disaster recovery between SQL03 and an Azure virtual machine named SQL04. You are designing the data warehouse. You need to recommend a solution that meets the business goals and the technical requirements.
What should you recommend?
- A . Create an AlwaysOn availability group between SQL03 and SQL04.
- B . Host the data warehouse on an Azure virtual machine.
- C . Create an Azure HDInsight cluster.
- D . Create an Azure DocumentDB database.