EPAM
Cloud 1 question
- #1Launch an EC2 Web Server Instance
A basic landing page needs to be delivered via an EC2 instance accessible over HTTP with its own security group.
Git 2 questions
- #2Convert Remote from HTTPS to SSH
You have a Git repository at
/home/interview/repowhere the remote origin is currently configured with an HTTPS URL (https://github.com/user/repo.git). - #3View Unique Commits Between Branch and Origin
A Git repository at
/home/interview/repohas afeature-apibranch that was created fromorigin/mainsome time ago. The branch has your commits plus merge commits from pulling updates, making it difficult to identify which commits are unique to your branch.
Kubernetes 1 question
- #4Dynamic Volume Expansion
An application requires persistent storage that can be resized without downtime.