|
2 | 2 |
|
3 | 3 | :information_source: This repository contains questions on various DevOps and SRE related topics |
4 | 4 |
|
5 | | -:bar_chart: There are currently **746** questions |
| 5 | +:bar_chart: There are currently **752** questions |
6 | 6 |
|
7 | 7 | :books: To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com) |
8 | 8 |
|
@@ -4591,6 +4591,26 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then |
4591 | 4591 | <summary>Explain Azure managed disks</summary><br><b> |
4592 | 4592 | </b></details> |
4593 | 4593 |
|
| 4594 | +#### Security |
| 4595 | +
|
| 4596 | +<details> |
| 4597 | +<summary>What is the Azure Security Center? What are some of its features?</summary><br><b> |
| 4598 | +
|
| 4599 | +It's a monitoring service that provides threat protection across all of the services in Azure. |
| 4600 | +More specifically, it: |
| 4601 | +
|
| 4602 | +* Provides security recommendations based on your usage |
| 4603 | +* Monitors security settings and continuously all the services |
| 4604 | +* Analyzes and identifies potential inbound attacks |
| 4605 | +* Detects and blocks malware using machine learning |
| 4606 | +</b></details> |
| 4607 | +
|
| 4608 | +<details> |
| 4609 | +<summary>What is Azure Active Directory?</summary><br><b> |
| 4610 | +
|
| 4611 | +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. |
| 4612 | +</b></details> |
| 4613 | +
|
4594 | 4614 | ## GCP |
4595 | 4615 |
|
4596 | 4616 | <a name="gcp-beginner"></a> |
@@ -4724,10 +4744,29 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then |
4724 | 4744 | <summary>What security techniques are you familiar with?</summary><br><b> |
4725 | 4745 | </b></details> |
4726 | 4746 |
|
| 4747 | +<details> |
| 4748 | +<summary>Explain Authentication and Authorization</summary><br><b> |
| 4749 | +
|
| 4750 | +Authentication is the process of identifying whether a service or a person is who they claim to be. |
| 4751 | +Authorization is the process of identifying what level of access the service or the person have (after authentication was done) |
| 4752 | +</b></details> |
| 4753 | +
|
4727 | 4754 | <details> |
4728 | 4755 | <summary>How do you manage passwords in different tools and platforms?</summary><br><b> |
4729 | 4756 | </b></details> |
4730 | 4757 |
|
| 4758 | +<details> |
| 4759 | +<summary>Explain what is Single Sign-On</summary><br><b> |
| 4760 | +</b></details> |
| 4761 | +
|
| 4762 | +<details> |
| 4763 | +<summary>Explain MFA (Multi-Factor Authentication)</summary><br><b> |
| 4764 | +</b></details> |
| 4765 | +
|
| 4766 | +<details> |
| 4767 | +<summary>Explain RBAC (Role-based Access Control)</summary><br><b> |
| 4768 | +</b></details> |
| 4769 | +
|
4731 | 4770 | <details> |
4732 | 4771 | <summary>Explain the following: |
4733 | 4772 |
|
|
0 commit comments