0% found this document useful (0 votes)
81 views

Azureq 1

1. The document describes a cloud service that hosts a customer-facing application allowing image uploads and collages. It is currently running on two medium instances and uses Azure Queue storage. With increased traffic expected, two solutions are provided to ensure responsiveness and minimize costs: 1) configure auto-scaling to three instances when processor utilization is above 80% and 2) configure the storage account to be geo-redundant. 2. The document describes an application on Azure Web Sites Standard tier that uses large image files worldwide. To improve load times for European users, two solutions are provided: 1) configure Azure CDN to cache responses from the application and 2) configure Azure CDN to cache site images in Azure blob storage.

Uploaded by

paramreddy2000
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views

Azureq 1

1. The document describes a cloud service that hosts a customer-facing application allowing image uploads and collages. It is currently running on two medium instances and uses Azure Queue storage. With increased traffic expected, two solutions are provided to ensure responsiveness and minimize costs: 1) configure auto-scaling to three instances when processor utilization is above 80% and 2) configure the storage account to be geo-redundant. 2. The document describes an application on Azure Web Sites Standard tier that uses large image files worldwide. To improve load times for European users, two solutions are provided: 1) configure Azure CDN to cache responses from the application and 2) configure Azure CDN to cache site images in Azure blob storage.

Uploaded by

paramreddy2000
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

1. You manage a cloud service that hosts a customer-facing application.

The application allows users to upload images


and create collages. The cloud service is running in two medium instances and utilizes Azure Queue storage for image
processing. The storage account is configured to be locally redundant. The sales department plans to send a newsletter
to potential clients. As a result, you expect a significant increase in global traffic. You need to recommend a solution that
meets the following requirements: * Configure the cloud service to ensure the application is responsive to the traffic
increase. * Minimize hosting and administration costs. What are two possible ways to achieve this goal? Each correct
answer presents a complete solution
 Configure the cloud service to run in two Large instances.
 Configure the cloud service to auto-scale to three instances when processor utilization is above 80%.
 Configure the storage account to be geo-redundant
 Deploy a new cloud service in a separate data center.Use Azure Traffic Manager to load balance traffic between the cloud
services.
 Configure the cloud service to auto-scale when the queue exceeds 1000 entries per machine.
1,2,5

2. 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.
 Configure Azure blob storage with a custom domain.
 Configure Azure CDN to cache all responses from the application web endpoint.
 Configure Azure Web Site auto-scaling to increase instances at high load.
 Configure Azure CDN to cache site images and content stored in Azure blob storage.
1, 4

3. 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.
 Dynamic routing gateway
 VPN gateway
 External-facing IPv6 address
 External-facing IPv4 address
1,2,4

4. You manage an Azure subscription with virtual machines (VMs) that are running in Standard mode. You need to
reduce the storage costs associated with the VMs. What should you do?
 Locate and remove orphaned disks
 Add the VMs to an affinity group.
 Change VMs to the Basic tier.
 Delete the VHD container
1,3

5. You manage a web application published to Azure Cloud Services. Your service level agreement (SLA) requires that
you are notified in the event of poor performance from customer locations in the US, Asia, and Europe. You need to
configure the Azure Management Portal to notify you when the SLA performance targets are not met. What should you
do?
 Create an alert rule to monitor web endpoints
 Create a Notification Hub alert with response time metrics.
 Add an endpoint monitor and alert rule to the Notification Hub.
 Configure the performance counter on the cloud service.
1

6. Your company has recently signed up for Azure. You plan to register a Data Protection Manager (DPM) server with the
Azure Backup service. You need to recommend a method for registering the DPM server with the Azure Backup vault.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
 Import a self-signed certificate created using the makecert tool.
 Import a self-signed certificate created using the createcert tool.
 Import an 509 v3 certificate with valid clientauthentication EK
 Import an 509 v3 certificate with valid serverauthentication EK
1,3

7. 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.
 Configure Password Sync.
 Set up a DirSync Server
 Set up an Active Directory Federation Services Server
 Set up an Active Directory Federation Services Proxy Server
1,2

8. You develop a set of Power Shell scripts that will run when you deploy new virtual machines (VMs). You need to
ensure that the scripts are executed on new VMs. You want to achieve this goal by using the least amount of
administrative effort. What should you do?
 Create a new GPO to execute the scripts as a logon script.
 Create a SetupComplete.cmd batch file to call the scripts after the VM starts.
 Create a new virtual hard disk (VHD) that contains the scripts.
 Load the scripts to a common file share accessible by the VMs.
 Set the VMs to execute a custom script extension.
1, 5

9. You administer an Azure Web Site named contosoweb that is used to sell various products. Contosoweb experiences
heavy traffic during weekends. You need to analyze the response time of the product catalog page during peak times,
from different locations. What should you do?
 Configure endpoint monitoring
 Add the Requests metric
 Turn on Failed Request Tracing
 Turn on Detailed Error Messages
1

10. 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?
 Configure a backup vault in Azure and use Data Protection Manager to back up the Windows Servers.
 Use Data Protection Manager and back up the VMs in each location
 Use Azure site recovery in an on-premises to Azure protection configuration
 Use Azure site recovery in an on-premises to on-premises protection configuration
