70-535 Premium Bundle

70-535 Premium Bundle

Architecting Microsoft Azure Solutions Certification Exam

4.5 
(40710 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Microsoft 70-535 Free Practice Questions

P.S. Guaranteed 70-535 cram are available on Google Drive, GET MORE: https://drive.google.com/open?id=1NJH-g_S_vQwTrfPbqAQSR28Ba8miRVPe


New Microsoft 70-535 Exam Dumps Collection (Question 2 - Question 11)

New Questions 2

You manage a software-as-a-service application named SaasApp1 that provides user management features in a multi-directory environment. You plan to offer SaasApp1 to other organizations that use Azure Active Directory.

You need to ensure that SaasApp1 can access directory objects. What should you do?

A. Configure the Federation Metadata URL

B. Register SaasApp1 as a native client application

C. Register SaasApp1 as a web application

D. Configure the Graph API

Answer: D

Explanation:

The Azure Active Directory Graph API provides programmatic access to Azure AD through REST API endpoints. Applications can use the Graph API to perform create, read, update, and delete (CRUD) operations on directory data and objects.

References: http://msdn.microsoft.com/en-us/library/azure/hh974476.aspx


New Questions 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,E

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.

E: When the processes appear in the Available Processes table, select w3wp.exe, and then click Attach.

Open a browser to the URL of your web app.

References: http://blogs.msdn.com/b/webdev/archive/2013/11/05/remote-debugging-a-window-azure-web-site-with-visual-studio-2013.aspx


New Questions 4

You manage a virtual Windows Server 2012 web server that is hosted by an on-premises Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure.

You need to migrate the VM to Azure Storage to add it to your repository. Which Azure Power Shell cmdlet should you use?

A. Import-AzureVM

B. New-AzureVM

C. Add-AzureDisk

D. Add-AzureWebRole

E. Add-AzureVhd

Answer: E

Explanation:

The Add-AzureVhd cmdlet uploads on premise Virtual hard disk (VHD) images to a blob storage account as fixed .vhd images.

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


New Questions 5

You manage a cloud service that utilizes an Azure Service Bus queue. You need to ensure that messages that are never consumed are retained. What should you do?

A. Check the MOVE TO THE DEAD-LETTER SUBQUEUE option for Expired Messages in the Azure Portal.

B. From the Azure Management Portal, create a new queue and name it Dead-Letter.

C. Execute the Set-AzureServiceBus PowerShell cmdlet.

D. Execute the New-AzureSchedulerStorageQueueJob PowerShell cmdlet.

Answer: A

Explanation:

Deadlettering u2013 From time to time a message may arrive in your queue that just canu2021t be processed. Each time the message is retrieved for processing the consumer throws an exception and cannot process the message. These are often referred to as poisonous messages and can happen for a variety of reasons, such as a corrupted payload, a message containing an unknown payload inadvertently delivered to a wrong queue, etc. When this happens, you do not want your system to come to grinding to a halt simply because one of the messages canu2021t be processed.

Ideally the message will be set aside to be reviewed later and processing can continue on to other messages in the queue. This process is called u2021Deadletteringu2021 a message and the Service Bus Brokered Messaging supports dead lettering by default. If a message fails to be processed and appears back on the queue ten times it will be placed into a dead letter queue. You can control the number of failures it takes for a message to be dead lettered by setting the MaxDeliveryCount property on the queue. When a message is deadlettered it is actually placed on a sub queue which can be accessed just like any other Service Bus queue. In the example used above the dead letter queue path would be samplequeue/$DeadLetterQueue. By default a message will be moved to the dead letter queue if it fails delivery more than 10 times.

Automatic dead lettering does not occur in the ReceiveAndDelete mode as the message has already been removed from the queue.

References: https://www.simple-talk.com/cloud/cloud-data/an-introduction-to-windows-azure-service-bus-brokered-messaging/


New Questions 6

You administer a DirSync server configured with Azure Active Directory (Azure AD). You need to provision a user in Azure AD without waiting for the default DirSync synchronization interval.

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

A. Restart the DirSync server

B. Run the Start-OnlineCoexistenceSync PowerShell cmdlet.

C. Run the Enable-SyncShare PowerShell cmdlet.

D. Run the Azure AD Sync tool Configuration Wizard.

E. Replicate the Directory in Active Directory Sites and Services.

Answer: B,D

Explanation:

References: https://docs.microsoft.com/en-us/azure/active-directory/connect/active- directory-aadconnect


New Questions 7

You plan to deploy an application as a cloud service. The application uses a virtual network to extend your on-premises network into Azure. You need to configure a site-to-site VPN for cross-premises network connections.

Which two objects should you configure? Each correct answer presents part of the solution.

A. Dynamic routing gateway

B. VPN gateway

C. External-facing IPv6 address

D. External-facing IPv4 address

Answer: B,D


New Questions 8

You need to design the business continuity framework. Which technology should you use?

A. Hyper-V Replica

B. Azure Backup

C. Azure Site Recovery

D. Azure StoreSimple

Answer: C

Explanation:

Azure Site Recovery can protect Microsoft Hyper-V, VMware, and physical servers, and you can use Azure or your secondary datacenter as your recovery site.

From scenario: The company has a human resources (HR) application named HRApp that stores data in an on-premises SQL Server database. The database must have at least two copies, but data to support backups and business continuity must stay in Trey Research locations only. The data must remain on-premises and cannot be stored in the cloud.

References: https://azure.microsoft.com/en-us/services/site-recovery/


New Questions 9

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.

Answer: B

Explanation:

A local storage resource is a reserved directory in the file system of the virtual machine in which an instance of a role is running. Code running in the instance can write to the local storage resource when it needs to write to or read from to a file. For example, a local storage resource can be used to cache data that may need to be accessed again while the service is running in Windows Azure.

References: https://docs.microsoft.com/en-us/azure/vs-azure-tools-configure-roles-for- cloud-service


New Questions 10

You need to recommend an authentication solution for the DistributionTracking application. What should you include in the recommendation?

A. a certificate

B. a Graph API endpoint

C. a security principal in Azure Active Directory

D. a managed service account in Azure Active Directory

Answer: A


New Questions 11

You need to ensure that users do not need to re-enter their passwords after they authenticate to cloud applications for the first time.

What should you do?

A. Enable Microsoft Account authentication.

B. Set up a virtual private network (VPN) connection between the VanArsdel premises and the Azure datacenter. Set up a Windows Active Directory domain controller in Azure VM. Implement Integrated Windows authentication.

C. Deploy ExpressRoute.

D. Configure Azure Active Directory Sync to use single sign-on (SSO).

Answer: D

Explanation:

Single sign-on (SSO) is a property of access control of multiple related, but independent software systems. With this property a user logs in once and gains access to all systems without being prompted to log in again at each of them.

References: http://en.wikipedia.org/wiki/Single_sign-on


100% Avant-garde Microsoft 70-535 Questions & Answers shared by Allfreedumps, Get HERE: https://www.allfreedumps.com/70-535-dumps.html (New Q&As)


START 70-535 EXAM