[2016-New] Free Share Of GreatExam 70-457 VCE And PDF Dumps (121-140)

70-457 dumps free share: GreatExam presents the highest quality of 70-457 exam practice test which helps candidates to pass the 70-457 exams in the first attempt.

QUESTION 121
Drag and Drop Question
You administer a single Microsoft SQL Server instance on a two-node failover cluster that has nodes named Node A and Node B. The instance is currently running on Node A.
You want to patch both Node A and Node B by using the most recent SQL Server Service Pack. You need to ensure that the following requirements are met:
– Both nodes receive the update.
– Downtime is minimized.
– No data is lost.
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.)

 

1211
Answer:
1212
Explanation:
http://technet.microsoft.com/en-us/library/ms191009.aspx
http://technet.microsoft.com/en-us/library/ms191295.aspx

QUESTION 122
You administer a Microsoft SQL Server 2012 failover cluster that contains two nodes named Node A and Node B. A single instance of SQL Server is installed on the cluster.
An additional node named Node C has been added to the existing cluster.
You need to ensure that the SQL Server instance can use all nodes of the cluster.
What should you do?

A.    Run the New SQL Server stand-alone installation Wizard on Node C.
B.    Run the Add Node to SQL Server Failover Cluster Wizard on Node C.
C.    Use Node B to install SQL Server on Node C.
D.    Use Node A to install SQL Server on Node C.

Answer: B
Explanation:
http://technet.microsoft.com/en-us/library/ms191545.aspx

QUESTION 123
You administer a Microsoft SQL Server 2012 instance.
After a routine shutdown, the drive that contains tempdb fails.
You need to be able to start the SQL Server.
What should you do?

A.    Modify tempdb location in startup parameters.
B.    Start SQL Server in minimal configuration mode.
C.    Start SQL Server in single-user mode.
D.    Configure SQL Server to bypass Windows application logging.

Answer: B
Explanation:
http://msdn.microsoft.com/en-us/library/ms186400.aspx
http://msdn.microsoft.com/en-us/library/ms345408.aspx

QUESTION 124
You administer a single server that contains a Microsoft SQL Server 2012 default instance.
You plan to install a new application that requires the deployment of a database on the server. The application login requires sysadmin permissions.
You need to ensure that the application login is unable to access other production databases. What should you do?

A.    Use the SQL Server default instance and configure an affinity mask.
B.    Install a new named SQL Server instance on the server.
C.    Use the SQL Server default instance and enable Contained Databases.
D.    Install a new default SQL Server instance on the server.

Answer: B
Explanation:
http://msdn.microsoft.com/en-us/library/ms187104.aspx

QUESTION 125
You administer a Microsoft SQL Server 2012 Enterprise Edition server that uses 64 cores.
You discover performance issues when large amounts of data are written to tables under heavy system load.
You need to limit the number of cores that handle I/O.
What should you configure?

A.    Processor affinity
B.    Lightweight pooling
C.    Max worker threads
D.    I/O affinity

Answer: D
Explanation:
http://msdn.microsoft.com/en-us/library/ms189629.aspx

QUESTION 126
You administer a Microsoft SQL Server 2012 instance that contains a financial database hosted on a storage area network (SAN). The financial database has the following characteristics:
– A data file of 2 terabytes is located on a dedicated LUN (drive D).
– A transaction log of 10 GB is located on a dedicated LUN (drive E).
– Drive D has 1 terabyte of free disk space.
– Drive E has 5 GB of free disk space.
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day. The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database. These data load operations must occur in the minimum amount of time. A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
You need to ensure that your backup will continue if any invalid checksum is encountered.
Which backup option should you use?

A.    STANDBY
B.    Differential
C.    FULL
D.    CHECKSUM
E.    BULK_LOGGED
F.    CONTINUE_AFTER_ERROR
G.    SIMPLE
H.    DBO_ONLY
I.    COPY_ONLY
J.    SKIP
K.    RESTART
L.    Transaction log
M.    NO_CHECKSUM
N.    NORECOVERY

Answer: F
Explanation:
http://msdn.microsoft.com/en-us/library/ms186865.aspx
http://msdn.microsoft.com/en-
us/library/microsoft.sqlserver.management.smo.backuprestorebase.continueaftererror.aspx

QUESTION 127
You administer a Microsoft SQL Server 2012 instance that contains a financial database hosted on a storage area network (SAN). The financial database has the following characteristics:
– A data file of 2 terabytes is located on a dedicated LUN (drive D).
– A transaction log of 10 GB is located on a dedicated LUN (drive E).
– Drive D has 1 terabyte of free disk space.
– Drive E has 5 GB of free disk space.
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day. The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database. These data load operations must occur in the minimum amount of time. A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours. On Wednesday at 10:00 hours, the development team requests you to refresh the database on a development server by using the most recent version.
You need to perform a full database backup that will be restored on the development server. Which backup option should you use?

