Tüm alıştırma soruları
291 soru
An administrator is configuring resource tags in an Azure subscription to manage and track department expenditures. Is the statement that resource tags can be used to split a single Azure subscription's billing into multiple separate invoices true or false?
When an organization hosts an application on Azure under a consumption-based model, a temporary surge in user traffic that triggers automated resource scaling will result in a corresponding increase in the organization's Operational Expenditure (OpEx) for that billing period.
An organization is planning to migrate a relational database to Azure. To minimize administrative overhead, the database solution must support automatic operating system patching, database software updates, and automated backups. Additionally, the database administrators require full administrative control over the underlying operating system to install custom third-party monitoring agents. The organization's cloud architect recommends deploying Azure SQL Database. Is this recommendation correct?
A retail company has several physical stores, each running Windows and Linux servers on-premises. The company wants to manage and monitor these on-premises servers alongside their Azure resources using a single control plane.
Statement: The company can use Azure Arc to project these on-premises physical servers into Azure Resource Manager as hybrid machines.
An administrator assigns a user the Reader role at the scope of an Azure subscription. Determine if the following statement is true or false: The user will automatically have read access to all resources within that subscription due to role inheritance.
Azure SQL Database is a Platform as a Service (PaaS) offering that automatically handles database management tasks such as software patching and backups without user intervention.
A company is planning a hybrid network architecture to connect their on-premises datacenter to Azure services. Due to strict compliance requirements, all data transferred must be encrypted in transit. The network administrator proposes using a standard Azure ExpressRoute circuit to meet both the high-bandwidth demand and the encryption requirement. True or false: The proposed solution meets the encryption requirement by default.
When deploying containers using Azure Container Instances, you must manually configure and patch the virtual machines that host the workloads.
A team is establishing a connection between their physical office and an Azure Virtual Network. They require a connection that does not traverse the public internet. Is the following statement true? A VPN Gateway connection is the correct choice to meet this requirement.
Determine if the following statement is true or false: An Azure ExpressRoute connection routes network traffic between an on-premises network and Azure resources over the public internet using built-in IPsec encryption.
An organization needs to deploy a containerized application that requires secure access to on-premises resources over a private connection. Is the statement true or false that Azure Container Instances (ACI) supports deployment directly into a delegated subnet of an Azure Virtual Network (VNet) to enable this secure connection?
Azure Role-Based Access Control (RBAC) is used to enforce resource compliance rules, such as restricting the deployment of virtual machines to specific allowed sizes.
A company is planning to deploy a complex microservices application to Azure. The application architecture requires advanced orchestration capabilities, including automated horizontal pod autoscaling, rolling updates, and built-in service discovery across dozens of container groups. A cloud consultant suggests that using Azure Container Instances (ACI) is the best solution because it natively provides all of these advanced container orchestration and cluster management capabilities without requiring any additional services. Is this statement regarding the native capabilities of Azure Container Instances (ACI) true or false?
A retail company is migrating its inventory management system to Azure. The database must track relationships between products, suppliers, and orders, enforcing referential integrity through foreign keys and supporting complex multi-table joins. The systems architect proposes deploying Azure Cosmos DB to host this relational workload. Is the systems architect's proposal correct?
When utilizing Azure Cosmos DB with the API for NoSQL, developers can query JSON documents using structured query language (SQL) syntax, and the database service automatically enforces relational integrity constraints, such as foreign keys, across multiple containers.
An organization has configured an Azure ExpressRoute circuit as their primary hybrid connection and a Site-to-Site VPN as a backup to the same Azure Virtual Network. Is the statement true or false that Azure automatically routes traffic to the Site-to-Site VPN gateway if the ExpressRoute circuit fails, without requiring any custom User-Defined Routes (UDRs) to be configured?
A CanNotDelete resource lock is applied to an Azure resource group.
Authorized users can modify the configuration settings of the resources inside this resource group.
Is this statement true or false?
Determine if the following statement is true or false:
A developer who is assigned the Owner role for an Azure resource group can successfully create Azure SQL databases in that resource group, even if an Azure Policy is assigned at the parent subscription level to deny the creation of SQL databases.
An organization has an Azure subscription containing multiple resource groups. An administrator wants to ensure that no users can create virtual machines within the subscription. The administrator removes all Owner and Contributor role assignments at the subscription level.
Is the statement 'Removing these role assignments at the subscription level guarantees that no users can create virtual machines anywhere within the subscription' true or false?
To prevent a specific user from deleting virtual machines in an Azure resource group, you should assign an Azure Policy definition that denies the delete action on virtual machines.