[22-Nov-2025 Update] Exam AZ-305 VCE Dumps and AZ-305 PDF Dumps from PassLeader

Valid AZ-305 Dumps shared by PassLeader for Helping Passing AZ-305 Exam! PassLeader now offer the newest AZ-305 VCE dumps and AZ-305 PDF dumps, the PassLeader AZ-305 exam questions have been updated and ANSWERS have been corrected, get the newest PassLeader AZ-305 dumps with VCE and PDF here: https://www.passleader.com/az-305.html (455 Q&As Dumps)

BTW, DOWNLOAD part of PassLeader AZ-305 dumps from Cloud Storage: https://drive.google.com/drive/folders/1-_sQR2ramCLYzyq0_-oLFvWn1FqXmz1j

NEW QUESTION 401
Your company, named Contoso, Ltd., has a Microsoft Entra tenant named contoso.com that uses Privileged Identity Management (PIM) and is linked to an Azure subscription named Sub1. You use Azure Backup to back up all the resources in Sub1 to a Recovery Services vault named Vault1. An external company named Fabrikam, Inc. provides security management services to Contoso. Fabrikam has a Microsoft Entra tenant named fabrikam.com and an Azure subscription. You need to prevent a compromised administrator account in contoso.com from modifying backup policies in and deleting backups from Sub1.
Solution: You configure Multi-user authorization (MUA) in Sub1 by using a Resource Guard from fabrikam.com.
Does this meet the goal?

A.    Yes
B.    No

Answer: A
Explanation:
https://learn.microsoft.com/en-us/azure/backup/multi-user-authorization-concept

NEW QUESTION 402
Your company, named Contoso, Ltd., has a Microsoft Entra tenant named contoso.com that uses Privileged Identity Management (PIM) and is linked to an Azure subscription named Sub1. You use Azure Backup to back up all the resources in Sub1 to a Recovery Services vault named Vault1. An external company named Fabrikam, Inc. provides security management services to Contoso. Fabrikam has a Microsoft Entra tenant named fabrikam.com and an Azure subscription. You need to prevent a compromised administrator account in contoso.com from modifying backup policies in and deleting backups from Sub1.
Solution: You configure a PIM role assignment that requires approval for activation by an administrator in fabrikam.com.
Does this meet the goal?

A.    Yes
B.    No

Answer: B
Explanation:
https://learn.microsoft.com/en-us/azure/backup/multi-user-authorization-concept

NEW QUESTION 403
You have an Azure App Service app named App1. You need to recommend a solution to monitor the response times of App1 for end users. The solution must minimize administrative effort. What should you include in the recommendation?

A.    Health check in App Service
B.    Log Analytics
C.    Application Insights
D.    Azure Network Watcher Connection Monitor

Answer: C
Explanation:
While Application Insights targets application monitoring and performance optimization, Log Analytics focuses on log management and infrastructure monitoring.
https://learn.microsoft.com/en-us/azure/azure-monitor/app/standard-metrics

NEW QUESTION 404
You have an Azure subscription that contains 1,000 virtual machines and a Log Analytics workspace named Workspace1. You plan to collect custom JSON logs from the virtual machines and store the logs in a custom table in Workspace1. You need to ensure that the logs are collected by using the Logs Ingestion API. The solution must prevent access to Workspace1 from the internet. What should you include in the solution?

A.    an Azure Monitor Private Link Scope (AMPLS)
B.    the linked storage account of Workspace1
C.    Service Connector
D.    an Azure Peering Service connection

Answer: A
Explanation:
https://learn.microsoft.com/en-us/azure/azure-monitor/logs/private-link-security

NEW QUESTION 405
You have an Azure subscription that contains a third-party app service app named App1. App1 uses Microsoft Entra for authentication and is licensed on a per-user basis. The owners of App1 report that the licensing costs for App1 are higher than expected. You need to recommend a solution that will enable the App1 owners to monitor which users have access to App1 each month. The solution must meet the following requirements:
– Follow the principle of least privilege.
– Minimize administrative effort.
What should you include in the recommendation?

A.    Conditional Access policies
B.    Privileged Identity Management (PIM)
C.    access reviews
D.    managed identities

Answer: C
Explanation:
Access reviews in Microsoft Entra ID, part of Microsoft Entra, enable organizations to efficiently manage group memberships, access to enterprise applications, and role assignments. User access can be reviewed regularly to make sure only the right people have continued access.
https://learn.microsoft.com/en-us/entra/id-governance/access-reviews-overview

NEW QUESTION 406
You have an Azure subscription that contains an Azure key vault named KV1. You need to ensure that you can review how and when KV1 is accessed. The solution must minimize costs. What should you use?

