网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
You are designing a strategy for synchronizing a SQL Azure database and multiple remote Microsoft SQL Server 2008 databases.  The SQL Azure database contains many tables that have circular foreign key relationships.  You need to recommend an approach for ensuring that all changes in the remote databases synchronize with the SQL Azure database.  What should you recommend?()
A

 Use SQLAzure Data Sync Service.

B

 Use SQL Server replication.

C

 Use SQL Server backup and restore.

D

 Use SQL Server database snapshots.


参考答案

参考解析
解析: 暂无解析
更多 “单选题You are designing a strategy for synchronizing a SQL Azure database and multiple remote Microsoft SQL Server 2008 databases.  The SQL Azure database contains many tables that have circular foreign key relationships.  You need to recommend an approach for ensuring that all changes in the remote databases synchronize with the SQL Azure database.  What should you recommend?()A  Use SQLAzure Data Sync Service.B  Use SQL Server replication.C  Use SQL Server backup and restore.D  Use SQL Server database snapshots.” 相关考题
考题 You are planning the migration of an existing application to Windows Azure and SQL Azure. The current application includes reports that are hosted by SQL Server Reporting Services.  You need to recommend an approach for migrating the reports.  What should you recommend? ()A、 Use SQL Azure to host client report definitions.B、 Use SQL Azure to host server report definitions.C、 Use Windows Azure to host client report definitions in an ASP.NET webpage.D、 Use Windows Azure to host server report definitions in an ASP.NET webpage.

考题 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?()A、 Use Windows Azure Queues.B、 Use Windows Live Mesh 2011.C、 Use a single SQL Azure database.D、 Use Windows Azure Table storage

考题 You are designing a Windows Azure application.   The application will include services hosted in different geographic locations.  The service locations may change.   You must minimize the cost of communication between services.  You need to recommend an approach for calling the services.  What should you recommend?()A、 Use the Service Management API.B、 Use Windows Azure Table storage.C、 Use Windows Azure Queue storage.D、 Use the Windows Azure AppFabric Service Bus.

考题 You are planning the deployment of a SQL Azure database.  Your company has a Volume Licensing Agreement for Microsoft SQL Server 2008. The SQL Azure database must maintain a monthly availability of 99.9%.   You need to recommend an approach for minimizing the monthly expenses associated with the SQL Azure database.  What should you recommend?()A、 Add a processor license to the existing SQL Server licensing agreement.B、 Purchase a Windows Azure consumption platform subscription.C、 Purchase a SQL Server Services Provider Licensing Agreement (SPLA).D、 Purchase a SQL Server Web license to extend the existing SQL Server licensing agreement.

考题 You are designing a strategy for synchronizing two geographically disparate SQL Azure databases.  A database named DB1 is located in North America. A database named DB2 is located in Asia.  DB2 contains a subset of the tables in DB1.  You need to recommend an approach for bidirectionally synchronizing the databases each day.  What should you recommend?()A、 Use SQL Azure Data Sync.B、 Use custom Microsoft Sync Framework metadata.C、 Use a Microsoft Sync Framework Partial Participant.D、 Use a Microsoft Sync Framework file synchronization provider.

考题 You are designing a plan to migrate Microsoft SQL Server 2008 databases to SQL Azure. You do not plan to migrate the SQL Server databases to SQL Server 2008 R2.   You need to recommend an approach for performing bulk data transfers from the SQL Server databases to SQL Azure.  What should you recommend?()A、 Use the bcp utility.B、 Use the dta utility.C、 Use the SQL Server Import and Export Wizard.D、 Attach each SQL Server database to SQL Azure.

考题 Multiple Windows Azure applications connect to multiple SQL Azure servers.  On-premise users connect to the SQL Azure servers for a variety of purposes.   You successfully deploy a new Windows Azure application with its own SQL Azure server.  When on- premise users attempt to connect to the new SQL Azure server they receive connection errors.   You need to recommend an approach for mitigating the connectivity issue.  What should you recommend? ()A、 Open port 1433 on the network firewall.B、 Use Security Support Provider Interface (SSPI).C、 Disable the validation of the SSL certificate for the SQL Azure server through theconnection string.D、 Change the firewall rules of the new SQL Azure server to allow access by computers on the internalnetwork.

