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
/
az 900
az 900 Practice Questions
Page 1 of 3 (240 total questions)
You are designing a serverless microservices architecture for a new startup. The application needs to handle unpredictable traffic spikes without managing any underlying infrastructure. Which compute service should you use?
View Question & Answer ➔
Your company needs to run a simple piece of code in response to a web request without managing any underlying infrastructure. Which service should you choose?
View Question & Answer ➔
Which Azure Functions hosting plan is most cost-effective for applications with infrequent and unpredictable traffic spikes?
View Question & Answer ➔
You want to create a long-running, stateful workflow using serverless functions. Which feature of Azure Functions should you use?
View Question & Answer ➔
Which trigger type should you use in Azure Functions if you want to execute code whenever a message is added to an Azure Queue Storage?
View Question & Answer ➔
You need to process data changes in a Cosmos DB container in real-time. Which Azure Functions trigger is best suited for this?
View Question & Answer ➔
In serverless computing, what does the term 'cold start' refer to?
View Question & Answer ➔
Which tool can you use to monitor the execution, performance, and errors of your Azure Functions in real-time?
View Question & Answer ➔
You need to secure an Azure Function so that it can only be called by a specific client application using an API key. Where do you configure this?
View Question & Answer ➔
Your team is using Azure Functions to build a microservices backend. They want to ensure that dependencies are managed efficiently and start times are minimized. Which language is typically recommended for fastest cold starts?
View Question & Answer ➔
You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?
View Question & Answer ➔
You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?
View Question & Answer ➔
Which access tier in Azure Blob Storage is optimized for storing data that is accessed infrequently and stored for at least 30 days?
View Question & Answer ➔
You need to store data for compliance purposes that will rarely be accessed. It must be stored for at least 180 days. Which storage tier offers the lowest cost?
View Question & Answer ➔
What is the purpose of a Shared Access Signature (SAS) in Azure Blob Storage?
View Question & Answer ➔
Which Azure feature allows you to automatically move blobs to a cooler storage tier or delete them based on their age?
View Question & Answer ➔
Which redundancy option in Azure Storage provides the highest level of durability by replicating data across three physically separate availability zones within a single region?
View Question & Answer ➔
You want to enable users to view photos stored in a container without requiring any authentication. Which public access level should you set for the container?
View Question & Answer ➔
Which Azure service can be used to transfer large amounts of data (terabytes or petabytes) to Azure Storage using physical shipping devices?
View Question & Answer ➔
Which feature of Azure Blob Storage provides a hierarchical namespace, optimized for big data analytics workloads?
View Question & Answer ➔
A financial application requires a relational database that supports high availability and automated backups. The database must be fully managed to reduce operational overhead. Which service fits these requirements?
View Question & Answer ➔
Which Azure SQL Database service tier is best suited for most business workloads, providing balanced compute and storage options?
View Question & Answer ➔
Your application requires a relational database that can automatically scale compute resources up and down based on demand, and pause during periods of inactivity to save costs. Which option should you choose?
View Question & Answer ➔
Which Azure service is a fully managed relational database that provides near 100% compatibility with the latest SQL Server (Enterprise Edition) database engine?
View Question & Answer ➔
What is the purpose of Transparent Data Encryption (TDE) in Azure SQL Database?
View Question & Answer ➔
You need to store and manage relational data for multiple independent databases while sharing a fixed set of resources (CPU and memory). Which Azure SQL Database feature should you use?
View Question & Answer ➔
Which Azure SQL Database feature allows you to create a read-only replica of your database in a different Azure region for disaster recovery?
View Question & Answer ➔
Which tool provides an interactive console for running SQL queries against your Azure SQL Database directly from the Azure Portal?
View Question & Answer ➔
Which Azure service is best for migrating an existing on-premises SQL Server database to an Azure Virtual Machine without changing the database engine?
View Question & Answer ➔
You want to ensure that your Azure SQL Database has highly available storage by using three copies of the data within the same data center. Which redundancy level is this?
View Question & Answer ➔
Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?
View Question & Answer ➔
Which Azure Cosmos DB API should you use if your application is currently using a document database model and you want to migrate with minimal code changes?
View Question & Answer ➔
Your application needs a globally distributed database that provides guaranteed single-digit millisecond latency at the 99th percentile. Which service is designed for this?
View Question & Answer ➔
In Azure Cosmos DB, what is the purpose of 'Request Units' (RUs)?
View Question & Answer ➔
Which consistency level in Azure Cosmos DB provides the highest level of consistency but the highest latency and lowest availability?
View Question & Answer ➔
Which consistency level is the default for a new Azure Cosmos DB account and offers a balance between performance and consistency that is ideal for most applications?
View Question & Answer ➔
You are building a social networking application that needs to map complex relationships between users (e.g., 'friends of friends'). Which Cosmos DB API should you use?
View Question & Answer ➔
What is the primary benefit of the 'Multi-region writes' feature in Azure Cosmos DB?
View Question & Answer ➔
Which Cosmos DB feature allows you to run analytical queries on your operational data without affecting the performance of your transactional workloads?
View Question & Answer ➔
Which Azure Cosmos DB API is specifically designed for applications that require a key-value store and want to port from Azure Table Storage?
View Question & Answer ➔
You are analyzing petabytes of data for business intelligence reports. You need a fully managed, serverless enterprise data warehouse that supports SQL queries. Which service is best suited for this task?
View Question & Answer ➔
Which Azure service is an enterprise analytics service that accelerates time to insight across data warehouses and big data systems by bringing together SQL, Spark, and Data Integration?
View Question & Answer ➔
In Azure Synapse Analytics, what is the purpose of 'SQL Serverless' pools?
View Question & Answer ➔
Which component of Azure Synapse Analytics allows you to build and run machine learning models using Apache Spark?
View Question & Answer ➔
Which feature of Azure Synapse allows you to create cloud-scale data integration (ETL) workflows to move and transform data between various sources?
View Question & Answer ➔
You want to perform high-performance, large-scale data warehousing by storing data in a columnar format on a distributed architecture. Which feature of Synapse should you use?
View Question & Answer ➔
Which web-based interface is used by developers and data scientists to manage all their Synapse resources and write code (SQL/Python/Scala) in one place?
View Question & Answer ➔
What is the benefit of 'Synapse Link for Azure Cosmos DB'?
View Question & Answer ➔
Which Azure Synapse component is specifically designed to work with real-time telemetry, logs, and time-series data?
View Question & Answer ➔
You want to visualize the results of your Synapse analytics directly within the workspace. Which integration allows you to build dashboards easily?
View Question & Answer ➔
Your media company streams video content to users globally. Users in different regions are experiencing high latency. You need to improve performance by caching content closer to the users. Which service should you implement?
View Question & Answer ➔
What is the primary goal of using Azure Content Delivery Network (CDN)?
View Question & Answer ➔
What are 'Edge Locations' (or Point of Presence - PoP) in the context of Azure CDN?
View Question & Answer ➔
You want to clear the cached content from all CDN edge locations because a static file has been updated. Which action should you take?
View Question & Answer ➔
Which feature of Azure CDN allows you to serve different content based on the user's geographic location or device type?
View Question & Answer ➔
Which of the following can be an 'origin' for an Azure CDN endpoint?
View Question & Answer ➔
How can you improve security on your CDN endpoint so that only users with a valid token can access specific content?
View Question & Answer ➔
Which Azure CDN SKU provides the most advanced security features, including integrated WAF and Bot protection?
View Question & Answer ➔
What does 'Dynamic Site Acceleration' (DSA) do in Azure CDN?
View Question & Answer ➔
What is the typical 'Time to Live' (TTL) for content in the Azure CDN if you don't specify one in your origin's headers?
View Question & Answer ➔
Your public-facing web application is under a Distributed Denial of Service (DDoS) attack. You need a managed service to detect and mitigate these attacks automatically. What should you enable?
View Question & Answer ➔
Which Azure service provides protection against Distributed Denial of Service (DDoS) attacks that target your Azure resources?
View Question & Answer ➔
What is the primary difference between Azure DDoS Infrastructure Protection (Basic) and DDoS Network Protection (Standard)?
View Question & Answer ➔
Which feature of Azure DDoS Network Protection provides cost protection against resource scaling charges incurred during a documented DDoS attack?
View Question & Answer ➔
Does Azure DDoS Protection require any changes to your application's code to be effective?
View Question & Answer ➔
Which Azure tool can you use to view the logs and metrics related to a DDoS attack that was mitigated by Azure DDoS Protection?
View Question & Answer ➔
What is 'Adaptive Tuning' in the context of Azure DDoS Network Protection?
View Question & Answer ➔
Which Azure service should you combine with DDoS Protection to provide security at the Application Layer (OSI Layer 7)?
View Question & Answer ➔
Can Azure DDoS Protection be used to protect resources in an on-premises data center?
View Question & Answer ➔
Which tier of Azure DDoS Protection is automatically enabled for every Azure customer at no additional cost?
View Question & Answer ➔
Company policy requires that all database encryption keys be managed centrally and rotated annually. You need a secure, durable service to store and manage these cryptographic keys. Which service should you use?
View Question & Answer ➔
What is the primary purpose of Azure Key Vault?
View Question & Answer ➔
In Azure Key Vault, what is the difference between a 'secret' and a 'key'?
View Question & Answer ➔
Which Azure Key Vault feature allows you to recover deleted vaults or individual objects for a certain period after deletion?
View Question & Answer ➔
Which feature of Key Vault ensures that a deleted object or vault cannot be permanently deleted (purged) until the retention period has passed?
View Question & Answer ➔
You want to grant an Azure Virtual Machine access to a secret in a Key Vault without storing any credentials inside the VM's code. What should you use?
View Question & Answer ➔
Which Azure Key Vault tier provides FIPS 140-2 Level 3 validated Hardware Security Modules (HSMs)?
View Question & Answer ➔
How can you centrally manage and automate the renewal of SSL/TLS certificates used by your Azure services?
View Question & Answer ➔
Which model does Azure Key Vault use for governing access to its data planes (secrets, keys, certificates)?
View Question & Answer ➔
You want to ensure that your Key Vault is only accessible from within a specific Azure Virtual Network. Which feature should you use?
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 ➔
Which Azure AI service is specifically designed and pre-trained for extracting information (key-value pairs) from documents like invoices and receipts?
View Question & Answer ➔
You want to automate the reading of handwritten patient forms in a hospital. Which feature of Azure AI should you use?
View Question & Answer ➔
What is the primary benefit of the 'Prebuilt Models' in Azure Form Recognizer?
View Question & Answer ➔
Which format does Azure Form Recognizer typically return the extracted data in for programmatic use?
View Question & Answer ➔
You have a collection of highly unique industrial forms that are not covered by prebuilt models. Which feature allows you to train a model specific to your document layout?
View Question & Answer ➔
Which tool provides a web-based UI for labeling your custom forms and training your Form Recognizer models without writing code?
View Question & Answer ➔
How can you run Azure Form Recognizer in your own on-premises data center for privacy or latency reasons?
View Question & Answer ➔
Does Azure Form Recognizer support multiple languages for text extraction?
View Question & Answer ➔
Which Azure feature uses Form Recognizer to automatically tag and organize documents in an Azure Storage container?
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 development environment for building, testing, and deploying intelligent conversational bots?
View Question & Answer ➔
Which AI service should you use alongside Azure Bot Service to enable your bot to understand natural language intent from users?
View Question & Answer ➔
Which feature of Azure Bot Service allows you to connect your bot to multiple platforms like Microsoft Teams, Slack, and Facebook Messenger simultaneously?
View Question & Answer ➔
You want to create a bot that can answer frequently asked questions (FAQs) based on an existing company document or URL. Which service is best for this?
View Question & Answer ➔
Which tool provides a visual interface for designing complex bot conversations without writing a lot of code?
View Question & Answer ➔
What is the purpose of 'Azure Bot Service Web Chat'?
View Question & Answer ➔
Which Azure feature allows you to create 'Virtual Assistants' specifically designed for healthcare scenarios, including triage and symptoms checking?
View Question & Answer ➔
How can you ensure that your bot maintains the conversation context even if it's restarted or scaled horizontally?
View Question & Answer ➔
Can you use Azure Bot Service to build bots that respond to voice commands via telephony or smart speakers?
View Question & Answer ➔
Page 1 of 3
Next →