Cloud
shalla
Home
Learn
Certifications
Jobs
Roadmap
Interviews
AWS Interviews
Azure Interviews
GCP Interviews
DevOps Interviews
Cloud Engineer
Linux Interviews
Sign In
Get Started
Home
/
Directory
/
azure
azure Practice Questions
Page 9 of 58 (5770 total questions)
Which Key Vault feature must be enabled to prevent secrets from being permanently deleted before the retention period expires, even by a Global Administrator?
View Question & Answer ➔
A developer wants to use a Key Vault secret in an Azure App Service. What is the most secure way to authenticate the app to the vault without storing any credentials in the code?
View Question & Answer ➔
Which Azure Key Vault SKU is required to store keys in a FIPS 140-2 Level 2 validated Hardware Security Module (HSM)?
View Question & Answer ➔
Can you use Azure Key Vault to manage and automatically renew SSL/TLS certificates for your websites?
View Question & Answer ➔
What is 'Key Vault Logging' used for?
View Question & Answer ➔
A law firm wants to digitize millions of scanned contracts. You need an AI service to extract text, forms, and tables from these PDF documents automatically. Which service is designed for this?
View Question & Answer ➔
What is the primary function of Azure Form Recognizer (recently rebranded as Azure AI Document Intelligence)?
View Question & Answer ➔
Which Form Recognizer feature should be used to extract data from a specific, custom-designed document that doesn't follow a standard format like a receipt?
View Question & Answer ➔
Does Azure Form Recognizer support extracting data from handwritten text?
View Question & Answer ➔
Which Form Recognizer feature is used to extract structure such as tables, selection marks, and lines from a document without requiring a trained model?
View Question & Answer ➔
What is the 'Form Recognizer Studio'?
View Question & Answer ➔
Can Form Recognizer be deployed as a Docker container to run on-premises for data privacy reasons?
View Question & Answer ➔
Which Form Recognizer Prebuilt model would you use to extract merchant name, transaction date, and total amount from a restaurant bill?
View Question & Answer ➔
What is the minimum number of documents required to train a 'compose' (Neural) custom model in Form Recognizer?
View Question & Answer ➔
How does Form Recognizer handle multi-page documents?
View Question & Answer ➔
You are building a customer support chatbot that needs to understand natural language intent (e.g., 'book a flight'). Which service provides Natural Language Understanding (NLU) capabilities?
View Question & Answer ➔
Which Azure service provides a framework and hosting environment for building intelligent, conversational AI experiences (chatbots)?
View Question & Answer ➔
What is an Azure Bot Service 'Channel'?
View Question & Answer ➔
Which AI service is commonly integrated with Azure Bot Service to allow the bot to understand natural language intent (e.g., 'Book a flight' vs 'Check the weather')?
View Question & Answer ➔
What is 'Direct Line' in the context of Azure Bot Service?
View Question & Answer ➔
Which feature allow you to create a bot that answers FAQs (Frequently Asked Questions) by extracting data from existing documents, URLs, or manuals?
View Question & Answer ➔
What is the 'Bot Framework Composer'?
View Question & Answer ➔
Is Azure Bot Service considered a 'Serverless' service when deployed using Azure Functions consumption plan?
View Question & Answer ➔
Which security feature is used to ensure that only authorized channels (platforms) can communicate with your Azure Bot Service backend?
View Question & Answer ➔
Can an Azure Bot be localized (made to speak) in multiple languages?
View Question & Answer ➔
Your data science team needs a fully managed environment to build, train, and deploy custom machine learning models using TensorFlow. Which platform provides these end-to-end MLOps capabilities?
View Question & Answer ➔
What is 'Azure Machine Learning Workspace'?
View Question & Answer ➔
Which component of Azure ML allows you to build, train, and deploy models by dragging and dropping modules onto a canvas?
View Question & Answer ➔
What is 'Automated Machine Learning' (AutoML) in Azure ML?
View Question & Answer ➔
In Azure ML, what is a 'Compute Instance'?
View Question & Answer ➔
What is the purpose of 'Azure Machine Learning Pipelines'?
View Question & Answer ➔
Where does Azure ML store the results and artifacts (like the trained .pkl model file) of an experiment?
View Question & Answer ➔
Which feature of Azure ML allows you to deploy a trained model as a web service so that other applications can call it via a REST API?
View Question & Answer ➔
What is 'Data Labeling' in Azure Machine Learning?
View Question & Answer ➔
Can Azure Machine Learning train models using data that is stored on-premises?
View Question & Answer ➔
You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?
View Question & Answer ➔
Which Azure DevOps service provides a platform for defining and running automated builds and releases (CI/CD)?
View Question & Answer ➔
What is a 'Self-hosted agent' in Azure Pipelines used for?
View Question & Answer ➔
In a YAML pipeline, what does the 'trigger' section define?
View Question & Answer ➔
What is a 'Deployment Group' in Azure Pipelines Classic release pipelines?
View Question & Answer ➔
Which pipeline component allow you to group multiple related tasks together and define dependencies between them (e.g., 'Build' must finish before 'Test')?
View Question & Answer ➔
What is 'Azure Artifacts' used for in a CI/CD pipeline?
View Question & Answer ➔
Can you use Azure Pipelines to deploy applications to other cloud providers (e.g., AWS or GCP)?
View Question & Answer ➔
What is a 'Variable Group' in Azure Pipelines?
View Question & Answer ➔
In a pipeline, what is the 'Artifact' produced by a build stage?
View Question & Answer ➔
Your team wants to automate the provisioning of infrastructure to ensure consistency across environments. You need to define your infrastructure as code (IaC) using declarative templates. Which service should you use?
View Question & Answer ➔
What is the declarative syntax used in Azure Resource Manager (ARM) templates?
View Question & Answer ➔
An administrator wants to ensure that no one accidentally deletes a production SQL database. Which Azure feature should they use?
View Question & Answer ➔
Which section of an ARM template is used to define values that can be reused throughout the template, such as a storage account name prefix?
View Question & Answer ➔
What is 'Bicep' in the context of Azure?
View Question & Answer ➔
An organization wants to enforce a rule that all resources must be tagged with a 'Department' name. Which tool should be used to automate this enforcement?
View Question & Answer ➔
When deploying an ARM template, which deployment mode deletes resources in the resource group that are NOT specified in the template?
View Question & Answer ➔
What is the purpose of 'Azure Blueprints'?
View Question & Answer ➔
How can an administrator view the status and results of past ARM template deployments for a specific resource group?
View Question & Answer ➔
Which function in an ARM template is used to retrieve a secret (like a connection string) from an Azure Key Vault during deployment?
View Question & Answer ➔
Which Microsoft Entra ID (formerly Azure AD) feature allows users to access cloud applications using their local on-premises passwords without sending the password itself to the cloud?
View Question & Answer ➔
Your organization has multiple cloud accounts. Users in Account A need temporary access to resources in Account B. What Azure Active Directory (Entra ID) feature should you use?
View Question & Answer ➔
An administrator wants to ensure that users can only log in from managed devices or from specific IP ranges. Which Entra ID feature should be used?
View Question & Answer ➔
What is the primary role of 'Microsoft Entra Connect'?
View Question & Answer ➔
Which Entra ID role is required to manage all aspects of the directory, including creating users and assigning roles?
View Question & Answer ➔
What is 'Self-Service Password Reset' (SSPR)?
View Question & Answer ➔
Which Microsoft Entra ID feature provides just-in-time (JIT) administrative access to resources for a limited time?
View Question & Answer ➔
What is a 'Dynamic Group' in Microsoft Entra ID?
View Question & Answer ➔
Identity Protection in Microsoft Entra ID helps detect and remediate potential vulnerabilities. Which category of 'risk' does it primarily analyze?
View Question & Answer ➔
What is 'Microsoft Entra ID Free' tier primarily missing compared to the 'Premium P1' tier?
View Question & Answer ➔
Your application requires high CPU performance for compute-intensive workloads like video encoding. Which Azure Virtual Machines instance type is optimized for this?
View Question & Answer ➔
An administrator needs to ensure that a set of Azure Virtual Machines are not all restarted at the same time during planned maintenance. Which feature should be used?
View Question & Answer ➔
Which Azure VM feature provides the highest level of availability (99.99% SLA) by protecting against the failure of an entire data center within a region?
View Question & Answer ➔
An administrator wants to automatically increase the number of VM instances in a web tier when CPU usage exceeds 75%. Which service should be used?
View Question & Answer ➔
How can you securely connect to a Windows Azure VM over RDP without exposing port 3389 to the public internet?
View Question & Answer ➔
What is the purpose of the 'Azure VM Agent' installed on a virtual machine?
View Question & Answer ➔
A developer needs to run a bash script on 10 Linux VMs immediately after they are deployed. Which feature is most efficient?
View Question & Answer ➔
Which disk type should be used for intensive database workloads in Azure that require sub-millisecond latency and the highest possible IOPS?
View Question & Answer ➔
What happens if you delete a resource group that contains several virtual machines and a storage account?
View Question & Answer ➔
An administrator needs to move a VM to a different size (e.g., from D2s_v3 to D4s_v3). What is true about this process?
View Question & Answer ➔
Your application requires persistent block storage that survives Azure Virtual Machines instance termination. Which service should you use?
View Question & Answer ➔
You need to create a backup of your Azure Managed Disks volume for disaster recovery. What feature should you use?
View Question & Answer ➔
What is the primary technical difference between 'Unmanaged' and 'Managed' disks in Azure?
View Question & Answer ➔
An administrator wants to increase the size of a managed disk that is currently attached to a running VM. Which step must be performed first?
View Question & Answer ➔
Which managed disk type provides the best balance of cost and performance for most general-purpose workloads like web servers or development environments?
View Question & Answer ➔
What is an Azure 'Disk Snapshot'?
View Question & Answer ➔
Can a single Azure Shared Disk be attached to multiple VMs simultaneously?
View Question & Answer ➔
To protect data-at-rest for a managed disk using your own encryption keys (BYOK), which service must be used to store the keys?
View Question & Answer ➔
What is the purpose of 'Azure Disk Backup'?
View Question & Answer ➔
Which disk SKU should an administrator choose to handle a SQL Server workload that regularly bursts to 100,000 IOPS?
View Question & Answer ➔
You need to create a logically isolated section of your cloud environment where you can launch resources in a virtual network that you define. Which service provides this?
View Question & Answer ➔
An administrator needs to connect two Azure Virtual Networks (VNets) in the same region so that resources in both VNets can communicate using private IP addresses. Which feature should be used?
View Question & Answer ➔
What is the primary purpose of 'Service Endpoints' in an Azure Virtual Network?
View Question & Answer ➔
Which Azure component is used to define custom routing rules within a VNet to override Azure's default system routes?
View Question & Answer ➔
How can an administrator provide a dedicated, private connection from an on-premises network to Azure that does NOT use the public internet?
View Question & Answer ➔
What is 'Global VNet Peering'?
View Question & Answer ➔
An administrator wants to prevent a specific subnet from communicating with any other subnets within the same VNet. Where should they apply a security rule?
View Question & Answer ➔
What is the function of the 'GatewaySubnet' in an Azure VNet?
View Question & Answer ➔
Which Azure service allows you to use a single domain name for your globally distributed applications and provides automatic failover between regions?
View Question & Answer ➔
What is 'Private Link' (Private Endpoint) used for in Azure?
View Question & Answer ➔
You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?
View Question & Answer ➔
How are inbound and outbound rules evaluated in a Network Security Group (NSG)?
View Question & Answer ➔
If a Network Security Group (NSG) is applied to both a Subnet and a Network Interface (NIC), which rule takes precedence for INBOUND traffic?
View Question & Answer ➔
What does the default NSG rule 'AllowVnetInBound' (Priority 65000) allow?
View Question & Answer ➔
An administrator wants to group multiple VMs that perform a similar function (e.g., 'WebServers') into a single entity to simplify NSG rules. What should they use?
View Question & Answer ➔
← Previous
Page 9 of 58
Next →