Tüm alıştırma soruları
1186 soru
An organization's Azure hierarchy includes a management group named Corp-MG, a subscription named Sales-Sub inside Corp-MG, and a resource group named App-RG inside Sales-Sub. An administrator must implement the following security requirements:
1. Members of a group named Audit-Team must be able to view all resources in Corp-MG, Sales-Sub, and App-RG, but must not be allowed to modify or create any resources outside of App-RG.
2. Members of Audit-Team must also be able to create, start, and delete virtual machines, but only within App-RG.
3. To enforce compliance, no virtual machines deployed within Sales-Sub are permitted to have public IP addresses.
To meet these requirements using the principle of least privilege and native Azure capabilities, which combination of role assignments and governance tools should the administrator configure?
When using Azure Cost Management Cost Analysis to group costs by a specific tag key, the costs of a resource that lacks this tag will still be grouped under that tag value if its parent Resource Group has the tag applied.
You need to evaluate a containerized deployment strategy for Azure. Is the following statement true or false?
To deploy a multi-container application where containers must share local storage and network namespaces in Azure, you must deploy the containers to Azure Kubernetes Service (AKS) because Azure Container Instances (ACI) only supports deploying single, isolated containers.
A global energy company operates offshore wind turbines that run localized containerized applications on Kubernetes clusters. The company also hosts virtual machines in Amazon Web Services (AWS) for data analysis. The IT administration team needs to view all of these external Kubernetes clusters and virtual machines alongside their native Azure resources in the Azure portal, and enforce compliance guidelines using Azure Policy. They want to achieve this without migrating any of the workloads or hardware.
Which Azure service should the company use to meet these requirements?
Is the following statement true or false?
'Azure SQL Database is a non-relational database service designed for storing semi-structured JSON documents.'
An organization with a hybrid cloud infrastructure plans to deploy a new system. They need to connect their on-premises headquarters and a temporary retail kiosk to an Azure Virtual Network.
The headquarters requires a dedicated connection with predictable latency and maximum bandwidth that completely avoids the public internet.
The temporary kiosk requires a low-cost connection that must be established over the public internet within 24 hours.
Which connectivity options should the organization choose for the headquarters and the kiosk?
An organization's administration team is planning to use Azure Cloud Shell to perform management tasks. A systems administrator proposes that by choosing the PowerShell environment in Cloud Shell, the team will be able to execute both Azure CLI commands and Azure PowerShell cmdlets interchangeably in the same terminal session without needing to switch environments, install additional modules, or manually start another shell process. Is this proposal correct?
A telecommunications company deploys its containerized billing applications on Kubernetes clusters hosted across Amazon Web Services (AWS) and Google Cloud Platform (GCP). Additionally, they host their legacy customer databases on bare-metal physical Linux servers within a private on-premises datacenter. The IT governance team wants to enforce resource configuration standards using Azure Policy and monitor security compliance using Microsoft Defender for Cloud across all these external environments from a single dashboard. They must achieve this without migrating any of the workloads or databases to Azure. Which Azure service should the company implement to meet these requirements?
An organization is deploying a new application that requires a relational database. They want a service where Microsoft automatically manages the underlying operating system patching, hardware maintenance, and database engine updates. Which Azure service should the organization choose?
An organization is deploying a legacy document management system running on Linux virtual machines that requires a shared file system accessible via the NFS protocol. At the same time, they are setting up a database server that requires consistent sub-millisecond latency for its transaction logs. Which TWO of the following Azure storage solutions should the organization deploy to meet these requirements? (Select TWO)
Geçerli olan tümünü seçin
An organization has several remote employees who need to connect their individual home computers securely to an Azure Virtual Network. The network connections must be established over the public internet and must encrypt all data in transit. Which connection type should the organization use?
A municipal government department maintains physical and virtual servers across several local administrative offices. The IT department wants to apply security policies and monitor system performance using Azure tools without migrating these servers to the Azure public cloud. Is the statement that Azure Arc can be used to manage and govern these non-Azure servers true or false?
A developer is using a local workstation running Linux, while a database administrator is using a local workstation running Windows. Both users need to run automated scripts to manage Azure SQL databases. The developer's script is written in Azure CLI, and the database administrator's script is written in Azure PowerShell. Which statement correctly describes the compatibility of these management tools with the administrators' local operating systems?
A team of developers needs to execute a database migration script packaged inside a single container image. The script takes approximately five minutes to complete and runs once a week. The team wants a serverless hosting solution that starts the container immediately, runs it to completion, and stops billing as soon as the container exits, without the need to manage virtual machine infrastructure or deploy a container orchestrator. Which Azure service should the team select for this task?
An administrator applies a ReadOnly resource lock and a resource tag named Dept: Finance to an Azure resource group. The resource group contains an Azure Cosmos DB database account. A developer attempts to read the tags on the Cosmos DB account and modify its default consistency level. What is the outcome of these actions?
An Azure administrator applies a ReadOnly resource lock to an Azure SQL Database. Which action can a user still perform on this database?
A multinational enterprise operates a hybrid and multi-cloud environment consisting of Kubernetes clusters running in an on-premises datacenter, virtual machines hosted in Amazon Web Services (AWS), and database servers on physical hardware in a private datacenter. The IT department wants to apply a single governance model using Azure Policy and centrally monitor system health using Azure Monitor. They must achieve this without migrating any of the workloads to Azure and without purchasing new dedicated hardware. Which of the following solutions should they implement?
An organization is designing a deployment strategy for a containerized application. The application requires two containers to run: a primary web application container and a helper logging container. These containers must share a local network interface and a temporary storage volume, and they must be deployed and scaled together as a single unit. The organization wants to deploy this application with the minimum possible administrative overhead, specifically avoiding the need to provision virtual machines or manage a container orchestration cluster.
Which Azure service should the organization use to meet these requirements?
A developer is designing a globally distributed application that requires storing semi-structured data. They want to use the Cosmos DB API for NoSQL for some queries and the Cosmos DB API for MongoDB for other queries on the same dataset.
Is it true or false that a single container in Cosmos DB can be accessed and queried using different API types simultaneously?
An organization is deploying a new web application in Microsoft Azure and needs to store relational data using MySQL. To minimize administrative effort, the organization wants a database solution where Microsoft automatically handles operating system updates and database engine patching. Is the following statement true or false?
'Azure Database for MySQL is a Platform as a Service (PaaS) offering that automatically applies operating system updates and database patches, requiring the organization to manage only the database schema and queries.'