AZ900-Udemy6tests Flashcards
when do u need Azure Functions
Azure Functions are used when you need to perform work in response to an event (often via a REST request), timer, or message from another Azure service, and when that work can be completed quickly, within seconds or less. Function is a serverless implementation, provides a runtime environment to execute code, written in any language the user is comfortable.
what does Azure App Service enable/used for?
Azure App Service enables you to quickly and easily build web and mobile apps for any platform or device. It’s good to build fully functional apps, but to implement RESTful APIs to respond in few seconds, Functions is a better choice, as it’s faster and cheaper to build functions, and easy to manage.
What is Azure Logic Apps?
Logic Apps is a cloud service that helps you automate and orchestrate tasks, business processes, and workflows.
what is a joint responsibility between Azure and the Client company not only in the PAAS offering but SAAS too?
identity and directory infrastructure.
What doess The Microsoft privacy statement explain?
The Microsoft privacy statement explains what personal data Microsoft processes, how Microsoft processes it, and for what purposes.
What is Compliance Manager?
Compliance Manager is a risk assessment dashboard that provides ongoing risk assessments with a risk-based score reference displayed in a dashboard view for regulations and standards.
What is Azure Sentinel?
Azure Sentinel is Microsoft’s cloud-based cloud-native security information and event management (SIEM) system, which aggregates security data from many different sources to provide additional capabilities for threat detection and responding to threats.
Reference: https://azure.microsoft.com/services/azure-sentinel/
What is Azure Synapse?
Azure Synapse is incorrect - Azure Synapse Analytics is a limitless analytics service that brings together enterprise data warehousing and big data analytics. It gives you the freedom to query data on your terms, using either serverless on-demand or provisioned resources at scale.
What does CosmosDB support?
CosmosDB is a PAAS, it supports schema-less data that lets you build highly responsive and always On applications to support constantly changing data.
What is Cache for Redis?
Cache for Redis used as an in-memory data structure store, a distributed non-relational database, and a message broker.
Logic apps, Functions, and Service Fabric are all examples of what model of computing is within Azure?
Serverless model (and not SAAS as i answered first)
What can you say about Transferring data between Azure Storage accounts in different Azure regions?
Transferring data between Azure Storage accounts in different Azure regions is not free
What is Azure Resource Manager ?
Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.
What is Management groups?
Management groups are containers that help you manage access, policy, and compliance for multiple subscriptions. All subscriptions in a management group automatically inherit the conditions applied to the management group.
Can Azure VM be associated with multiple resource groups?
NO! A resource (eg. Virtual machine) can be associated with one Resource group at a time, though you can move a virtual machine from one resource group to another.
AZs are used to avoid outages at what level?
Availability Zones are physically separate locations within an Azure region that use availability sets to provide additional fault tolerance. AZs are used to avoid outages at the data center level.
What is structure and gaurantees of AZs?
Each Availability Zone contains data centers. You can use Availability Sets in a data center to ensure your application remains online if a high-impact maintenance event is required, or if a hardware failure occurs with 99.95% Azure SLA. Availability sets are made up of Update domains (UD) and Fault Domains (FD).
Data that is stored in the archive access tier of an Azure Storage account must be what in order to be accessed?
Correct answer is option must be rehydrated before the data can be accessed
While a blob is in the Archive access tier, it’s considered offline and can’t be read or modified. There are two options to retrieve and access data stored in the Archive access tier.
Rehydrate an archived blob to an online tier - Rehydrate an archive blob to hot or cool by changing its tier using the Set Blob Tier operation.
Copy an archived blob to an online tier - Create a new copy of an archive blob by using the Copy Blob operation. Specify a different blob name and a destination tier of hot or cool.
You can enable just in time (JIT) VM access by using what?
Azure Security Center
The just-in-time (JIT) virtual machine (VM) access feature in Azure Security Center allows you to lock down inbound traffic to your Azure Virtual Machines. This reduces exposure to attacks while providing easy access when you need to connect to a VM.
To enforce resource tagging, so the billing can be managed, you will use what?
Azure Policy can be used to enforce tagging on resources. You can create a policy for tagging, and apply this policy either on Subscription or Resource group so that any resource created under the resource group will follow the policy for tagging.
Reference: https://docs.microsoft.com/en-us/azure/governance/policy/overview
Is the Azure AD tenant deleted by default when the Azure subscription expires?
NO, its not
Can you modify Azure AD tenant to which Azure subscription is associated?
yes, you can
What does Azure Machine Learning achieve?
Azure Machine Learning - Uses past training to provide predictions that have a high probability
Difference between Azure IoT Hub and Azure AI bot?
Azure IoT Hub - Process data from millions of sensors
Azure AI bot - Provides a digital online assistant that provides speech support