单选题An application has been migrated to the Windows Azure platform.  The application references a native x86 DLL.  The DLL source code is not available.   The application displays an error when loading the DLL.   You need to recommend an approach for ensuring that the application can load the DLL.  What should you recommend?()A Create a 32bit application to host the DLL.B Modify the application to allow unsafe code.C Modify the application to call methods in the DLL.D Modify the application to target the x86 platform.

单选题
An application has been migrated to the Windows Azure platform.  The application references a native x86 DLL.  The DLL source code is not available.   The application displays an error when loading the DLL.   You need to recommend an approach for ensuring that the application can load the DLL.  What should you recommend?()
A

 Create a 32bit application to host the DLL.

B

 Modify the application to allow unsafe code.

C

 Modify the application to call methods in the DLL.

D

 Modify the application to target the x86 platform.


参考解析

解析: 暂无解析

相关考题:

You are planning to migrate an existing web application to Windows Azure.  The application consists of an ASP.NET web application and a set of native Win32 Windows Services that provide data to the application by using named pipes. The Windows Services cannot be modified.  You need to recommend a strategy for migrating the application to Windows Azure.  What should you recommend?()A、 Define a Windows CommunicationFoundation (WCF) contract for the services.B、 Deploy each Windows Service to a separate worker role.  Deploy the ASP.NET application to a web role.C、 Deploy the application and Windows Services in a Windows Azure VM role.D、 Upload service binaries to a web role by using the Windows Azure Service Management API.

windows Azure平台包含了()等重要组成部分。A、windows AzureB、SQL AzureC、Windows Azureplatform App FabricD、Windows Azure Application

You are designing a plan to migrate an existing application to Windows Azure.  The application currently resides on a server that has 768 MB of memory and multiple cores. You need to recommend the smallest compute instance size that is equivalent to the existing server.  Which size should you recommend?()A、 SmallB、 MediumC、 LargeD、 ExtraSmall

You are evaluating a Windows Azure application.  The application includes the following elements:   - A web role that provides the ASP.NET user interface and business logic   - A single SQL Azure database that contains all application data    Each page must receive data from the business logic layer before returning results to the client.  Traffic has increased significantly.   The business logic is causing high CPU usage.   You need to recommend an approach for scaling the application.  What should you recommend?()A、 Move business logic to a worker role.B、 Vertically partition the SQL Azure database.C、 Store business logic results in Windows Azure local storage.D、 Store business logic resultsin Windows Azure Table storage

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 an integration test plan for a Windows Azure .NET 3.5 application.   You need to recommend a testing environment that allows developers to debug the application while accessing data in the cloud.  What should you recommend?()A、 Run the application on Windows Azure.  Use the development storage account.B、 Run the application on Windows Azure.  Use a Windows Azure Storage account.C、 Run the application in the development fabric.  Use the development storage account.D、 Run the application in the development fabric.  Use a Windows Azure Storage account

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 a Windows Azure application that will communicate with existing on-premise applications and services.  The application will be activated for Windows Azure Connect.  You need to recommend a solution for completing the Windows Azure Connect configuration.  Which two actions should you recommend?()A、 Place local endpoints in groups and then configure a connection between the groups and the application.B、 Place hosted endpoints in groups and then configure a connection between the groups and the application.C、 Install endpoint software on local computers or virtual machines.D、 Install endpoint software on hosted virtual machines.

A Windows Azure application requires high Windows Azure Storage throughput.  Windows Azure Diagnostics is configured for scheduled transfers to Windows Azure Storage. The application is experiencing slow response times.   You determine that the current Windows Azure Diagnostics configuration is responsible for the reduced application performance.   You need to recommend an approach for improving application performance.  What should you recommend?()A、 Increase the number of application role instances.B、 Increase the Windows Azure Diagnostics buffer quota.C、 Decrease the Windows Azure Diagnostics buffer quota.D、 Move Windows Azure Diagnostics to its own Windows Azure Storage account.

A Windows Azure application is running in the development fabric.   You need to recommend an approach for deploying the application to Windows Azure.  What should you recommend?()A、 Use XCopy deployment.B、 Use the Windows Azure AppFabric.C、 Use the Windows Azure Storage Services REST API.D、 Use the Windows Azure Tools for Microsoft Visual Studio 2010.

How can you connect on-premise server and an application via IPSec with Azure?()  A、 Configure Windows Azure Connect.B、 Configure Windows Azure AppFabric Access Control.C、 Use the Windows Azure AppFabric Service Bus.D、 Use the Windows Azure Content Delivery Network (CDN).

An application has been migrated to the Windows Azure platform.  The application references a native x86 DLL.  The DLL source code is not available.   The application displays an error when loading the DLL.   You need to recommend an approach for ensuring that the application can load the DLL.  What should you recommend?()A、 Create a 32bit application to host the DLL.B、 Modify the application to allow unsafe code.C、 Modify the application to call methods in the DLL.D、 Modify the application to target the x86 platform.

