From 7b61f7b15c993074e19976947c5f6e72f1de3b5d Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 15 Oct 2023 10:33:35 -0600 Subject: [PATCH] no sezzle --- sezzle-2022-11-03/0-screen.yaml | 13 ------------- sezzle-2022-11-03/1-tech.yaml | 30 ------------------------------ sezzle-2022-11-03/mnt.sh | 12 ------------ sezzle-2022-11-03/src/.env.sh | 3 --- 4 files changed, 58 deletions(-) delete mode 100644 sezzle-2022-11-03/0-screen.yaml delete mode 100644 sezzle-2022-11-03/1-tech.yaml delete mode 100644 sezzle-2022-11-03/mnt.sh delete mode 100644 sezzle-2022-11-03/src/.env.sh diff --git a/sezzle-2022-11-03/0-screen.yaml b/sezzle-2022-11-03/0-screen.yaml deleted file mode 100644 index 260ee15..0000000 --- a/sezzle-2022-11-03/0-screen.yaml +++ /dev/null @@ -1,13 +0,0 @@ -questions: - recv: - sent: - questions: - - q: why is this position open? - a: we need someone to own a legacy PoS - - q: i saw emphasis on SQL which I am not strong in;; what is view on learning at Sezzle? - a: we do learning budget - cut: - - q: how is quality enforced at sezzle? like, what do releases and code reviews look like? - - q: what's in this team's past? - - q: what's in this team's future? - - q: how often do developers interview loop? diff --git a/sezzle-2022-11-03/1-tech.yaml b/sezzle-2022-11-03/1-tech.yaml deleted file mode 100644 index 78a16c9..0000000 --- a/sezzle-2022-11-03/1-tech.yaml +++ /dev/null @@ -1,30 +0,0 @@ -meta: - interviewers: - Keara Stratton: [manager] - Chris Arnold: [director] -questions: - recv: - - q: what kinda tests you done? what you like? - - q: how to debug an obscured database in prod+staging? - - q: how to build an exactly once 99.9999999999% durable queue - sent: - questions: - # ===== t1 - - q: what's on your wishlist roadmap this year? for the next 5 years? - - q: do you find yourself blocked by other teams? working in other teams' spaces? - - q: what does a release look like? when is something -release ready-? - - q: tell me about oncall - - # ===== t2 - - q: what operating system do you work in? was it a choice? what software is standard? what do you wish for? (IDEs, VPNs, ...) - - q: what does planning vacation time look like? - - q: what is performance review process like? - - # ===== t3 - - q: what automations do you have? CICD? Metrics and alerts? Deployment? - - q: do developers have SSH/root access/db admin access? why? - - q: how do you manage configs? secrets? - - # ===== t4 - - q: where are SLAs defined? How are issues escalated? - - q: how often do developers interview loop? diff --git a/sezzle-2022-11-03/mnt.sh b/sezzle-2022-11-03/mnt.sh deleted file mode 100644 index f319991..0000000 --- a/sezzle-2022-11-03/mnt.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/bash - -test -f ./mnt/.bashrc || cp $HOME/.bashrc ./mnt/ -test -f ./mnt/.vimrc || cp $HOME/.vimrc ./mnt/ - -docker run \ - --rm \ - -it \ - --name interview \ - -v "$PWD"/mnt:/root \ - -w /root \ - ubuntu:22.04 diff --git a/sezzle-2022-11-03/src/.env.sh b/sezzle-2022-11-03/src/.env.sh deleted file mode 100644 index f8f1788..0000000 --- a/sezzle-2022-11-03/src/.env.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/bash - -export PS1="\[\e[30;43m\].../${PWD##*/} $\[\e[m\] "