Team Lead Behaviors Questions Flashcards
How do you spend your time on coding or managing?
It’s very difficult to balance your time between your own work and the work of the team. Some days you’ll be on a “maker’s schedule” where you are heads down coding for large blocks of time. On manger schedule where you have many meetings and interruptions without time for deep work. Most days will be a mix of both.
How do you manage delegating the tasks?
I try to break down epic into individual task where me and team could pick up base on their individual strengths.
I make team is to share the load and to accomplish more together than any one individual could do on their own.
Tell me about a time you designed container-based architecture for a multitenant SaaS application. What was the project, how did you assess and plan tasks, what timelines were you working to, what issues did you experience, and what was the outcome?
Area: Job Performance
Answer:
Project: K8s migration
Task:
Describe an experience which you feel best demonstrates your ability to diagnose technical issues, automate tasks, debug code, and your security-conscious approach. What was this project and why does it stand out in your mind?
Area: Intelligence & Capacity for Learning
Answer:
Story: GitHub Runners designing
Diagnosing Technical Issues
- Some GitHub runners where able to complete job.
- I need assess existing architectures and identify bottlenecks or failures
- I check the Kubernetes events logs and found they were evicted due to Storage Full
Automating Tasks
- Create GitHub runner build queue dashboard based on events from Webhook
debug code
- I establish code review practices within my team to catch errors early. Design the solution that no infrastructure code gets push without the proper review
Security Conscious Approach
- Adhere to AWS security best practices by implementing IAM roles for least privilege access and same for RBAC role in Kubernetes cluster
- Have runbook for responding to security breaches like running non compliant action on the GitHub runners.