70-516 Exam Questions
260 real 70-516 exam questions with expert-verified answers and explanations. Page 2 of 6.
- Question #52
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create a Windows Communication Foundation (WCF) Data Services service. The solution contains the projects s...
- Question #53
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. The application contains the following XML document: <bib> <book title="TCP/IP Illus...
- Question #54Querying Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. The application connects to a Microsoft SQL Server 2008 database. You add the follow...
SqlDataAdapterDataTablestored procedureFill method - Question #55Querying Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. The application retreives data from Microsoft SQL Server 2008 database named Adventu...
SqlDataReaderCommandBehaviorSequentialAccessbinary data - Question #56Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database. The application performs a da...
transaction isolationReadUncommitteddirty readsIsolationLevel - Question #57
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database. The application includes a Sq...
- Question #58
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. You create a stored procedure to insert a new record in the Categories table accordi...
- Question #59Manipulating and Validating Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that uses the EntityFramework. The application has an entity named Person. A Person...
Entity FrameworkObjectContextDeleteObjectentity deletion - Question #60Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that connects to a MS SQL server 2008 database by User Authentication. The applicati...
connection stringPersist Security InfoSqlConnectioncredential security - Question #61
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database. You add the following table t...
- Question #62Querying Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. The application contains following XML document. <feed> <title>Products</title> <ent...
LINQ to XMLXDocumentDescendantNodesXML traversal - Question #63Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the ADO.NET Entity Framework Designer to model entities. The application in...
TransactionScopeEntity Frameworkdistributed transactionObjectContext - Question #64Manipulating and Validating Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the ADO.NET Entity Framework Designer to model entities. The application in...
self-tracking entitiesTrackableCollectioncollection manipulationEntity Framework - Question #65
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that uses LINQ to SQL. You create a data model name AdvWorksDataContext, and you add...
- Question #66
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. You create an Entity Data Model (EDM) by using the Microsoft ADO.NET Entity Data Mod...
- Question #67
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. The configuration file contains the following code segment. <configuration> <connect...
- Question #68Deploying and Troubleshooting Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that uses the Entity Framework. You create an Entity Data Model (EDM) named Model. Y...
Entity Data ModelSSDLmetadata artifact processingEDM deployment - Question #69Implementing Data Access
You use Microsoft .NET Framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database. You need to prevent dirty or phantom reads. Which IsolationLev...
transaction isolationSnapshotphantom readsIsolationLevel - Question #70
You have a ContosoEntities context object named context and a Color object stored in a variable named color. You write the following code: context.Colors.DeleteObject(color); conte...
- Question #71
The application user interface displays part names or color names in many plases as '## Name ##'. You need to provide a method named FormattedName() to format part names and color...
- Question #72Consuming and Exposing Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that uses the Entity Framework. Entity types in the model are generated by the Entit...
Entity FrameworkXmlSerializerentity serializationknown types - Question #73
The entity data model must be configured to provide a way you cal the sp_FindObsolete stored procedure. The returned data must implement the Descendants property. In Visual Studio...
- Question #74
You use Microsoft Visual Studio 2010 to create a Microsoft .NET Framework 4.0 application. You create an Entity Data Model for the database tables shown in the following diagram. Y...
- Question #75Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the ADO.NET Entity Framework Designer to model entities. You need to ensure...
self-tracking entitiesEntity Framework Designercode generation strategyADO.NET - Question #76Deploying and Troubleshooting Data Access
You are developing an ADO.NET 4.0 application that interacts with a Microsoft SQL Server 2008 server through the SQL Server Native Client. You create a trace DLL registry entry and...
ADO.NET tracingSQL Server Native Clientcontrol GUIDdiagnostics - Question #77Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application. The application connects to several SQL Server databases. You create a function that...
transaction recoveryEnlistDurabledurable enlistmentTransactionManager - Question #78
You are developing a WCF data service that will expose an existing Entity Data Model (EDM). You have the following requirements: - Users must be able to read all entities that are...
- Question #79
You use Microsoft .NET Framework 4.0 to develop an application that uses LINQ to SQL. The LINQ to SQL model contains the Product entity. A stored procedure named GetActiveProducts...
- Question #80Querying Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the ADO.NET Entity Framework Designer to model entities. You retrieve an en...
Entity FrameworkRefreshRefreshMode.StoreWinsconcurrency - Question #81
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that uses LINQ to SQL. The application contains the following model. Each region con...
- Question #82Manipulating and Validating Data
You use Microsoft .NET Framework 4.0 to develop an application that connects to a Microsoft SQL Server 200B database. You populate a SqlDataAdapter by using the following code. (Li...
SqlDataAdapterSqlCommandBuilderDataRowbatch update - Question #83
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that uses LINQ to SQL. The application contains the following model. You write the f...
- Question #84Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to create an application that connects to a database by using the Entity Framework. You create an Entity Data...
Entity Data Modeltable splittingentity mergingEDM wizard - Question #85
When working with a data set that has data in it, you decide you want to store the schema, but not the data, of the data set to a file so you can share the schema with other users....
- Question #86
Before you can execute a command on a connection object, which method must you execute to prepare the connection?
- Question #87
You want to set up a secure connection between your application and SQL Server. SQL Server has a trusted certificate that is set up properly. What must you do?
- Question #88
You want to secure the connection strings contained within your Web.config file to ensure that no one can open the file easily and see the connection information. Which tool must y...
- Question #89
You are going to execute a Select command to SQL Server that returns several rows of customer data. You don't need a data table to hold the data because you will simply loop over t...
- Question #90Manipulating and Validating Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the Entity Framework Designer to create the following Entity Data Model. Yo...
Entity Frameworkpartial classOnChanging eventproperty validation - Question #91Querying Data
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that uses the ADO.NET Entity Framework to model entities. You create an entity model...
Entity Frameworkeager loadingIncludenavigation property - Question #92
You use Microsoft .NET Framework 4.0 to develop an application that connects to a local Microsoft SQL Server 2008 database. The application can access a high-resolution timer. You...
- Question #93Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the ADO.NET Entity Framework Designer to model entities. You need to associ...
Entity FrameworkAttachTodetached entityObjectContext - Question #94Consuming and Exposing Data
You use Microsoft .NET Framework 4.0 to develop an application that uses WCF Data Services to persist entities from the following Entity Data Model. You create a new Blog instance...
WCF Data ServicesAddLinkAddObjectentity relationship - Question #95Manipulating and Validating Data
You use Microsoft .NET Framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database. The application includes a table adapter named taStore, which...
TableAdapterDataTableupdate rowADO.NET - Question #96Consuming and Exposing Data
You use Microsoft .NET Framework 4.0 to develop an application that exposes a WCF Data Services endpoint. The endpoint uses an authentication scheme that requires an HTTP request t...
WCF Data ServicesHTTP authenticationOnStartProcessingRequestWRAP token - Question #97Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database. You use the ADO.NET Entity Fr...
Entity Frameworkstored procedurefunction importOUTPUT parameter - Question #98
You use Microsoft .NET Framework 4.0 to develop an ASP.NET Web application that connects to a Microsoft SQL Server 2008 database. The application uses Integrated Windows authentica...
- Question #99Deploying and Troubleshooting Data Access
You use Microsoft .NET Framework 4.0 to develop an ASP.NET 4 Web application. You need to encrypt the connection string information that is stored in the web.config file. The appli...
connection string encryptionRSA providerweb.configexportable keys - Question #100Manipulating and Validating Data
You use Microsoft .NET Framework 4.0 and the Entity Framework to develop an application. You create an Entity Data Model that has an entity named Customer. You set the optimistic c...
optimistic concurrencyRefreshModeconflict resolutionObjectContext - Question #101Implementing Data Access
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the ADO.NET Entity Framework Designer to model entities. You need to create...
POCOEntity Framework proxyCreateObjectconstructor requirements