Which recovery model should the database 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 need to ensure that the minimum amount of data is lost.
Which recovery model should the database use?
<?xml version="1.0" standalone="yes"?
You are developing an ASP.NET web page.
The page must display data from XML file named Inventory.xml. Inventory.xml contains data in the following
format.
<?xml version=”1.0″ standalone=”yes”?>
<inventory>
<vehicle Make=”BMW” Model=”M3″ Year=”2005″ Price=”30000″ instock=”Yes”>
<Ratings>….</Ratings>
</Vechicle>
….
</Inventory>
You need to display Vehicle elements that have the inStock attribute set to YES.
Wich two controls should you add to the page? (Eachcontrol presents part of the solution.Choose two.)
Which backup should you perform every two hours?
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 need to ensure that the backup size is as smallas possible.
Which backup should you perform every two hours?
You need to ensure that all uploaded files are saved to the server within one call to a single event handler
You are creating an ASP.NET web page that contains several FileUpload controls.
The page will be posted to the server after one or more image files are selected for upload.
You need to ensure that all uploaded files are saved to the server within one call to a single event handler.
What should you do?
What should you create?
You administer a Microsoft SQL Server 2012 databasenamed 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?
Which markup should you use?
You are developing an ASP.NET web page that includes a textbox control that has ID txtDate.
You need to ensure that the user enters a valid date in the text box.
Which markup should you use?
What should you create?
You administer a Microsoft SQL Server 2012 databasenamed Contoso on a server named Server01.
You need to be notified immediatelywhen fatal errors occur on Server01.
What should you create?
You need to ensure that the route is registered correctly, Which code segment should you add?
You are developing an ASP.NET MVC 2 Web Applicationthat displays daily blog posts.
Visitors access a blog post page by using a Web address to pass in the year, month, and day -for example,
contoso.com/2010/07/20.
The application must register the appropriate routeto use the Display action of the blog controller.
Only page visits with a four digit year, two-digit month and two-digit dat can be passed to the action.
You need to ensure that the route is registered correctly,
Which code segment should you add?
What should you create?
You administer a Microsoft SQL Server 2012 databasenamed 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?
You need to display Login.ascx in a view
You are developing an ASP.NET MVC 2 application.
You create a login user control named login.ascx.
You need to display Login.ascx in a view.
What should you do?