MicrosoftProfessional levelAZ-305Page 2 of 3

AZ-305 exam dumps: questions 101 to 200 of 243

Page 2 of the free AZ-305 question bank for the Designing Microsoft Azure Infrastructure Solutions exam. Questions 101 to 200 are listed below, the first 5 in full with answers and explanations. Back to page 1 for the exam overview and FAQ.

Question bank last updated May 2025

Free AZ-305 practice questions

Questions 101 to 105 of 243

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

AZ-305 Question 101

Single answer

Your organization has multiple on-premises and cloud-based relational databases that you need to regularly integrate into Azure Data Lake Storage for advanced analytics in Azure Synapse Analytics. You want to schedule daily transfers of large volumes of data, transform it in transit, and ensure secure communication with on-premises systems. Which solution should you recommend to orchestrate and automate this data integration process?

  1. A

    Use Azure Data Factory with a self-hosted Integration Runtime

  2. B

    Implement Azure Logic Apps with integration triggers

  3. C

    Migrate databases using Azure Database Migration Service

  4. D

    Set up Azure Event Grid to publish changes in real time

Show answer and explanation

Correct answer: A

Explanation

For ongoing, scheduled data integration and transformation at scale, Azure Data Factory is the recommended service. It provides a Managed and Self-Hosted Integration Runtime to securely connect to various data sources, including on-premises databases, and move the data into Azure Data Lake Storage. This approach follows Microsoft’s best practices for hybrid data integration as documented here: https://learn.microsoft.com/azure/data-factory/introduction.

  • A. Correct.

    Azure Data Factory with a self-hosted Integration Runtime is the correct choice because it supports secure, large-scale data movement and transformation across hybrid environments. The self-hosted IR can connect to on-premises or private network sources, then orchestrate and schedule transformation pipelines to move the data into Azure Data Lake Storage.

  • B. Incorrect.

    Azure Logic Apps is designed primarily for workflow automation and event-based triggers, rather than large-scale data orchestration. While it can connect to various data endpoints, it’s more suited for business process automation or simple real-time integrations rather than heavy ETL/ELT workloads.

  • C. Incorrect.

    Azure Database Migration Service is focused on migrating entire databases to Azure rather than orchestrating ongoing data integration pipelines. It’s not intended for continuous transformations and scheduled integration tasks.

  • D. Incorrect.

    Azure Event Grid is used to manage event-driven communication between services. It’s well-suited for broadcasting and reacting to events in real time, but it’s not designed for orchestrating large-scale, scheduled data imports or transformations.

AZ-305 Question 102

Select 2

A global retailer wants to move incremental data from multiple on-premises transactional systems into Azure for advanced analytics. They need a solution that can orchestrate data extraction from on-premises sources, apply transformations, and load the cleansed data into an Azure Data Lake. Which two Azure services should they use to build this integrated data pipeline?

  1. A

    Use Azure Data Factory with a self-hosted Integration Runtime (SHIR) to orchestrate data movement and transformations.

  2. B

    Use Azure Logic Apps to replicate the on-premises databases directly into Azure via scheduled workflows.

  3. C

    Use Azure Synapse Pipelines to perform data ingestion and transformations as part of an end-to-end analytics solution.

  4. D

    Use Azure Event Hubs to stream the entire on-premises databases in real time without any transformation.

Show answer and explanation

Correct answers: A, C

Explanation