考题 You are designing a Windows Azure application that will use a worker role. The worker role will create temporary files.  You need to recommend an approach for creating the temporary files that minimizes storage transactions.  What should you recommend?()A、 Create the files on a Windows Azure Drive.B、 Create the files in Windows Azure local storage.C、 Create the files in Windows Azure Storage page blobs.D、 Create the files in Windows Azure Storage block blobs.

考题 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?()A、 Use Windows Azure Queues.B、 Use a single SQL Azure database.C、 Use a single Windows Azure Drive.D、 Use Windows Azure Table storage.

考题 You are designing a plan for migrating an existing Microsoft SQL Server 2008 database to SQL Azure.The database includes a SQL Server Agent job that cleans the application log table.   You need to recommend an approach for ensuring that the SQL Server Agent job continues to run without modification.  What should you recommend?()A、 Use the SQL Azure Data Sync service.B、 Run the SQL Server Agent in SQL Azure.C、 Use SQL Server Integration Services (SSIS) to connect to SQL Azure.D、 Connect the existing on-premise SQL Server Agent jobs to SQL Azure.

考题 You are designing a strategy for synchronizing a SQL Azure database and multiple remote Microsoft SQL Server 2008 databases.  The SQL Azure database contains many tables that have circular foreign key relationships.  You need to recommend an approach for ensuring that all changes in the remote databases synchronize with the SQL Azure database.  What should you recommend?()A、 Use SQLAzure Data Sync Service.B、 Use SQL Server replication.C、 Use SQL Server backup and restore.D、 Use SQL Server database snapshots.

考题 You are planning the migration of an existing application to Windows Azure and SQL Azure.  The original application includes a Microsoft SQL Server 2008 database.   You need to recommend an approach for ensuring that the database migrates successfully toSQL Azure.  Which two actions should you recommend?()A、 Remove all clustered indexes from the database.B、 Remove all dependencies on the Microsoft Distributed Transaction Coordinator (MSDTC) from the application.C、 Use SSL and SQL authentication to connect to the database.D、 Use SSL and Windows authentication to connect to the database.

考题 You are designing a plan for testing a Windows Azure service.   The service runs in the development fabric but fails on Windows Azure.   You need to recommend an approach for identifying errors that occur when the service runs on Windows Azure.  What should you recommend?()A、 Attach a debugger to the Windows Azure role instance.B、 Analyze debugging information captured by Windows Azure Diagnostics.C、 Modify the service configuration for the Windows Azure role to access development storage.D、 Analyze debugging information written to the output window of the Windows Azure role instance.

考题 A Windows Azure application retrieves data from SQL Azure.   You need to recommend an approach for improving application query performance.  What should you recommend?()A、 Create a database view to retrieve the data.B、 Use a clustered index on the SQL Azure database tables.C、 Open a new database connection when an operation times out.D、 Create SQL Azure database table indexes basedon application queries

考题 You are designing an automated deployment process for a Windows Azure application.   The process must deploy the application to Windows Azure without any user interaction. You need to recommend a deployment strategy.  What should you recommend?()A、 Use the Service Management API to deploy the application package.B、 Use the cspack and csrun command-line utilities and pass the cloud project as an argument.C、 Publish the cloud project to a local directory and upload the application package to Windows Azure Blob storage.D、 Publish the cloud project to a localdirectory and use the Windows Azure Developer Portal to upload the application.

考题 单选题You are planning the migration of an existing application to Windows Azure and SQL Azure. The current application includes reports that are hosted by SQL Server Reporting Services.  You need to recommend an approach for migrating the reports.  What should you recommend? ()A  Use SQL Azure to host client report definitions.B  Use SQL Azure to host server report definitions.C  Use Windows Azure to host client report definitions in an ASP.NET webpage.D  Use Windows Azure to host server report definitions in an ASP.NET webpage.

考题 单选题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?()A  Use Windows Azure Queues.B  Use Windows Live Mesh 2011.C  Use a single SQL Azure database.D  Use Windows Azure Table storage

