0% found this document useful (0 votes)
171 views17 pages

AZ 204 Demo

This document provides information about configuring and securing solutions for a shipping application on Microsoft Azure. It includes a case study describing the current environment including a Windows Server 2016 VM, shipping workflows, REST APIs, and a MongoDB database. The proposed solution migrates the application to Azure and details requirements for securing the Logic App, Function App, REST APIs, and ensuring performance of the shipping website. Issues addressed include high latency on the VM, cross-origin errors on the website, and securing the various application components in Azure.

Uploaded by

pinkypinkyponky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
171 views17 pages

AZ 204 Demo

This document provides information about configuring and securing solutions for a shipping application on Microsoft Azure. It includes a case study describing the current environment including a Windows Server 2016 VM, shipping workflows, REST APIs, and a MongoDB database. The proposed solution migrates the application to Azure and details requirements for securing the Logic App, Function App, REST APIs, and ensuring performance of the shipping website. Issues addressed include high latency on the VM, cross-origin errors on the website, and securing the various application components in Azure.

Uploaded by

pinkypinkyponky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Questions & Answers PDF Page 1

Microsoft
AZ-204 Exam
Developing Solutions for Microsoft Azure

Questions & Answers


(Demo Version – Limited Content)

Thank you for Downloading AZ-204 exam PDF Demo

You can also try our AZ-204 practice exam software

Download Free Demo:


http://www.justcerts.com/AZ-204.html

http://www.justcerts.com
Questions & Answers PDF Page 2

Version: 25.0

Topic 1, Windows Server 2016 virtual machine

Case study

This is a case study. Case studies are not timed separately. You can use as much exam time as you
would like to complete each case. However, there may be additional case studies and sections on
this exam. You must manage your time to ensure that you are able to complete all questions included
on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is
provided in the case study. Case studies might contain exhibits and other resources that provide
more information about the scenario that is described in the case study. Each question is
independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your
answers and to make changes before you move to the next section of the exam. After you begin a
new section, you cannot return to this section.

To start the case study

To display the first question in this case study, click the Next button. Use the buttons in the left pane
to explore the content of the case study before you answer the questions. Clicking these buttons
displays information such as business requirements, existing environment, and problem statements.
If the case study has an All Information tab, note that the information displayed is identical to the
information displayed on the subsequent tabs. When you are ready to answer a question, click the
Question button to return to the question.

http://www.justcerts.com
Questions & Answers PDF Page 3

Current environment

Windows Server 2016 virtual machine

The virtual machine (VM) runs BizTalk Server 2016. The VM runs the following workflows:

Ocean Transport – This workflow gathers and validates container information including container
contents and arrival notices at various shipping ports.

Inland Transport – This workflow gathers and validates trucking information including fuel usage,
number of stops, and routes.

The VM supports the following REST API calls:

Container API – This API provides container information including weight, contents, and other
attributes.

Location API – This API provides location information regarding shipping ports of call and tracking
stops.

Shipping REST API – This API provides shipping information for use and display on the shipping
website.

Shipping Data

The application uses MongoDB JSON document storage database for all container and transport
information.

Shipping Web Site

http://www.justcerts.com
Questions & Answers PDF Page 4

The site displays shipping container tracking information and container contents. The site is located
at http://shipping.wideworldimporters.com/

Proposed solution

The on-premises shipping application must be moved to Azure. The VM has been migrated to a new
Standard_D16s_v3 Azure VM by using Azure Site Recovery and must remain running in Azure to
complete the BizTalk component migrations. You create a Standard_D16s_v3 Azure VM to host
BizTalk Server. The Azure architecture diagram for the proposed solution is shown below:

Requirements

Shipping Logic app

The Shipping Logic app must meet the following requirements:

Support the ocean transport and inland transport workflows by using a Logic App.

Support industry-standard protocol X12 message format for various messages including vessel
content details and arrival notices.

Secure resources to the corporate VNet and use dedicated storage resources with a fixed costing
model.

Maintain on-premises connectivity to support legacy applications and final BizTalk migrations.

http://www.justcerts.com
Questions & Answers PDF Page 5

Shipping Function app

Implement secure function endpoints by using app-level security and include Azure Active Directory
(Azure AD).

REST APIs

The REST API’s that support the solution must meet the following requirements:

Secure resources to the corporate VNet.

Allow deployment to a testing location within Azure while not incurring additional costs.

Automatically scale to double capacity during peak shipping times while not causing application
downtime.

Minimize costs when selecting an Azure payment model.

Shipping data

Data migration from on-premises to Azure must minimize costs and downtime.

Shipping website

Use Azure Content Delivery Network (CDN) and ensure maximum performance for dynamic content
while minimizing latency and costs.

Issues

http://www.justcerts.com
Questions & Answers PDF Page 6

Windows Server 2016 VM

The VM shows high network latency, jitter, and high CPU utilization. The VM is critical and has not
been backed up in the past. The VM must enable a quick restore from a 7-day snapshot to include in-
place restore of disks in case of failure.

Shipping website and REST APIs

The following error message displays while you are testing the website:

Failed to load http://test-shippingapi.wideworldimporters.com/: No 'Access-Control-Allow-Origin'


header is present on the requested resource. Origin 'http://test.wideworldimporters.com/' is
therefore not allowed access.

Question: 1

HOTSPOT

You need to configure Azure CDN for the Shipping web site.

Which configuration options should you use? To answer, select the appropriate options in the answer
area.

