Microsoft Architecting Microsoft Azure Solutions (070-535日本語版) - 070-535日本語 Exam Practice Test

Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).


Correct 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.
References:
http://www.thewindowsclub.com/understanding-blobqueuetable-storage-windows-azure


Correct Answer:

Explanation

* Distribution tracking
The company wants to ensure that the distribution tracking data is stored at a location that is geographically close to the customers who will be using the information.
* / HRApp
The data must remain on-premises and cannot be stored in the cloud.
* / Metrics application
Data is stored on an on-premises SQL Server database, but this data should be moved to the cloud.


Correct Answer:

Explanation

References:
https://docs.microsoft.com/en-us/azure/app-service-web/websites-dotnet-webjobs-sdk-get-started

Correct Answer: A,B,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).


Correct Answer:

Explanation

References:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy-cli

Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).




Correct Answer:

Explanation

Web tier: Use 2 Standard tier VMs in a new availability set, load balanced with Azure Load Balancer.
The web tier must support high volumes of incoming Internet traffic during peak times throughout the year.
Services: Use 2 Standard Tier VM in a new availability set.
Data: Use 2 Standard tier VMs contained within the services tier availability set.
Processing: Use 2 Dv2-series Vms in a new scale set.
The processing tier must support high volume CPU loads at peak times throughout the year.
Dv2-series, a follow-on to the original D-series, features a more powerful CPU. The Dv2-series CPU is about
35% faster than the D-series CPU.
Automatic scaling of virtual machines in a scale set is the creation or deletion of machines in the set as needed to match performance requirements. As the volume of work grows, an application may require additional resources to enable it to effectively perform tasks.
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-windows-sizes
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-autoscale-overview


Correct Answer:

Explanation

Step 1: In the development subscription, export the network configuration First export network configuration from the development subscription.
Step 2:
Rename the configuration file.
Step 3:
Import the network configuration.





