###BeginCaseStudy###
Testlet 1
Background:
You are the new cloud architect for Fourth Coffee. The company hosts an on-premises ASP.NET MVC web
application to allow online purchases and to support their retail store operations.
The new chief information officer (CIO) has announced several initiatives for the new year, including a new
mobile application, online training for retail store employees, and moving the current web application and other
services to the cloud.
The marketing team hopes to see an increase in the up-time for the web application. The team would also like
to allow users to use social logins in addition to the current username and password system.
Fourth Coffee has chosen Microsoft Azure to support their initiatives.
Current environment
In the Azure portal, you create an Azure Mobile App for the API. You create a Service Bus queue in Azure and
install the Azure Storage SDK for Node.js.
Problem statements
The mobile team attempts to use continuous deployment with the Azure App Service and new API project. They
receive the following error message: “Unable to access http://fourthcoffeeapi.azurewebsites.net/: Failed to
connect to https://fourthcoffeeapi.scm.azurewebsites.net/”
Business requirements
Web Application
You must increase up-time for the application.
The application must support additional regions and languages.
Marketing must be able to validate the web application before updates to the application are published to the
production environment.
Mobile
The marketing team must be able to send frequent and timely updates to specific users and devices
including Apple iPad, iPhone, Android, Windows, and Windows Phone devices.
Users must be able to use their social accounts to sign in to the application. You must support LinkedIn,
Facebook and Google logons.
The application must remain responsive, even during peak periods.
Training
Video streaming content must be made available and streamed to employee’s browsers. Training content must
only include on-demand streaming. There will be no live content.
Technical requirements
Web Application
You must update the deployment process to support cloud deployments.
All data must be formatted as JSON during transport.
You must implement Team Foundation Version Control (TFVC) as the version control system for the web
application.
Incoming messages to the API must be persisted to queue storage to ensure they are delivered and
processed. You must restrict the size of messages between the mobile app and the API to no more than 5
gigabytes (GB).
The web application must use geo-redundant replication.
Mobile
You must use Node.js as a technology platform. You must support all mobile initiatives when possible.
You must implement Git as the version control system for the mobile app.
You must develop a REST API by using Node.js Express, and MongoDB. You must use the Mobile Apps
feature of the Azure App Service to host the API in Standard mode.
You must implement the following Push Notification Services by using Azure Media Services:
– Apple Push Notification Service (APNS) for iPad and iPhone devices- Google Cloud Messaging service (GCM) for Android devices
– Windows Notification Service (WNS) for Windows devices
– Microsoft Push Notification Service (MPNS) for Windows Phone devices
Security and disaster Recovery
You must integrate the on-premises Active Directory Domain Services with Azure Active Directory (Azure
AD).
You must implement the latest federated identity standards to provide authentication and authorization to
applications.
You must implement Multi-Factor Authentication.
The web application and the API must be able to recover from a disaster.
Scaling
The web application and API must auto-scale according to the following rules:
Scale up by one instance if CPU is above 70%.
Scale down by one instance if CPU is below 50%.
Training
Streaming must include Content Delivery Network (CDN) capabilities to support global locations.
Content must be encrypted and protected by using AES and PlayReady.
Streaming must include one gigabit (GB) per second of dedicated egress capacity.
All videos must use adaptive bitrate MP4 encoded content and include a streaming manifest file (.ism).
You must support the following streaming formats for video files: MPEG DASH, HLS, Smooth Streaming,
HDS. You must not to re-encode the content.
###EndCaseStudy###
DRAG DROP
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.Select and Place:
incorrect. How can you add endpoints without creating a traffic manager first?
Right,
1) create and deploy new web app.
2) create a new traffic manager.
3) add new endpoints with cname to Traffic manager.
agreed
create a new traffic manager – shouldn’t it be Failover instead of Performance?
There is no such thing as failover Traffic manager.
Priority: Select Priority when you want to use a primary service endpoint for all traffic, and provide backups in case the primary or the backup endpoints are unavailable.
Weighted: Select Weighted when you want to distribute traffic across a set of endpoints, either evenly or according to weights, which you define.
Performance: Select Performance when you have endpoints in different geographic locations and you want end users to use the “closest” endpoint in terms of the lowest network latency.
Geographic: Select Geographic so that users are directed to specific endpoints (Azure, External, or Nested) based on which geographic location their DNS query originates from. This empowers Traffic Manager customers to enable scenarios where knowing a user’s geographic region and routing them based on that is important. Examples include complying with data sovereignty mandates, localization of content & user experience and measuring traffic from different regions.
failover is same as priority
but definitely there is no such term in the portal “failover”, so I believe demisa is correct and the option we select shall be “method set to performance”
New 70-535 Exam Questions and Answers (2/Jan/2018 Updated):
NEW QUESTION 231
You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You connect to the public IP address of the VM by using Secure Shell (SSH) and specify your private key.
Does the solution meet the goal?
A. Yes
B. No
Answer: B
NEW QUESTION 232
You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You use the Connect button on the Overview blade for the VM.
Does the solution meet the goal?
A. Yes
B. No
Answer: B
NEW QUESTION 233
You use Azure Resource Manager (ARM) templates to deploy resources. You need to ensure that storage resources defined in templates cannot be deleted.
Solution: You define the following JSON in the temp:
“resource”: [
{
“name”: “[concat(parameters(‘lockedResource’), ‘/Microsoft.Authorization/myLock’)]”,
“type”: “Microsoft.Authorzation/locks”,
“apiVersion”: “2015-01-01”,
“properties”: {
“level”: “ReadOnly”
}
}
]
Does the solution meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 234
Note: This question is part of a series of questions that present the same scenario. Each questions in the series contains a unique solution that might meet the stated goals. Some questions 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 create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You connect to the public IP address of the VM by using Secure Shell (SSH) and specify your public key.
Does the solution meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 235
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 manage an Azure SQL Database. The database has weekly backups that are stored in an Azure Recovery Services vault. You create an Azure Recovery Services vault and download the backup agent installation file. You need to complete the installation of the backup agent. What should you do first?
A. Configure network throttling.
B. Set the storage replication option.
C. Download the vault credentials file.
D. Select the data to back up.
Answer: C
NEW QUESTION 236
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 manage an Azure SQL Database. The database has weekly backups that are stored in an Azure Recovery Services vault. A company deploys Microsoft SQL Server on an Azure Standard_DS3 virtual machine (VM). You need to modify the disk caching policy. Which Azure PowerShell cmdlet should you run?
A. Set-AzureRmVmOperatingSystem
B. Set-AzureRmVmDataDisk
C. Update-Disk
D. Update-AzureDisk
Answer: B
NEW QUESTION 237
A company uses Azure to host virtual machines (VMS) and web apps. You have an app service named App1 that uses the Basic app service tier. You need to ensure that diagnostic data for App1 is permanently stored.
Solution: You specify a storage account in the Diagnostics.xml file.
Does the solution meet the goal?
A. Yes
B. No
Answer: B
NEW QUESTION 238
You specify the storage account that you want to use in the ServiceConfiguration.cscfg. You use Azure to virtual machines (VMS) and web apps. You have an app service named App1 that uses the Basic app service tier. You need to ensure that diagnostic data for App1 is permanently stored.
Solution: You scale the app service to the Standard tier.
Does the solution meet the goal?
A. Yes
B. No
Answer: ……
P.S. You Can Get The Newest 70-535 Dumps In PDF And VCE From — https://www.passleader.com/70-535.html (243q VCE and PDF)
Good Luck!
By the way, part of the new 243Q 70-535 dumps are available here:
https://drive.google.com/open?id=1Tqc3nKkqLq3RuEdZ4qV-ddYyN5SwbSNB
Best Regards!