A.    Microsoft Purview
B.    the activity log of KV1
C.    Azure Monitor
D.    Microsoft Sentinel

Answer: B
Explanation:
After you create one or more key vaults, you’ll likely want to monitor how and when your key vaults are accessed, and by whom. Enabling logging for Azure Key Vault saves this information in an Azure storage account that you provide. Azure Key Vault activity can be monitored by checking the Key Vault activity log. By enabling logging, you can track access to your secrets and other Key Vault resources, including who accessed them, when they accessed them, and the specific actions performed.
https://learn.microsoft.com/en-us/azure/key-vault/general/logging?tabs=Vault

NEW QUESTION 407
You have an Azure subscription. You plan to deploy an Azure SQL database named DB1 that will store the maximum daily temperature. You need to recommend a solution to query an external website, retrieve the maximum temperature from the previous 24 hours, and write the temperature to DB1. The solution must minimize costs, development effort, and administrative effort. What should you include in the recommendation?

A.    an Azure Batch job
B.    an Azure event hub
C.    an Azure container instance
D.    an Azure function

Answer: D
Explanation:
You can connect Azure Functions to Azure SQL Database using Visual Studio Code. Azure Functions lets you connect Azure services and other resources to functions without having to write your own integration code. These bindings, which represent both input and output, are declared within the function definition. Data from bindings is provided to the function as parameters. A trigger is a special type of input binding. Although a function has only one trigger, it can have multiple input and output bindings.
https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-azure-sql-vs-code

NEW QUESTION 408
Your company has 50 business units across the globe. The business units operate from 08:00 AM to 06:00 PM from Monday to Friday in their local time zone. Transactions are only processed during business hours. You have an Azure subscription. You plan to deploy an app named App1 that will manage the transactions for the business units. App1 will use a separate Azure SQL database for each business unit. You need to recommend an Azure SQL Database configuration for App1. The solution must meet the following requirements:
– Support Azure Hybrid Benefit licensing.
– Minimize costs.
What should you recommend?

A.    a vCore purchasing model and multiple single database instances
B.    a DTU purchasing model and multiple single database instances
C.    a vCore purchasing model and multiple database instances in an elastic pool
D.    a DTU purchasing model and multiple database instances in an elastic pool

Answer: C
Explanation:
https://learn.microsoft.com/en-us/azure/azure-sql/database/service-tiers-sql-database-vcore
https://learn.microsoft.com/en-us/answers/questions/1523610/diff-between-azure-elastic-pools-and-standalone-db

NEW QUESTION 409
You have a Microsoft Dataverse instance named dv1 and an Azure Cosmos DB database named db1. You need to develop a solution to update db1 automatically when a record is updated in dv1. The solution must minimize development effort. What should you include in the solution?

A.    Azure Event Grid
B.    Azure App Service
C.    Azure Functions
D.    Azure Logic Apps

Answer: D
Explanation:
– Step 1: Azure Connectors, Connect to Microsoft Dataverse from workflows in Azure Logic Apps.
To create and run automated workflows that create and manage rows in your Microsoft Dataverse database, you can use Azure Logic Apps and the Microsoft Dataverse connector. These workflows can create rows, update rows, and perform other operations. You can also get information from your Dataverse database and make the output available for other actions to use in your workflows. For example, when a row is added, updated, or deleted in your Dataverse database, you can send an email by using the Office 365 Outlook connector.
– Step 2: Azure Connectors, Process and create Azure Cosmos DB documents using Azure Logic Apps.
From your workflow in Azure Logic Apps, you can connect to Azure Cosmos DB and work with documents by using the Azure Cosmos DB connector. This connector provides triggers and actions that your workflow can use for Azure Cosmos DB operations. For example, actions include creating or updating, reading, querying, and deleting documents.
https://learn.microsoft.com/en-us/azure/connectors/connect-common-data-service
https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-cosmos-db

NEW QUESTION 410
You have an Azure subscription. You plan to deploy an app that will store data across multiple databases. You need to recommend a storage solution for the app. The solution must meet the following requirements:
– Ensure that queries can be executed simultaneously across all the databases.
– Minimize development effort.
– Minimize query latency.
What should you include in the recommendation?

A.    SQL Server on Azure Virtual Machines
B.    Azure SQL Edge
C.    Azure SQL Database
D.    Azure SQL Managed Instance

Answer: C
Explanation:
The elastic query feature (in preview) enables you to run a Transact-SQL (T-SQL) query that spans multiple databases in Azure SQL Database. It allows you to perform cross-database queries to access remote tables, and to connect Microsoft and third-party tools (Excel, Power BI, Tableau, etc.) to query across data tiers with multiple databases. Using this feature, you can scale out queries to large data tiers and visualize the results in business intelligence (BI) reports.
https://learn.microsoft.com/en-us/azure/azure-sql/database/elastic-query-overview

