AZ-305 Exam Question 126

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?
  • AZ-305 Exam Question 127

    Case Study 1 - Litware
    Existing Environment
    Azure Environment
    Litware has 10 Azure subscriptions that are linked to the Litware.com tenant and five Azure subscriptions that are linked to the dev.litware.com tenant. All the subscriptions are in an Enterprise Agreement (EA).
    The litware.com tenant contains a custom Azure role-based access control (Azure RBAC) role named Role1 that grants the DataActions read permission to the blobs and files in Azure Storage.
    On-Premises Environment
    The on-premises network of Litware contains the resources shown in the following table.

    Network Environment
    Litware has ExpressRoute connectivity to Azure.
    Planned Changes and Requirements
    Litware plans to implement the following changes:
    * Migrate DB1 and DB2 to Azure.
    * Migrate App1 to Azure virtual machines.
    * Migrate the external storage used by App1 to Azure Storage.
    * Deploy the Azure virtual machines that will host App1 to Azure dedicated hosts.
    Authentication and Authorization Requirements
    Litware identifies the following authentication and authorization requirements:
    * Only users that manage the production environment by using the Azure portal must connect from a hybrid Azure AD-joined device and authenticate by using Azure Multi-Factor Authentication (MFA).
    * The Network Contributor built-in RBAC role must be used to grant permissions to the network administrators for all the virtual networks in all the Azure subscriptions.
    * To access the resources in Azure, App1 must use the managed identity of the virtual machines that will host the app.
    * RBAC roles must be applied at the highest level possible.
    Resiliency Requirements
    Litware identifies the following resiliency requirements:
    * Once migrated to Azure, DB1 and DB2 must meet the following requirements:
    - Maintain availability if two availability zones in the local Azure region fail.
    - Fail over automatically.
    - Minimize I/O latency.
    * App1 must meet the following requirements:
    - Be hosted in an Azure region that supports availability zones.
    - Be hosted on Azure virtual machines that support automatic scaling.
    - Maintain availability if two availability zones in the local Azure region fail.
    Security and Compliance Requirements
    Litware identifies the following security and compliance requirements:
    * Once App1 is migrated to Azure, you must ensure that new data can be written to the app, and the modification of new and existing data is prevented for a period of three years.
    * On-premises users and services must be able to access the Azure Storage account that will host the data in App1.
    * Access to the public endpoint of the Azure Storage account that will host the App1 data must be prevented.
    * All Azure SQL databases in the production environment must have Transparent Data Encryption (TDE) enabled.
    * App1 must NOT share physical hardware with other workloads.
    Business Requirements
    Litware identifies the following business requirements:
    * Minimize administrative effort.
    * Minimize costs.
    Hotspot Question
    You plan to migrate App1 to Azure.
    You need to recommend a storage solution for App1 that meets the security and compliance requirements.
    Which type of storage should you recommend, and how should you recommend configuring the storage? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-305 Exam Question 128

    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.
    Your company plans to deploy various Azure App Service instances that will use Azure SQL databases. The App Service instances will be deployed at the same time as the Azure SQL databases.
    The company has a regulatory requirement to deploy the App Service instances only to specific Azure regions. The resources for the App Service instances must reside in the same region.
    You need to recommend a solution to meet the regulatory requirement.
    Solution: You recommend using an Azure Policy initiative to enforce the location of resource groups.
    Does this meet the goal?
  • AZ-305 Exam Question 129

    Case Study 3 - Contoso
    Existing Environment: Technical Environment
    The on-premises network contains a single Active Directory domain named contoso.com.
    Contoso has a single Azure subscription.
    Existing Environment: Business Partnerships
    Contoso has a business partnership with Fabrikam, Inc. Fabrikam users access some Contoso applications over the internet by using Azure Active Directory (Azure AD) guest accounts.
    Requirements: Planned Changes
    Contoso plans to deploy two applications named App1 and App2 to Azure.
    Requirements: App1
    App1 will be a Python web app hosted in Azure App Service that requires a Linux runtime. Users from Contoso and Fabrikam will access App1.
    App1 will access several services that require third-party credentials and access strings. The credentials and access strings are stored in Azure Key Vault.
    App1 will have six instances: three in the East US Azure region and three in the West Europe Azure region.
    App1 has the following data requirements:
    * Each instance will write data to a data store in the same availability zone as the instance.
    * Data written by any App1 instance must be visible to all App1 instances.
    App1 will only be accessible from the internet. App1 has the following connection requirements:
    * Connections to App1 must pass through a web application firewall (WAF).
    * Connections to App1 must be active-active load balanced between instances.
    * All connections to App1 from North America must be directed to the East US region. All other connections must be directed to the West Europe region.
    Every hour, you will run a maintenance task by invoking a PowerShell script that copies files from all the App1 instances. The PowerShell script will run from a central location.
    Requirements: App2
    App2 will be a NET app hosted in App Service that requires a Windows runtime. App2 has the following file storage requirements:
    * Save files to an Azure Storage account.
    * Replicate files to an on-premises location.
    * Ensure that on-premises clients can read the files over the LAN by using the SMB protocol.
    You need to monitor App2 to analyze how long it takes to perform different transactions within the application. The solution must not require changes to the application code.
    Application Development Requirements
    Application developers will constantly develop new versions of App1 and App2. The development process must meet the following requirements:
    * A staging instance of a new application version must be deployed to the application host before the new version is used in production.
    * After testing the new version, the staging version of the application will replace the production version.
    * The switch to the new application version from staging to production must occur without any downtime of the application.
    Identity Requirements
    Contoso identifies the following requirements for managing Fabrikam access to resources:
    * Every month, an account manager at Fabrikam must review which Fabrikam users have access permissions to App1. Accounts that no longer need permissions must be removed as guests.
    * The solution must minimize development effort.
    Security Requirement
    All secrets used by Azure services must be stored in Azure Key Vault.
    Services that require credentials must have the credentials tied to the service instance. The credentials must NOT be shared between services.
    You need to recommend a solution that meets the application development requirements.
    What should you include in the recommendation?
  • AZ-305 Exam Question 130

    Case Study 3 - Contoso
    Existing Environment: Technical Environment
    The on-premises network contains a single Active Directory domain named contoso.com.
    Contoso has a single Azure subscription.
    Existing Environment: Business Partnerships
    Contoso has a business partnership with Fabrikam, Inc. Fabrikam users access some Contoso applications over the internet by using Azure Active Directory (Azure AD) guest accounts.
    Requirements: Planned Changes
    Contoso plans to deploy two applications named App1 and App2 to Azure.
    Requirements: App1
    App1 will be a Python web app hosted in Azure App Service that requires a Linux runtime. Users from Contoso and Fabrikam will access App1.
    App1 will access several services that require third-party credentials and access strings. The credentials and access strings are stored in Azure Key Vault.
    App1 will have six instances: three in the East US Azure region and three in the West Europe Azure region.
    App1 has the following data requirements:
    * Each instance will write data to a data store in the same availability zone as the instance.
    * Data written by any App1 instance must be visible to all App1 instances.
    App1 will only be accessible from the internet. App1 has the following connection requirements:
    * Connections to App1 must pass through a web application firewall (WAF).
    * Connections to App1 must be active-active load balanced between instances.
    * All connections to App1 from North America must be directed to the East US region. All other connections must be directed to the West Europe region.
    Every hour, you will run a maintenance task by invoking a PowerShell script that copies files from all the App1 instances. The PowerShell script will run from a central location.
    Requirements: App2
    App2 will be a NET app hosted in App Service that requires a Windows runtime. App2 has the following file storage requirements:
    * Save files to an Azure Storage account.
    * Replicate files to an on-premises location.
    * Ensure that on-premises clients can read the files over the LAN by using the SMB protocol.
    You need to monitor App2 to analyze how long it takes to perform different transactions within the application. The solution must not require changes to the application code.
    Application Development Requirements
    Application developers will constantly develop new versions of App1 and App2. The development process must meet the following requirements:
    * A staging instance of a new application version must be deployed to the application host before the new version is used in production.
    * After testing the new version, the staging version of the application will replace the production version.
    * The switch to the new application version from staging to production must occur without any downtime of the application.
    Identity Requirements
    Contoso identifies the following requirements for managing Fabrikam access to resources:
    * Every month, an account manager at Fabrikam must review which Fabrikam users have access permissions to App1. Accounts that no longer need permissions must be removed as guests.
    * The solution must minimize development effort.
    Security Requirement
    All secrets used by Azure services must be stored in Azure Key Vault.
    Services that require credentials must have the credentials tied to the service instance. The credentials must NOT be shared between services.
    You need to recommend an App Service architecture that meets the requirements for App1.
    The solution must minimize costs.
    What should few recommend?
  • Premium Bundle

    Newest AZ-305 Exam PDF Dumps shared by Actual4test.com for Helping Passing AZ-305 Exam! Actual4test.com now offer the updated AZ-305 exam dumps, the Actual4test.com AZ-305 exam questions have been updated and answers have been corrected get the latest Actual4test.com AZ-305 pdf dumps with Exam Engine here:


    (374 Q&As Dumps, 30%OFF Special Discount: Freepdfdumps)
    Other Version
    2208Microsoft.AZ-305.v2026-01-01.q141
    1346Microsoft.AZ-305.v2025-12-28.q154
    1492Microsoft.AZ-305.v2025-10-02.q159
    1663Microsoft.AZ-305.v2025-07-05.q144
    1749Microsoft.AZ-305.v2025-07-03.q156
    3288Microsoft.AZ-305.v2024-12-16.q302
    1541Microsoft.AZ-305.v2024-08-09.q118
    1646Microsoft.AZ-305.v2023-11-14.q105
    1600Microsoft.AZ-305.v2023-10-31.q111
    1920Microsoft.AZ-305.v2023-07-26.q107
    1997Microsoft.AZ-305.v2023-06-26.q97
    1824Microsoft.AZ-305.v2023-06-19.q104
    1634Microsoft.AZ-305.v2023-05-29.q95
    2012Microsoft.AZ-305.v2023-03-20.q104
    2163Microsoft.AZ-305.v2023-03-07.q101
    1611Microsoft.AZ-305.v2023-02-10.q68
    1421Microsoft.AZ-305.v2023-01-19.q65
    2723Microsoft.AZ-305.v2022-11-28.q118
    1647Microsoft.AZ-305.v2022-04-11.q26
    147Microsoft.Surepassexams.AZ-305.v2022-04-05.by.selena.26q.pdf
    Latest Upload
    285ServiceNow.CAD.v2026-09-26.q145
    246GED.GED-Mathematical-Reasoning.v2026-09-26.q133
    165GAQM.Databricks-Certified-Data-Engineer-Associate.v2026-09-26.q79
    245CyberAB.CMMC-CCP.v2026-09-26.q110
    200Salesforce.AP-223.v2026-09-26.q69
    903ISACA.CISA.v2026-09-25.q633
    222VMware.250-605.v2026-09-25.q75
    375Microsoft.AZ-305.v2026-09-25.q198
    525IIA.IIA-CIA-Part1.v2026-09-25.q362
    206Huawei.H19-308_V4.0.v2026-09-24.q46