Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Q1 β What are the differences between SRE and DevOps?
Answer – DevOps – Development and operation work which is mainly involved in both the phases to reduce time of the over all SDLC.
SRE – Is mainly concern about the uptime and relibility of the prod system and mostly works and develop software and automation around it.
Q2 β What SRE team is responsible for?
Answer : To manage the Uptime of the production systems.
Q3 β What is an error budget?
Answer : Provide a matric which tells the unreliability of the prod services.
Q4 β What are MTTF (mean time to failure) and MTTR (mean time to repair)? What these metrics help us to evaluate?
Answer : MTTF measures the average amount of time a non-responsive service takes before it goes down completely.
MTTR – Average time a service takes to recover from a failure.
Q5 β What is the role of monitoring in SRE?
Answer : Monitoring is very important for SRE starting from the early detection of failure and take action once failure is detetcted.
Q6 β How do you differentiate between process and thread?
Answer : A program in running state is a process and thread is a sub-set/segment of the running program.
Q7 β What activity means Reducing Toil?
Answer : Anything which machine can do instead of an human is used for reducing toil example automation.
Q8 β Have you ever heard of SLO? If yes then explain.
Answer : Yes, service level objective is an agreement within an SLA between service provider and a customer.
Q9 β Enlist all the Linux signals you are aware of
Answer : SIGKILL, SIGSYS
Q10 β What is observability?
Answer : Monitoring system internal state.