NEW QUESTION 411
You have an Azure subscription. You are designing a data solution that will process millions of items nightly. The solution must meet the following requirements:
– Support integration with Microsoft Dataverse.
– Support dynamic data masking.
– Support auto scaling.
What should you include in the solution?

A.    Microsoft Power BI
B.    Azure Databricks
C.    Microsoft Fabric
D.    Azure Synapse Analytics

Answer: B
Explanation:
– Databricks is a cloud-based platform built for big data, AI, and machine learning, geared towards data professionals.
When you use auto-scaling, Databricks automatically determines when to upsize or to downsize. Using auto-scaling allows you to control usage costs. The cluster brings up additional nodes only when they are needed for resource-intensive tasks.
– Databricks helps companies process large-scale data, and Databricks data masking ensures high-quality, compliant data.
Azure Databricks supports Microsoft Dataverse through various methods, including direct connection with CData JDBC Driver, exporting data to Delta Lake format using Azure Synapse Link, and leveraging Airbyte for data synchronization.
https://learn.microsoft.com/en-us/azure/databricks/introduction

NEW QUESTION 412
You have a network-attached storage device that hosts a file share. The share contains 1 TB of JSON files. You have an Azure subscription that contains a storage account named storage1, storage1 has hierarchical namespace enabled. You need to recommend a solution to migrate the files to storage1. What should you include in the recommendation?

A.    AzCopy
B.    Azure Storage Mover
C.    Robocopy
D.    Azure File Sync

Answer: B
Explanation:
Azure Storage Mover is a fully managed, hybrid migration service designed to move on-premises file shares to Azure Blob Storage and Azure Files. It simplifies the process of migrating large volumes of data by automating the transfer and supporting various source types. You can use Storage Mover for different migration scenarios such as lift-and-shift, and for migrations that you have to repeat regularly. Azure Storage Mover also helps maintain oversight and manage the migration of all your globally distributed file shares from a single storage mover resource.
https://docs.azure.cn/en-us/storage/common/storage-ref-azcopy-sync
https://learn.microsoft.com/en-us/azure/storage-mover/service-overview

NEW QUESTION 413
You have an Azure subscription that contains an Azure SQL database named DB1. You need to recommend a long-term retention (LTR) backup solution for DB1. The solution must ensure that backups can be retained for up to seven years. Which backup periods can you include in the solution?

A.    weekly only
B.    monthly only
C.    yearly only
D.    weekly and monthly only
E.    monthly and yearly only
F.    weekly, monthly, and yearly

Answer: F
Explanation:
To enable LTR, you can define a policy using a combination of four parameters: weekly backup retention (W), monthly backup retention (M), yearly backup retention (Y), and week of the year (WeekOfYear). If you specify W, one backup every week is copied to long-term storage. If you specify M, the first backup of each month is copied to the long-term storage. If you specify Y, one backup during the week specified by WeekOfYear is copied to the long-term storage. If the specified WeekOfYear is in the past when the policy is configured, the first LTR backup is created the following year. Each backup is kept in long-term storage according to the policy parameters that are configured when the LTR backup is created.
https://learn.microsoft.com/en-us/azure/azure-sql/database/long-term-retention-overview

NEW QUESTION 414
You have an Azure subscription. You plan to deploy an app named App1 that will be hosted on multiple virtual machines. App1 requires a service-level agreement (SLA) of 99.99%. You need to recommend a high availability solution for the virtual machines. What should you include in the recommendation?

A.    Azure Site Recovery
B.    availability zones
C.    application groups
D.    availability sets

Answer: B
Explanation:
For all Virtual Machines that have two or more instances deployed across two or more Availability Zones in the same Azure region, we guarantee you will have Virtual Machine Connectivity to at least one instance at least 99.99% of the time.
https://learn.microsoft.com/en-us/answers/questions/1114758/sla-for-virtual-machines

NEW QUESTION 415
You have an Azure subscription. You plan to deploy a virtual machine scale set that will contain five virtual machines in a single zone of an Azure region. The virtual machines will use managed disks. You need to recommend an orchestration mode for the scale sets. The solution must ensure that each virtual machine will reside in its own update domain and fault domain. What should you recommend?

A.    Uniform orchestration.
B.    Flexible orchestration with Managed Disks fault domains.
C.    Flexible orchestration with Fixed Spreading.
D.    Flexible orchestration with Max Spreading.

Answer: A
Explanation:
https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes

NEW QUESTION 416
You have an Azure subscription that contains multiple virtual machines that use managed disks. You plan to use Azure Site Recovery to replicate the virtual machines across availability zones in the same Azure region. You need to recommend a redundancy level for the managed disks. The solution must maximize the availability of the planned solution. What should you recommend?

A.    geo-redundant storage (GRS)
B.    locally-redundant storage (LRS)
C.    zone-redundant storage (ZRS)
D.    geo-zone-redundant storage (GZRS)

Answer: C
Explanation:
Zone-redundant storage (ZRS) copies your data synchronously across three Azure availability zones in the primary region. For applications requiring high availability, Microsoft recommends using ZRS in the primary region, and also replicating to a secondary region.
https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy

NEW QUESTION 417
You have a business-critical app named App1 that is hosted in an Azure Kubernetes Service (AKS) cluster. You need to recommend a configuration solution for the cluster. The solution must meet the following requirements:
– Maintain availability during planned datacenter maintenance events.
– Support dynamic scaling in response to workload demands.
– Minimize downtime if a datacenter fails.
What should you recommend?

A.    an AKS cluster deployed to a single availability zone
B.    an AKS cluster with multiple node pools deployed to a single availability zone
C.    an AKS cluster that has nodes deployed to different Azure regions
D.    an AKS cluster with availability zones enabled

Answer: B
Explanation:
Availability zones help protect your applications and data from datacenter failures. Zones are unique physical locations within an Azure region. Each zone includes one or more datacenters equipped with independent power, cooling, and networking. Using AKS with availability zones physically distributes resources across different availability zones within a single region, improving reliability. Deploying nodes in multiple zones doesn’t incur additional costs.
https://learn.microsoft.com/en-us/azure/aks/availability-zones-overview

NEW QUESTION 418
You have multiple Azure subscriptions. You need to ensure that you are notified of planned maintenance in your Azure region if the maintenance will affect the resources in the subscriptions. The solution must minimize administrative effort. What should you use?

A.    Azure Monitor
B.    Microsoft Defender for Cloud
C.    Azure Advisor
D.    Azure Service Health

Answer: D
Explanation:
To be notified of Azure region planned maintenance events, utilize the Azure Service Health feature and create custom alerts. This allows you to receive notifications about upcoming maintenance activities in specific regions and for specific services, including VMs. You can also configure alerts to send emails, SMS, or Azure push notifications.
https://learn.microsoft.com/en-us/azure/virtual-machines/maintenance-notifications

NEW QUESTION 419
You have an Azure subscription that contains an Azure DevOps pipeline and an Azure Repos repository. The pipeline performs the following actions:
– Builds a custom container image by using a base image stored in a public Docker Hub repository.
– Stores the custom container image in Azure Container Registry.
– Deploys the custom container image to Azure Container Apps.
The pipeline is triggered by commits to the Azure Repos repository. You need to ensure that when the base image in Docker Hub is updated, the custom image in Azure Container Registry is updated automatically. The solution must minimize administrative effort. What should you include in the solution?

A.    ACR Tasks
B.    an Azure Automation runbook
C.    an Azure function hosted in Container Apps
D.    an Azure DevOps pipeline task

Answer: B
Explanation:
https://learn.microsoft.com/en-us/training/modules/explore-azure-automation-devops

NEW QUESTION 420
You have an Azure subscription. You plan to deploy 50 Azure App Service instances that will host code-based web apps. You need to recommend a solution to define the configuration of the instances and maintain a version history of the configurations. What should you include in the recommendation?

A.    ZIP packages in Azure Repos
B.    images in an Azure container registry
C.    Bicep files in Azure Repos
D.    images in Azure Compute Gallery

Answer: C
Explanation:
Bicep enables you to deploy Azure resources. Bicep uses a declarative syntax that you treat like application code. Treating your infrastructure as code enables you to track changes to your infrastructure requirements and makes your deployments more consistent and repeatable. Azure App Service enables continuous deployment from GitHub, Bitbucket, and Azure Repos repositories by pulling in the latest updates. Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea. Version control systems are software that helps you track changes you make in your code over time.
https://learn.microsoft.com/en-us/training/modules/introduction-to-infrastructure-as-code-using-bicep/5-how-bicep-works
https://learn.microsoft.com/en-us/azure/devops/repos/get-started/what-is-repos

NEW QUESTION 421
You have an on-premises datacenter named Site1 that contains multiple servers. You have an Azure subscription that contains a virtual network named VNet1. VNet1 contains multiple virtual machines. VNet1 uses the default Azure DNS service. Site1 connects to VNet1 by using a Site-to-Site (S2S) VPN. You need to recommend a DNS solution that will forward DNS queries from the virtual machines that target the on-premises DNS namespace to the on-premises DNS servers. The solution must minimize administrative effort and costs. What should you include in the recommendation?

A.    Azure Firewall DNS Proxy.
B.    An Azure virtual machine that runs the DNS service.
C.    Private DNS resolver.
D.    Private DNS zone.

