70-535 Exam - Architecting Microsoft Azure Solutions

certleader.com

P.S. Breathing 70-535 practice exam are available on Google Drive, GET MORE: https://drive.google.com/open?id=1UuKlgij932q2nltL-0BGuqms3V1D5d2M


New Microsoft 70-535 Exam Dumps Collection (Question 1 - Question 10)

Question No: 1

You manage a cloud service on two instances. The service name is Service1 and the role name is ServiceRole1. Service1 has performance issues during heavy traffic periods.

You need to increase the existing deployment of Service1 to three instances. Which Power Shell cmdlet should you use?

A. PS C:\>Set-AzureService -ServiceName "Service1" -Label "ServiceRole1' -Description "Instance count=3"

B. PS C:\>Set-AzureRole -ServiceName "Service1" -Slot "Production" -RoleName "ServiceRole1" -Count 3

C. PS C:\>Add-AzureWebRole -Name 'ServiceRole1" -Instances 3

D. PS C:\> $instancecount = New-Object Hashtable$settings['INSTANCECOUNT=3] PS C:\> Set-AzureWebsite -AppSettings $instancecount ServiceRole1

Answer: B

Explanation:

The Set-AzureRole cmdlet sets the number of instances of a specified role to run in an Azure deployment.

References: https://docs.microsoft.com/en-us/powershell/module/Azure/Set- AzureRole?view=azuresmps-4.0.0


Question No: 2

You are designing the deployment of virtual machines (VMs) and web services that run in Azure.

You need to specify the desired state of a node and ensure that the node remains at that state.

What should you use?

A. Microsoft Azure Pack

B. Service Management Automation

C. System Center 2021 Orchestrator

D. Azure Automation

Answer: D


Question No: 3

Your company has a subscription to Azure. You configure your contoso.com domain to use a private Certificate Authority. You deploy a web site named MyApp by using the Shared (Preview) web hosting plan.

You need to ensure that clients are able to access the MyApp website by using https. What should you do?

A. Back up the Site and import into a new website.

B. Use the internal Certificate Authority and ensure that clients download the certificate chain.

C. Add custom domain SSL support to your current web hosting plan.

D. Change the web hosting plan to Standard

Answer: D

Explanation:

The Basic or the Standard plan is required for SSL support for custom domains. References: https://azure.microsoft.com/en-us/pricing/details/app-service/


Question No: 4

You manage an application running on Azure Web Sites Standard tier. The application uses a substantial amount of large image files and is used by people around the world. Users from Europe report that the load time of the site is slow.

You need to implement a solution by using Azure services. Which two actions will achieve the goal? Each correct answer presents a complete solution.

A. Configure Azure blob storage with a custom domain.

B. Configure Azure CDN to cache all responses from the application web endpoint.

C. Configure Azure Web Site auto-scaling to increase instances at high load.

D. Configure Azure CDN to cache site images and content stored in Azure blob storage.

Answer: A,D

Explanation:

You can configure a custom domain for accessing blob data in your Azure storage account.

You can map a custom domain to a CDN endpoint in order to use your own domain name in URLs to cached content rather than using a subdomain of azureedge.net.

References:

https://docs.microsoft.com/en-us/azure/storage/storage-custom-domain-name https://docs.microsoft.com/en-us/azure/cdn/cdn-map-content-to-custom-domain


Question No: 5

You need to configure availability for the virtual machines that the company is migrating to Azure.

What should you implement?

A. Traffic Manager

B. Express Route

C. Update Domains

D. Cloud Services

Answer: B

Explanation:

ExpressRoute gives you a fast and reliable connection to Azure making it suitable for scenarios like periodic data migration, replication for business continuity, disaster recovery and other high availability strategies. It can also be a cost-effective option for transferring large amounts of data such as datasets for high performance computing applications or moving large VMs between your dev/test environment in Azure and on-premises production environment.


Question No: 6

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are designing the deployment of resources in Azure. You plan to use templates to customize deployment options.

You need to ensure that Azure services are deployed and updated identically.

Solution: You customize the output element of the template. Does the solution meet the goal?

A. Yes

B. No

Answer: B


Question No: 7

You need to recommend a solution that allows partners to authenticate. Which solution should you recommend?

A. Configure the federation provider to trust social identity providers.

B. Configure the federation provider to use the Azure Access Control service.

C. Create a new directory in Azure Active Directory and create a user account for the partner.

D. Create an account on the VanArsdel domain for the partner and send an email message that contains the password to the partner.

Answer: B

Explanation:

* Scenario: The partners all use Hotmail.com email addresses.

* In Microsoft Azure Active Directory Access Control (also known as Access Control Service or ACS), an identity provider is a service that authenticates user or client identities and issues security tokens that ACS consumes.

The ACS Management Portal provides built-in support for configuring Windows Live ID as an ACS Identity Provider.

Incorrect:

Not C, not D: Scenario: VanArsdel management does NOT want to create and manage user accounts for partners.


Question No: 8

Your company has two physical locations configured in a geo-clustered environment that includes:

* System Center Virtual Machine Manager 2012 R2

* System Center Data Protection Manager 2012 R2

* SQL Server 2012

* Windows Server 2012 R2 Hyper-V

* Over 100 virtual machines (VMs) in each physical location

Your company has recently signed up for Azure. You plan to leverage your current network environment to provide a backup solution for your VMs. You need to recommend a solution that ensures all VMs are redundant and deployable between locations.

You also want the solution to minimize downtime in the event of an outage at either physical location. Which solution should you recommend?

A. Configure a backup vault in Azure and use Data Protection Manager to back up the Windows Servers.

B. Use Data Protection Manager and back up the VMs in each location

C. Use Azure site recovery in an on-premises to Azure protection configuration

D. Use Azure site recovery in an on-premises to on-premises protection configuration

Answer: D

Explanation:

You can replicate on-premises Hyper-V virtual machines managed in System Center

Virtual Machine Manager (VMM) clouds, to a secondary site using Azure Site Recovery in the Azure portal.

References: https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-vmm-to- vmm


Question No: 9

You manage a cloud service that has a web role named fabWeb. You create a virtual network named fabVNet that has two subnets defined as Web and Apps. You need to be able to deploy fabWeb into the Web subnet. What should you do?

A. Modify the service definition (csdef) for the cloud service

B. Run the Set-AzureSubnet PowerShell cmdlet.

C. Run the Set-AzureVNetConfig PowerShell cmdlet.

D. Modify the network configuration file.

E. Modify the service configuration (cscfg) for the fabWeb web role.

Answer: E

Explanation:

You can use PowerShell to move your VMs (Classic) from one subnet to another in the same virtual network (VNet). Role instances can be moved by editing the CSCFG file, rather than using PowerShell.

References: https://docs.microsoft.com/en-in/azure/virtual-network/virtual-networks-move-vm-role-to-subnet


Question No: 10

Your network environment includes remote employees. You need to create a secure connection for the remote employees who require access to your Azure virtual network. What should you do?

A. Deploy Windows Server 2012 RRAS

B. Configure a point-to-site VPN

C. Configure an ExpressRoute

D. Configure a site-to-site VPN

Answer: B

Explanation:

Virtual Network is a service that allows you to create a private, isolated network in Windows Azure and treat it as an extension of your datacenter. You can assign private IP addresses to virtual machines inside a virtual network, specify DNS, and connect it to your on- premises infrastructure using a Cisco or Juniper hardware VPN device in a u2021site-to-siteu2021 manner.

References: https://azure.microsoft.com/en-us/blog/virtual-network-adds-new-capabilities-for-cross-premises-connectivity/


P.S. Easily pass 70-535 Exam with Surepassexam Breathing Dumps & pdf vce, Try Free: https://www.surepassexam.com/70-535-exam-dumps.html ( New Questions)