You are designing a Windows Azure application that will provide online backup storage for very large media files.  The application must be capable of storing an average of 1 GB of data for each user. The application must provide random read/write access. You need to recommend a durable data storage solution.  What should you recommend?()A、 Use a Windows Azure Drive.B、 Use Windows Azure page blob storage.C、 Use Windows Azure block blob storage.D、 Use local storage on a Windows Azure instance.

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.  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.

单选题You are planning to migrate an existing web application to Windows Azure.  The application consists of an ASP.NET web application and a set of native Win32 Windows Services that provide data to the application by using named pipes. The Windows Services cannot be modified.  You need to recommend a strategy for migrating the application to Windows Azure.  What should you recommend?()A Define a Windows CommunicationFoundation (WCF) contract for the services.B Deploy each Windows Service to a separate worker role.  Deploy the ASP.NET application to a web role.C Deploy the application and Windows Services in a Windows Azure VM role.D Upload service binaries to a web role by using the Windows Azure Service Management API.

多选题You are designing a Windows Azure web application that includes many static content files.  The application will be accessed from locations all over the world by using a custom domain.  You need to recommend an approach for providing access to the static content with the lowest possible latency.  Which two actions should you recommend?()APlace the static content in Windows Azure Blob storage.BPlace the static content in Windows Azure Table storage.CConfigure a custom domain that is an alias for the Windows Azure Storage domain.DConfigure a custom domain that is an alias for the Windows Azure Content Delivery Network(CDN) domain.

单选题You are designing a Windows Azure application that will provide online backup storage for very large media files.  The application must be capable of storing an average of 1 GB of data for each user. The application must provide random read/write access. You need to recommend a durable data storage solution.  What should you recommend?()A Use a Windows Azure Drive.B Use Windows Azure page blob storage.C Use Windows Azure block blob storage.D Use local storage on a Windows Azure instance.

单选题You are designing a plan to migrate an application to Windows Azure.  The application generates log files in a proprietary format.  You need to recommend an approach for retaining the existing log file format.  What should you recommend?()A Configure Windows Azure Diagnostics to transfer event logs.B Configure Windows Azure Diagnostics to transfer directories.C Configure Windows AzureDiagnostics to transfer performance counters.D Configure Windows Azure Diagnostics to transfer basic Windows Azure logs.

单选题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 integration test plan for a Windows Azure .NET 3.5 application.   You need to recommend a testing environment that allows developers to debug the application while accessing data in the cloud.  What should you recommend?()A Run the application on Windows Azure.  Use the development storage account.B Run the application on Windows Azure.  Use a Windows Azure Storage account.C Run the application in the development fabric.  Use the development storage account.D Run the application in the development fabric.  Use a Windows Azure Storage account

单选题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 Windows Azure application that will allow for the processing of image files. Images will be processed in batches by remote applications running on multiple servers.  The application must meet the following requirements:   - Remain operational during batch-processing operations. - Allow users to roll back each image to previous versions.    Each remote application must have exclusive access to an image while processing it. You need to recommend an approach for storing the images.  What should you recommend?()A Store the images in a Windows Azure Queue.B Store theimages in Windows Azure Blob storage.C Store the images in Windows Azure Table storage.D Store images in a single Windows Azure Drive attached to the web role.

单选题A Windows Azure application is running in the development fabric.   You need to recommend an approach for deploying the application to Windows Azure.  What should you recommend?()A Use XCopy deployment.B Use the Windows Azure AppFabric.C Use the Windows Azure Storage Services REST API.D Use the Windows Azure Tools for Microsoft Visual Studio 2010.

单选题How can you connect on-premise server and an application via IPSec with Azure?()A Configure Windows Azure Connect.B Configure Windows Azure AppFabric Access Control.C Use the Windows Azure AppFabric Service Bus.D Use the Windows Azure Content Delivery Network (CDN).

单选题An application has been migrated to the Windows Azure platform.  The application references a native x86 DLL.  The DLL source code is not available.   The application displays an error when loading the DLL.   You need to recommend an approach for ensuring that the application can load the DLL.  What should you recommend?()A Create a 32bit application to host the DLL.B Modify the application to allow unsafe code.C Modify the application to call methods in the DLL.D Modify the application to target the x86 platform.

单选题You are designing an application that will interact with non-Windows applications over unreliable connections.   Each non-Windows application will have its own security token.   You need to recommend an approach for non-Windows applications to retrieve messages.  What should you recommend?()A Retrieve messages from a Windows Azure Queue.B Retrieve messages from Windows Azure Table storage.C Retrieve messages from a blob storage container that has a private access policy.D Retrieve messages from the Windows Azure AppFabric Service Bus message buffer.