A.    NORECOVERY
B.    FULL
C.    NO_CHECKSUM
D.    CHECKSUM
E.    Differential
F.    8ULK_LOGGED
G.    STANDBY
H.    RESTART
I.    SKIP
J.    Transaction log
K.    DBO ONLY
L.    COPY_ONLY
M.    SIMPLE
N.    CONTINUE AFTER ERROR

Answer: L
Explanation:
http://msdn.microsoft.com/en-us/library/ms191495.aspx
http://msdn.microsoft.com/en-us/library/ms186858.aspx

QUESTION 128
You administer a Microsoft SQL Server 2012 instance that contains a financial database hosted on a storage area network (SAN). The financial database has the following characteristics:
– A data file of 2 terabytes is located on a dedicated LUN (drive D).
– A transaction log of 10 GB is located on a dedicated LUN (drive E).
– Drive D has 1 terabyte of free disk space.
– Drive E has 5 GB of free disk space.
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day. The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database. These data load operations must occur in the minimum amount of time. A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
You need to ensure that the minimum amount of data is lost.
Which recovery model should the database use?

A.    FULL
B.    DBO_ONLY
C.    CONTINUE_AFTER_ERROR
D.    CHECKSUM
E.    NO_CHECKSUM
F.    SIMPLE
G.    Transaction log
H.    SKIP
I.    RESTART
J.    COPY_ONLY
K.    NORECOVERY
L.    BULK_LOGGED
M.    Differential
N.    STANDBY

Answer: L
Explanation:
http://msdn.microsoft.com/en-us/library/ms189275.aspx

QUESTION 129
You administer a Microsoft SQL Server 2012 instance that contains a financial database hosted on a storage area network (SAN). The financial database has the following characteristics:
– A data file of 2 terabytes is located on a dedicated LUN (drive D).
– A transaction log of 10 GB is located on a dedicated LUN (drive E).
– Drive D has 1 terabyte of free disk space.
– Drive E has 5 GB of free disk space.
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the existing data is modified each day. The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT commands. Each data load adds 3 GB of data to the database. These data load operations must occur in the minimum amount of time. A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during business hours.
You need to ensure that the backup size is as small as possible.
Which backup should you perform every two hours?

A.    BULK_LOGGED
B.    NO_CHECKSUM
C.    FULL
D.    RESTART
E.    CHECKSUM
F.    STANDBY
G.    DBO.ONLY
H.    NORECOVERY
I.    SIMPLE
J.     SKIP
K.    Transaction tog
L.     COPY_ONLY
M.    Differential
N.    CONTINUE_AFTER_ERROR

Answer: J
Explanation:
http://msdn.microsoft.com/en-us/library/ms186865.aspx
http://msdn.microsoft.com/en-us/library/ms191429.aspx
http://msdn.microsoft.com/en-us/library/ms179478.aspx

QUESTION 130
You administer a Microsoft SQL Server 2012 instance named SQL2012 that hosts an OLTP database of 1 terabyte in size. The database is modified by users only from Monday through Friday from 09:00 hours to 17:00 hours. Users modify more than 30 percent of the data in the database during the week. Backups are performed as shown in the following schedule:
1301
The Finance department plans to execute a batch process every Saturday at 09:00 hours. This batch process will take a maximum of 8 hours to complete. The batch process will update three tables that are 10 GB in size. The batch process will update these tables multiple times. When the batch process completes, the Finance department runs a report to find out whether the batch process has completed correctly.
You need to ensure that if the Finance department disapproves the batch process, the batch operation can be rolled back in the minimum amount of time.
What should you do on Saturday?

A.    Perform a differential backup at 08:59 hours.
B.    Record the LSN of the transaction log at 08:59 hours.
Perform a transaction log backup at 17:01 hours.
C.    Create a database snapshot at 08:59 hours.
D.    Record the LSN of the transaction log at 08:59 hours.
Perform a transaction log backup at 08:59 hours.
E.    Create a marked transaction in the transaction log at 08:59 hours.
Perform a transaction log backup at 17:01 hours.
F.    Create a marked transaction in the transaction log at 08:59 hours.
Perform a transaction log backup at 08:59 hours.

Answer: C