1,4

11. You administer a virtual machine (VM) that is deployed to Azure. You configure a rule to generate an alert when the
average availability of a web service on your VM drops below 95 percent for 15 minutes. The development team
schedules a one-hour maintenance period. You have the following requirements: * No alerts are created during the
maintenance period. * Alerts can be restored when the maintenance is complete. You want to achieve this goal by using
the least amount of administrative effort. What should you do from the Management Portal?
 Select and disable the rule from the Dashboard page of the virtual machine.
 Select and delete the rule from the Configure page of the virtual machine.
 Select and disable the rule from the Monitor page of the virtual machine.
 Select and disable the rule on the Configure page of the virtual machine.
1,3

12. 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?
 Check the MOVE TO THE DEAD-LETTER SUBQUEUE option for Expired Messages in the Azure Portal.
 From the Azure Management Portal, create a new queue and name it Dead-Letter.
 Execute the Set-AzureServiceBus PowerShell cmdlet.
 Execute the New-AzureSchedulerStorageQueueJob PowerShell cmdlet.
1

13. You manage a set of virtual machines (VMs) deployed to the cloud service named fabrikamVM. You configure auto
scaling according to the following parameters: * With an instance range of two to six instances * To maintain CPU usage
between 70 and 80 percent * To scale up one instance at a time * With a scale up wait time of 30 minutes * To scale down
one instance at a time * With a scale down wait time of 30 minutes You discover the following usage pattern of a specific
application: * The application peaks very quickly, and the peak lasts for several hours. * CPU usage stays above 90
percent for the first 1 to 1.5 hours after usage increases. After 1.5 hours, the CPU usage falls to about 75 percent until
application usage begins to decline. You need to modify the auto scaling configuration to scale up faster when usage
peaks. What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
 Decrease the scale down wait time.
 Decrease the scale up wait time.
 Increase the number of scale up instances.
 Increase the scale up wait time.
 Increase the maximum number of instances
1,2,3

14. 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?
 Modify the service definition (csdef) for the cloud service
 Run the Set-AzureSubnet PowerShell cmdlet.
 Run the Set-AzureVNetConfig PowerShell cmdlet.
 Modify the network configuration file.
 Modify the service configuration (cscfg) for the fabWeb web role.
1,5

15. You administer an Azure Active Directory (Azure AD) tenant where Box is configured for: * Application Access *
Password Single Sign-on An employee moves to an organizational unit that does not require access to Box through the
Access Panel. You need to remove only Box from the list of applications only for this user. What should you do?
 Delete the user from the Azure AD tenant
 Delete the Box Application definition from the Azure AD tenant
 From the Management Portal, remove the user’s assignment to the application.
 Disable the user’s account in Windows AD
1,3

16. You administer an Azure Storage account named contoso storage. The account has queue containers with logging
enabled. You need to view all log files generated during the month of July 2014. Which URL should you use to access
the list?
 http://contosostorage.queue.core.windows.net/$logs?restype=container&comp=list&prefix=queue/2014/07
 http://contosostorage.queue.core.windows.net/$files?restype=container&comp=list&prefix=queue/2014/07
 http://contosostorage.blob.core.windows.net/$files?restype=container&comp=list&prefix=blob/2014/07
 http://contosostorage.blob.core.windows.net/$logs?restype=container&comp=list&prefix=blob/2014/07
1,4

17. You work for a company named Contoso, Ltd. The network contains an on premises Active Directory domain that has
Active Directory Federation Services (AD FS). Contoso uses an internally developed claims App1. You implement
directory synchronization with Azure Active Directory (Azure AD). You need to recommend which configuration should
be performed to Single-Sign-On to App1 to authenticated by Azure AD. Which two configuration should you include in
the recommendation?
 Azure AD as claims provided trust
 App1 as a claims provider
 Azure AD as relying party trust
 App1 as relying party trust
1,2,3

18. You administer a cloud service. You plan to host two web applications named contosoweb and contosowebsupport.
You need to ensure that you can host both applications and qualify for the Azure Service Level Agreement. You want to
achieve this goal while minimizing costs. How should you host both applications?
 in different web roles with two instances in each web role
 in the same web role with two instances
 in different web roles with one instance in each web role
 in the same web role with one instance
1,2

19. You deploy an application as a cloud service in Azure. The application consists of five instances of a web role. You
need to move the web role instances to a different subnet. Which file should you update?
 Service definition
 Diagnostics configuration
 Service configuration
 Network configuration
1,3

20. You have an Azure subscription named Subscription1. You create several Azure VMs in Subscription1. All of the VMs
belong to the same virtual network. You have an on-premises Hyper-V server named Server1. Server1 hosts a virtual
machine named VM1. You plan to replicate VM1 to Azure. You need to create additional objects in Subscription1 to
support the planned deployment. Which three objects should you create? Each correct answer presents part of the
solution.
 An Azure Site Recovery vault
 An endpoint
 A protection group
 A Hyper-V site
 A storage account
 A Traffic Manager
