Practice Test 2 - Udemy Flashcards
Which of the following services can facilitate the deployment and scaling of containers?
A. Azure Kubernetes
B. Azure Active Directory
C. Azure Logic Apps
D. Azure Cognitive Services
A. Azure Kubernetes
Explanation:
Azure Kubernetes Service (AKS) offers the quickest way to start developing and deploying cloud-native apps, with built-in code-to-cloud pipelines and guardrails. Get unified management and governance for on-premises, edge, and multicloud Kubernetes clusters. Interoperate with Azure security, identity, cost management, and migration services.
Which of the following would you need to set up alerts for outages or when autoscaling is about to deploy new instances?
A. Azure Service Health
B. Azure Bastion
C. Azure Advisor
D. Azure Monitor
D. Azure Monitor
Explanation:
You can use Azure Monitor to set up alerts for key events that are related to your specific resources.
Is it possible to run a PowerShell module directly from a Windows computer with Azure PowerShell installed?
A. No
B. Yes
B. Yes
Explanation:
A Powershell script can create Azure resources, and since the Powershell module is installed on the Windows computer, this is easily doable.
Which of the following services is an Apache Spark-based analytics platform optimized for the Microsoft Azure cloud services platform?
A. Azure Databricks
B. Azure Machine Learning Studio
C. Azure Cognitive Services
D. Azure Bot Services
A. Azure Databricks
Explanation:
Please read this answer carefully. ‘Optimised’ is the keyword in the question.
Lot of people get confused between Azure Databricks and Azure HDInsight.
Azure HDInsight is primarily a managed Apache Hadoop service that lets you run Apache Spark, Apache Hive, Apache Kafka, Apache HBase, and more in the cloud.
Azure Databricks is a premium Spark offering that is ideal for customers who want their data scientists to collaborate easily and run their Spark based workloads efficiently and at industry leading performance.
It is essentially an Apache Spark-based analytics platform optimized for the Microsoft Azure cloud services platform.
Which of the following is NOT a cost saving solution?
A. Load balancer your virtual machines to manage incoming traffic
B. Using a Pay as you go Subscription
C. Use Azure Reserved Virtual Machine Instances
D. Choosing an appropriate instance type for a VM
A. Load balancer your virtual machines to manage incoming traffic
Explanation:
Load balancing is used for PERFORMANCE OPTIMISATION and not cost saving.
Load balancing refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers.
Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It’s the single point of contact for clients. Load balancer distributes inbound flows that arrive at the load balancer’s front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set.
A public load balancer can provide outbound connections for virtual machines (VMs) inside your virtual network. These connections are accomplished by translating their private IP addresses to public IP addresses. Public Load Balancers are used to load balance internet traffic to your VMs.
An internal (or private) load balancer is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.
Select the option that is FALSE for Resource Groups.
A. Resources may be moved from one resource group to another
B. Resources can be nested
C. A resource can only belong to one resource group
D. The resources in a resource group can be located in different regions than the resource group
E. You can deploy up to 800 instances of a resource type in each resource group
F. You can add or remove a resource to a resource group at any time
B. Resources can be nested
Explanation:
Resource groups can’t be nested, i.e, a resource group cannot exist inside another resource group. It is however possible is to link resources from other resource groups within a resource group.
From the official documentation (amazing summary, please do read) -
In a Private Preview, Azure invites all customers to take part in early access to new concepts and features.
A. True
B. False
B. False
Explanation:
From the official documentation:
Private Preview - During this phase we invite a few customers to take part in early access to new concepts and features. This phase DOES NOT include formal support.
Azure Advisor has the ability to provide recommendations for Azure ExpressRoute.
A. No
B. Yes
B. Yes
Explanation:
From the official Azure documentation:
Advisor is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. It analyzes your resource configuration and usage telemetry and then recommends solutions that can help you improve the cost effectiveness, performance, Reliability (formerly called High availability), and security of your Azure resources.
Advisor provides recommendations for Application Gateway, App Services, availability sets, Azure Cache, Azure Data Factory, Azure Database for MySQL, Azure Database for PostgreSQL, Azure Database for MariaDB, Azure ExpressRoute, Azure Cosmos DB, Azure public IP addresses, Azure Synapse Analytics, SQL servers, storage accounts, Traffic Manager profiles, and virtual machines.
Azure Advisor also includes your recommendations from Microsoft Defender for Cloud which may include recommendations for additional resource types.
In the case of Resource groups, the most restrictive lock in the inheritance takes precedence.
A. Yes
B. No
A. Yes
Explanation:
When you apply a lock at a parent scope, all resources within that scope inherit the same lock. Even resources you add later inherit the same parent lock. The most restrictive lock in the inheritance takes precedence.
If you have a Delete lock on a resource and attempt to delete its resource group, the feature blocks the whole delete operation. Even if the resource group or other resources in the resource group are unlocked, the deletion doesn’t happen. You never have a partial deletion.
Azure HDInsight can be used to run popular open-source frameworks including Apache Hadoop, Spark, Hive, Kafka, and more for open-source big data analytics.
A. No
B. Yes
B. Yes
Explanation:
Yes! Azure HDInsight is an enterprise-ready, managed cluster service for open-source analytics.
You can run popular open-source frameworks—including Apache Hadoop, Spark, Hive, Kafka,
and more—using Azure HDInsight, a customizable, enterprise-grade service for open-source analytics. You can also effortlessly process massive amounts of data and get all the benefits of the broad open-source project ecosystem with the global scale of Azure. Easily migrate your big data workloads and processing to the cloud.
Your manager has asked you to recommend an Azure Service that can be used to securely manage and store certificates for your teams services. Which of the following would you recommend?
A. Azure Active Directory
B. Azure Bastion
C. Azure Key Vault
D. Azure Confidential Ledger
C. Azure Key Vault
Explanation:
Secure key management is essential to protect data in the cloud . Azure Key Vault encrypts keys and small secrets like passwords that use keys stored in hardware security modules (HSMs).
For more assurance, it is possible to import or generate keys in HSMs, and Microsoft processes your keys in FIPS 140-2 Level 2 validated HSMs (hardware and firmware). With Key Vault, Microsoft doesn’t see or extract your keys.
You can monitor and audit your key use with Azure logging—pipe logs into Azure HDInsight or your security information and event management (SIEM) solution for more analysis and threat detection.
All of the control, none of the work - the motto
By using Key Vault, you don’t need to provision, configure, patch, and maintain HSMs and key management software. Provision new vaults and keys (or import keys from your own HSMs) in minutes and centrally manage keys, secrets, and policies. You keep control over your keys—simply grant permission for your own and partner applications to use them as needed. Applications never have direct access to keys. Developers manage keys used for Dev/Test and seamlessly migrate to production the keys that are managed by security operations.
Suppose the lead architect in your company has asked your team to implement a PaaS based solution in Azure for a quick Proof-of-Concept (POC) to senior management. One of your colleagues goes ahead and creates an Azure Event Hubs and Azure Blob Storage.
Would you agree with this implementation?
A. No
B. Yes
A. No
Explanation:
Even though Azure Event Hubs falls under PaaS, Azure Blob Storage is considered IaaS and therefore our requirements are not met.
If you want to raise the limit or quota above the default limit, _____________________
A. Upgrade your support plan
B. Create an Azure Policy defining this increase but it will be charged
C. Open an online custom support request at no charge
D. Define a blueprint in Azure Blueprint to implement this change
C. Open an online custom support request at no charge
Explanation:
If you want to raise the limit or quota above the default limit, you can open an online customer support request at no charge.
An Azure subscription can trust multiple Azure Active Directory (Azure AD) tenants
A. No
B. Yes
A. No
Explanation:
An Azure subscription has a trust relationship with Azure Active Directory (Azure AD). A subscription trusts Azure AD to authenticate users, services, and devices.
Please Note :
Multiple subscriptions can trust the same Azure AD directory. Each subscription can
only trust a single directory.
The private preview phase for a service includes formal support.
A. No
B. Yes
A. No
Explanation:
No. Private is a phase when Azure invites a few customers to take part in early access to new concepts and features. This phase does not include formal support. It is not available to the general public as well.
Which of the following services can help you decouple components and asynchronous message storage, for communication between application components, whether they are running in the cloud, on the desktop, on-premise, or on mobile devices?
A. Azure Asynchronous Communicator
B. Azure Data Box
C. Azure File Sync
D. Azure Queue Storage
D. Azure Queue Storage
Explanation:
You can use Azure Queue Storage to build flexible applications and separate functions for better durability across large workloads. When you design applications for scale, application components can be decoupled, so that they can scale independently. Queue storage gives you asynchronous message queueing for communication between application components, whether they are running in the cloud, on the desktop, on-premises, or on mobile devices.
A single queue message can be up to 64 KB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account. Queue storage is often used to create a backlog of work to process asynchronously
When you cancel an Azure Subscription, your resources are immediately deleted permanently to free up space.
A. No
B. Yes
A. No
Explanation:
When you cancel an Azure subscription:
A resource lock doesn't block the subscription cancellation. Azure preserves your resources by deactivating them instead of immediately deleting them. Azure only deletes your resources permanently after a waiting period.
Each Azure Subscription can trust multiple Active Directories.
A. True
B. False
B. False
Explanation:
An Azure subscription has a trust relationship with Azure Active Directory (Azure AD). A subscription trusts Azure AD to authenticate users, services, and devices.
Multiple subscriptions can trust the same Azure AD directory. Each subscription can only trust a single directory.
Where can you obtain up-to-date details about the personal data Microsoft processes, how it processes it and for what purposes?
A. Compliance Manager
B. Azure Knowledge Center
C. Microsoft Privacy Statement
D. Azure Trust Center
C. Microsoft Privacy Statement
Explanation:
This privacy statement explains the personal data Microsoft processes, how Microsoft processes it, and for what purposes.
Microsoft offers a wide range of products, including server products used to help operate enterprises worldwide, devices you use in your home, software that students use at school, and services developers use to create and host what’s next. References to Microsoft products in this statement include Microsoft services, websites, apps, software, servers, and devices.
Please read the product-specific details in this privacy statement, which provide additional relevant information. This statement applies to the interactions Microsoft has with you and the Microsoft products listed below, as well as other Microsoft products that display this statement.
A SaaS solution allows access to the underlying Operating System of the application.
A. Yes
B. No
B. No
Explanation:
A SaaS solution does not provide access to the operating system. In fact, with a SaaS we have the least maintenance effort but also the least degree of control.
An example of SaaS is Zoom, Outlook etc.