Download Administering Microsoft SQL Server 2012-2014 Databases.70-462.Prep4Sure.2018-06-15.176q.vcex

Vendor: Microsoft
Exam Code: 70-462
Exam Name: Administering Microsoft SQL Server 2012/2014 Databases
Date: Jun 15, 2018
File Size: 4 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
You administer a Microsoft SQL Server 2012 database named Contoso on a server named Server01. 
You need to diagnose deadlocks that happen when executing a specific set of stored procedures by recording events and playing them back on a different test server. 
What should you create?
  1. An Extended Event session
  2. A Policy
  3. A Database Audit Specification
  4. An Alert
  5. A Server Audit Specification
  6. A SQL Profiler Trace
  7. A Resource Pool
Correct answer: F
Explanation:
Reference: http://msdn.microsoft.com/en-us/library/ms188246.aspx
Reference: http://msdn.microsoft.com/en-us/library/ms188246.aspx
Question 2
You administer a Microsoft SQL Server 2012 database named Contoso on a server named Server01. 
You need to prevent users from disabling server audits in Server01. 
What should you create?
  1. An Alert
  2. A Resource Pool
  3. An Extended Event session
  4. A Policy
  5. A Database Audit Specification
  6. A SQL Profiler Trace
  7. A Server Audit Specification
Correct answer: D
Question 3
You administer a Microsoft SQL Server 2012. 
A process that normally runs in less than 10 seconds has been running for more than an hour. 
You examine the application log and discover that the process is using session ID 60. 
You need to find out whether the process is being blocked. 
Which Transact-SQL statement should you use?
  1. SELECT * FROM sys.dm_exec_requests WHERE session_id = 60
  2. SELECT * FROM sys.dm_exec_sessions WHERE session_id = 60
  3. DBCC INPUTBUFFER (60)
  4. DBCC OPENTRAN
Correct answer: A
Question 4
You administer all the deployments of Microsoft SQL Server 2012 in your company. You have two servers in the same data center that hosts your production database. 
You need to ensure that the database remains available if a catastrophic server failure or a disk failure occurs. 
You also need to maintain transactional consistency of the data across both servers. 
You need to achieve these goals without manual intervention. 
Which configuration should you use?
  1. Two servers configured in a Windows Failover Cluster in the same data center 
    SQL Server configured as a clustered instance
  2. SQL Server that includes an application database configured to perform transactional replication
  3. Two servers configured in the same data center 
    A primary server configured to perform log-shipping every 10 minutes 
    A backup server configured as a warm standby
  4. Two servers configured in different data centers 
    SQL Server Availability Group configured in Synchronous-Commit Availability Mode 
    One server configured as an Active Secondary
  5. Two servers configured in the same data center 
    SQL Server Availability Group configured in Asynchronous-Commit Availability Mode 
    One server configured as an Active Secondary
  6. Two servers configured in different data centers 
    SQL Server Availability Group configured in Asynchronous-Commit Availability Mode
  7. SQL Server that includes an application database configured to perform snapshot replication
  8. Two servers configured on the same subnet 
    SQL Server Availability Group configured in Synchronous-Commit Availability Mode
Correct answer: H
Explanation:
Reference: http://msdn.microsoft.com/en-us/library/ff877931.aspx
Reference: http://msdn.microsoft.com/en-us/library/ff877931.aspx
Question 5
You create an availability group that has replicas named HA/Server01 and HA/Server02. Currently, HA/Server01 is the primary replica. 
You have multiple queries that read data and produce reports from the database. 
You need to offload the reporting workload to the secondary replica when HA/Server01 is the primary replica. 
What should you do?
  1. Set the Availability Mode property of HA/Server02 to Asynchronous commit.
  2. Set the Readable Secondary property of HA/Server02 to Read-intent only.
  3. Set the Connections in Primary Role property of HA/Server01 to Allow read/write connections.
  4. Set the Availability Mode property of HA/Server01 to Asynchronous commit.
Correct answer: B
Explanation:
Reference: http://msdn.microsoft.com/en-us/library/jj542414.aspx
Reference: http://msdn.microsoft.com/en-us/library/jj542414.aspx
Question 6
You administer two Microsoft SQL Server 2012 servers. Each server resides in a different, untrusted domain. 
You plan to configure database mirroring. 
You need to be able to create database mirroring endpoints on both servers. 
What should you do?
  1. Configure the SQL Server service account to use Network Service.
  2. Use a server certificate.
  3. Use a database certificate.
  4. Configure the SQL Server service account to use Local System.
Correct answer: B
Question 7
You administer a Microsoft SQL Server 2012 instance that has several SQL Server Agent jobs configured. 
When SQL Server Agent jobs fail, the error messages returned by the job steps do not provide the required detail. 
The following error message is an example error message:
"The job failed. The Job was invoked by User CONTOSO\ServiceAccount. The last step to run was step 1 (Subplan_1)." 
You need to ensure that all available details of the job step failures for SQL Server Agent jobs are retained. 
What should you do?
  1. Configure output files.
  2. Expand agent logging to include information from all events.
  3. Disable the Limit size of job history log feature.
  4. Configure event forwarding.
Correct answer: B
Explanation:
Reference: http://msdn.microsoft.com/en-us/library/ms175488.aspx
Reference: http://msdn.microsoft.com/en-us/library/ms175488.aspx
Question 8
You administer a Microsoft SQL Server instance. 
You need to configure a new database to support FILETABLES. 
Which three actions should you perform? Each correct answer presents part of the solution.
  1. Disable FILESTREAM on the Database.
  2. Enable FILESTREAM on the Server Instance.
  3. Configure the Database for Partial Containment.
  4. Create a non-empty FILESTREAM file group.
  5. Enable Contained Databases on the Server Instance.
  6. Set the FILESTREAM directory name on the Database.
Correct answer: BDF
Explanation:
Reference: http://msdn.microsoft.com/en-us/library/gg509097.aspx
Reference: http://msdn.microsoft.com/en-us/library/gg509097.aspx
Question 9
You administer two instances of Microsoft SQL Server. You deploy an application that uses a database on the named instance. 
The application is unable to connect to the database on the named instance. 
You need to ensure that the application can connect to the named instance. 
What should you do?
  1. Configure the application as data-tiered.
  2. Open port 1433 on the Windows firewall on the server.
  3. Configure the named SQL Server instance to use an account that is a member of the Domain Admins group.
  4. Start the SQL Server Browser Service.
Correct answer: D
Question 10
You use a contained database named ContosoDb within a domain. 
You need to create a user who can log on to the ContosoDb database. You also need to ensure that you can port the database to different database servers within the domain without additional user account configurations. 
Which type of user should you create?
  1. SQL user without login
  2. User mapped to an asymmetric key
  3. Domain user
  4. login mapped to a virtual account
Correct answer: C
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!