From fd497ccb7edd811aea71d9d5f28b6303e53c2c69 Mon Sep 17 00:00:00 2001 From: Tahir Akhlaq Date: Sun, 21 Sep 2025 09:18:57 +0530 Subject: [PATCH] Create Altimatrik_SRE Intervire Question --- Altimatrik_SRE | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Altimatrik_SRE diff --git a/Altimatrik_SRE b/Altimatrik_SRE new file mode 100644 index 0000000..a2b5e33 --- /dev/null +++ b/Altimatrik_SRE @@ -0,0 +1,48 @@ +Question : How do you import a resource into Terraform that was created manually in AWS or GCP? What command would you use? + +Question : Can you describe your exposure to different environments like Dev, QA, and Prod? +Question : What is your understanding of software architecture components (Load balancers, web servers, application servers, databases, and integrations)? +Question : What is your experience with alerts, logging, and incident/problem resolution? +Question : What is your knowledge of production system sizing, provisioning, setup, maintenance, and closure? +Question : Describe your experience with infrastructure administration tasks like licensing, billing, cost reduction, and security. + +Question : Walk me through what is there in helm charts and how it is integrated.explain me that what is written on your helm charts? + what is defined on your value dot yaml file? +Question : Considering you have different environments and you have one application or which is microservice which is finally going to get deployed into one of the pod in GKE, + right? So how it is basically getting deployed in cluster? I mean the deployment is basically failing just on the pod is currently in the error state. It is getting terminated. So how are you going to troubleshoot those such kind of Kubernetes issues? + What is your approach of doing a troubleshooting? + +Question : Can you, talked about the dashboards of observability? Which are the observability framework tools That you're currently using? + +Question : can you tell me are you familiar with setting up dashboards and alerts yourself like creating dashboards and alerts? + +Question : So can you walk me through what all dashboards that you have created, what type of alerts that you have created? + +Question : Have you used it in your day-to-day basis of dashboarding and alerting like based on the principles of SRE golden signals to set up alerts and dashboards? + +Question : Did all those things and have you kind of done anything like SLO based learning? + +Question : can you explain me what is error budget? + +Question : In Observability there is a concept of SLO based alerting. So have you configured that in your project? + +Question : What is what is an ideal burn rate? + + +Question : So how you are using terraform to deploy the cluster nodes? + +Question : Set up the nodes and everything. what do you write inside a terraform code basically now what will be inside your provider file provided ATF in your main dotf? + +Question : I'll give you an example like let's talk about AWS. You have you're going to create a VPC and subnet And your provider is AWS and I'm asking you to write in using terraform. +Like you have to deploy, you have to basically create VPC and map you have to create a subnet and you have to attach let's be the public or a private submit. It's of your choice to attach it to your VPC. + + +Question : You have optimized Kubernetes deployment configs. So can you explain me what have what was the role and what what have you done there? + + +Question : You mentioned about like the are you have architected a blameless postmortem framework, right? So for continuous learning, so how I mean what have you done to improve occurrence of critical incidents that you have mentioned in your resume. +You also mentioned about basically to reduce the MTTR so can you explain me what automation that you have done? + + + +