70-535 | The Abreast of the times Guide To 70-535 exam question


P.S. Vivid 70-535 training materials are available on Google Drive, GET MORE: https://drive.google.com/open?id=1xTpo6SaPBTj1K3waI-NntgOTE04sKa7q


New Microsoft 70-535 Exam Dumps Collection (Question 3 - Question 12)

Q3. 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/

Q4. You are planning an application to run on Azure virtual machines (VMs). The VMs will be backed up using Azure Backup.

The application maintains its state in three binary files stored on disk. Changes in application state require that all three files be updated on disk. If only one or two of the files are updated on disk, work is lost and the system is in an inconsistent state.

You need to ensure that when a backup occurs, the applicationu2021s data is always in a consistent state.

What should you do?

A. Disable caching for the VMs virtual hard disks.

B. Use Premium Storage for the VMs virtual hard disks.

C. Implement the Volume Shadow Copy Service (VSS) API in the application.

D. Store the application files on an Azure File Service network share.

Answer: C

Q5. 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: E

Explanation:

References:

https://docs.microsoft.com/en-us/azure/automation/automation-webhooks

Q6. Your company plans to migrate from On-Premises Exchange to Exchange Online in Office 365.

You plan to integrate your existing Active Directory Domain Services (AD DS) infrastructure with Azure AD.

You need to ensure that users can log in by using their existing AD DS accounts and passwords. You need to achieve this goal by using minimal additional systems.

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

A. Configure Password Sync.

B. Set up a DirSync Server

C. Set up an Active Directory Federation Services Server

D. Set up an Active Directory Federation Services Proxy Server

Answer: A,B

Explanation:

Azure AD supports the following four directory integration scenarios:

* DirSync with Password Sync u2013 Used when you want to enable your users to sign in to Azure AD and other services using the same user name and password as they use to log onto your corporate network and resources. Password sync is a feature of the Directory Sync tool.

Etc.

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

Q7. 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

Q8. You need to recommend a data storage solution that meets the business continuity requirements. Which two features should you recommend? Each correct answer presents part of the solution.

A. SQL Database Standard

B. Azure Backup

C. SQL Database Premium

D. SQL Database Express

Answer: A,B

Explanation:

From scenario: Disaster recovery and business continuity plans must use a single, integrated service that supports the following features:

* All VMs must be backed up to Azure.

* All on-premises data must be backed up off-site and available for recovery in the event of a disaster.

* Disaster testing must be performed to ensure that recovery times meet management guidelines.

* Fail-over testing must not impact production.

Q9. 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/

Q10. You need to configure the distribution tracking application. What should you do?

A. Map each role to a single upgrade domain to optimize resource utilization.

B. Design all services as stateless services.

C. Configure operations to queue when a role reaches its capacity.

D. Configure multiple worker roles to run on each virtual machine.

Answer: D

Explanation:

* Scenario: distribution tracking application

The system is processor intensive and should be run in a multithreading environment.

References: http://mark.mymonster.nl/2013/01/29/running-multiple-workers-inside-one-windows-azure-worker-role

Q11. Your company is launching a public website that allows users to stream videos. You upload multiple video files to an Azure storage container.

You need to give anonymous users read access to all of the video files in the storage container. What should you do?

A. Edit each blob's metadata and set the access policy to Public Blob.

B. Edit the container metadata and set the access policy to Public Container.

C. Move the files into a container sub-directory and set the directory access level to Public Blob.

D. Edit the container metadata and set the access policy to Public Blob.

Answer: D

Explanation:

You can enable anonymous, public read access to a container and its blobs in Azure Blob storage. By doing so, you can grant read-only access to these resources without sharing your account key, and without requiring a shared access signature (SAS).

To set permissions to public read access for blobs only, set the PublicAccess property to

BlobContainerPublicAccessType.Blob.

References: https://docs.microsoft.com/en-us/azure/storage/storage-manage-access-to- resources

Q12. You are designing a Windows Azure application. Messages will be placed into a Windows Azure Queue and then processed by a worker role. There is no requirement for adherence to the Windows Azure Service Level Agreement (SLA).

You need to recommend an approach for concurrently processing messages while minimizing compute cost. What should you recommend?

A. A single role instance that processes messages individually

B. A single role instance with multithreaded request processing

C. Multiple role instances that process messages individually

D. Multiple role instances, each with multithreaded request processing

Answer: B

Explanation:

Threads: When the request for the background work comes in, the web role starts as many threads as necessary (or queues the individual work items to the thread pool). In this option, we would configure a larger instance during the heavy workload, because these threads could require a lot of memory.

Incorrect:

Not C, not D: SLA would require multiple role instances.

References: https://stackoverflow.com/questions/12891678/orchestrating-a-windows-azure-web-role-to-cope-with-occasional-high-workload

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