Github
Containers 1 question
- #1Storage Driver Performance Fuse Overlayfs
You have a container image
myapp:fsbuilt from/home/interview/Dockerfilethat performs intensive filesystem write operations. Docker is currently using the overlayfs storage driver and write performance is a bottleneck.
Git 1 question
- #2Rebase Feature Branch
You have a Git repository at
/home/interview/repowhere yourfeature-paymentbranch is 32 commits behind main. You need to rebase the feature branch onto the latest main and resolve conflicts that occur during the process.
Security 1 question
- #3Fix HTTPS Certificate Error
A minimal HTTPS webserver script (
webserver.sh) listening on port 8443 fails to establish secure connections. The bundled SSL certificate (old_server.crt) lacks a Subject Alternative Name (SAN) for the local IP127.0.0.1, causing hostname verification failures.