考题 单选题You are designing a Windows Azure application.  The application will include occasionally connected clients that reference data stored in Windows Azure Blob storage.  The clients will be able to add data while disconnected.  You need to recommend an approach for synchronizing offline client data with Windows Azure Blob storage.  What should you recommend?()A  Use SQL Azure Data Sync.B  Use the Microsoft Sync Framework.C  Use Windows Azure Blobstorage snapshots.D  Use the Microsoft SQL Server replication component.

考题 单选题A Windows Azure application retrieves data from SQL Azure.   You need to recommend an approach for improving application query performance.  What should you recommend?()A  Create a database view to retrieve the data.B  Use a clustered index on the SQL Azure database tables.C  Open a new database connection when an operation times out.D  Create SQL Azure database table indexes basedon application queries

考题 单选题You are designing a plan to migrate Microsoft SQL Server 2008 databases to SQL Azure. You do not plan to migrate the SQL Server databases to SQL Server 2008 R2.   You need to recommend an approach for performing bulk data transfers from the SQL Server databases to SQL Azure.  What should you recommend?()A  Use the bcp utility.B  Use the dta utility.C  Use the SQL Server Import and Export Wizard.D  Attach each SQL Server database to SQL Azure.

考题 单选题You are designing a Windows Azure application.   The application will include services hosted in different geographic locations.  The service locations may change.   You must minimize the cost of communication between services.  You need to recommend an approach for calling the services.  What should you recommend?()A  Use the Service Management API.B  Use Windows Azure Table storage.C  Use Windows Azure Queue storage.D  Use the Windows Azure AppFabric Service Bus.

考题 单选题You are designing an automated deployment process for a Windows Azure application.   The process must deploy the application to Windows Azure without any user interaction. You need to recommend a deployment strategy.  What should you recommend?()A  Use the Service Management API to deploy the application package.B  Use the cspack and csrun command-line utilities and pass the cloud project as an argument.C  Publish the cloud project to a local directory and upload the application package to Windows Azure Blob storage.D  Publish the cloud project to a localdirectory and use the Windows Azure Developer Portal to upload the application.

考题 单选题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?()A  Use Windows Azure Queues.B  Use a single SQL Azure database.C  Use a single Windows Azure Drive.D  Use Windows Azure Table storage.

考题 单选题You are designing a Windows Azure application that will use a worker role. The worker role will create temporary files.  You need to recommend an approach for creating the temporary files that minimizes storage transactions.  What should you recommend?()A  Create the files on a Windows Azure Drive.B  Create the files in Windows Azure local storage.C  Create the files in Windows Azure Storage page blobs.D  Create the files in Windows Azure Storage block blobs.

考题 单选题You are designing a Windows Azure application that will store data in two SQL Azure databases. The application will insert data in both databases as part of a single logical operation.   You need to recommend an approach for maintaining data consistency across the databases.  What should you recommend?()A  Execute database calls on parallel threads.B  Wrap the database calls in a single transaction scope.C  Use Microsoft Distributed Transaction Coordinator (MSDTC).D  Handle errors resulting from the database calls by using compensatory logic.

考题 单选题You are planning the deployment of a SQL Azure database.  Your company has a Volume Licensing Agreement for Microsoft SQL Server 2008. The SQL Azure database must maintain a monthly availability of 99.9%.   You need to recommend an approach for minimizing the monthly expenses associated with the SQL Azure database.  What should you recommend?()A  Add a processor license to the existing SQL Server licensing agreement.B  Purchase a Windows Azure consumption platform subscription.C  Purchase a SQL Server Services Provider Licensing Agreement (SPLA).D  Purchase a SQL Server Web license to extend the existing SQL Server licensing agreement.

考题 单选题You are designing a strategy for synchronizing two geographically disparate SQL Azure databases.  A database named DB1 is located in North America. A database named DB2 is located in Asia.  DB2 contains a subset of the tables in DB1.  You need to recommend an approach for bidirectionally synchronizing the databases each day.  What should you recommend?()A  Use SQL Azure Data Sync.B  Use custom Microsoft Sync Framework metadata.C  Use a Microsoft Sync Framework Partial Participant.D  Use a Microsoft Sync Framework file synchronization provider.