Answer: C
Explanation:
DNS Private Resolver is a service that bridges an on-premises DNS with Azure DNS. You can use this service to query Azure DNS private zones from an on-premises environment and vice versa without deploying VM-based DNS servers.
https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/azure-dns-private-resolver

NEW QUESTION 422
You have multiple on-premises networks. You have multiple Azure subscriptions. Each subscription contains a virtual network that is assigned an IP address space of 172.16.0.0/16. Each virtual network is connected to the on-premises networks by using ExpressRoute. You plan to deploy a container orchestration solution that will use multiple Azure Kubernetes Service (AKS) clusters. The clusters will be deployed to the existing virtual networks. You need to recommend a network configuration for the AKS clusters. The solution must meet the following requirements:
– Minimize the number of IP addresses required on each virtual network.
– Support outbound connectivity to on-premises datacenters.
– Support Windows node pools.
Which AKS network model should you recommend?

A.    Azure CNI Powered by Cilium
B.    Azure CNI Overlay
C.    kubenet
D.    Azure CNI

Answer: D
Explanation:
Azure CNI is a network model designed for advanced networking. It provides full virtual network connectivity for pods, allowing for pod-to-pod and pod-to-VM connectivity. It’s ideal for scenarios where advanced AKS features, such as virtual nodes, are required. It’s suitable for scenarios where sufficient IP address space is available, and external resources need to reach pods directly. AKS network policies are also supported with Azure CNI.
https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/app-platform/aks/network-topology-and-connectivity

NEW QUESTION 423
Your company has multiple branch offices across North America. You have an Azure subscription. The subscription contains three virtual networks in the US East Azure region that have a hub-and-spoke topology. The hub network contains an Azure VPN gateway that provides Site-to-Site (S2S) and Point-to-Site (P2S) VPN connectivity for the branch offices and remote users. You need to implement ExpressRoute and migrate the hub-and-spoke topology to Azure Virtual WAN. The solution must provide fully meshed connectivity for the following network traffic:
– Traffic from a branch office via ExpressRoute to the other branch offices and the virtual networks.
– Traffic from a branch office via the S2S VPN to the other branch offices and the virtual networks.
– Traffic from the remote users via the S2S VPN to the branch offices and the virtual networks.
– Traffic from the virtual networks to the branch offices.
– Traffic between the virtual networks.
How many virtual network gateways are required?

A.    0
B.    1
C.    2
D.    3

Answer: C
Explanation:
Two virtual network gateways in the main office:
– One with gateway type VPN.
– One with gateway type ExpressRoute.
https://learn.microsoft.com/en-us/azure/expressroute/expressroute-about-virtual-network-gateways

NEW QUESTION 424
You have an on-premises Oracle database named DB1. You have an Azure subscription that contains an Azure Synapse Analytics workspace named WS1. You need to migrate DB1 to a dedicated SQL pool in WS1. The solution must minimize migration effort. What should you use?

A.    SQL Server Migration Assistant (SSMA)
B.    Azure Database Migration Service
C.    Azure Migrate
D.    Data Migration Assistant (DMA)

Answer: A
Explanation:
SQL Server Migration Assistant (SSMA) for Oracle can automate many parts of the migration process, including in some cases functions and procedural code. SSMA supports Azure Synapse as a target environment. SSMA for Oracle can help you migrate an Oracle data warehouse or data mart to Azure Synapse. SSMA is designed to automate the process of migrating tables, views, and data from an existing Oracle environment.
https://learn.microsoft.com/en-us/azure/synapse-analytics/migration-guides/oracle/6-microsoft-third-party-migration-tools

NEW QUESTION 425
You have an Azure subscription. The subscription contains three Azure functions and an Azure Kubernetes Service (AKS) cluster that hosts three containers. You have an app named App1 that is hosted on the functions and the containers. App1 supports feature flags for A/B testing. You need to implement A/B testing for App1. The solution must ensure that multiple scenarios can be tested by using the existing deployment of App1. What should you use to manage the flags?

A.    Azure DevOps feature flags.
B.    Azure App Configuration feature flags.
C.    Azure Key Vault secrets.
D.    Azure App Service app settings.

Answer: B
Explanation:
Azure App Configuration includes feature flags, which you can use to enable or disable a functionality, and variant feature flags, which allow multiple variations of a feature flag. The Feature manager in the Azure portal provides a UI for creating and managing the feature flags and the variant feature flags that you use in your applications.
https://learn.microsoft.com/en-us/azure/azure-app-configuration/quickstart-feature-flag-azure-kubernetes-service
https://learn.microsoft.com/en-us/azure/azure-app-configuration/manage-feature-flags