NOTE: Each correct selection is worth one point.

http://www.justcerts.com
Questions & Answers PDF Page 7

Answer:

Explanation:

http://www.justcerts.com
Questions & Answers PDF Page 8

Scenario: Shipping website

Use Azure Content Delivery Network (CDN) and ensure maximum performance for dynamic content
while minimizing latency and costs.

Tier: Standard

Profile: Akamai

Optimization: Dynamic site acceleration

Dynamic site acceleration (DSA) is available for Azure CDN Standard from Akamai, Azure CDN
Standard from Verizon, and Azure CDN Premium from Verizon profiles.

http://www.justcerts.com
Questions & Answers PDF Page 9

DSA includes various techniques that benefit the latency and performance of dynamic content.
Techniques include route and network optimization, TCP optimization, and more.

You can use this optimization to accelerate a web app that includes numerous responses that aren't
cacheable. Examples are search results, checkout transactions, or real-time dat

a. You can continue to use core Azure CDN caching capabilities for static data.

Reference:

https://docs.microsoft.com/en-us/azure/cdn/cdn-optimization-overview

Question: 2
HOTSPOT

You need to secure the Shipping Function app.

How should you configure the app? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

http://www.justcerts.com
Questions & Answers PDF Page 10

Answer:

Explanation:

http://www.justcerts.com
Questions & Answers PDF Page 11

Scenario: Shipping Function app: Implement secure function endpoints by using app-level security
and include Azure Active Directory (Azure AD).

Box 1: Function

Box 2: JSON based Token (JWT)

Azure AD uses JSON based tokens (JWTs) that contain claims

Box 3: HTTP

How a web app delegates sign-in to Azure AD and obtains a token

http://www.justcerts.com
Questions & Answers PDF Page 12

User authentication happens via the browser. The OpenID protocol uses standard HTTP protocol
messages.

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-scenarios

Question: 3

You need to secure the Shipping Logic App.

What should you use?

A. Azure App Service Environment (ASE)

B. Azure AD B2B integration

C. Integration Service Environment (ISE)

D. VNet service endpoint

Answer: C

Explanation:

Scenario: The Shipping Logic App requires secure resources to the corporate VNet and use dedicated
storage resources with a fixed costing model.

You can access to Azure Virtual Network resources from Azure Logic Apps by using integration service
environments (ISEs).

Sometimes, your logic apps and integration accounts need access to secured resources, such as

http://www.justcerts.com
Questions & Answers PDF Page 13

virtual machines (VMs) and other systems or services, that are inside an Azure virtual network. To set
up this access, you can create an integration service environment (ISE) where you can run your logic
apps and create your integration accounts.

Reference:

https://docs.microsoft.com/en-us/azure/logic-apps/connect-virtual-network-vnet-isolated-
environment-overview

Question: 4

DRAG DROP

You need to support the message processing for the ocean transport workflow.

Which four 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.

Answer:

Explanation:

http://www.justcerts.com
Questions & Answers PDF Page 14

Step 1: Create an integration account in the Azure portal

You can define custom metadata for artifacts in integration accounts and get that metadata during
runtime for your logic app to use. For example, you can provide metadata for artifacts, such as
partners, agreements, schemas, and maps - all store metadata using key-value pairs.

Step 2: Link the Logic App to the integration account

A logic app that's linked to the integration account and artifact metadata you want to use.

Step 3: Add partners, schemas, certificates, maps, and agreements

Step 4: Create a custom connector for the Logic App.

Reference:

https://docs.microsoft.com/bs-latn-ba/azure/logic-apps/logic-apps-enterprise-integration-metadata

Question: 5
You need to support the requirements for the Shipping Logic App.

http://www.justcerts.com
Questions & Answers PDF Page 15

What should you use?

A. Azure Active Directory Application Proxy

B. Point-to-Site (P2S) VPN connection

C. Site-to-Site (S2S) VPN connection

D. On-premises Data Gateway

Answer: D

Explanation:

Before you can connect to on-premises data sources from Azure Logic Apps, download and install the
on-premises data gateway on a local computer. The gateway works as a bridge that provides quick
data transfer and encryption between data sources on premises (not in the cloud) and your logic
apps.

The gateway supports BizTalk Server 2016.

Note: Microsoft have now fully incorporated the Azure BizTalk Services capabilities into Logic Apps
and Azure App Service Hybrid Connections.

Logic Apps Enterprise Integration pack bring some of the enterprise B2B capabilities like AS2 and
X12, EDI standards support

Scenario: The Shipping Logic app must meet the following requirements:

Support the ocean transport and inland transport workflows by using a Logic App.

Support industry-standard protocol X12 message format for various messages including vessel
content details and arrival notices.

Secure resources to the corporate VNet and use dedicated storage resources with a fixed costing

http://www.justcerts.com
Questions & Answers PDF Page 16

model.

Maintain on-premises connectivity to support legacy applications and final BizTalk migrations.

Reference:

https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-install

http://www.justcerts.com
Questions & Answers PDF Page 17

Thank You for trying AZ-204 PDF Demo

To try our AZ-204 practice exam software visit the


link below
http://www.justcerts.com/AZ-204.html

Start Your AZ-204 Preparation

[Limited Time Offer] Use Coupon “20OFF” for extra 20% discount
on the purchase of Practice Test Software. Test your AZ-204
preparation with actual exam questions.

http://www.justcerts.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy