From 34012eb633fd170a430c3b259e39df9321af7310 Mon Sep 17 00:00:00 2001 From: Neetinkumar <59997583+Neetinkumar@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:05:40 +0530 Subject: [PATCH] Interview questions from Accellor --- Acellor | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Acellor diff --git a/Acellor b/Acellor new file mode 100644 index 0000000..3e388a8 --- /dev/null +++ b/Acellor @@ -0,0 +1,14 @@ +YOE > 5+ + +Difference between API gateway and Application Gateway +Explain EKS upgrade steps, using Kubectl commands +Architect the highly available and scalable infrastructure +Where do you store secretes +If secretes updated will need to restart the application +Explain blue green deployment +Explain your MLOPS CI/CD +What are monitoring tool you worked on +How do you roll back your deployment +Explain your CI/CD +Your secrets is stored in AWS secrets , during gitops CD deployment how they will get those secretes +In k8s how container level metrics will send to prometheus (option 1: App exports metricslocalhost:8080/metrics (Prometheus format)Option 2: cAdvisor (kubelet)kubelet:10250/metrics)