You need to design the storage of the loan response message. Which actions or actions should you perform?()
第1题:
You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()
第2题:
You have to store user data of 200 KB in an object. Which state management technique to use:()
第3题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost. What should you do?()
第4题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You use the ClickOnce deployment methodology to distribute the application. You need to store application-specific data along with read/write permissions without requiring elevated permissions for the application. Where should you store the application data?()
第5题:
You administer a SQL Server 2008 instance. The instance hosts a database that is used by a Web-based application. The application processes 15,000 transactions every minute. A table in the database contains a column that is used only by the application. This column stores sensitive data. You need to store the sensitive data in the most secure manner possible. You also need to ensure that you minimize the usage of memory space and processor time. Which encryption type should you use?()
第6题:
You are designing an application that will use Windows Azure Table storage to store millions of data points each day. The application must retain each day’s data for only one week. You need to recommend an approach for minimizing storage transactions. What should you recommend?()
第7题:
You work as an application developer at CER-Tech.com. Cert-Tech.com uses Visual studio.NET 2005 as its Application Development platform.You are developing a .NET Framework 2.0 application used to store a type-safe list of names and e-mail addresses. The list will be populated all at ones from the sorted data which means you will not always need to perform insertion or deletion operations on the data. You are required to choose a data structure that optimizes memory use and has good performance.What should you do?()
第8题:
Use Windows Azure Queues.
Use Windows Live Mesh 2011.
Use a single SQL Azure database.
Use Windows Azure Table storage
第9题:
Use Entity Group Transactions.
Use multiple partitions to store data.
Use a transaction scope to groupall storage operations.
Use Microsoft Distributed Transaction Coordinator (MSDTC).
第10题:
table
transactional trigger
stored procedure
FROM clause query
第11题:
Use Windows Azure Queues.
Use a single SQL Azure database.
Use a single Windows Azure Drive.
Use Windows Azure Table storage.
第12题:
Use NTFS file system compression on the volume.
Use row-level compression on the document table.
Use varbinary(MAX) data type with FILESTREAM storage.
Enable row-level compression on all columns that use the vardecimal() data type.
第13题:
You are designing a Windows Azure application that will store data. You have the following requirements: - The data storage system must support the storage of more than 500 GB of data. - Data retrieval must be possible from a large number of parallel threads without threads blocking each other. You need to recommend an approach for storing data. What should you recommend?()
第14题:
Your company has client computers that run Windows XP Professional. You are planning to install Windows 7 Enterprise on the existing client computers. You need to design a user state migration strategy that minimizes network bandwidth and server use when user data is being migrated. What should you do?()
第15题:
You are designing a web service that will be hosted in Windows Azure. The web service will accept and store structured and semi-structured data. The web service must meet the following requirements: - Update all data within a single transaction. - Enforce the data structure for structured data within the data store. You need to recommend an approach for storing the data. What should you recommend?()
第16题:
You discover that a particular group of settings named UserPreferences changes.You need to store the UserPreference settings to prevent affecting other applications. Which two actions should you perform?()
第17题:
You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform.You are developing a .NET Framework 2.0 application used to store a type-safe list of names and e-mail addresses. The list will be populated all at ones from the sorted data which means you well not always need to perform insertion or deletion operations on the data. You are required to choose a data structure that optimizes memory use and has good performance.What should you do?()
第18题:
You administer a SQL Server 2008 instance. You deploy a new database named Engineering. The Engineering database manages large documents that will be revised occasionally. You need to design a table structure that allows fast read access. You also need to minimize storage space requirements. Which two actions should you perform?()
第19题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a n On-Line Analytical Processing (OLAP) database named in the instance. The database contains a dimension table named Clients. Ever hour backup of data of the Clients table is performed. But the Clinets table contains redundant data. You must keep the disk space used to store the Clients table. In the options below, which compression technology should you use?()
第20题:
In isolated storage.
On the database server.
In the ClickOnce data directory.
In the App.config file of the application.
第21题:
Use the xml data type to store the message.
Use a user-defined data type to store the message.
Use the nvarchar(max) data type to store the message.
Use a check constraint to validate that the correct tags are used.
Use an XML schema definition (XSD) to validate that the correct tags are used.
Use a foreign key constraint to validate that the correct tags are used.
第22题:
Use a separate table for each date. Delete eachtable when it is one week old.
Use a separate table for each week. Delete each table when it is one week old.
Use a single table, partitioned by date. Use Entity Group Transactions to delete data when it is one week old.
Use a single table, partitioned by week. Use Entity Group Transactions to delete data when it is one week old.
第23题:
You should create a SQL Agent job process on each instance to store and delete performance data in a single database for all instances.
You should configure a management data warehouse process on each instance, then use this process to store and delete performance data in a single database for all instances.
You should configure an automated server-side trace process on each instance, then use this process to store and delete performance data in a single database for all instances.
You should create and schedule a single Microsoft SQL Service Integration Services (SSIS) package process, then use this process to store and delete performance data in a single database for all instances.