• Stars
    star
    6,887
  • Rank 5,677 (Top 0.2 %)
  • Language
  • Created over 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Site Reliability Engineer Interview Preparation Guide

Site Reliability Engineer (SRE) Interview Preparation Guide

This repository is an attempt to consolidate useful resources for Site Reliability Engineer (SRE) interview preparation.

Contributing

Please take a look at the contribution guidelines first. Contributions are always welcome!

Basics

Linux

Boot Process

Filesystem

Kernel

Troubleshooting

Networking

Containers

Kubernetes

Infrastructure as code / Configuration management

Databases

CI/CD

Clouds

Programming

Python

Go (Golang)

Big O Notation, Algorithms and Data Structures

System design

System design examples

Monitoring

Prometheus

Processes

Resume

Interview

SRE interview process

Interview Questions

Blogposts

Books

SRE books

Linux

Networking

Troubleshooting and Performance

Courses

More Repositories

1

tg-captcha-bot

Telegram Сaptcha Bot
Go
255
star
2

dns

dns is a simple CLI tool for DNS-LG API
Go
34
star
3

selectel-billing-exporter

Prometheus exporter для получения информации по биллингу аккаунта в хостинге Selectel
Go
32
star
4

wait-for-pg

Check if PostgreSQL database is ready
Go
24
star
5

cmd-runner

Execute commands on remote hosts asynchronously over ssh
Go
24
star
6

ntwrk

Check your external IP address http://sre.monster
Go
19
star
7

webshare

webshare is a CLI tool that provides web-interface for your local files
Go
12
star
8

go-tg-ipv6excuses-bot

Telegram bot which knows IPv6 excuses.
Go
11
star
9

deps

Test task: Package dependencies
Go
3
star
10

sentry-to-telegram

This is a simple app to send Sentry alerts to a Telegram group
Go
2
star
11

dns-over-tls-proxy

Go
2
star
12

QuickSortGolang

Quick Sort implementation in Go (Golang)
Go
2
star
13

doubly-linked-list-golang

Doubly Linked List implementation in Go (Golang)
Go
2
star
14

sre-test-task

Go
2
star
15

FibonacciGolang

Fibonacci sequence implementation in Go (Golang).
Go
2
star
16

topn

Go implementation of topn app that finds top N numbers in a file
Go
2
star
17

go-two-number-sum

Go
1
star
18

removeDup

Write a function that accepts a list of ints and returns a copy of that list with duplicate ints removed
Go
1
star
19

temp

1
star
20

go-sum-arr-elements

sum of all the elements of the integer list
Go
1
star
21

worker-pool-example

Simple worker pool written in golang
Go
1
star
22

hello-world

Go
1
star
23

SelectionSortGolang

Selection Sort implementation in Go (Golang)
Go
1
star
24

InsertionSortGolang

Insertion Sort implementation in Go (Golang)
Go
1
star
25

BubbleSortGolang

Bubble Sort implementation in Go (Golang)
Go
1
star
26

LeetCodeTwoSumGolang

Go
1
star
27

LeetCodeReverseIntegerGolang

Go
1
star
28

LeetCodeRomanToIntegerGolang

Roman to Integer coverter in Go (Golang)
Go
1
star
29

go-stack-data-structure

Golang stack data structure implementation
Go
1
star
30

mxssl

1
star
31

LeetCodePalindromeNumberGolang

Go
1
star
32

BinarySearchGolangRecursive

Binary Search algorithm implemented in Go (Golang) by using recursion.
Go
1
star
33

BinarySearchGolangIteratively

Binary Search algorithm implemented in Go (Golang) by using iteration.
Go
1
star
34

PalindromeGolang

Check a string for palindrome in Go (Golang)
Go
1
star
35

go-palindrome

check if a given string is palindrome in golang
Go
1
star