ExamGecko
Home / Microsoft / AZ-120 / List of questions
Ask Question

Microsoft AZ-120 Practice Test - Questions Answers, Page 5

List of questions

Question 41

Report
Export
Collapse

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 deploy SAP HANA on Azure (Large Instances).

You need to back up the SAP HANA database to Azure.

Solution: You use a third-party tool that uses backint to back up the SAP HANA database to Azure storage. Does this meet the goal?

Yes
Yes
No
No
Suggested answer: B

Explanation:

Reference: https://docs.microsoft.com/en-us/azure/backup/sap-hana-db-about https://docs.microsoft.com/en-us/azure/backup/backup-azure-sap-hana-database#configure-backup

asked 02/10/2024
Paul Beugelsdijk
40 questions

Question 42

Report
Export
Collapse

You recently migrated an SAP HANA environment to Azure.

You plan to back up SAP HANA databases to disk on the virtual machines, and then move the backup files to Azure Blob storage for retention. Which command should you run to move the backups to the Blob storage?

robocopy
robocopy
backint
backint
azcopy
azcopy
scp
scp
Suggested answer: C

Explanation:

To store directories and files on Azure storage, one could use CLI or PowerShell. There is also a ready-to-use utility, AzCopy, for copying data to Azure storage.

Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-hana-backup-file-level

asked 02/10/2024
Perry Schoenmaker
37 questions

Question 43

Report
Export
Collapse

DRAG DROP

You have an SAP environment on Azure.

You use Azure Site Recovery to protect an SAP production landscape.

You need to validate whether you can recover the landscape in the event of a failure. The solution must minimize the impact on the landscape.

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.

Microsoft AZ-120 image Question 43 86016 10022024014722000
Correct answer: Microsoft AZ-120 image answer Question 43 86016 10022024014722000

Explanation:

Step 1: Create a virtual network...

We recommended that for test failover, you choose a network that's isolated from the production recovery site network specific in the Compute and Network settings for each VM. By default, when you create an Azure virtual network, it is isolated from other networks. The test network should mimic your production network:

The test network should have same number of subnets as your production network. Subnets should have the same names. The test network should use the same IP address range.

Step 2: Add a public IP address...

Because Site Recovery does not replicate the cloud witness, we recommend that you deploy the cloud witness in the disaster recovery region.

Step 3: Shut down production virtual machines

Make sure that the primary VM is shut down when you run the test failover. Otherwise there will be two VMs with the same identity, running in the same network at the same time. This can lead to unexpected consequences.

Step 4: Select Test failover from the Recovery Plans blade

Reference:

https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-test-failover-to-azure

asked 02/10/2024
Georgescu Andrei
39 questions

Question 44

Report
Export
Collapse

You have an SAP landscape on Azure.

You deploy an SAP Web Dispatcher named web1.

You need to confirm that web1 can support 1,500 users.

What should you use?

Apache JMeter
Apache JMeter
lometer
lometer
ABAPMeter
ABAPMeter
FIO
FIO
Suggested answer: A

Explanation:

asked 02/10/2024
jim eagleton
34 questions

Question 45

Report
Export
Collapse

You plan to deploy an SAP environment on Azure.

During a bandwidth assessment, you identify that connectivity between Azure and an on-premises datacenter requires up to 5 Gbps. You need to identify which connectivity method you must implement to meet the bandwidth requirement. The solution must minimize costs. Which connectivity method should you identify?

an ExpressRoute connection
an ExpressRoute connection
an Azure site-to-site VPN that is route-based
an Azure site-to-site VPN that is route-based
an Azure site-to-site VPN that is policy-based
an Azure site-to-site VPN that is policy-based
Global VNet peering
Global VNet peering
Suggested answer: B

Explanation:

Azure site-to-site VPN is cheaper.

Incorrect Answers:

A: ExpressRoute could be quite expensive.

C: Policy-based gateways use static routing, and only work with site-to-site connections.

References: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/vpn

asked 02/10/2024
Tom Säll
32 questions

Question 46

Report
Export
Collapse

You plan to migrate an SAP environment to Azure.

You need to create a design to facilitate end-user access to SAP applications over the Internet, while restricting user access to the virtual machines of the SAP application servers. What should you include in the design?

Configure a public IP address for each SAP application server
Configure a public IP address for each SAP application server
Deploy an internal Azure Standard Load Balancer for incoming connections
Deploy an internal Azure Standard Load Balancer for incoming connections
Use an SAP Web Dispatcher to route all incoming connections
Use an SAP Web Dispatcher to route all incoming connections
Configure point-to-site VPN connections for each user
Configure point-to-site VPN connections for each user
Suggested answer: C

Explanation:

1. A public internet user can reach the SAP Web-Dispatcher over port 443

2. The SAP Web-Dispatcher can reach the SAP Application server over port 443

