单选题You are designing a Windows Azure web application.   The application must integrate with on-premise business services.   The business services are running on an on-premise server and cannot be rewritten. The business services are not exposed externally

题目
单选题
You are designing a Windows Azure web application.   The application must integrate with on-premise business services.   The business services are running on an on-premise server and cannot be rewritten. The business services are not exposed externally.   You need to recommend an approach for accessing the business services.  What should you recommend?()
A

 Move business service functionality to Windows Azure.

B

 Connect to the on-premise server from a custom service in Windows Azure.

C

 Create a VPN connection between the application and the on-premise server.

D

 Expose the business services to the Windows Azure AppFabricService Bus by using a custom service that configures relay binding.


相似考题
参考答案和解析
正确答案: B
解析: 暂无解析
更多“You are designing a Windows Azure web application.   The app”相关问题
  • 第1题:

    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.

    正确答案:D

  • 第2题:

    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.

    正确答案:B

  • 第3题:

    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.

    正确答案:B

  • 第4题:

    单选题
    You are designing a Windows Azure application.   The application contains one web role and three worker roles.  You need to recommend an approach for updating only one role without interrupting the other roles.   What should you recommend?()
    A

     Perform a VIP swap.

    B

     Perform an in-place upgrade.

    C

     Delete the current deployment and then redeploy the application.

    D

     Copy the cloud package to blob storage and then restart the service.


    正确答案: B
    解析: 暂无解析

  • 第5题:

    多选题
    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?()
    A

    Place the static content in Windows Azure Blob storage.

    B

    Place the static content in Windows Azure Table storage.

    C

    Configure a custom domain that is an alias for the Windows Azure Storage domain.

    D

    Configure a custom domain that is an alias for the Windows Azure Content Delivery Network(CDN) domain.


    正确答案: D,B
    解析: 暂无解析

  • 第6题:

    单选题
    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.


    正确答案: D
    解析: 暂无解析

  • 第7题:

    单选题
    You are designing a Windows Azure web application.   The application will be accessible at a standard cloudapp.net URL.  You need to recommend a DNS resource record type that will allow you to configure access to the application through a custom domain name.  Which type should you recommend?()
    A

     A

    B

     CNAME

    C

     MX

    D

     SRV


    正确答案: A
    解析: 暂无解析

  • 第8题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第9题:

    多选题
    You are designing a Windows Azure application.   The application includes processes that communicate by using Windows Communications Foundation (WCF) services.  The WCF services must support streaming.  You need to recommend a host for the processes and a WCF binding.   Which two actions should you recommend?()
    A

    Host the processes in web roles.

    B

    Host the processes in worker roles.

    C

    Use NetTcpBinding for the WCF services.

    D

    Use WSHttpBinding for the WCF services.


    正确答案: C,A
    解析: 暂无解析

  • 第10题:

    单选题
    You are designing a Windows Azure application that will process images.  The maximum size of an image is 10 MB.   The application includes a web role that allows users to upload images and a worker role with multiple instances that processes the images.   The web role communicates with the worker role by using a Windows Azure Queue.  You need to recommend an approach for storing images that minimizes storage transactions.  What should you recommend? ()
    A

     Store images in the queue.

    B

     Store images in Windows Azure Blob storage.  Store references to the images in the queue.

    C

     Store images in local storage on the web role instance.  Store references to the images in the queue.

    D

     Store images in Windows Azure Drives attached to the worker role instances. Storereferences to the images in the queue.


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    You are designing a Windows Azure application.  Messages will be placed into a Windows Azure Queue and then processed by a worker role.  There is no requirement for adherence to the Windows Azure Service Level Agreement (SLA).   You need to recommend an approach for concurrently processing messages while minimizing compute cost.  What should you recommend?()
    A

     A single role instance that processes messages individually

    B

     A single role instance with multithreaded request processing

    C

     Multiple role instances that process messages individually

    D

     Multiple role instances, each with multithreaded request processing


    正确答案: D
    解析: 暂无解析

  • 第13题:

    You are designing a Windows Azure web application.   The application will be accessible at a standard cloudapp.net URL.  You need to recommend a DNS resource record type that will allow you to configure access to the application through a custom domain name.  Which type should you recommend?()

    • A、 A
    • B、 CNAME
    • C、 MX
    • D、 SRV

    正确答案:B

  • 第14题:

    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.

    正确答案:B

  • 第15题:

    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.

    正确答案:A

  • 第16题:

    单选题
    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.


    正确答案: D
    解析: 暂无解析

  • 第17题:

    单选题
    You are designing a Windows Azure application that will generate events for multiple clients. Client web services might be behind NAT gateways.  You need to recommend an approach that will allow you to broadcast the events to clients.  What should you recommend?()
    A

     Use ADO.NET Data Services and provide a shared key to clients.

    B

     Use Windows Azure Queues and provide a shared key to clients.

    C

     Use Windows Azure Table storage and providea shared key to clients.

    D

     Use the Windows Azure AppFabric Service Bus and provide a shared secret to clients.


    正确答案: A
    解析: 暂无解析

  • 第18题:

    单选题
    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.


    正确答案: A
    解析: 暂无解析

  • 第19题:

    单选题
    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


    正确答案: C
    解析: 暂无解析

  • 第20题:

    单选题
    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.


    正确答案: B
    解析: 暂无解析

  • 第21题:

    多选题
    You are designing a Windows Azure web application.  All users authenticate by using their Active Directory Domain Services (AD DS) credentials.  You need to recommend an approach for enabling single sign-on for domain-authenticated users.   Which two actions should you recommend?()
    A

    Use Forms authenticationto generate claims.

    B

    Use Active Directory Federation Services (AD FS) to generate claims.

    C

    Use SqlMembershipProvider in the web application.

    D

    Use Windows Identity Foundation in the web application.


    正确答案: D,C
    解析: 暂无解析

  • 第22题:

    单选题
    You are designing a Windows Azure application.   The application will use a Windows Azure AppFabric Service Bus message buffer.  You need to recommend an approach for ensuring that only authorized users can discover and use the message buffer.  What should you recommend?()
    A

     Make the message buffer discoverable to listeners and require authorization.

    B

     Make the message buffer discoverable to managers and do not require authorization.

    C

     Make the message buffer publicly discoverable.  Include a Simple Web Token (SWT) in each message.

    D

     Make the message buffer discoverable to managers.  Include a Simple Web Token (SWT) in each message.


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    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.


    正确答案: D
    解析: 暂无解析