diff --git a/README.md b/README.md index 17e3c4a..d1c320b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ :information_source:  This repository contains questions on various DevOps and SRE related topics -:bar_chart:  There are currently **746** questions +:bar_chart:  There are currently **752** questions :books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com) @@ -4591,6 +4591,26 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then Explain Azure managed disks
+#### Security + +
+What is the Azure Security Center? What are some of its features?
+ +It's a monitoring service that provides threat protection across all of the services in Azure. +More specifically, it: + +* Provides security recommendations based on your usage +* Monitors security settings and continuously all the services +* Analyzes and identifies potential inbound attacks +* Detects and blocks malware using machine learning +
+ +
+What is Azure Active Directory?
+ +Azure AD is a cloud-based identity service. You can use it as a standalone service or integrate it with existing Active Directory service you already running. +
+ ## GCP @@ -4724,10 +4744,29 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then What security techniques are you familiar with?
+
+Explain Authentication and Authorization
+ +Authentication is the process of identifying whether a service or a person is who they claim to be. +Authorization is the process of identifying what level of access the service or the person have (after authentication was done) +
+
How do you manage passwords in different tools and platforms?
+
+Explain what is Single Sign-On
+
+ +
+Explain MFA (Multi-Factor Authentication)
+
+ +
+Explain RBAC (Role-based Access Control)
+
+
Explain the following: