Practica 80 preguntas originales de Fundamentos de Azure sobre conceptos de nube, servicios principales, seguridad, gobernanza y costos.
Nivel: Microsoft Azure FundamentalsDificultad: beginner80 preguntas60 min
Responde cada pregunta de Azure y comprueba tu puntuación. Los errores se guardan localmente para repasar.
Racha de días: 0 díasGuardado solo en este dispositivo
Progreso0 / 80
Tiempo restante: 00:00
Aún no hay errores guardados.
Ninguna pregunta coincide con tus filtros.
Pregunta 1
Which Azure compute service provisions virtual machines with full control over the operating system?
Azure Virtual Machines is an IaaS compute service that gives full control over the operating system and configuration.
Pregunta 2
Which Azure service runs code in response to events without requiring you to manage servers?
Azure Functions is a serverless compute service that runs event-driven code without managing infrastructure.
Pregunta 3
Which cloud characteristic allows Azure to add or remove resources automatically as demand changes?
Elasticity means cloud resources can scale out or in automatically to match demand.
Pregunta 4
Which cloud deployment model combines on-premises infrastructure with Azure resources?
A hybrid cloud connects on-premises infrastructure with cloud services such as Azure.
Pregunta 5
A company uses only Azure services and does not own a datacenter. Which deployment model does this describe?
Using shared Azure services over the internet with no on-premises datacenter is a public cloud deployment.
Pregunta 6
Which Azure feature provides physically separate datacenters within an Azure region to protect against datacenter failures?
Availability Zones are physically separate datacenters within a region; each zone has independent power, cooling, and networking.
Pregunta 7
What is an Azure resource group?
A resource group is a logical container that holds related Azure resources for management and organization.
Pregunta 8
Which Azure service provides identity and access management for users and applications?
Microsoft Entra ID, formerly Azure Active Directory, provides identity, authentication, and access management.
Pregunta 9
Which Azure storage service is optimized for storing large amounts of unstructured object data?
Azure Blob Storage stores unstructured data such as documents, images, and backups as objects.
Pregunta 10
Which Azure service is a managed relational database built on SQL Server?
Azure SQL Database is a managed relational database-as-a-service built on SQL Server.
Pregunta 11
Which Azure database service supports multiple NoSQL APIs and global distribution?
Azure Cosmos DB is a globally distributed, multi-model database service with multiple NoSQL APIs.
Pregunta 12
Which Azure service lets you create isolated private networks in the cloud?
Azure Virtual Network provides isolated private networks, subnets, and IP addressing in Azure.
Pregunta 13
Which Azure component filters inbound and outbound traffic between subnets?
Network security groups contain security rules that allow or deny traffic to and from Azure resources.
Pregunta 14
Which Azure service caches and delivers content from locations closer to users?
Azure CDN caches content at edge locations to improve delivery speed for users around the world.
Pregunta 15
Which Azure service provides domain name resolution for your resources?
Azure DNS hosts domain names and resolves them using Azure global DNS infrastructure.
Pregunta 16
Which Azure service collects telemetry from applications and infrastructure for monitoring?
Azure Monitor collects, analyzes, and acts on telemetry from Azure resources and applications.
Pregunta 17
Which Azure tool deploys infrastructure repeatably using declarative JSON or Bicep templates?
ARM templates and Bicep define infrastructure as code so deployments are repeatable and consistent.
Pregunta 18
Which Azure service provides a managed Kubernetes platform?
Azure Kubernetes Service (AKS) provides a managed Kubernetes cluster for containerized workloads.
Pregunta 19
Which Azure service runs containers without requiring you to manage the underlying servers?
Azure Container Apps is a serverless container service that manages the platform for you.
Pregunta 20
Which Azure service is a platform-as-a-service (PaaS) offering for web applications?
Azure App Service hosts web apps and APIs as PaaS with built-in scaling, deployment, and security.
Pregunta 21
Which Azure service creates automated workflows that integrate apps and data without writing code?
Azure Logic Apps provides low-code workflows that connect applications and data sources.
Pregunta 22
Which Azure service provides enterprise message queues for decoupling applications?
Azure Service Bus provides enterprise messaging with queues and topics for reliable decoupling.
Pregunta 23
Which Azure service is designed for large-scale analytics and data warehousing?
Azure Synapse Analytics combines data integration, warehousing, and analytics at large scale.
Pregunta 24
Which Azure service provides a platform for building, training, and deploying machine learning models?
Azure Machine Learning is the Azure platform for the full machine learning lifecycle.
Pregunta 25
Which Azure service provides managed file shares accessible over SMB or NFS?
Azure Files provides fully managed file shares that can be accessed using standard file protocols.
Pregunta 26
Which Azure service provides virtualized Windows desktops and apps from the cloud?
Azure Virtual Desktop delivers virtualized desktops and apps as a managed service.
Pregunta 27
Which Azure offering provides tools for source control, CI/CD, and work tracking?
Azure DevOps includes Azure Repos, Pipelines, Boards, and related development tools.
Pregunta 28
Which Azure service securely stores secrets, keys, and certificates?
Azure Key Vault protects cryptographic keys, secrets, and certificates used by cloud applications.
Pregunta 29
Which Azure service helps protect applications from distributed denial-of-service attacks?
Azure DDoS Protection mitigates distributed denial-of-service attacks against Azure resources.
Pregunta 30
Which Microsoft cloud service provides security posture management and recommendations?
Microsoft Defender for Cloud assesses security posture and provides hardening recommendations.
Pregunta 31
What is the primary purpose of Microsoft Entra ID?
Microsoft Entra ID is the identity and access management service for users, groups, and applications.
Pregunta 32
What does Azure role-based access control (RBAC) control?
Azure RBAC grants permissions based on roles assigned to users, groups, or service principals.
Pregunta 33
Which Azure service enforces organizational rules and compliance requirements across resources?
Azure Policy evaluates resources and enforces rules for compliance, tagging, and configuration.
Pregunta 34
What is an Azure management group?
Management groups organize subscriptions and apply governance at scale. They sit above subscriptions and let you apply policies, role assignments, and cost controls to multiple subscriptions at once. A virtual machine, DNS record set, or storage account manages a single resource type rather than organizing subscriptions.
Pregunta 35
What is an Azure subscription primarily used for?
A subscription is a billing and access boundary for Azure resources and services.
Pregunta 36
Which Azure service helps you monitor and reduce cloud spending?
Azure Cost Management provides budgets, analysis, and recommendations for cloud spending.
Pregunta 37
Which Azure tool estimates the cost of Azure services before deployment?
The Azure Pricing Calculator estimates the monthly cost of individual Azure services.
Pregunta 38
Which Azure tool compares the cost of running workloads on-premises with running them in Azure?
The Azure TCO Calculator estimates the cost savings of moving on-premises workloads to Azure.
Pregunta 39
Which Azure purchasing option offers lower prices by prepaying for resources?
Azure Reservations provide discounted pricing when you prepay for one or three years of resources.
Pregunta 40
Which benefit lets you reuse existing Windows Server and SQL Server licenses on Azure?
What does an Azure service-level agreement (SLA) describe?
An SLA states the availability and uptime commitment for an Azure service.
Pregunta 42
Which Azure service provides personalized alerts about service incidents and planned maintenance affecting your resources?
Azure Service Health gives personalized notifications for service issues and planned maintenance.
Pregunta 43
Which Azure service gives personalized recommendations for cost, security, reliability, and performance?
Azure Advisor analyzes resources and provides best-practice recommendations across cost, security, reliability, and performance.
Pregunta 44
Which Azure service provides queryable log analytics?
Azure Log Analytics stores and queries log and telemetry data using the Kusto Query Language.
Pregunta 45
Which Azure service monitors the performance of applications to find errors and bottlenecks?
Application Insights monitors application performance, availability, and exceptions. It collects telemetry such as request times, failed requests, and dependency calls, so teams can find errors and bottlenecks. Key Vault stores secrets, Azure DNS resolves names, and Azure CDN accelerates content, none of which monitor application performance.
Pregunta 46
Which Azure service provides secure RDP/SSH access to virtual machines without exposing a public IP address?
Azure Bastion provides browser-based RDP/SSH connectivity through the Azure portal without public IP exposure.
Pregunta 47
Which Azure service provides a private, dedicated connection between an on-premises network and Azure?
Azure ExpressRoute creates private connections to Azure that do not travel over the public internet.
Pregunta 48
Which Azure service creates an encrypted VPN connection over the public internet?
Azure VPN Gateway sends encrypted traffic between a virtual network and on-premises networks over the internet.
Pregunta 49
Which Azure service routes global HTTP traffic and provides web application firewall capabilities?
Azure Front Door routes and optimizes global HTTP(S) traffic and can apply a web application firewall.
Pregunta 50
Which Azure service distributes traffic to virtual machines at the regional network layer?
Azure Load Balancer provides layer-4 traffic distribution to healthy resources in a region.
Pregunta 51
Which Azure service routes traffic based on DNS across multiple regions?
Azure Traffic Manager uses DNS to route traffic to endpoints across regions.
Pregunta 52
Which Azure service provides web and mobile back-end hosting with built-in scaling and security?
Azure App Service hosts web apps, mobile back ends, and APIs with managed scaling and security.
Pregunta 53
Which Azure service provides infrastructure-as-a-service virtual machines?
Azure Virtual Machines is the IaaS compute offering with control over the OS and configuration.
Pregunta 54
Which Azure service provides serverless event-driven compute?
Azure Functions executes code on demand without provisioning servers. It responds to events such as HTTP requests, queue messages, or timers and scales automatically, so billing is based on execution. Virtual machines and dedicated hosts require managed infrastructure, and Batch is designed for parallel jobs rather than event-driven functions.
Pregunta 55
What does horizontal scaling (scaling out) mean?
Scaling out adds more instances to handle increased load. The workload is spread across additional virtual machines or app instances, which improves capacity without making each machine larger. Increasing the size of one instance is scaling up, while moving regions or reducing storage does not add capacity.
Pregunta 56
What does vertical scaling (scaling up) mean?
Scaling up increases the capacity of an existing resource, such as using a larger VM size.
Pregunta 57
Which Azure storage redundancy option stores three synchronous copies within a single datacenter?
LRS makes three synchronous copies within a single datacenter in the primary region.
Pregunta 58
Which Azure storage redundancy option copies data to a secondary Azure region?
GRS copies data to a paired secondary region to protect against regional failures.
Pregunta 59
Which Azure service provides serverless, event-driven communication between applications?
Azure Event Grid routes events from publishers to subscribers for event-driven integration.
Pregunta 60
Which Azure service provides managed backups and restore for VMs and workloads?
Azure Backup protects data with managed backup policies and restores for Azure workloads.
Pregunta 61
Which of the following are Azure compute services? Select all that apply.
Virtual Machines, Functions, and AKS are compute services; Blob Storage is a storage service.
Pregunta 62
Which of the following are Azure storage services? Select all that apply.
Blob Storage, Files, and Queue Storage are storage services; Front Door is a networking service.
Pregunta 63
Which of the following are Azure networking services? Select all that apply.
Virtual Network, ExpressRoute, and Load Balancer are networking services; Key Vault is a security service.
Pregunta 64
Which of the following help secure Azure environments? Select all that apply.
Entra ID, Policy, and Defender for Cloud support identity, governance, and security; CDN is content delivery.
Pregunta 65
Which of the following help manage and optimize Azure costs? Select all that apply.
Cost Management tracks spending, Advisor gives cost recommendations, and Reservations reduce cost; Bastion is a connectivity service.
Pregunta 66
Which of the following are managed database services? Select all that apply.
Azure SQL Database, PostgreSQL, and Cosmos DB are managed database services; Traffic Manager is networking.
Pregunta 67
Which of the following Azure services can run containers? Select all that apply.
AKS, Container Instances, and Container Apps run containers; Azure Files provides storage.
Pregunta 68
Which of the following Azure services support global traffic routing or content delivery? Select all that apply.
Front Door, CDN, and Traffic Manager route or deliver traffic globally; Queue Storage stores messages.
Pregunta 69
Type the Azure service that provides serverless function execution: Azure ___.
Azure Functions provides serverless, event-driven compute. It runs code in response to events and scales automatically, so you do not provision or manage servers. The blank needs Functions because the service is named Azure Functions.
Pregunta 70
Type the Azure service that securely stores secrets, keys, and certificates: Azure ___.
Azure Key Vault protects secrets, cryptographic keys, and certificates. It centralizes access control, rotation, and auditing for sensitive material used by applications. The blank should be Key Vault because that is the service name that stores keys, secrets, and certificates.
Pregunta 71
Type the Azure database service that supports global distribution and multiple NoSQL APIs: Azure ___.
Azure Cosmos DB is a globally distributed, multi-model database service.
Pregunta 72
Type the Azure resource that groups related resources for management: ___ group.
A resource group is a logical container for related Azure resources.
Pregunta 73
Type the Azure service that provides a private connection between your network and Azure without using the public internet: Azure ___.
Azure ExpressRoute provides private, dedicated connectivity to Azure. Traffic travels over a private carrier connection rather than the public internet, giving more consistent latency and higher security. The blank should be ExpressRoute because it matches the private-connection description.
Pregunta 74
Type the Azure feature that lets you prepay for cloud resources to save money: Azure ___.
Azure Reservations offer discounted pricing when you prepay for resources.
Pregunta 75
Match each Azure compute service to its description.
Virtual Machines is IaaS, App Service is PaaS web hosting, Functions is serverless, and AKS is managed Kubernetes.
Pregunta 76
Match each Azure storage service to its description.
Blob stores objects, Files provides shares, Queue stores messages, and Disk provides VM disks.
Pregunta 77
Match each Azure networking service to its description.
Load Balancer handles regional traffic, Front Door handles global HTTP, Traffic Manager uses DNS, and ExpressRoute is private connectivity.
Pregunta 78
Match each Azure security or identity service to its description.
Entra ID manages identity, RBAC grants roles, Key Vault protects secrets, and Defender for Cloud assesses security posture.
Pregunta 79
Match each Azure cost or governance tool to its description.