getcertified4sure.com

How to pass exam ref 70 534 architecting microsoft azure solutions in Jun 2021




Exam Code: microsoft 70 534 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Architecting Microsoft Azure Solutions
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass 70 534 pdf Exam.

Q41.  - (Topic 4)

You need to upload video to the company's Azure environment. What should you do?

A. Create a site-to-site VPN connection.

B. Write directly to the storage REST APIs.

C. Create an ExpressRoute connection.

D. Use the Azure Import/Export service to move the data.

Answer: B


Q42.  - (Topic 6)

You are designing an Azure application that stores data.

You have the following requirements:

✑ The data storage system must support storing more than 500 GB of data.

✑ Data retrieval must be possible from a large number of parallel threads.

✑ Threads must not block each other.

You need to recommend an approach for storing data. What should you recommend?

A. Azure Notification Hubs

B. A single SQL database in Azure

C. Azure Queue storage

D. Azure Table storage

Answer: D

Explanation: * Azure Table Storage can be useful for applications that must store large amounts of nonrelational data, and need additional structure for that data. Tables offer key- based access to unschematized data at a low cost for applications with simplified data- access patterns. While Azure Table Storage stores structured data without schemas, it does not provide any way to represent relationships between the data.

* As a solution architect/developer, consider using Azure Table Storage when:

/ Your application stores and retrieves large data sets and does not have complex relationships that require server-side joins, secondary indexes, or complex server-side logic.

/ You need to achieve a high level of scaling without having to manually shard your dataset.

Reference: Azure Table Storage and Windows Azure SQL Database - Compared and Contrasted

https://msdn.microsoft.com/en-us/library/azure/jj553018.aspx


Q43.  - (Topic 3)

You need to recommend a solution for publishing one of the company websites to Azure and configuring it for remote debugging.

Which two actions should you perform? Each correct answer presents part of the solution.

A. From Visual Studio, attach the debugger to the solution.

B. Set the application logging level to Verbose and enable logging.

C. Set the Web Server logging level to Information and enable logging.

D. Set the Web Server logging level to Verbose and enable logging.

E. From Visual Studio, configure the site to enable Debugger Attaching and then publish the site.

Answer: A,D

Explanation: * Scenario:

/ Mitigate the need to purchase additional tools for monitoring and debugging.

/A debugger must automatically attach to websites on a weekly basis. The scripts that handle the configuration and setup of debugging cannot work if there is a delay in attaching the debugger.

* A: After publishing your application you can use the Server Explorer in Visual Studio to access your web sites.

After signing in you will see your Web Sites under the Windows Azure node in Server Explorer. Right click on the site that you would like to debug and select Attach Debugger.

D: We need to debug the web site, not an application. We should use the more informative Verbose logging level.

Reference: Remote Debugging a Window Azure Web Site with Visual Studio 2013 http://blogs.msdn.com/b/webdev/archive/2013/11/05/remote-debugging-a-window-azure-

web-site-with-visual-studio-2013.aspx


Q44. DRAG DROP - (Topic 8)

Marketing is ready to start their web application validations and is excited to be expanding globally.

You need to support the global web application requirements.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:


Q45. DRAG DROP - (Topic 6)

You have a web application on Azure.

The web application does not employ Secure Sockets Layer (SSL).

You need to enable SSL for your production deployment web application on Azure. Which four actions should you perform in sequence? To answer, move the appropriate

actions from the list of actions to the answer area and arrange them in the correct order.

Answer:


Q46.  - (Topic 6)

You are designing an Azure development environment. Team members learn Azure development techniques by training in the development environment.

The development environment must auto scale and load balance additional virtual machine (VM) instances.

You need to recommend the most cost-effective compute-instance size that allows team members to work with Azure in the development environment.

What should you recommend?

A. Azure A1 standard VM Instance

B. Azure A2 basic VM Instance

C. Azure A3 basic VM Instance

D. Azure A9 standard VM Instance

Answer: A

Explanation: Azure A1 standard VM Instance would be cheapest with 1 CPU core, 0.75 GB RAM, and 40 GB HD. It would be good enough for training purposes.

Reference: Virtual Machines Pricing, Launch Windows Server and Linux in minutes http://azure.microsoft.com/en-us/pricing/details/virtual-machines/


Q47.  - (Topic 6)

You design an Azure application that processes 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 an Azure Queue service.

You need to recommend an approach for storing images that minimizes storage transactions.

What should you recommend?

A. Store images in Azure Blob service. Store references to the images in the queue.

B. Store images in the queue.

C. Store images in OneDrive attached to the worker role instances. Store references to the images in the queue.

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

Answer: A

Explanation: Azure Queues provide a uniform and consistent programming model across queues, tables, and BLOBs – both for developers and for operations teams.

Microsoft Azure blob storage can be used to store the image data, the application can use a worker role in Azure to perform background processing tasks on the images, how the application may use shared access signatures to control access to the images by users. Azure blobs provide a series of containers aimed at storing text or binary data. Block blob containers are ideal for streaming data, while page blob containers can be used for random read/write operations.

Reference: 5 – Executing Background Tasks

https://msdn.microsoft.com/en-gb/library/ff803365.aspx

Reference: Azure Queues and Service Bus Queues - Compared and Contrasted https://msdn.microsoft.com/en-us/library/azure/hh767287.aspx


Q48.  - (Topic 6)

A company uses Azure to host all resources and uses Microsoft Visual Studio Team Services to manage product life cycles.

You need to ensure the team can start runbooks from Visual Studio Team Services. Which solution should you use?

A. Azure Portal

B. Hybrid Runbook Workers

C. Azure Automation API

D. Schedule

E. Webhook

Answer: C


Q49. DRAG DROP - (Topic 8)

You need to scale the API.

In the Azure portal, which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:


Q50. DRAG DROP - (Topic 1)

You need to recommend data storage mechanisms for the solution.

What should you recommend? To answer, drag the appropriate data storage mechanism to the correct information type. Each data storage mechanism may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Answer:

Explanation:

* use Table storage for Contractor information

* Use Blob for Project Images

* Scenario: VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance.

/ A mobile service that is used to access contractor information must have automatically scalable, structured storage

/ Images must be stored in an automatically scalable, unstructured form.

Note: Blob is an acronym for Binary Large object. Basically Blob is a sequence of bytes – just what an application needs. Blob can hold audio, video, email messages, archived files, zip files or a word processing document in a very general way.