1,4,5

QUESTION 315
Note: This question is part of a series of questions that present the same scenario. Each question on 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.
A company has custom ASP.net and Java applications that run on old versions of Windows and Linux. The company plans to place
applications in containers.
You need to design a solution that includes networking, service discovery, and load balancing for the applications. The solution must
support storage orchestration.
Solution: You deploy each application to an Azure Container instance.
Does the solution meet the goal?

A. Yes
B. No

Answer: A

QUESTION 316
Note: This question is part of a series of questions that present the same scenario. Each question on 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 a storage solution to support on-premises resources and Azure-hosted resources.
You need to provide on-premises storage that has built-in replication to Azure.
Solution: You include Azure Files in the design.
Does this solution meet the goal?

A. Yes
B. No

Answer: B

QUESTION 317
Hotspot Question
A company plans to implement an HTTP-based API to support a Web App. The Web App allows customers to check the status of their
orders.
The API must meet the following requirements:

 Implement Azure Functions.


 Provide public read-only operations.
 Do not allow write operations.
You need to recommend configuration options.
What should you recommend? To answer, configure the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

QUESTION 318
You have an Azure subscription named Subscription1.
You create several Azure virtual machines in Subscription1. All of the virtual machines belong to the same virtual network.
You have an on-premises Hyper-V server named Server1. Server1 hosts a virtual machine named VM1.
You plan to replicate VM1 to Azure.
You need to create additional objects in Subscroption1 to support the planned deployment.
Which three objects should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. storage account
B. protection group
C. Azure Traffic Manager instance
D. endpoint
E. Azure Site Recovery vault
F. Hyper-V site

Answer: AEF

QUESTION 319
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. Azure Automation DSC


B. Windows Azure Pack
C. Service Management Automation
D. System Center 2016 Orchestrator

Answer: A

QUESTION 320
A company has a hybrid ASP.NET Web API application that is based on a software as a service (SaaS) offering.
Users report general issues with the data. You advise the company to implement live monitoring and use ad hoc queries on stored JSON
data. You also advise the company to set up smart alerting to detect anomalies in the data.
You need to recommend a solution to set up smart alerting.
What should you recommend?

A. Azure Security Center and Azure Data Lake Store


B. Azure Data Lake Analytics and Microsoft Operations Management Suite.
C. Azure Application Insights and Azure Log Analytics
D. Azure Site Recovery and Microsoft Operations Management Suite

Answer: A

QUESTION 321
A company hosts virtual machines (VMs) in an on-premises datacenter and in Azure. The on-premises and Azure-based VMs communicate
using ExpressRoute.
The company wants to be able to continue regular operations if the ExpressRoute connection fails. Failover connections must use the
Internet and must not require Multiprotocol Label Switching (MPLS) support.
You need to recommend a solution that provides continued operations.
What should you recommend?

A. Set up a VPN connection.


B. Set up a second ExpressRoute connection.
C. Increase the bandwidth of the existing ExpressRoute connection.
D. Increase the bandwidth for the on-premises internet connection.

Answer: A

QUESTION 322
You are designing an Azure solution.
The solution must meet the following requirements:

 Distribute traffic to different pools of dedicated virtual machines (VMs) based on rules.
 Provide SSL offloading capabilities.
You need to recommend a solution to distribute network traffic.
Which technology should you recommend?

A. Azure Load Balancer


B. server-level firewall rules
C. Azure Application Gateway
D. Azure Traffic Manager

Answer: C

QUESTION 323
A company receives over 1,000 emails each day through the general alias [email protected]. The emails originate from all over the world,
and include complaints and sales inquiries. Many emails relate to random topics.
The company must be able to automatically categorize emails based upon the company location geographically closest to the sender.
You need to recommend a solution.
Which two options should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection presents a complete solution.
A. Bing Web Search API
B. Bot Builder SDK
C. Text Analytics API
D. Language Understanding Intelligent Service (LUIS) programmatic API

Answer: BC

QUESTION 324
You are developing a hybrid solution for a video editing company. Videos are currently edited on-premises and stored in Server Message
Block (SMB) protocol share. Due to legal regulations, videos must be stored on-premises.
You must distribute videos by using Azure Media Services.
You need to recommend a storage solution for the videos.
What should you recommend?

A. Azure StorSimple
B. Azure Blob storage
C. Azure Table storage
D. Azure Cosmos DB

Answer: A

QUESTION 325
Drag and Drop Question
You manage a large number of on-premises applications. You plan to migrate the applications to Azure.
You need to implement Azure Storage for each type of data that the applications use.
For each type of data, which storage mechanism should you use? To answer, drag the appropriate storage mechanism to the correct type of
data. Each storage mechanism may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll
to view content.

Answer:

1.2018 New 70-535 Exam Dumps (PDF and VCE)Share:


https://www.braindump2go.com/70-535.html

2.2018 New 70-535 Exam Questions & Answers PDF:


https://drive.google.com/drive/folders/1K808iFXD_tKKveGZeLM1H8d81RAL6LCx?usp=sharing

You might also like