Skip to content

Commit c263795

Browse files
author
abregman
committed
Add a couple of questions
1 parent cda4cee commit c263795

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:information_source:  This repository contains questions on various DevOps and SRE related topics
44

5-
:bar_chart:  There are currently **746** questions
5+
:bar_chart:  There are currently **752** questions
66

77
:books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com)
88

@@ -4591,6 +4591,26 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then
45914591
<summary>Explain Azure managed disks</summary><br><b>
45924592
</b></details>
45934593
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+
45944614
## GCP
45954615
45964616
<a name="gcp-beginner"></a>
@@ -4724,10 +4744,29 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then
47244744
<summary>What security techniques are you familiar with?</summary><br><b>
47254745
</b></details>
47264746
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+
47274754
<details>
47284755
<summary>How do you manage passwords in different tools and platforms?</summary><br><b>
47294756
</b></details>
47304757
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+
47314770
<details>
47324771
<summary>Explain the following:
47334772

0 commit comments

Comments
 (0)