PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to ensure that the login for the ticketingapplication cannot access other production databases

You administer a single server that contains a Microsoft SQL Server 2012 default instance on which several
production databases have been deployed.
You plan to install a new ticketing application that requires the deployment of a database on the server.
The SQL login for this application requires sysadmin permissions.
You need to ensure that the login for the ticketingapplication cannot access other production databases.
What should you do?

You need to ensure that AgentPortalUser can send email messages

You are creating an application that will connect to the AgentPortal database by using a SQL login named
AgentPortalUser.
Stored procedures in the database will use sp_send_dbmail to send email messages.
You create a user account in the msdb database for the AgentPortalUser login.
You use the Database Mail Configuration Wizard to create a Database Mail profile.
Security has not been configured for the Database Mail profile.
You need to ensure that AgentPortalUser can send email messages.
What should you do?

You need to ensure that the instance is configured to allow remote connections even if the SQL Server is unres

You administer a Microsoft SQL Server 2012 default instance.
The instance is hosted by a server that has a localfirewall configured.
The firewall only allows inbound connections on port 1433.
The server only hosts a single instance of SQL Server.
You need to ensure that the instance is configured to allow remote connections even if the SQL Server is
unresponsive to client connections. What should youdo? Choose all that apply.

You need to achieve this goal by granting the minimum permissions required

You administer a Microsoft SQL Server 2012 databasethat has Trustworthy set to On.
You create a stored procedure that returns database-level information from Dynamic Management Views.
You grant User1 access to execute the stored procedure.
You need to ensure that the stored procedure returns the required information when User1 executes the stored
procedure.
You need to achieve this goal by granting the minimum permissions required.
What should you do? (Each correct answer presents acomplete solution. Choose all that apply.)

Which backup option should you use?

You administer a Microsoft SQL Server 2012 instancethat 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 anumber 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 at10:00 hours.
Backup operations will be performed every two hours(11:00, 13:00, 15:00, and 17:00) during business hours.
You implement log shipping of the financial database to another SQL Server 2012 instance.
You decide to failover to this secondary database. You need to ensure that all transactions will be replicated to
the secondary database.
Which backup option should you use?

Which configuration should you use?

You administer all the deployments of Microsoft SQLServer 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?

You need to reduce the occurrence of these timeout errors

You administer several Microsoft SQL Server 2012 database servers.
Merge replication has been configured for an application that is distributed across offices throughouta wide
area network (WAN).
Many of the tables involved in replication use the XML and varchar(max) data types. Occasionally, merge
replication fails due to timeout errors.
You need to reduce the occurrence of these timeout errors. What should you do?