Microsoft Azure is an example of this cloud deployment model where costs are lower and spread among multiple tenants.
What is public cloud?
This is Azure's graphic interface for deploying, managing and monitoring Azure resources.
What is the Azure Portal?
This type of attack attempts to overwhelm and exhaust an application's resources, making the application slow or unresponsive to legitimate users. They can also target any resource that's publicly reachable through the internet, including websites.
What is a distributed denial-of-service (DDoS) attack?
This is the process of establishing the identity of a person or service that wants to access a resource
What is authentication?
This collaborative approach to software development in which a group of developers work together in real time on one task is called what?
What is Mobbing/Mob Programming?
These are physically separate datacenters within an Azure region.
What are availability zones?
What is a resource group?
You should use this Azure resource when you want to prevent new resources from being added or removed to a resource group.
What is a Lock?
This is an authorization system built on Azure Resource Manager that helps you manage who has access to Azure resources, what they can do with those resources, and what areas they have access to.
What is Azure role-based access control (Azure RBAC)?
Mob programming extends this two-person coding method.
What is Pair Programming?
This is the ability of a system to continue providing service to an underlying application, even after the failure of one or more components in any layer.
What is fault tolerance?
This Azure service can be used to create a virtual agent chat experience that interfaces with humans via natural language.
What is Azure Bot Service?
This is an Azure tool that is used to securely store and control access to tokens, certificates, and other secrets.
What is the Key Vault?
This Azure feature allows you to name your Azure resources, resource groups, and subscriptions to logically organize them using a name and a value pair.
What is a tag?
A potential benefit of mob programming is the reduction of these isolated regions of specialized knowledge.
What are Knowledge Silos?
A virtual machine is an example of this category of cloud services, which aims to give you the most control over hardware.
What is Infrastructure as a service (IaaS)?
This Azure service is a data science solution that enables users to build and deploy a machine learning solution without needing to write code.
What is Machine Learning Studio?
This enables you to filter network traffic to and from Azure resources within an Azure virtual network. You can think of it as an internal firewall.
What is a Network Security Group (NSG)?
This service in Azure enables you to create, assign, manage, and enforce different rules over your resource configurations so they stay compliant with corporate standards.
What is Azure Policy?
Who invented Mob Programming?
Who is Woody Zuill?
With this cloud benefit, a cloud service provider's costs per subscriber are reduced as the number of subscribers to a public cloud increases.
What is economies of scale?
This Azure service allows you to test the latest versions of your applications by creating labs consisting of pre-configured bases or Azure Resource Manager templates.
What is DevTest Labs?
This is a cloud-native security information and event manager (SIEM) platform that uses built-in AI to help analyze large volumes of data across an enterprise—fast.
What is Azure Sentinel?
This allows you to govern multiple subscriptions to define a repeatable set of Azure resources that implement and adhere to an organization's standards, patterns, and requirements.
What is Azure Blueprints?
This practice involves writing the tests before the actual implementation, a methodology often employed during mob programming.
What is Test-Driven Development (TDD)?