QUESTION 131
You administer a Microsoft SQL Server 2012 instance. The instance contains a database that supports a retail sales application. The application generates hundreds of transactions per second and is online 24 hours per day and 7 days per week.
You plan to define a backup strategy for the database.
You need to ensure that the following requirements are met:
– No more than 5 minutes worth of transactions are lost.
– Data can be recovered by using the minimum amount of administrative effort.
What should you do? Choose all that apply.

A.    Configure the database to use the SIMPLE recovery model.
B.    Create a DIFFERENTIAL database backup every 4 hours.
C.    Create a LOG backup every 5 minutes.
D.    Configure the database to use the FULL recovery model.
E.    Create a FULL database backup every 24 hours.
F.    Create a DIFFERENTIAL database backup every 24 hours.

Answer: BCDE

QUESTION 132
Drag and Drop Question
You administer a Microsoft SQL Server 2012 database. The database uses SQL Server Agent jobs to perform regular FULL and LOG backups. The database uses the FULL recovery model. You plan to perform a bulk import of a very large text file.
You need to ensure that the following requirements are met during the bulk operation:
– The database transaction log is minimally affected.
– The database is online and all user transactions are recoverable.
– All transactions are fully recoverable prior to the import.
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.)
1321
Answer:
1322

QUESTION 133
Drag and Drop Question
You administer a Microsoft SQL Server database.
You want to import data from a text file to the database.
You need to ensure that the following requirements are met:
– Data import is performed by using a stored procedure.
– Data is loaded as a unit and is minimally logged.
Which data import command and recovery model should you choose? (To answer, drag the appropriate data import command or recovery model to the appropriate location or locations in the answer area. Each data import command or recovery model 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.)
1331
Answer:
1332

QUESTION 134
Drag and Drop Question
You administer a Microsoft SQL Server 2012 database.
The database is backed up according to the following schedule:
– Daily full backup at 23:00 hours.
– Differential backups on the hour, except at 23:00 hours.
– Log backups every 10 minutes from the hour, except on the hour.
The database uses the Full recovery model. A developer accidentally drops a number of tables and stored procedures from the database between 22:40 hours and 23:10 hours.
You perform a database restore at 23:30 hours to recover the dropped table.
You need to restore the database by using the minimum amount of administrative effort.
You also need to ensure minimal data loss.
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.)
1341
Answer:
1342

QUESTION 135
Drag and Drop Question
You administer a Microsoft SQL Server 2012 instance that contains a database of confidential data.
You need to encrypt the database files at the page level.
You also need to encrypt the transaction log files. Which four 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.)
1351
Answer:
1352

QUESTION 136
You administer a Microsoft SQL Server 2012 database named Contoso on a server named Server01.
You need to write messages to the Application Log when users are added to or removed from a fixed server role in Server01.
What should you create?

A.    a Database Audit Specification
B.    a Policy
C.    an Alert
D.    a SQL Profiler Trace
E.    a Resource Pool
F.    an Extended Event session
G.    a Server Audit Specification

Answer: G

QUESTION 137
You administer a Microsoft SQL Server 2012 database named Contoso on a server named Server01.
You need to be notified immediately when fatal errors occur on Server01.
What should you create?

A.    an Alert
B.    a Server Audit Specification
C.    an Extended Event session
D.    a Resource Pool
E.    a Policy
F.    a SQL Profiler Trace
G.    a Database Audit Specification

Answer: A

QUESTION 138
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?

A.    an Extended Event session
B.    a Policy
C.    a Database Audit Specification
D.    an Alert
E.    a Server Audit Specification
F.    a SQL Profiler Trace
G.    a Resource Pool

Answer: F

QUESTION 139
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?

A.    an Alert
B.    a Resource Pool
C.    an Extended Event session
D.     a Policy
E.    a Database Audit Specification
F.    a SQL Profiler Trace
G.    a Server Audit Specification

Answer: D

QUESTION 140
Drag and Drop Question
You administer a Microsoft SQL Server 2012 server that has a database named Contoso.
The Contoso database has a table named ProductPrices in a schema named Sales.
You need to create a script that writes audit events into the application log whenever data in the ProductPrices table is updated.
Which four Transact-SQL statements should you use? (To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.)
1401
Answer:
1402
Explanation:
http://msdn.microsoft.com/en-us/library/cc280386.aspx
http://msdn.microsoft.com/en-us/library/cc280448.aspx
http://msdn.microsoft.com/en-us/library/cc280404.aspx

GreatExam is now offering GreatExam 70-457 PDF dumps with 100% passing guarantee. Use GreatExam 70-457 PDF and pass your exam easily. Download Microsoft 70-457 exam dumps and prepare for exam.

http://www.greatexam.com/70-457-exam-questions.html