NEW QUESTION 426
You have five datacenters across North America and Europe. You have an Azure subscription. You need to recommend a solution to provide connectivity between the datacenters and Azure. The solution must meet the following requirements:
– Ensure that apps hosted in a datacenter can access the resources hosted in Azure and the other datacenters.
– Ensure that apps hosted in Azure can access the resources hosted in the datacenters.
– Support the central management of network routes.
– Support the central management of firewall rules.
– Minimize administrative effort.
What should you include in the recommendation?

A.    ExpressRoute
B.    Azure VPN Gateway
C.    Azure Front Door
D.    Azure Virtual WAN

Answer: C
Explanation:
Azure Front Door and Azure Application Gateway are both load balancers for HTTP/HTTPS traffic, but they have different scopes. Front Door is a global service that can distribute requests across regions, while Application Gateway is a regional service that can balance requests within a region.
https://learn.microsoft.com/en-us/azure/frontdoor/front-door-faq

NEW QUESTION 427
You have a landing zone that contains multiple Azure subscriptions. You need to automate the deployment of resources to the subscriptions. The solution must meet the following requirements:
– Support parameters.
– Support versioning and source control.
Which two options can you use? (Each correct answer presents a complete solution. Choose two.)

A.    Azure Policy.
B.    Azure Automation.
C.    Azure Resource Manager (ARM) templates.
D.    Bicep files.
E.    Azure Functions.

Answer: CD
Explanation:
To automate deployments in Azure while supporting parameters, versioning, and source control, you should use Azure DevOps with Bicep or Azure Resource Manager (ARM) templates as your infrastructure-as-code (IaC) tools. Azure DevOps provides a CI/CD platform, while Bicep or ARM templates define the infrastructure.
https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview

NEW QUESTION 428
You have a production line that is monitored by using IoT devices. The devices use Message Queuing Telemetry Transport (MQTT) to transport monitoring data. You plan to deploy Azure IoT Edge runtimes in containers to process the messages. You need to recommend a cloud service solution that can process and analyze the data in Azure. The solution must minimize costs. What should you include in the recommendation?

A.    Azure Event Hubs standard tier.
B.    Azure IoT Hub basic tier.
C.    Azure IoT Hub standard tier.
D.    Azure Event Hubs premium tier.

Answer: A
Explanation:
To analyze Azure IoT Edge processed Message Queuing Telemetry Transport (MQTT) messages, you need an Azure IoT Hub and the appropriate license for the IoT Hub’s messaging tier. Azure IoT Hub is a managed service that acts as a central hub for collecting and processing telemetry data from IoT devices, including those running on Azure IoT Edge.
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-messages-c2d
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-scaling

NEW QUESTION 429
You have an Azure subscription. The subscription contains a tiered app named App1 that is distributed across multiple containers hosted in Azure Container Instances. You need to deploy an Azure Monitor monitoring solution for App1. The solution must meet the following requirements:
– Support using synthetic transaction monitoring to simulate real user interactions and identify UI failures.
– Minimize development effort.
What two features can you include in the solution? (Each correct answer presents a complete solution. Choose two.)

A.    Log Analytics Workspace Insights
B.    Function App
C.    Azure Monitor Application Insights
D.    Container Insights
E.    Azure Monitor Network Insights

Answer: AC
Explanation:
– Option A:
Log Analytics Workspace Insights is a feature within Azure Monitor that provides a unified, graphical view of your Log Analytics workspace’s usage, performance, health, connected agents, query activity, and change log. It offers a centralized dashboard to help you monitor and understand your workspaces, enabling operational teams to track health, identify trends, and ensure continuous improvement of your log collection and monitoring strategy.
– Option C:
Azure Monitor Application Insights supports synthetic transaction monitoring to simulate user interactions and identify UI failures by using availability tests and Playwright-based tests to verify functionality and performance from different locations globally. You can configure these tests to perform various actions, such as opening URLs and performing complex user workflows, which then generate telemetry to report availability, performance, and failures.
https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview
https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-workspace-insights-overview

NEW QUESTION 430
HotSpot
You have an on-premises datacenter and an Azure subscription. The environment contains 100 databases of various types, including Azure SQL Database, Azure SQL Managed Instances, Azure Cosmos DB, Microsoft SQL Server, MySQL, and Oracle. Multiple apps access the databases. You need to recommend a data solution. The solution must meet the following requirements:
– Provide a single searchable catalog of the data in all the databases. The catalog must contain metadata of the data. The solution must minimize storage requirements.
– Provide a central data lake that contains specific data from multiple databases. The solution must include a big data engine that can create machine learning models.
What should you include in the recommendation? (To answer, select the appropriate options in the answer area.)
AZ-305-Exam-Dumps-4301

