Skip to content

Commit aa736e9

Browse files
committed
add more questions + update contributing
1 parent 5e2186e commit aa736e9

File tree

2 files changed

+33
-11
lines changed

2 files changed

+33
-11
lines changed

CONTRIBUTING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
## How to add a collapsible for answers on markdown
1111

1212
Copy the below code:
13+
1314
```
1415
1516
<details>
16-
<summary>Click here to view the answer</summary>
17-
18-
Content HERE
19-
17+
<summary>Add question here</summary>
18+
19+
Answer goes here
20+
2021
</details>
2122
2223
```

README.md

+28-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Any questions taken from external references are referenced [below](#references)
5050

5151
## Vision
5252

53-
- Coming from a non-technical background and without experience can be difficult for many. So I and my team have decided to create this project where all, non-technical and technical tech professionals, can have a place of reference to technical interview questions and interview prep. This is maintained by a lovely community. If you wish to contribute, feel free to do so. Read this for more info >> [How to Contribute](#contributing)
53+
- Coming from a non-technical background and without experience can be difficult for many. So my Team & I have decided to create this project where all, non-technical and technical tech professionals, can have a place of reference to technical interview questions and interview prep. This is maintained by a lovely community. If you wish to contribute, feel free to do so. Read this for more info >> [How to Contribute](#contributing-🖊️s)
5454

5555
## What is different in this repo compared to others?
5656

@@ -1498,12 +1498,33 @@ git cherry-pick <commit-hash>
14981498

14991499

15001500
-----Networking-----
1501-
- What is a VPC?
1502-
- How do Subnets work?
1503-
- What network object do you need to allow a server ingress from the internet?
1504-
- What are the different type of load balancers in AWS?
1505-
- Whate are subnets? and what are CIDRs?
1506-
- How can your resources in the VPC get access to the internet?
1501+
<details>
1502+
<summary>What is a VPC?</summary>
1503+
1504+
Answer goes here
1505+
1506+
</details>
1507+
<details>
1508+
<summary>How do Subnets work?</summary>
1509+
1510+
Answer goes here
1511+
1512+
</details>
1513+
<summary>What network object do you need to allow a server ingress from the internet?</summary>
1514+
1515+
Answer goes here
1516+
1517+
</details>
1518+
<summary>What are the different type of load balancers in AWS?</summary>
1519+
1520+
Answer goes here
1521+
1522+
</details>
1523+
<summary>How can your resources in the VPC get access to the internet?</summary>
1524+
1525+
Answer goes here
1526+
1527+
</details>
15071528

15081529

15091530
-----Scenario-based-----

0 commit comments

Comments
 (0)