For batch or scheduled data movement from on-premises sources to the cloud, Azure Data Factory or Azure Synapse Pipelines are recommended solutions. Both services can orchestrate data extraction, leverage a self-hosted Integration Runtime for secure connectivity, perform transformations (via mapping data flows or external activities), and then store the processed data in Azure Data Lake Storage or other analytics targets. Refer to Azure Data Factory documentation (https://docs.microsoft.com/azure/data-factory/) and Azure Synapse Analytics documentation (https://docs.microsoft.com/azure/synapse-analytics/) for best practices in designing data integration pipelines.

  • A. Correct.

    Correct. Azure Data Factory can connect to on-premises data sources securely by installing and configuring a self-hosted Integration Runtime. It allows you to schedule data ingestion, perform data transformations, and load the results into Azure services such as Data Lake Storage.

  • B. Incorrect.

    Incorrect. Although Azure Logic Apps can automate workflows and integrate with various services, it is not designed primarily for large-scale data ingestion and transformation scenarios. Logic Apps can complement data pipelines but is not the most effective solution for orchestrating complex ETL or ELT processes from on-premises systems.

  • C. Correct.

    Correct. Azure Synapse Pipelines (part of Azure Synapse Analytics) offer similar orchestration and data transformation capabilities to Azure Data Factory, but within an integrated analytics environment. It can ingest and process data from on-premises sources and then store or further analyze the data in Azure Data Lake or a Synapse SQL pool.

  • D. Incorrect.

    Incorrect. Azure Event Hubs is best suited for streaming data ingestion such as event logs, IoT device telemetry, or real-time data feeds. For batch-style data movement and transformation from on-premises SQL databases or similar transactional systems, Event Hubs is not the optimal choice.

AZ-305 Question 103

Single answer

A retail company needs to collect and transform product, sales, and customer data from multiple on-premises and cloud-based sources. They want to schedule and automate data workflows, perform transformations with minimal code, and store the unified data in Azure Data Lake Storage. Which Azure service would best meet these data integration and transformation requirements?

  1. A

    Use Azure Data Factory with Mapping Data Flows to ingest and transform data before loading it into Azure Data Lake Storage

  2. B

    Use Azure Blob Storage with PowerShell scripts to upload and manually transform data

  3. C

    Use Azure Analysis Services to directly ingest and model data from all sources

  4. D

    Use Azure Event Hubs for all ingestion and real-time transformation

Show answer and explanation

Correct answer: A

Explanation

Azure Data Factory is the recommended service for data integration and ETL/ELT in Azure, offering robust capabilities to ingest data from on-premises and cloud systems, perform transformations using Mapping Data Flows, and schedule workflows. For more information, see Microsoft documentation on Azure Data Factory: https://docs.microsoft.com/azure/data-factory/

  • A. Correct.

    Option 1 is correct. Azure Data Factory provides a comprehensive solution for orchestrating data pipelines, executing transformations with Mapping Data Flows, and scheduling workflows. It allows you to ingest data from multiple sources with minimal coding and apply transformations before storing the data in Azure Data Lake.

  • B. Incorrect.

    Option 2 is incorrect. While you can store data in Azure Blob Storage and automate scripts, this approach is more manual and lacks the robust orchestration and transformation capabilities of a dedicated service like Azure Data Factory. It also requires more maintenance for scheduling and error handling.

  • C. Incorrect.

    Option 3 is incorrect. Azure Analysis Services is primarily used for semantic modeling and creating analytical models rather than orchestrating data ingestion and transformation. It doesn’t natively handle ETL/ELT workloads the way Azure Data Factory does.

  • D. Incorrect.

    Option 4 is incorrect. Azure Event Hubs is a highly scalable event ingestor designed for streaming scenarios. It doesn’t provide built-in data transformation or orchestration features and is generally used for large-scale event collection rather than structured data transformation.

AZ-305 Question 104

Single answer

A retail company processes millions of structured and unstructured transactions daily. They plan to store all data in Azure Data Lake Storage and want to perform near real-time analytics with minimal cluster management overhead. They also need a scalable Spark-based solution that can handle both batch and streaming workloads. Which service should you recommend?

  1. A

    Use Azure Databricks with auto-scaling ephemeral clusters

  2. B

    Deploy and manage Azure HDInsight with Hadoop and Spark

  3. C

    Migrate all raw data to Azure SQL Database for analytics

  4. D

    Set up an on-premises Hadoop cluster and connect via ExpressRoute

Show answer and explanation

Correct answer: A

Explanation

Azure Databricks provides a serverless, managed Spark environment that is ideal for big data and advanced analytics in the cloud. It integrates seamlessly with Azure Data Lake Storage and supports both batch and streaming workloads without the overhead of manually managing clusters. More details can be found in the Microsoft Azure Databricks documentation (https://docs.microsoft.com/azure/databricks).

  • A. Correct.

    Correct. Azure Databricks offers a fully managed Spark environment with auto-scaling clusters, which simplifies both batch and real-time analytics. Its integrated environment and near real-time streaming support are well-suited for this scenario.

  • B. Incorrect.

    Incorrect. While Azure HDInsight can run Spark, it requires more hands-on cluster management. It doesn’t offer the same level of simplified, fully managed service that Azure Databricks provides.

  • C. Incorrect.

    Incorrect. Azure SQL Database can handle structured data, but it’s not ideal for large-scale unstructured or semi-structured analytics scenarios, and it lacks native Spark support for distributed processing.

  • D. Incorrect.

    Incorrect. An on-premises Hadoop cluster would add significant overhead for capacity management and maintenance, and it doesn’t leverage the benefits of a fully managed Azure service for near real-time analytics.

AZ-305 Question 105

Single answer

A manufacturing company collects large volumes of structured data from an on-premises SQL database and unstructured data from IoT sensors stored in Azure Data Lake Storage. They want a single platform to orchestrate data ingestion, transform their data, run advanced analytics, and provide a data warehouse for reporting. Which Azure service should you recommend for this end-to-end data analysis solution?

  1. A

    Azure Databricks

  2. B

    Azure Synapse Analytics

  3. C

    Azure HDInsight

  4. D

    Azure Data Lake Storage

Show answer and explanation

Correct answer: B

Explanation

Azure Synapse Analytics unifies big data processing, data warehousing, and orchestration in a single service. It supports Spark-based analytics, comprehensive SQL-based querying, and tightly integrated pipelines. This end-to-end approach simplifies the architecture while maintaining flexibility for both structured and unstructured data. According to Microsoft documentation, Synapse is the recommended option for enterprise-grade analytics that require a single integrated environment (https://docs.microsoft.com/azure/synapse-analytics/).

  • A. Incorrect.

    Option 1: Azure Databricks is a strong platform for big data processing, data science, and machine learning using Apache Spark. However, it does not natively include all the integrated features of data warehousing, SQL queries, and pipeline orchestration within a single service. You would typically still need an additional service or integration for a fully managed data warehouse.

  • B. Correct.

    Option 2: Azure Synapse Analytics is designed to provide an end-to-end analytics platform. It includes data ingestion, data transformation using Apache Spark or Data Flows, a fully managed SQL-based data warehouse, serverless SQL pools, and orchestration with Synapse Pipelines. This makes it suitable for an integrated analytics solution, handling both structured and unstructured data in a single environment.

  • C. Incorrect.

    Option 3: Azure HDInsight is a managed open-source analytics service offering clusters for Hadoop, Spark, and other frameworks. While it can process large datasets, it does not include a fully integrated SQL data warehousing component or the unified environment that Synapse offers. It often requires additional services for data orchestration and warehousing.

  • D. Incorrect.

    Option 4: Azure Data Lake Storage provides a highly scalable and cost-effective data lake but does not itself offer computational or orchestration capabilities. You would need to combine Data Lake Storage with other analytics services to perform transformations, analysis, or warehouse operations.

Timed practice exam

Take a AZ-305 practice test under exam conditions

70 questions in 100 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

AZ-305 practice questions 101 to 200 of 243

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them. The bank is split into 3 pages of up to 100 questions.

  1. 101.Your organization has multiple on-premises and cloud-based relational databases that you need to regularly...
  2. 102.A global retailer wants to move incremental data from multiple on-premises transactional systems into Azure...
  3. 103.A retail company needs to collect and transform product, sales, and customer data from multiple on-premises...
  4. 104.A retail company processes millions of structured and unstructured transactions daily. They plan to store all...
  5. 105.A manufacturing company collects large volumes of structured data from an on-premises SQL database and...
  6. 106.A manufacturing company collects high-volume streaming data from IoT sensors deployed across multiple global...
  7. 107.A large retail chain wants to analyze both historical point-of-sale (POS) data and near-real-time promotional...
  8. 108.A financial services company needs a backup and disaster recovery strategy to meet strict compliance...
  9. 109.A manufacturing company hosts critical application workloads on Azure VMs in the East US region. They have a...
  10. 110.You are designing a backup and disaster recovery strategy for your organization’s mission-critical SAP...
  11. 111.Your organization hosts several critical line-of-business applications on Azure Virtual Machines and requires...
  12. 112.A multinational company hosts critical inventory and order-management services across both on-premises...
  13. 113.A global manufacturing company hosts critical workloads on both on-premises Hyper-V virtual machines and...
  14. 114.A company runs several critical applications on-premises and in Azure. They have strict recovery time...
  15. 115.You are designing a recovery solution for a company that runs both on-premises virtual machines in a local...
  16. 116.Contoso runs several business-critical Windows and Linux VMs on Azure that host transactional databases and a...
  17. 117.A company hosts a line-of-business application on multiple Azure Virtual Machines in a production...
  18. 118.An e-commerce company runs several Windows and Linux virtual machines (VMs) in Azure to host their online...
  19. 119.A company hosts several mission-critical applications on Azure VMs in the West US region. They need to meet...
  20. 120.A marketing company has a single Azure SQL Database that must retain monthly backups for compliance for up to...
  21. 121.You are the solutions architect for a company that runs a mission-critical line-of-business application on...
  22. 122.You are managing a mission-critical Azure SQL Database that must allow restoring data to any point in time...
  23. 123.Your company hosts a critical Azure SQL Database for an e-commerce application. The database undergoes...
  24. 124.Fabrikam stores thousands of transaction log files in Azure Blob Storage. The data must be retained for up to...
  25. 125.A retail organization stores large volumes of unstructured data (transaction logs, images, and documents) in...
  26. 126.A manufacturing company stores large volumes of unstructured sensor data in Azure Blob Storage. They need a...
  27. 127.Your company stores petabytes of unstructured data in Azure Blob Storage. The IT team wants a backup and...
  28. 128.Your company plans to deploy an online retail application on Azure. You have front-end virtual machines...
  29. 129.You have a mission-critical e-commerce application running on a set of Azure VMs for the front-end and an...
  30. 130.You are designing a multi-tier e-commerce application that must achieve at least 99.99% availability and...
  31. 131.You are designing a mission-critical e-commerce application hosted on Azure Virtual Machines for the...
  32. 132.A mission-critical financial application running on Azure Virtual Machines must remain operational even if an...
  33. 133.You are designing a mission-critical web application hosted on Azure Virtual Machines. The application must...
  34. 134.Contoso plans to migrate a mission-critical web application to Azure with a requirement of 99.99%...
  35. 135.You are designing a mission-critical order processing system that runs on Azure Virtual Machines. The system...
  36. 136.A financial services company needs to ensure minimal downtime and data loss for its mission-critical Azure...
  37. 137.A manufacturing company is migrating a mission-critical supply chain management database to Azure. The...
  38. 138.A financial services company needs a high availability and disaster recovery strategy for its...
  39. 139.Your company operates a mission-critical e-commerce platform on Azure SQL Database (Premium tier). They want...
  40. 140.You are designing a solution for an e-commerce platform that stores product information in JSON...
  41. 141.A global logistics company needs to store real-time shipping logs (semi-structured data) and scanned shipping...
  42. 142.A manufacturing company collects real-time sensor data in JSON format from multiple facilities. They also...
  43. 143.A retail company hosts product images (unstructured data) in Azure Blob Storage and product catalog documents...
  44. 144.You are designing a microservices-based application that must run multiple containers with both stateful and...
  45. 145.A retail company runs an e-commerce API that experiences unpredictable traffic spikes. They want to avoid...
  46. 146.You are designing a microservices solution for a global e-commerce platform that runs containerized...
  47. 147.A data analytics company needs to process large volumes of data on-demand using containerized applications....
  48. 148.An e-commerce company wants to modernize their platform into a containerized, cloud-native solution. Their...
  49. 149.Your company is implementing a new data analytics pipeline for daily batch processing and real-time data...
  50. 150.A company is deploying a stateless .NET application that experiences unpredictable usage spikes and wants to...
  51. 151.A startup is developing a containerized analytics service to handle unpredictable workloads that require...
  52. 152.A financial services company has a batch-processing workload that runs for several hours each night,...
  53. 153.A retail company plans to deploy a Windows-based inventory management system on Azure that must handle...
  54. 154.A company plans to migrate a resource-intensive internal web application to Azure. The application...
  55. 155.A company hosts a stateless web application that relies on external data storage and frequently scales out to...
  56. 156.You are designing a new container-based solution for a company that needs to deploy multiple microservices...
  57. 157.A shipping company is modernizing their microservices-based application by moving to containers in Azure....
  58. 158.Your company developed a microservices-based application consisting of multiple containers that require...
  59. 159.A startup is containerizing its e-commerce platform to handle unpredictable traffic spikes. They want a fully...
  60. 160.You are designing a new IoT data-processing solution where sensor data must be transformed in near real-time,...
  61. 161.A company regularly receives PDF documents in Azure Blob Storage and needs to process these files in near...
  62. 162.Your organization manages thousands of IoT devices sending telemetry data at unpredictable intervals. The...
  63. 163.Your company is designing an automated order processing system. The system must consume incoming orders from...
  64. 164.A manufacturing company needs to process large volumes of sensor data each night on a flexible,...
  65. 165.A manufacturing company needs to perform large-scale 3D model processing and analysis every night with...
  66. 166.A data analytics company runs large-scale batch processing workloads nightly to analyze massive sensor data...
  67. 167.A manufacturing company needs to run nightly batch workloads to process large sensor data sets from factory...
  68. 168.Your organization is building a new microservices-based e-commerce platform on Azure. The business...
  69. 169.You are designing a microservices-based e-commerce application that needs to handle large spikes in traffic...
  70. 170.Your company is building a globally distributed e-commerce application that must handle high read and write...
  71. 171.You are designing a highly available microservices architecture in Azure to process and store large volumes...
  72. 172.You oversee an e-commerce platform that processes thousands of orders daily from multiple retail and web...
  73. 173.An online retailer is implementing a new microservices-based order processing system. During peak traffic...
  74. 174.An e-commerce platform needs to handle orders from multiple microservices, ensure reliable message delivery,...
  75. 175.A retail company is integrating multiple microservices for order, payment, and shipment workflows. They want...
  76. 176.An online retail company needs to track product inventory changes in real time across multiple regional...
  77. 177.A manufacturing company collects temperature and humidity sensor data from thousands of IoT devices. They're...
  78. 178.You are designing an event-driven architecture for an e-commerce platform that processes new orders from a...
  79. 179.A logistics company needs to capture real-time delivery status updates from thousands of devices. The...
  80. 180.A manufacturing company has multiple internal and external microservices hosted in Azure, each using...
  81. 181.An e-commerce company is developing a suite of microservices to handle product information, user profiles,...
  82. 182.A manufacturing company hosts several microservices in Azure, each exposing its own REST API. They want to...
  83. 183.A manufacturing company is building multiple microservices in Azure that expose APIs used by external...
  84. 184.You have an Azure-based social media application that experiences unpredictable traffic spikes. The...
  85. 185.You manage an e-commerce platform that experiences heavy read traffic for product pricing data during peak...
  86. 186.You manage an e-commerce website hosted on Azure App Service with a SQL Database backend. The application...
  87. 187.Contoso is building a global e-commerce platform that experiences a high volume of reads for its product...
  88. 188.You are designing an Azure-based distributed e-commerce platform composed of multiple microservices. Each...
  89. 189.You are designing a configuration management solution for a microservices-based application running in Azure...
  90. 190.A company is developing a microservices-based application hosted on Azure Kubernetes Service (AKS) and Azure...
  91. 191.You are designing a new configuration management solution for a multi-instance .NET Core web application...
  92. 192.A company has modernized its web application into containerized microservices. The source code is hosted in a...
  93. 193.A financial services company wants to implement a fully automated deployment process for its container-based...
  94. 194.Contoso is building a new multi-tier .NET Core web application that will run on Azure App Service with an...
  95. 195.You are designing an automated deployment solution for a microservices-based application running in Azure....
  96. 196.A financial services company wants to migrate its mission-critical on-premises SQL Server databases to an...
  97. 197.Your company plans to migrate a mission-critical on-premises .NET application and its underlying SQL Server...
  98. 198.You are migrating a set of high-transaction Microsoft SQL Server databases from your on-premises data center...
  99. 199.You are the cloud architect for a company planning to migrate a large fleet of on-premises VMware virtual...
  100. 200.A retail company is planning to migrate its on-premises e-commerce applications to Azure. The applications...