Want to know Examcollection 70-465 Exam practice test features? Want to lear more about Microsoft Designing Database Solutions for Microsoft SQL Server 2012 certification experience? Study Vivid Microsoft 70-465 answers to Renew 70-465 questions at Examcollection. Gat a success with an absolute guarantee to pass Microsoft 70-465 (Designing Database Solutions for Microsoft SQL Server 2012) test on your first attempt.
Q31. You need to recommend a solution to meet the security requirements of the junior database administrators.
What should you include in the recommendation?
A. a database role
B. a server role
C. a shared login
D. a credential
Answer: B
Q32. Your company has offices in Seattle and Montreal.
The network contains two servers named Server1 and Server2 that have SQL Server 2012 installed. The servers are located in separate building within your campus. The latency of the WAN link between the buildings is less than 10 ms.
You plan to implement an AlwaysOn availability group on both servers.
You need to recommend a failover type for the availability group.
What should you recommend?
A. Asynchronous automatic failover
B. Synchronous manual failover
C. Asynchronous manual failover
D. Synchronous automatic failover
Answer: D
Q33. You have a SQL Server 2012 database named DB1.
You plan to import a large number of records from a SQL Azure database to DB1.
You need to recommend a solution to minimize the amount of space used in the transaction log during the import operation.
What should you include in the recommendation?
A. a new log file
B. a new filegroup
C. the full recovery model
D. a new partitioned table
E. the bulk-logged recovery model
Answer: B
Q34. DRAG DROP
You have a SQL Azure database named Database1.
You need to design the schema for a table named table1. Table1 will have less than one million rows. Table1 will contain the following information for each row:
The solution must minimize the amount of space used to store each row.
Which data types should you recommend for each column?
To answer, drag the appropriate data type to the correct column in the answer area.
Answer:
Q35. DRAG DROP
You plan to deploy a database by using SQL Server 2012.
Your company identifies the following requirements for the database:
-The name of all stored procedures must start with "usp_"always.
-All distribution statistics must be updated daily.
You need to identify which feature must be used to meet each database requirement.
Which features should you identify?
To answer, drag the appropriate feature to the correct database requirement in the answer area.
Answer:
Q36. You plan to create a database.
The database will be used by a Microsoft .NET application for a special event that will last for two days.
During the event, data must be highly available.
After the event, the database will be deleted.
You need to recommend a solution to implement the database while minimizing costs. The solution must not affect any existing applications.
What should you recommend?
More than one answer choice may achieve the goal. Select the BEST answer.
A. SQL Server 2012 Standard
B. SQL Azure
C. SQL Server 2012 Express with Advanced Services
D. SQL Server 2012 Enterprise
Answer: B
Q37. DRAG DROP
You are designing a database for a university.
The database will contain two tables named Classes and Enrollment that have the following specifications:
-Classes will store brochures in the XPS format. The brochures must be structured in folders and must be accessible by using UNC paths.
-Enrollment will store information about students and their classes. Performance must be enhanced for queries of the current enrollments.
You need to identify which SQL Server technology meets the specifications of each table.
Which technologies should you identify?
To answer, drag the appropriate technology to the correct table in the answer area.
Answer:
Q38. You need to recommend a solution for Application1 that meets the security requirements.
What should you include in the recommendation?
A. Encrypted columns
B. Certificate Authentication
C. Secure Socket Layer (SSL)
D. Signed stored procedures
Answer: B
Q39. You need to recommend a feature to support your backup solution.
What should you include in the recommendation?
A. Column-level encryption
B. A Secure Sockets Layer (SSL)
C. An NTFS file permission
D. Transparent Data Encryption (TDE)
Answer: D
Q40. You need to recommend a solution for the error handling of sp3. The solution must minimize the amount of custom code required.
What should you recommend?
A. Use the @@ERROR variable in the nested stored procedures.
B. Use a TRY CATCH block in the called stored procedures.
C. Use the @@ERROR variable in the called stored procedures.
D. Use the RAISERROR command in the nested stored procedures.
Answer: B