3. The App Subnet accepts traffic on port 443 from 10.0.0.0/24

4. The SAP Application server sends traffic on port 30015 to the SAP DB server

5. The DB subnet accepts traffic on port 30015 from 10.0.1.0/24.

6. Public Internet Access is blocked on both App Subnet and DB Subnet.

Microsoft AZ-120 image Question 2 explanation 85988 10022024014722000000

References:

https://azure.microsoft.com/en-in/blog/sap-on-azure-architecture-designing-for-security/

asked 02/10/2024
Nickolas Abbas
51 questions

Question 47

Report
Export
Collapse

You have an Azure subscription.

You deploy Active Directory domain controllers to Azure virtual machines.

You plan to deploy Azure for SAP workloads.

You plan to segregate the domain controllers from the SAP systems by using different virtual networks. You need to recommend a solution to connect the virtual networks. The solution must minimize costs.

What should you recommend?

a site-to-site VPN
a site-to-site VPN
virtual network peering
virtual network peering
user-defined routing
user-defined routing
ExpressRoute
ExpressRoute
Suggested answer: C

Explanation:

You can create custom, or user-defined, routes in Azure to override Azure's default system routes, or to add additional routes to a subnet's route table. In Azure, you create a route table, then associate the route table to zero or more virtual network subnets.

Incorrect Answers:

D: ExpressRoute is a costly solution.

asked 02/10/2024
Roger Perez Espitia
38 questions

Question 48

Report
Export
Collapse

You deploy an SAP environment on Azure.

Your company has a Service Level Agreement (SLA) of 99.99% for SAP.

You implement Azure Availability Zones that have the following components:

Redundant SAP application servers

ASCS/ERS instances that use a failover cluster

Database high availability that has a primary instance and a secondary instance

You need to validate the high availability configuration of the ASCS/ERS cluster.

What should you use?

SAP Web Dispatcher
SAP Web Dispatcher
Azure Traffic Manager
Azure Traffic Manager
SAPControl
SAPControl
SAP Solution Manager
SAP Solution Manager
Suggested answer: C

Explanation:

Load balancers. These are used to distribute traffic to virtual machines in the application-tier subnet.For high availability, use the built-in SAP Web Dispatcher, Azure Load Balancer, or network appliances, depending on the traffic type (such as HTTP or SAPGUI) or the required network services, such as Secure Sockets Layer (SSL) termination.Reference:https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/sap-netweaver

asked 02/10/2024
Edwin Lebron
38 questions

Question 49

Report
Export
Collapse

You are deploying an SAP environment on Azure that will use an SAP HANA database server.

You provision an Azure virtual machine for SAP HANA by using the M64s virtual machine SKU.

You need to set the swap space by using the Microsoft Azure Linux Agent (waagent) configuration file. Which two settings should you configure? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

ResourceDisk.EnableSwapEncryption=n
ResourceDisk.EnableSwapEncryption=n
AutoUpdate.Enabled=n
AutoUpdate.Enabled=n
ResourceDisk.SwapSizeMB=229376
ResourceDisk.SwapSizeMB=229376
ResourceDisk.EnableSwap=y
ResourceDisk.EnableSwap=y
Suggested answer: C, D

Explanation:

To create a swap file in the directory that's defined by the ResourceDisk.MountPoint parameter, you can update the /etc/waagent.conf file by setting the following three parameters: ResourceDisk.Format=y ResourceDisk.EnableSwap=y ResourceDisk.SwapSizeMB=xx

Reference: https://support.microsoft.com/en-us/help/4010058/how-to-add-a-swap-file-in-linux-azure-virtual-machines

asked 02/10/2024
Lourdhureddy Kommareddy
29 questions

Question 50

Report
Export
Collapse

You plan to deploy an SAP environment on Azure.

You plan to store all SAP connection strings securely in Azure Key Vault without storing credentials on the Azure virtual machines that host SAP. What should you configure to allow the virtual machines to access the key vault?

Azure Active Directory (Azure AD) Privilege Identity Manager (PIM)
Azure Active Directory (Azure AD) Privilege Identity Manager (PIM)
role-based access control (RBAC)
role-based access control (RBAC)
a Managed Service Identity (MSI)
a Managed Service Identity (MSI)
the Custom Script Extension
the Custom Script Extension
Suggested answer: C

Explanation:

To reference a credential stored in Azure Key Vault, you need to:

1. Retrieve data factory managed identity

2. Grant the managed identity access to your Azure Key Vault

3. Create a linked service pointing to your Azure Key Vault.

4. Create data store linked service, inside which reference the corresponding secret stored in key vault.

Reference: https://docs.microsoft.com/bs-latn-ba/azure/data-factory/store-credentials-in-key-vault

asked 02/10/2024
GISELE AGNARAMON
45 questions
Total 187 questions
Go to page: of 19
Search

Related questions