Contoso's IT Infrastructure Overview
40 Questions
0 Views

Contoso's IT Infrastructure Overview

Created by
@PalatialFreeVerse2964

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Who has the authority to add users to an Azure Active Directory tenant?

  • A global administrator (correct)
  • Any user with an Azure Active Directory account
  • A standard user
  • Any user with an Azure subscription
  • If User1 creates a new Azure Active Directory tenant, what is required to create new user accounts in this new tenant?

  • Instructing a user with standard permissions
  • A global administrator's intervention (correct)
  • No special permissions are needed
  • Any user associated with the primary tenant
  • What would happen if an unauthorized user attempts to create accounts in a new Azure Active Directory tenant?

  • An error message will be displayed (correct)
  • The user will be given temporary access
  • The accounts will be placed in a pending state
  • The accounts will be created anyway
  • What is the minimum role required to add users in an Azure Active Directory tenant?

    <p>Global administrator</p> Signup and view all the answers

    If you instruct User4 to create user accounts in a newly created Azure Active Directory tenant, will that meet the goal?

    <p>No, only a global administrator can perform this action</p> Signup and view all the answers

    What is the purpose of a global administrator in Azure Active Directory?

    <p>To add or remove users and manage settings</p> Signup and view all the answers

    In the context of Azure Active Directory, what role would a standard user not be able to perform?

    <p>Create new user accounts in the tenant</p> Signup and view all the answers

    When creating a user in Azure Active Directory, which of the following is required?

    <p>Global administrator rights</p> Signup and view all the answers

    Which cmdlet is used to upload a generalized VHD image to Azure?

    <p>Add-AzVhd</p> Signup and view all the answers

    What is the primary purpose of the Add-AzImage cmdlet?

    <p>To upload an existing VM image to Azure</p> Signup and view all the answers

    Which action must you perform to replicate an on-premises Hyper-V VM to Azure?

    <p>Use Azure Site Recovery service</p> Signup and view all the answers

    If a VPN gateway is configured with static routing, which element is crucial for accessing peered networks?

    <p>Gateway transit allowance</p> Signup and view all the answers

    What is a likely reason for not being able to connect to VirtualNetworkB from a Windows 10 workstation?

    <p>Gateway transit is not allowed on VirtualNetworkA</p> Signup and view all the answers

    To utilize a point-to-site VPN connection effectively, what must be ensured?

    <p>The client certificate is valid</p> Signup and view all the answers

    What must be true about a VM image before it can be selected to create new Azure VMs?

    <p>It must be generalized</p> Signup and view all the answers

    In a virtual network peering setup, which is true regarding the connection between the two networks?

    <p>Traffic is routed automatically</p> Signup and view all the answers

    Does downloading and re-installing the VPN client configuration package on a Windows 10 workstation ensure a connection to VirtualNetworkB can be established?

    <p>Yes</p> Signup and view all the answers

    What type of VPN configuration should be used to provide remote workers access to virtual machines on VNet1?

    <p>Point-to-Site (P2S) VPN</p> Signup and view all the answers

    When configuring an Azure internal load balancer as a listener for a SQL Server Always On availability group, does creating an HTTP health probe on port 1433 meet the requirements?

    <p>No</p> Signup and view all the answers

    Does setting Session persistence to Client IP when configuring an Azure internal load balancer as a listener for an availability group meet the required conditions?

    <p>No</p> Signup and view all the answers

    Which configuration allows an individual remote client connection to an Azure virtual network?

    <p>Point-to-Site (P2S) VPN</p> Signup and view all the answers

    To provide a secure connection for remote workers to access VMs on VNet1, which solution is least appropriate?

    <p>Site-to-Site (S2S) VPN</p> Signup and view all the answers

    Which is an incorrect statement about the configurations discussed?

    <p>An HTTP health probe can be used for checking SQL Server services.</p> Signup and view all the answers

    What characteristic of Point-to-Site (P2S) VPN makes it preferable for remote workers accessing Azure virtual networks?

    <p>It provides an individual secure connection to the Azure virtual network.</p> Signup and view all the answers

    What must be done to the tiers of App1 as part of the planned changes?

    <p>Move all tiers to Azure</p> Signup and view all the answers

    What type of storage will be used for the existing product blueprint files?

    <p>Azure Blob storage</p> Signup and view all the answers

    What does each question in a case study depend on?

    <p>Information provided in the case study</p> Signup and view all the answers

    What will appear at the end of a case study to allow for review?

    <p>A review screen</p> Signup and view all the answers

    What type of application is App1 described as?

    <p>A public-facing application</p> Signup and view all the answers

    Which server roles are currently in place for Contoso's operations?

    <p>File servers, domain controllers, and SQL Server servers</p> Signup and view all the answers

    How are users expected to access the web front end of App1?

    <p>Using HTTPS only</p> Signup and view all the answers

    What is one of the planned changes in Contoso's infrastructure?

    <p>Creating a hybrid directory for Microsoft 365</p> Signup and view all the answers

    What is the result of moving WebApp1 from RG1 to RG2?

    <p>The App Service plan for WebApp1 remains in West Europe. Policy2 applies to WebApp1.</p> Signup and view all the answers

    Which of the following statements is true regarding Azure Resource Manager templates?

    <p>You can manage infrastructure and applications using these templates.</p> Signup and view all the answers

    What happens when you select 'error' for the EventType in a query?

    <p>It filters the events to show only those classified as errors.</p> Signup and view all the answers

    Which of the following is NOT a characteristic of an Azure Resource Manager (ARM) template?

    <p>Templates can be stored in a database.</p> Signup and view all the answers

    How does the Azure subscription model affect resource management?

    <p>Subscriptions help isolate resources across multiple environments.</p> Signup and view all the answers

    What restriction is associated with moving an Azure web app between resource groups?

    <p>The App Service plan must remain in the same region as the app.</p> Signup and view all the answers

    What is the significance of an event being classified as 'error' in event queries?

    <p>It indicates a failure requiring immediate attention.</p> Signup and view all the answers

    In the context of virtual networks, what does a network interface associated with VNET1 imply?

    <p>The network interface is tied to a specific virtual network for resource communication.</p> Signup and view all the answers

    Study Notes

    Contoso's Existing Environment

    • Contoso, Ltd. is a manufacturing company with offices worldwide.
    • Contoso works with partner organizations to bring products to market.
    • Contoso products are manufactured using blueprint files that the company authors and maintains.
    • Contoso uses multiple types of servers for business operations, including:
      • File servers
      • Domain controllers
      • Microsoft SQL Server servers
    • The network contains an Active Directory forest named contoso.com.
    • All servers and client computers are joined to Active Directory.
    • Contoso has a public-facing application named App1.
    • App1 is comprised of three tiers:
      • A SQL database
      • A web front end
      • A processing middle tier
    • Each tier of App1 is comprised of five virtual machines.
    • Users access the web front end through HTTPS only.

    Planned Changes

    • Contoso plans to move all tiers of App1 to Azure.
    • Contoso plans to move existing product blueprint files to Azure Blob storage.
    • Contoso plans to create a hybrid directory to support an upcoming Microsoft 365 migration project.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    AZ-104 Exam Questions PDF

    Description

    This quiz explores the existing environment and planned changes for Contoso, Ltd., a global manufacturing company. It covers their use of servers, Active Directory, and the architecture of their public-facing application, App1, along with the transition to Azure services.

    More Like This

    Azure Data Movement and Migration Quiz
    11 questions
    Azure Data Factory Data Migration Quiz
    12 questions
    Azure Data Factory Data Migration Quiz
    12 questions
    AZURE TIDE Real Estate Law Quiz
    12 questions
    Use Quizgecko on...
    Browser
    Browser