FREE Developing Solutions for Microsoft Azure

0%

You create a solution that stores user data for a mobile app in an Azure SQL Database. Sensitive information about users is stored in the app. Sensitive information needs to be kept hidden from developers who access the data for the mobile app. When configuring dynamic data masking, which three things must you specify? Each accurate response offers a piece of the answer. NOTE: There are three (3) answers in this question.

Please select 3 correct answers

Correct! Wrong!

Explanation:
You might find some database columns that the recommendations engine has recommended for masking
on the Dynamic Data Masking setup page. Simply click Add Mask for one or more columns to accept the
suggestions, and a mask based on the column's default type is generated. By selecting the masking rule and
changing the masking field's format to one of your choosing, you can modify the masking function.

The Azure Web Application Firewall (WAF) is guarding the web application you are creating. An Azure Application is used to route all traffic to the web application. several web apps that use the same gateway instance. Contoso.azurewebsites.net is the URL for the web application. SSL must be used to secure all traffic. Several web apps use the Azure Application Gateway instance. For the web app, the Azure Application Gateway needs to be configured. What are the two things you should do? Each right response offers a piece of the answer. NOTE: There are two (2) answers in this question.

Please select 2 correct answers

Correct! Wrong!

Explanation:
Any back-end pool can use the host override feature specified in the HTTP settings when a rule is created.
the capacity to determine the host name from the members of the back-end pool's IP address or FQDN.
If configured with the option to derive host name from a certain back-end pool member, HTTP settings now
offer the ability to dynamically choose the host name from a back-end pool member's FQDN.
SSL termination and end-to-end encryption with multi-tenant services.
Trusted Azure services, like Azure App Service web apps, do not need the backends to be whitelisted in the
application gateway when using end-to-end SSL.
As a result, no further authentication certificates are required.

An Azure Web App that is housed in a container is maintained by you. A DockerFile used by the container, which is copied widely and uses a lot of storage, is used. Dockerfile optimization is required. What ought you to do?

Correct! Wrong!

Explanation:
Reduce the amount of layers.
Prior to Docker 17.05 and even more so before Docker 1.10, it was crucial to keep the amount of layers in
your image to a minimum.
Only the RUN, COPY, and ADD directives can construct layers with Docker 1.10 and later.

For an autonomous transportation system, you are creating software. To mimic navigation sets for huge fleets of cars, the system makes advantage of enormous data sets and Azure Batch processing. For the Azure Batch solution, you must construct compute nodes. What ought you to do?

Correct! Wrong!

Explanation:
The az batch pool create command can be used to construct a pool of compute nodes. The example that
follows establishes a pool called mypool with 2 nodes that are Standard_A1_v2 in size and running Ubuntu
16.04 LTS. For this brief example, the recommended node size strikes a fair compromise between
performance and expense. construct a batch pool in az
--vm-size Standard_A1_v2 --id mypool
two --target-dedicated-nodes
Canonical image for Ubuntu Server 16.04-LTS
""batch.node.Ubuntu 16.04"" is the node agent's SKU ID.

You are getting ready to upload a website from a GitHub repository to an Azure Web App. The webpage contains script-generated static content. You want to make use of the continuous deployment function for Azure Web Apps. Before the website begins to serve traffic, the static generating script must be run. What are the two potential means through which this can be done? Each accurate response offers an entire resolution. NOTE: There are two (2) answers in this question.

Please select 2 correct answers

Correct! Wrong!

Explanation:
Using a deployment package file from your function app, you may execute your functions directly in Azure.
Your files can also be deployed at the d:homesite.
Your function app's wwwroot directory can be found in the A above.
Simply add a WEBSITE_RUN_FROM_PACKAGE setting to your function app settings to enable your function
app to operate from a package.
Note: For a function app, the host.json metadata file provides global configuration settings that apply to all
functions.

Include a.deployment file in the repository root if you want to modify your deployment.
You only need to add a file with the name.deployment and the following contents to the root of your
repository:
[config]
command is your order to proceed with deployment.
This command can simply be the execution of a script (batch file) that contains all the necessary
information for your deployment, such as copying files from the repository to the web root directory.

The LabelMaker application security requirement must be met. Make a RoleBinding and assign it to the Azure AD account as a solution. Is the aim being met by the solution?

Correct! Wrong!

Explanation:
Scenario: In order to secure the LabelMaker applications, an AAD account that has complete access to the
Azure Kubernetes Service (AKS) cluster's namespaces must be used.
A ClusterRoleBinding or RoleBinding can be used to provide permissions cluster-wide or within a namespace.

A Microsoft Excel workbook that is stored on OneDrive is reviewed and modified by members of the finance department for the business. The workbook includes an estimate of a project's expenses and income. A Microsoft Word document must be created using an Azure Function that imports data from the changed workbook. Which two things should you put into practice? Each right response offers a piece of the answer. NOTE: There are two (2) answers in this question.

Please select 2 correct answers

Correct! Wrong!

Explanation:
External file trigger, input, and output bindings are supported by Azure Functions. These bindings establish
new API connections with SaaS providers or make use of already established API connections from the
resource group of your Function App.

Premium Tests $49/mo
FREE September-2024