Q11.
You create a software as a service (SaaS) application. Websites, cloud services, and virtual machines (VMs) read common data values from the database for the application.
You are modifying a web application so that it uses Azure Active Directory to manage users. You create a security group named Users and a security group named Administrators. The Administrators security group is a member of the Users security group.
You need to implement the can AccessUserResources function.
A. Option A
B. Option B
C. Option C
D. Option D
You are developing a messaging solution to integrate two applications named WeatherSummary and
WeatherDetails. The WeatherSummary application displays a summary of weather information for major cities. The WeatherDetails application displays weather details for a specific city.
You need to ensure that the WeatherDetails application displays the weather details for the city that the user selects in the WeatherSummary application.
HOTSPOT
You store data in an Azure blob. Data accumulates at a rate of 0.10 GB per day.
HOTSPOT
A19.
Yes
No
No
HOTSPOT
You develop a web application that uses table storage in Azure.
HOTSPOT
Your company works with trusted partners. These partners upload files into a storage account that you control.
Partners must be able to create, read, and write files. Partners must NOT be allowed to see files from other partners. You generate a shared access signature (SAS) for each partner.
You create the following Windows PowerShell script to create a new container for each partner. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Q24.
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
HOTSPOT
You use the Windows PowerShell Desired State Configuration (DSC) feature to configure your company’s servers. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes
No
Yes
QUESTION 26
Drag and Drop Question
You create a new web application by using a single Azure website deployment. The deployment uses the shared web hosting plan. User activity varies significantly and unpredictably. The application must automatically scale to a maximum of eight virtual machines based on CPU utilization. You need to configure the environment. In the Azure management portal, 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.
Q27.
A company plans to increase its virtual network capacity by adding virtual network subscriptions.
You must increase the number of subscriptions from 3 to 15.
You need to configure the virtual networks.
What should you do?
A. Export and modify the network configuration file. Then import the modified file.
B. Export and modify the service definition file. Then import the modified file.
C. Create and import a new network configuration file.
D. Create a multi-site virtual network
You develop a web application that will use the Azure Table service. The web application will store entities in the form of XML data within a single table.
The web application must support high traffic throughput.
You need to avoid exceeding the throttle limit for the table.
Which two actions should you take? Each correct answer presents part of the solution.
A. Add additional partition keys to the table.
B. Batch transactions for entities that are in the same partition group in the table.
C. Compress the entities before storing them in the table.
D. Store the entities in JSON format.
A company maintains an Azure storage account. The storage account uses blobs and tables.
Customers access the storage account by using shared access signatures (SASs).
You need to monitor the usage of the storage services. You need to do the following:
Understand which storage areas perform operations that incur a fee.
Understand which requests are denied because of insufficient permissions.
Validate that the performance of the storage account meets the service level agreement (SLA) for the Azure Storage service.
Which three data analysis tasks should you perform? Each correct answer presents part of the solution.
A. Use data from the logs of the storage services to find individual storage access attempts that do not comply with the SLA.
B. Use data from the logs of the storage services to calculate aggregate server latency across individual requests. Determine whether the results of this calculation indicate that the Azure Storage service is in compliance with the SLA.
C. Analyze the logs of the storage services to determine which storage services were inaccessible because of permissions issues.
D. Review the Azure documentation to determine which storage operations are billable. Then find records of those operations in the logs of the storage services.
E. Analyze the logs of the storage services to find records of operations that are marked as billable.
F. Correlate the data logged from the storage service with the permissions to store data in the individual blobs and containers. Determine which storage services were inaccessible because of permissions issues.
You are creating virtual machines (VMs) that are hosted on Azure.
You must be able to change the Remote Desktop access settings for the VMs. You must also be able to change the password for the built-in administrator account on all VMs. You identify the VMAccess VM extensions that have the required capabilities.
You need to enable the VMAccess VM extensions.
Which approach should you use?
A. Download and install the Microsoft Installer file to enable the VM Agent on each VM.
B. Use the Azure management portal to restart each VM.
C. When you configure the new VMs, use the Azure management portal to install the VM Agent.
D. For each VM, use Windows PowerShell cmdlets to enable the VM Agent and the VMAccess VM extensions.
Q32.
HOTSPOT
HOTSPOT
A company creates an Azure worker role to manage products.
The number of customers who inquire about how many products are in inventory rapidly increases.
You need to ensure that the worker role can scale to accommodate the increased workload.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
You connect to an existing service over the network by using HTTP. The service listens on HTTP port 80. You plan to create a test environment for this existing service by using an Azure virtual machine (VM) that runs Windows Server.
The service must be accessible from the public Internet over HTTP port 8080.
You need to configure the test environment.
Which two actions should you take? Each correct answer presents part of the solution.
A. Configure an endpoint to route traffic from port 8080 to port 80.
B. Configure an endpoint to route traffic from port 80 to port 8080.
C. Ensure that the public IP address is configured as a static IP address.
D. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 8080.
E. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 80.
You create a software as a service (SaaS) application. Websites, cloud services, and virtual machines (VMs) read common data values from the database for the application.
The application does not scale efficiently. All VMs, websites, and cloud services must read from the same data source.
You need to design a cache solution for the SaaS application.
What should you do?
A. Deploy a cache by using Azure Redis Cache. Access the cache from the websites, cloud services, and VMs.
B. Configure a cache by using ASP.NET. Access the cache from the websites, cloud services, and VMs.
C. Use Azure Redis Cache to deploy one cache for each website, one cache for each cloud service, and one cache for each VM. Configure each cache to ensure that data is consistent in all the cache instances.
D. Deploy a cache by using Azure Redis Cache. Configure the cache to use database connection strings.
A. Deploy a cache by using Azure Redis Cache. Access the cache from the websites, cloud services, and VMs.
B. Configure a cache by using ASP.NET. Access the cache from the websites, cloud services, and VMs.
C. Use Azure Redis Cache to deploy one cache for each website, one cache for each cloud service, and one cache for each VM. Configure each cache to ensure that data is consistent in all the cache instances.
D. Deploy a cache by using Azure Redis Cache. Configure the cache to use database connection strings.
Q12.
You are modifying a web application so that it uses Azure Active Directory to manage users. You create a security group named Users and a security group named Administrators. The Administrators security group is a member of the Users security group.
You need to implement the can AccessUserResources function.
Which code segment should you insert at line 02?
A. Option A
B. Option B
C. Option C
D. Option D
Q13.
You are developing a messaging solution to integrate two applications named WeatherSummary and
WeatherDetails. The WeatherSummary application displays a summary of weather information for major cities. The WeatherDetails application displays weather details for a specific city.
You need to ensure that the WeatherDetails application displays the weather details for the city that the user selects in the WeatherSummary application.
What should you do?
A. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the PeekLock method.
B. Create an Azure Service Bus Topics object. In the WeatherDetails application, create a filter.
C. Create an Azure Service Bus Relay object. In the WeatherDetails application, create a filter.
D. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the ReceiveAndDelete method.
Q14.
You store data by using table storage in Azure.
A. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the PeekLock method.
B. Create an Azure Service Bus Topics object. In the WeatherDetails application, create a filter.
C. Create an Azure Service Bus Relay object. In the WeatherDetails application, create a filter.
D. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the ReceiveAndDelete method.
Q14.
You store data by using table storage in Azure.
The storage analytics logs do not contain any data.
You must configure the Azure storage account to retain logs for the maximum length of time that Azure permits.
In the Azure management portal, what should you do?
A. Set the monitoring level to Minimal, and set the number of days the data in the logs is retained to 0.
B. Set the monitoring level to Verbose, and set the number of days the data in the logs is retained to 365.
C. Set the monitoring level to Minimal, and set the number of days the data in the logs is retained to 99.
D. Set the monitoring level to Verbose, and set the number of days the data in the logs is retained to 30.
Q15.
You host an application on an Azure virtual machine (VM) that uses a data disk. The application performs several input and output operations per second.
A. Set the monitoring level to Minimal, and set the number of days the data in the logs is retained to 0.
B. Set the monitoring level to Verbose, and set the number of days the data in the logs is retained to 365.
C. Set the monitoring level to Minimal, and set the number of days the data in the logs is retained to 99.
D. Set the monitoring level to Verbose, and set the number of days the data in the logs is retained to 30.
Q15.
You host an application on an Azure virtual machine (VM) that uses a data disk. The application performs several input and output operations per second.
You need to disable disk caching for the data disk.
Which two actions will achieve the goal? Each answer presents a complete solution.
A. Use the Azure Resource Manager REST API.
B. Use the Service Management REST API.
C. Run the following Windows PowerShell cmdlet: Remove AzureDataDisk
D. Run the following Windows PowerShell cmdlet: Set AzureDataDisk
Q16.
You are developing a REST API service that provides data about products. The service will be hosted in an Azure virtual machine (VM).
A. Use the Azure Resource Manager REST API.
B. Use the Service Management REST API.
C. Run the following Windows PowerShell cmdlet: Remove AzureDataDisk
D. Run the following Windows PowerShell cmdlet: Set AzureDataDisk
Q16.
You are developing a REST API service that provides data about products. The service will be hosted in an Azure virtual machine (VM).
The product data must be stored in Azure tables and replicated to multiple geographic locations.
API calls that use the HTTP GET operation must continue to function when the data tables at the primary Azure datacenter are not accessible.
You need to configure storage for the service.
Which type of replication should you choose?
A. Locally Redundant Storage replication
B. Geo Redundant Storage replication
C. Zone Redundant Storage replication
D. Read Access Geo Redundant Storage replication
A. Locally Redundant Storage replication
B. Geo Redundant Storage replication
C. Zone Redundant Storage replication
D. Read Access Geo Redundant Storage replication
Q17.
Your company runs existing applications on virtual machines (VMs) that are hosted on Azure.
You are preparing additional Azure services to support the existing applications.
You run the following script. Line numbers are provided for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
A17.
No
Yes
No
Yes
No
Q18.
You store data in an Azure blob. Data accumulates at a rate of 0.10 GB per day.
You must use storage analytics data to verify that the service level agreement (SLA) has been met and to analyze the performance of VHDs, including the pattern of usage.
Analytics data must be deleted when it is older than 100 days or when the total amount of data exceeds 10 GB.
You need to configure storage analytics and access the storage analytics data.
You need to configure storage analytics and access the storage analytics data.
Which two approaches will achieve the goal? Each correct answer presents part of the solution.
A. Disable the data retention policy.
B. Access analytics data by using the Service Management REST API.
C. Access analytics data by using the APIs used to read blob and table data.
D. Configure a data retention policy of 100 days.
A. Disable the data retention policy.
B. Access analytics data by using the Service Management REST API.
C. Access analytics data by using the APIs used to read blob and table data.
D. Configure a data retention policy of 100 days.
Q19.
HOTSPOT
You store JSON data in a blob by using the Azure Blob service. Web applications access the JSON data by using client side JavaScript calls.
JSON data is stored in a container that is configured to allow anonymous access. Web applications that are allowed to make updates to the data have access to any necessary shared access signatures (SASs) and storage keys.
You configure one Cross Origin Resource Sharing (CORS) rule for the https://fabrikam.com domain and then run the following method. Line numbers are provided for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
JSON data is stored in a container that is configured to allow anonymous access. Web applications that are allowed to make updates to the data have access to any necessary shared access signatures (SASs) and storage keys.
You configure one Cross Origin Resource Sharing (CORS) rule for the https://fabrikam.com domain and then run the following method. Line numbers are provided for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
A19.
Yes
No
No
Q20.
You are managing an application. The application uses data that is stored in an Azure SQL database.
You are managing an application. The application uses data that is stored in an Azure SQL database.
You must be able to reset the application to the state that existed on any day in the previous 35 days.
You need to choose a backup solution.
What should you do?
A. Run SQL replication on the SQL database once a day.
B. Use Microsoft Azure SQL Database Point in Time Restore
C. Use the SQL Server Data Tier Application Framework to build a data tier application (DAC) file once a day.
D. Use the bcp utility to export data to an Azure page blob once a day.
A. Run SQL replication on the SQL database once a day.
B. Use Microsoft Azure SQL Database Point in Time Restore
C. Use the SQL Server Data Tier Application Framework to build a data tier application (DAC) file once a day.
D. Use the bcp utility to export data to an Azure page blob once a day.
Q21.
Tailspin Toys uses a website to manage its inventory. The website is hosted on Azure. You are writing a Windows Store app that uses data from the blob storage.
You need to retrieve an image from the following URI: https://tailspintoys.blob.core.windows.net/Trains/Caboose2jpg.
How should you complete the relevant code? To answer, select the appropriate code segments in the answer area.
A21.
Q22.
You create a storage account named Contoso that stores a table named CityPopulationData.
The web application stores entities in this table.
You need to query the table data by using OData.
Which URL should you use?
A. http://contoso.table.core.windows.net/citypopulationdata
B. http://contoso.table.core.windows.net/odata/citypopulationdata
C. http://azurestorage.table.core.windows.net/contoso
D. http://microsoft.table.core.windows.net/contoso
E. http://azure.table.core.windows.net/contoso/citypopulationdata
A. http://contoso.table.core.windows.net/citypopulationdata
B. http://contoso.table.core.windows.net/odata/citypopulationdata
C. http://azurestorage.table.core.windows.net/contoso
D. http://microsoft.table.core.windows.net/contoso
E. http://azure.table.core.windows.net/contoso/citypopulationdata
Q23.
Your company works with trusted partners. These partners upload files into a storage account that you control.
Partners must be able to create, read, and write files. Partners must NOT be allowed to see files from other partners. You generate a shared access signature (SAS) for each partner.
You create the following Windows PowerShell script to create a new container for each partner. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
A23.
Q24.
HOTSPOT
You are creating a set of load balanced virtual machines (VMs) that are hosted on Azure.
You run the following Windows PowerShell script. Line numbers are included for reference only.
You run the following Windows PowerShell script. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
A24.
No
Yes
Yes
Yes
Yes
Q25.
You use the Windows PowerShell Desired State Configuration (DSC) feature to configure your company’s servers. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
A25.
Yes
No
Yes
QUESTION 26
Drag and Drop Question
You create a new web application by using a single Azure website deployment. The deployment uses the shared web hosting plan. User activity varies significantly and unpredictably. The application must automatically scale to a maximum of eight virtual machines based on CPU utilization. You need to configure the environment. In the Azure management portal, 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.
Q27.
A company plans to increase its virtual network capacity by adding virtual network subscriptions.
You must increase the number of subscriptions from 3 to 15.
You need to configure the virtual networks.
What should you do?
A. Export and modify the network configuration file. Then import the modified file.
B. Export and modify the service definition file. Then import the modified file.
C. Create and import a new network configuration file.
D. Create a multi-site virtual network
Q28.
You are migrating an existing solution to Azure. The solution includes a user interface tier and a database tier.
The user interface tier runs on multiple virtual machines (VMs). The user interface tier has a website that uses Node.js. The user interface tier has a background process that uses Python. This background process runs as a scheduled job. The user interface tier is updated frequently. The database tier uses a self-hosted MySQL database.
The user interface tier requires up to 25 CPU cores. You must be able to revert the user interface tier to a previous version if updates to the website cause technical problems. The database requires up to 50 GB of memory. The database must run in a single VM.
You need to deploy the solution to Azure.
What should you do first?
A. Deploy the entire solution to an Azure website. Use a web job that runs continuously to host the database.
B. Deploy the database to a VM that runs Windows Server on the Standard tier.
C. Deploy the entire solution to an Azure website. Run the database by using the Azure data management services.
D. Deploy the user interface tier to a VM. Use multiple availability sets to continuously deploy updates from Microsoft Visual Studio Online.
You are migrating an existing solution to Azure. The solution includes a user interface tier and a database tier.
The user interface tier runs on multiple virtual machines (VMs). The user interface tier has a website that uses Node.js. The user interface tier has a background process that uses Python. This background process runs as a scheduled job. The user interface tier is updated frequently. The database tier uses a self-hosted MySQL database.
The user interface tier requires up to 25 CPU cores. You must be able to revert the user interface tier to a previous version if updates to the website cause technical problems. The database requires up to 50 GB of memory. The database must run in a single VM.
You need to deploy the solution to Azure.
What should you do first?
A. Deploy the entire solution to an Azure website. Use a web job that runs continuously to host the database.
B. Deploy the database to a VM that runs Windows Server on the Standard tier.
C. Deploy the entire solution to an Azure website. Run the database by using the Azure data management services.
D. Deploy the user interface tier to a VM. Use multiple availability sets to continuously deploy updates from Microsoft Visual Studio Online.
Q29.
The web application must support high traffic throughput.
You need to avoid exceeding the throttle limit for the table.
Which two actions should you take? Each correct answer presents part of the solution.
A. Add additional partition keys to the table.
B. Batch transactions for entities that are in the same partition group in the table.
C. Compress the entities before storing them in the table.
D. Store the entities in JSON format.
Q30.
Customers access the storage account by using shared access signatures (SASs).
You need to monitor the usage of the storage services. You need to do the following:
Understand which storage areas perform operations that incur a fee.
Understand which requests are denied because of insufficient permissions.
Validate that the performance of the storage account meets the service level agreement (SLA) for the Azure Storage service.
Which three data analysis tasks should you perform? Each correct answer presents part of the solution.
A. Use data from the logs of the storage services to find individual storage access attempts that do not comply with the SLA.
B. Use data from the logs of the storage services to calculate aggregate server latency across individual requests. Determine whether the results of this calculation indicate that the Azure Storage service is in compliance with the SLA.
C. Analyze the logs of the storage services to determine which storage services were inaccessible because of permissions issues.
D. Review the Azure documentation to determine which storage operations are billable. Then find records of those operations in the logs of the storage services.
E. Analyze the logs of the storage services to find records of operations that are marked as billable.
F. Correlate the data logged from the storage service with the permissions to store data in the individual blobs and containers. Determine which storage services were inaccessible because of permissions issues.
Q31.
You are creating virtual machines (VMs) that are hosted on Azure.
You must be able to change the Remote Desktop access settings for the VMs. You must also be able to change the password for the built-in administrator account on all VMs. You identify the VMAccess VM extensions that have the required capabilities.
You need to enable the VMAccess VM extensions.
Which approach should you use?
A. Download and install the Microsoft Installer file to enable the VM Agent on each VM.
B. Use the Azure management portal to restart each VM.
C. When you configure the new VMs, use the Azure management portal to install the VM Agent.
D. For each VM, use Windows PowerShell cmdlets to enable the VM Agent and the VMAccess VM extensions.
HOTSPOT
You have an existing server that runs Windows Server. You plan to create a base image of this server. You will use this base image to prepare several virtual servers for future use. After the base image is prepared, you will capture it by using the Azure management portal.
You must use the System Preparation Tool (Sysprep) to prepare the server so that the base image can be captured.
You need to prepare the server so that the base image can be captured.
What should you do? To answer, configure the appropriate options in the dialog box in the answer area.
You must use the System Preparation Tool (Sysprep) to prepare the server so that the base image can be captured.
You need to prepare the server so that the base image can be captured.
What should you do? To answer, configure the appropriate options in the dialog box in the answer area.
A32.
Q33.
HOTSPOT
A company creates an Azure worker role to manage products.
The number of customers who inquire about how many products are in inventory rapidly increases.
You need to ensure that the worker role can scale to accommodate the increased workload.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
A33.
Q34.
You connect to an existing service over the network by using HTTP. The service listens on HTTP port 80. You plan to create a test environment for this existing service by using an Azure virtual machine (VM) that runs Windows Server.
The service must be accessible from the public Internet over HTTP port 8080.
You need to configure the test environment.
Which two actions should you take? Each correct answer presents part of the solution.
A. Configure an endpoint to route traffic from port 8080 to port 80.
B. Configure an endpoint to route traffic from port 80 to port 8080.
C. Ensure that the public IP address is configured as a static IP address.
D. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 8080.
E. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 80.
Thanks for sharing valuable information. Your blogs were helpful to Azure learners. I
ReplyDeleterequest to update the blog through step-by-step. Also, find the Azure news at
microsoft azure 533 online Training
This is a great article. Loved your efforts on it buddy. Thanks for sharing this with us
ReplyDeleteAzure training
Azure certification
Azure Online training