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

题目内容 (请给出正确答案)
单选题
在Windows Azure中,PUT BLOB方法一次最多可以上传()MB到BLOB到云端服务器上。
A

32

B

64

C

128

D

256


参考答案

参考解析
解析: 暂无解析
更多 “单选题在Windows Azure中,PUT BLOB方法一次最多可以上传()MB到BLOB到云端服务器上。A 32B 64C 128D 256” 相关考题
考题 在Windows Azure中,PUT BLOB方法一次最多可以上传()MB到BLOB到云端服务器上。A、32B、64C、128D、256

考题 你计划的现有应用程序迁移到Windows Azure和SQL Azure。当前的应用程序包含报告由SQL Server的报告服务。您需要推荐一个方法迁移报告。你应该推荐()A、使用SQL Azure托管客户端报告定义。B、使用SQL Azure主机服务器报告定义。C、使用Windows Azure托管客户端报告定义在一个ASP.NET网页。D、使用Windows Azure主机服务器报告定义在一个ASP.NET网页。

考题 你正在设计一个Windows Azure应用程序将提供在线备份存储非常大的媒体文件,应用程序必须能够存储平均1GB为每个用户的数据,应用程序必须提供随机读/写访问,你需要推荐一个持久数据存储的解决方案。你应当推荐()A、使用Windows Azure Drive。B、使用Windows Azure页面blob存储。C、使用Windows Azure块blob存储。D、使用本地存储在一个Windows Azure实例。

考题 你正在设计一个Windows Azure应用程序,应用程序将包括偶尔联系客户,参考数据存储在Windows Azure Blob存储客户端断开连接时可以添加数据。你需要推荐一个方法吗与Windows Azure Blob存储同步离线客户端数据。你应该推荐()A、使用SQL Azure数据同步。B、使用微软同步框架。C、使用Windows Azure Blob存储快照。D、使用Microsoft SQL Server复制组件。

考题 你打算搬到Windows Azure存储流媒体内容。你所需要的推荐一种方法提供全球用户最快的访问你应该推荐内容。这两个动作是()A、使用共享访问签名。B、使用Windows Azure页面blob存储。C、使用Windows Azure块blob存储。D、使用Windows Azure内容分发网络(CDN)。

考题 在个人geodatabase中,下列哪种字段类型是有效的?()A、boolean、string、blob、singleB、string、text、guid、longrawC、data、blob、raster、floatD、double、boolean、binary、number

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

考题 在WINDOWSAZUREBLOB中,PUTBLOB方法一次最多可以上传()MB的BLOB到云端服务器上A、32B、64C、128D、256

考题 用匿名作为用户注册时,()。A、只能从匿名服务器中取得文件资源,而不能上传资源到服务器B、只能上传资源到服务器,而不能从服务器中取得资源C、既能上传资源到服务器,又能从服务器中取得资源D、既不能上传资源到服务器,也不能从服务器中取得资源

考题 你正在设计一个计划迁移虚拟硬盘(VHDs)和视频文件Windows Azure存储。VHDs必须优化随机读/写操作。视频文件必须优化顺序存取。你需要推荐存储类型存储VHDs和视频文件,这两个存储类型应你推荐()A、在Windows Azure存储VHDs页面blob存储。B、在Windows Azure存储VHDs块blob存储。C、blob存储在Windows Azure存储视频文件页面。D、视频文件存储在Windows Azure块blob存储。

考题 你正在设计一个Windows Azure应用程序将允许处理的图像批量文件。图像处理通过远程应用程序运行在多个服务器应用程序必须符合以下要求: 期间保持运行批处理操作。 允许用户每幅图回滚到以前的版本。 每个远程应用程序必须具有独占访问一个图像在处理它。你需要推荐一个方法用于存储图片。你推荐什么?()A、在Windows Azure队列存储图像。B、将图像存储在Windows Azure Blob存储。C、将图像存储在Windows Azure存储表。D、图像存储在一个Windows Azure驱动器连接到网络的作用。

考题 在WindowsAzure中,PUTBLOB方法一次最多可以上传()MB到BLOB到云端服务器上A、32B、64C、128D、256

考题 在Hibernate中,关于映射Oracle中的BLOB和CLOB类型的方法,说法正确的是()。A、CLOB类型只能映射为java.lang.StringB、BLOB类型可以映射为java.sql.BlobC、BLOB类型可以映射为byte[]D、CLOB类型可以映射为java.lang.String或java.sql.Clob

考题 You are planning to move streaming media content to Windows Azure Storage.   You need to recommend an approach for providing worldwide users the fastest possible access to the content. Which two actions should you recommend?()A、 Use a Shared Access Signature.B、 Use Windows Azure page blob storage.C、 Use Windows Azure block blob storage.D、 Use the Windows Azure Content Delivery Network (CDN).

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

考题 单选题用匿名作为用户注册时,()。A 只能从匿名服务器中取得文件资源,而不能上传资源到服务器B 只能上传资源到服务器,而不能从服务器中取得资源C 既能上传资源到服务器,又能从服务器中取得资源D 既不能上传资源到服务器,也不能从服务器中取得资源

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

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

考题 多选题You are designing a plan for migrating Virtual Hard Disks (VHDs) and video files to Windows Azure Storage.  The VHDs must be optimized for random read/write operation. The video files must be optimized for sequential access.  You need to recommend storage types for storing the VHDs and video files.   Which two storage types should you recommend?()AStore VHDs in Windows Azure page blob storage.BStore VHDs in Windows Azure block blob storage.CStore video files in Windows Azure page blob storage.DStore video files in Windows Azure block blob storage

考题 单选题在WINDOWSAZUREBLOB中,PUTBLOB方法一次最多可以上传()MB的BLOB到云端服务器上A 32B 64C 128D 256

考题 单选题在Windows Azure中,PUT BLOB方法一次最多可以上传()MB到BLOB到云端服务器上。A 32B 64C 128D 256

考题 单选题在WindowsAzure中,PUTBLOB方法一次最多可以上传()MB到BLOB到云端服务器上A 32B 64C 128D 256

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