Answer:
AZ-305-Exam-Dumps-4302

Explanation:
Box 1: Microsoft Purview Data Map. For the searchable data catalog, use: Provide a single searchable catalog of the data in all the databases. The catalog must contain metadata of the data. The solution must minimize storage requirements. The Microsoft Purview Data Map provides the foundation for data discovery and data governance. It captures metadata about data present in analytics, software-as-a-service (SaaS), and operational systems in hybrid, on-premises, and multicloud environments.
Box 2: Azure Synapse Analytics. Provide a central data lake that contains specific data from multiple databases. The solution must include a big data engine that can create machine learning models.
https://learn.microsoft.com/en-us/purview/data-map
https://learn.microsoft.com/en-us/purview/microsoft-purview-connector-overview
https://learn.microsoft.com/en-us/azure/architecture/data-guide/scenarios/data-lake

NEW QUESTION 431
HotSpot
You have a production line that is monitored by using IoT devices. You are building a project that will process data streams from the IoT devices. You need to recommend a pipeline solution that will perform the following activities:
– Ingest the data streams from the IoT devices.
– Analyze the data and identify manufacturing defects among items on the production line.
– When a manufacturing defect is identified, flag the item for removal from the production line.
What should you include in the recommendation for each activity? (To answer, select the appropriate options in the answer area.)
AZ-305-Exam-Dumps-4311

Answer:
AZ-305-Exam-Dumps-4312

Explanation:
Box 1: Azure Event Hub
In a real-world scenario, you could have hundreds of these sensors generating events as a stream. Ideally, a gateway device would run code to push these events to Azure Event Hubs or Azure IoT Hubs. Your Stream Analytics job would ingest these events from Event Hubs or IoT Hubs and run real-time analytics queries against the streams.
Box 2: Azure Stream Analytics
Analyze the data and identify manufacturing defects among items on the production line.
Box 3: Azure IoT Central
When a manufacturing defect is identified, flag the item for removal from the production line. IoT Central is an IoT application platform as a service (aPaaS) that reduces the burden and cost of developing, managing, and maintaining IoT solutions.
https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-get-started-with-azure-stream-analytics-to-process-data-from-iot-devices
https://learn.microsoft.com/en-us/azure/iot-central/core/overview-iot-central

NEW QUESTION 432
HotSpot
You have an Azure subscription. You plan to deploy a high-throughput transactional workload that will use PostgreSQL. You need to recommend a managed solution for storing relational data. The solution must meet the following requirements:
– Support the horizontal scaling of transactional writes by using row-based sharding.
– Minimize administrative effort.
What should you include in the recommendation? (To answer, select the appropriate options in the answer area.)
AZ-305-Exam-Dumps-4321

Answer:
AZ-305-Exam-Dumps-4322

Explanation:
Box 1: Azure Database for PostgreSQL Flexible Server
For horizontal scaling of transactional writes in Azure PostgreSQL using row-based sharding, you should utilize Azure Database for PostgreSQL Flexible Server with Elastic Clusters. This feature leverages the Citus extension for PostgreSQL, enabling you to shard your data across multiple nodes and manage them as a single, distributed database.
Box 2: Distributed tables
Azure Database for PostgreSQL Flexible Server uses distributed tables for scaling through the use of an Elastic cluster, powered by the Citus extension. This allows for scaling out by adding more nodes to the cluster and distributing data across them, rather than just increasing the compute power of a single node.
https://techcommunity.microsoft.com/blog/adforpostgresql/postgres-horizontal-scaling-with-elastic-clusters-on-azure-database-for-postgres/4303508

NEW QUESTION 433
HotSpot
You have an on-premises VMware environment that contains a vCenter Server instance and two ESXi hosts. You have an Azure subscription. You are designing a solution to migrate the virtual machines from the VMware environment to an Azure VMware Solution private cloud. You need to recommend which type of connection to use for the migration and the minimum number of hosts required for the Azure VMware Solution private cloud. The solution must minimize costs and provide full integration between the network in the Azure VMware Solution private cloud, the on-premises VMware network, and other Azure virtual networks. What should you recommend? (To answer, select the appropriate options in the answer area.)
AZ-305-Exam-Dumps-4331

Answer:
AZ-305-Exam-Dumps-4332

Explanation:
Box 1: Site-to-Site (S2S) VPN
You can use a Site-to-Site (S2S) VPN to connect your on-premises VMware environment to your Azure virtual network during a VM migration, providing a secure and persistent tunnel for connectivity to Azure, which requires an Azure Virtual Network Gateway. This setup enables private access to your migrated Azure VMs from your on-premises network, facilitating communication for ongoing operations and management.
Box 2: 3
For migrating to an Azure VMware Solution (AVS) private cloud, a minimum of three Azure hosts are required for the initial deployment. This forms the foundation of the AVS private cloud, which includes vCenter Server, vSAN, and other VMware components, allowing you to then migrate your on-premises virtual machines to this Azure-based VMware environment.
https://learn.microsoft.com/en-us/azure/azure-vmware/introduction

