WorksheetsMyGlamm_Quiz_Azhar
Total questions: 15
Worksheet time: 8mins
What is Azure Log Analytics?
a)a tool in the Azure portal that's used to edit and run log queries against data in the Azure Monitor Logs store
b) A data warehousing service in Azure for storing large datasets
c) A machine learning platform for predictive analytics
d) An Azure service for managing virtual machines
Which of the following is NOT a category of data provided by Azure Monitor?
a) Performance
b) Security
c) Billing
d) Application Insights
Which Azure Monitor component is used to collect and store time-series data and metrics from various Azure resources?
a) Azure Metrics
b) Azure Insights
c) Azure Diagnostics
d) Azure Application Insights
Which query language is used in Azure Log Analytics for data analysis?
a) SQL
b) Python
c) KQL (Kusto Query Language)
d) C#
What is the primary benefit of using Kusto Query Language (KQL) in Azure Log Analytics?
a) KQL provides a user-friendly graphical interface for querying data.
b) KQL allows querying data from any data source, including external databases.
c) KQL is designed for complex data analysis and supports advanced statistical functions.
d) KQL is optimized for querying large volumes of data quickly and efficiently.
Which statement is true regarding Kusto Query Language (KQL) queries in Azure Log Analytics?
a) Queries can only be executed manually using the Azure portal.
.
b) KQL queries are case-sensitive.
c) Queries can only be used for historical data analysis and cannot be used for real-time monitoring.
d) KQL queries are not allowed to include aggregation functions
What is the purpose of the "Project" operator in Kusto Query Language (KQL)?
a) It is used to filter data based on specified criteria.
b) It is used to join data from multiple tables.
c) It is used to select specific columns from the data.
d) It is used to group data based on a specific field.
Which of the following functions in Kusto Query Language (KQL) is used to summarize data and calculate aggregates like count, sum, average, etc.?
a) extend
b) summarize
c) project
d) where
What is Azure App Service?
a) A service for hosting virtual machines in Azure
b) A platform-as-a-service (PaaS) offering for hosting web applications
c) A service for backing up and restoring data in Azure
d) A managed Kubernetes container orchestration service in Azure
In Azure Blob Storage, what are containers used for?
a) Organizing and categorizing virtual machines
b) Grouping related blobs and defining access policies for them
c) Defining the access control for the entire storage account
d) Hosting web applications and databases
Which of the following statements about Azure Management Groups is true?
a) Each Azure subscription can belong to a multiple Management Group.
b) Management Groups can contain other Management Groups, creating a nested structure.c) Azure Management Groups are used for creating virtual networks and subnets.d) Management Groups are automatically created when a new subscription is provisioned.In Azure, what is a subscription?
a) A logical container for Azure resources and services
b) A virtual machine instance with predefined resources
c) A group of users and groups with similar access permissions
d) A specific data storage location in the Azure data centers
What is the primary purpose of Azure Resource Groups?
a) To manage access and permissions for Azure resources
b) To provide billing information and usage analytics for Azure resources
c) To logically organize and manage resources within an Azure subscription
d) To define custom roles and assign them to specific resources in Azure
When you delete an Azure Resource Group, what happens to the resources it contains?
a) All resources are immediately deleted permanently. .
b) The resources are moved to a staging area for 30 days before being deleted permanently
c) You cannot delete a Resource Group if it contains resources; you must delete them individually.
d) You are prompted to select whether to delete the resources permanently or move them to another Resource Group.
Resource groups can be nested?
Yes
No