NEW QUESTION 434
Drag and Drop
You have 15 on-premises Hyper-V virtual machines. You have an Azure subscription that contains an Azure Migrate project named Project1. You need to assess the virtual machines for migration to Azure by using Project1. 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.)
AZ-305-Exam-Dumps-4341

Answer:
AZ-305-Exam-Dumps-4342

Explanation:
https://learn.microsoft.com/en-us/azure/migrate/tutorial-discover-hyper-v

NEW QUESTION 435
Drag and Drop
Your on-premises network contains a VMware vCenter server and a three-node ESXi cluster. The cluster hosts two virtual machines named Server1 and Server2 that run Windows Server 2019 and have the Web Server role (IIS) installed. Each virtual machine contains five ASP.NET web apps. You need to migrate the web apps to Azure App Service by using integrated flows in Azure Migrate. 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.)
AZ-305-Exam-Dumps-4351

Answer:
AZ-305-Exam-Dumps-4352

NEW QUESTION 436
Drag and Drop
You have a 500 TB, on premises Microsoft SQL Server database named DB1. You have an on-premises datacenter that contains virtual machines. The virtual machines host database, web, file and application resources. You have an Azure subscription. You need to migrate DB1 and the virtual machines to Azure. The solution must meet the following requirements:
– During the migration of DB1, data cannot be transmitted over the internet, and the impact on the internet must be minimized.
– The migration of the virtual machines must support a test migration before the production migration.
– During the migration of the virtual machines, downtime must be minimized.
What should you use for each migration? (To answer, drag the appropriate services to the correct targets. Each service 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.)
AZ-305-Exam-Dumps-4361

Answer:
AZ-305-Exam-Dumps-4362

Explanation:
Box 1: Data Migration Assistant (DMA)
The Data Migration Assistant (DMA) helps you upgrade to a modern data platform by detecting compatibility issues that can affect database functionality when you:
– Upgrade to a new version of SQL Server.
– Migrate to Azure SQL Database.
– Migrate to Azure SQL Managed Instance.
DMA recommends performance and reliability improvements for your target environment and allows you to move your schema, data, and uncontained objects from your source server to your target server. Note: Data Migration Assistant (DMA) you can spend more than 24 hours to migrate 1 TB. DMA can take 26-28 hours to migrate 700 MB.
Box 2: Azure Migrate
Azure Migrate is the recommended and most comprehensive tool for migrating on-premises virtual machines to Azure, as it provides a central hub for discovery, assessment, and migration. It supports various VM types, including VMware, Hyper-V, and physical servers, offering both agentless and agent-based migration options and tools to help with business case generation, cost reduction, and optimized VM sizing.
https://learn.microsoft.com/sl-si/previous-versions/sql/dma/dma-overview
https://learn.microsoft.com/en-us/azure/migrate/migrate-services-overview

NEW QUESTION 437
Drag and Drop
You have an Azure subscription. You are designing a deployment plan for the Azure App Service web apps shown in the following table:
AZ-305-Exam-Dumps-4371

You need to recommend a database solution for the apps. The solution must meet the following requirements:
– Provide zone redundancy.
– Minimize costs and administrative effort.
What should you include in the recommendation for each app? (To answer, drag the appropriate database types to the correct apps. Each database type 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.)
AZ-305-Exam-Dumps-4372

Answer:
AZ-305-Exam-Dumps-4373

Explanation:
Box 1: Azure Database for PostgreSQL flexible server in the general purpose tier
Will contain a PostgreSQL database that was migrated from an on-premises server and will fail over automatically.
Box 2: Azure Cosmos DB for NoSQL and single-region writes with availability zones SLA
Will contain a PostgreSQL database that has write availability SLA of more than 99.995%. For single-region writes in Azure Cosmos DB for NoSQL with availability zones, it is 99.995% for writes, with a minimum of 1,000 RU/s and a potential for 1.25x RU/s for serverless.
https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/overview
https://learn.microsoft.com/en-us/azure/reliability/reliability-postgresql-flexible-server

NEW QUESTION 438
……


Get the newest PassLeader AZ-305 VCE dumps here: https://www.passleader.com/az-305.html (455 Q&As Dumps)

And, DOWNLOAD the newest PassLeader AZ-305 PDF dumps from Cloud Storage for free: https://drive.google.com/drive/folders/1-_sQR2ramCLYzyq0_-oLFvWn1FqXmz1j