Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by 11:11 Systems Team. If you also belong to the team, you can get access from here

11:11 Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

11:11 Systems Senior Devops Engineer Interview Questions and Answers

Updated 11 Aug 2022

13 Interview questions

A Senior Devops Engineer was asked
Q. Discuss the architecture of Kubernetes in detail.
Ans. 

K8s is a container orchestration platform that automates deployment, scaling, and management of containerized applications.

  • K8s architecture consists of a master node and worker nodes.

  • Master node manages the cluster state and schedules workloads on worker nodes.

  • Worker nodes run the containers and communicate with the master node.

  • K8s uses etcd for storing cluster state and API server for communication.

  • K8s also has v...

A Senior Devops Engineer was asked
Q. What is ingress in Kubernetes, and how does it help us when deploying an application in AKS?
Ans. 

Ingress is a Kubernetes resource that manages external access to services in a cluster.

  • Ingress acts as a reverse proxy and routes traffic to the appropriate service based on the URL path or host.

  • It allows for multiple services to share a single IP address and port.

  • In AKS, we can use Ingress to expose our application to the internet or to other services within the cluster.

  • We can configure Ingress rules to specify w...

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. How do you trigger a pipeline from a specific version of applicat ... read more
Q3. What is ingress in Kubernetes, and how does it help us when deplo ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. What are TF provisioners? Describe their use cases.
A Senior Devops Engineer was asked
Q. How do you trigger a pipeline from a specific version of application code?
Ans. 

Trigger pipeline from specific version of app code

  • Use version control system to track code changes

  • Configure pipeline to trigger on specific branch or tag

  • Pass version number as parameter to pipeline

  • Use scripting to automate version selection

  • Integrate with CI/CD tools for seamless deployment

A Senior Devops Engineer was asked
Q. How do we ensure high availability of VM and AKS worker nodes?
Ans. 

Ensure high availability of VM and AKS worker nodes

  • Use availability sets for VMs to distribute them across fault domains and update domains

  • Use node pools in AKS to distribute worker nodes across multiple availability zones

  • Implement auto-scaling to add or remove nodes based on demand

  • Monitor node health and set up alerts for failures

  • Regularly update and patch nodes to ensure security and stability

A Senior Devops Engineer was asked
Q. Which Azure cloud services have you worked on? Discuss their use cases in detail at your workplace.
Ans. 

I have worked on Azure App Service, Azure Functions, and Azure DevOps.

  • Azure App Service was used for hosting web applications and APIs.

  • Azure Functions were used for serverless computing and event-driven scenarios.

  • Azure DevOps was used for continuous integration and deployment.

  • We used Azure DevOps to automate the deployment of our applications to Azure App Service and Azure Functions.

  • We also used Azure DevOps for s...

A Senior Devops Engineer was asked
Q. What are node affinity and pod affinity in Kubernetes (K8s)?
Ans. 

Node affinity and pod affinity are Kubernetes features that allow you to control the scheduling of pods on nodes.

  • Node affinity is used to schedule pods on specific nodes based on labels or other node attributes.

  • Pod affinity is used to schedule pods on nodes that already have pods with specific labels or attributes.

  • Both features can be used to improve performance, reduce network latency, or ensure high availability...

A Senior Devops Engineer was asked
Q. What are the default inbound/outbound NSG rules when deploying a VM with NSG? Explain them.
Ans. 

Default inbound/outbound NSG rules when we deploy VM with NSG

  • By default, all inbound traffic is blocked except for traffic that is explicitly allowed by a rule

  • By default, all outbound traffic is allowed

  • Inbound rules are evaluated before outbound rules

  • Default rules can be modified or deleted as per requirement

Are these interview questions helpful?
A Senior Devops Engineer was asked
Q. Do you have any experience with PCI/DSS compliance?
Ans. 

Yes, I have exposure to PCI/DSS compliance.

  • I have experience implementing security controls to meet PCI/DSS requirements.

  • I have worked with teams to ensure compliance during audits.

  • I am familiar with the 12 requirements of PCI/DSS and how to implement them.

  • I have experience with tools such as vulnerability scanners and log management systems to ensure compliance.

  • I have worked with payment gateways and understand t...

A Senior Devops Engineer was asked
Q. How do we test connectivity to our app in AKS from Azure Front Door?
Ans. 

Test connectivity to AKS app from Azure Front Door

  • Create a test endpoint in AKS app

  • Add the endpoint to Front Door backend pool

  • Use Front Door probe feature to test endpoint connectivity

  • Check Front Door health probes for successful connectivity

A Senior Devops Engineer was asked
Q. What is the difference between pipeline variables and variable groups in Azure DevOps?
Ans. 

Pipeline variables are scoped to a single pipeline, while variable groups can be shared across multiple pipelines.

  • Pipeline variables are defined within a pipeline and can be used in tasks within that pipeline

  • Variable groups are defined at the project level and can be used across multiple pipelines

  • Variable groups can be linked to Azure Key Vault for secure storage of sensitive information

  • Pipeline variables can be o...

11:11 Systems Senior Devops Engineer Interview Experiences

1 interview found

I applied via Monster and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are Terraform life cycles ? and how do we use them ?
  • Q2. What are TF provisioners ? Describe their use cases
  • Q3. Azurecloud services that you worked on ? discuss their use cases in detail at your workplace ?
  • Ans. 

    I have worked on Azure App Service, Azure Functions, and Azure DevOps.

    • Azure App Service was used for hosting web applications and APIs.

    • Azure Functions were used for serverless computing and event-driven scenarios.

    • Azure DevOps was used for continuous integration and deployment.

    • We used Azure DevOps to automate the deployment of our applications to Azure App Service and Azure Functions.

    • We also used Azure DevOps for source...

  • Answered by AI
  • Q4. What is ingress in Kubernetes and how does it helps us while we deploy an application in AKS ?
Round 2 - Technical 

(10 Questions)

  • Q1. Discuss architecture of K8s in detail ?
  • Ans. 

    K8s is a container orchestration platform that automates deployment, scaling, and management of containerized applications.

    • K8s architecture consists of a master node and worker nodes.

    • Master node manages the cluster state and schedules workloads on worker nodes.

    • Worker nodes run the containers and communicate with the master node.

    • K8s uses etcd for storing cluster state and API server for communication.

    • K8s also has variou...

  • Answered by AI
  • Q2. What is nodeaffinity and pod affinity in k8s?
  • Ans. 

    Node affinity and pod affinity are Kubernetes features that allow you to control the scheduling of pods on nodes.

    • Node affinity is used to schedule pods on specific nodes based on labels or other node attributes.

    • Pod affinity is used to schedule pods on nodes that already have pods with specific labels or attributes.

    • Both features can be used to improve performance, reduce network latency, or ensure high availability.

    • Exam...

  • Answered by AI
  • Q3. Difference between pipeline variables and variable groups in Azure DevOps?
  • Q4. How to trigger a pipeline from specific version of Application code ?
  • Q5. What are stages involved in release pipeline ? Explain the code
  • Q6. Any exposure to PCI / DSS compliance ?
  • Ans. 

    Yes, I have exposure to PCI/DSS compliance.

    • I have experience implementing security controls to meet PCI/DSS requirements.

    • I have worked with teams to ensure compliance during audits.

    • I am familiar with the 12 requirements of PCI/DSS and how to implement them.

    • I have experience with tools such as vulnerability scanners and log management systems to ensure compliance.

    • I have worked with payment gateways and understand the im...

  • Answered by AI
  • Q7. Default inbound/outbound NSG rules when we deploy VM with NSG? Explain them
  • Ans. 

    Default inbound/outbound NSG rules when we deploy VM with NSG

    • By default, all inbound traffic is blocked except for traffic that is explicitly allowed by a rule

    • By default, all outbound traffic is allowed

    • Inbound rules are evaluated before outbound rules

    • Default rules can be modified or deleted as per requirement

  • Answered by AI
  • Q8. Monitoring tool experience? explain the kind of monitors you might have set for monitoring infra?
  • Ans. 

    I have experience with various monitoring tools and can set up monitors for infrastructure health, performance, and security.

    • I have experience with tools like Nagios, Zabbix, and Prometheus.

    • For infrastructure health, I set up monitors for CPU usage, memory usage, disk space, and network connectivity.

    • For performance, I set up monitors for response time, throughput, and error rates.

    • For security, I set up monitors for una...

  • Answered by AI
  • Q9. How do we test connectivity to our app in AKS from Azure Front Door?
  • Ans. 

    Test connectivity to AKS app from Azure Front Door

    • Create a test endpoint in AKS app

    • Add the endpoint to Front Door backend pool

    • Use Front Door probe feature to test endpoint connectivity

    • Check Front Door health probes for successful connectivity

  • Answered by AI
  • Q10. How do we ensure high availability of VM and AKS worker nodes ?

Interview Preparation Tips

Topics to prepare for 11:11 Systems Senior Devops Engineer interview:
  • Terraform
  • Kubernetes
  • Azure cloud
  • Datadog
  • Monitoring
  • log managment
  • AKS
  • JIRA
  • service now
  • Agile Methodology
  • Azure automation Account
  • Backpup and DR
Interview preparation tips for other job seekers - It was nice experience altogether. Interviewers were very nice and supportive. I've not covered all the questions here but you can expect que on the mentioned background. Best luck !!

Skills evaluated in this interview

Top trending discussions

View All
Engineering - Software & QA
2w
a senior software engineer
.NET's Future & Senior Dev Salary Trends
I'm a Full Stack .NET Dev with 6+ years of experience. Seeing a lot of posts on LinkedIn saying .NET (especially .NET Core) might get replaced by stacks like Java/Spring or Python/Django or Next soon. What's the typical salary range in India for someone with my experience right now? Would love some insights from the community! Also, how can I stay ahead of the competition?
Got a question about 11:11 Systems?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Much on kubernets
  • Q2. How to setup infra through terraform in aws
  • Ans. 

    To setup infra through terraform in AWS, follow these steps:

    • Create an AWS account and configure AWS CLI

    • Write Terraform code to define infrastructure resources

    • Initialize Terraform and create an execution plan

    • Apply the execution plan to create the infrastructure

    • Verify the infrastructure is created as expected

  • Answered by AI
  • Q3. Docker file to be created
  • Ans. 

    Dockerfile for a Node.js application

    • Use a base image of Node.js

    • Copy package.json and install dependencies

    • Copy application code

    • Expose the port used by the application

    • Set the command to start the application

  • Answered by AI
  • Q4. Log files to be transferred to AWS s 3
  • Ans. 

    Log files can be transferred to AWS S3 using various methods.

    • Use AWS CLI to transfer log files to S3

    • Use AWS SDK to transfer log files to S3

    • Use AWS Data Pipeline to transfer log files to S3

    • Use AWS Lambda to transfer log files to S3

    • Use third-party tools like Logstash or Fluentd to transfer log files to S3

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well with infra AWS and kubernetes

Skills evaluated in this interview

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. How do you trigger a pipeline from a specific version of applicat ... read more
Q3. What is ingress in Kubernetes, and how does it help us when deplo ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. What are TF provisioners? Describe their use cases.

I applied via Approached by Company and was interviewed before Apr 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic core java questions
  • Q2. Prior financial experience
  • Ans. 

    Yes

    • Worked as a software engineer at a financial institution for 5 years

    • Developed and maintained financial software applications

    • Implemented complex financial algorithms and calculations

    • Collaborated with financial analysts and stakeholders to understand requirements

    • Ensured compliance with financial regulations and security standards

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Core java coding questions on strings, filereader, arrays
  • Q2. Questions on rest services methods and implementation
Round 4 - Behavioral 

(1 Question)

  • Q1. Previous experience questions
Round 5 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good for better exposure
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. There was simple DSA question ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql question, joins , store procedure
  • Q2. Mvc question, mvc frame work

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this company , that is my experience , they will give you resignation in 10 days without telling the proper reason , in this case it was team lead saurav , he had all planned me not gain entry to office on 10th day . i waited for 2 hours outside office then no one came so i left , also you sign bond for 2 years minimum, in my it was not applicable because i was experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Form based JS questions. String questions in javascript
  • Q2. React interview questions with some state management follow up questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on js ,es6, node.js
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Informatica scenario based questions
  • Q2. Told to write complex sql queries based on some informations.
  • Q3. Agile methodology
  • Q4. What do you know about Saama

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience and good hike.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. SQL query to join 3 tables
  • Ans. 

    Use SQL JOIN to combine data from 3 tables based on a common key.

    • Use INNER JOIN, LEFT JOIN, or RIGHT JOIN depending on the desired result

    • Specify the columns to select from each table

    • Use ON clause to specify the join condition

  • Answered by AI
  • Q2. Spring boot annotations
  • Q3. Hibernate annotations
  • Q4. Java 8 Streams + Lambda
Round 2 - One-on-one 

(3 Questions)

  • Q1. Working style: Independent contributor or Team
  • Q2. Are green-field projects alright?
  • Ans. 

    Green-field projects are great opportunities to start fresh and implement new technologies.

    • Green-field projects allow for creative freedom and innovation

    • They provide the opportunity to work with the latest technologies and tools

    • Starting from scratch can lead to cleaner code and better architecture

    • Examples: Developing a new mobile app, creating a new website from scratch

  • Answered by AI
  • Q3. Are you ok with learning new tech stacks?

Interview Preparation Tips

Topics to prepare for Revature Senior Software Engineer interview:
  • Java
  • Spring Framework
  • Hibernate
  • Angular
  • Data Structures

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

11:11 Systems Interview FAQs

How many rounds are there in 11:11 Systems Senior Devops Engineer interview?
11:11 Systems interview process usually has 2 rounds. The most common rounds in the 11:11 Systems interview process are Technical.
What are the top questions asked in 11:11 Systems Senior Devops Engineer interview?

Some of the top questions asked at the 11:11 Systems Senior Devops Engineer interview -

  1. What are Terraform life cycles ? and how do we use the...read more
  2. what is ingress in Kubernetes and how does it helps us while we deploy an appli...read more
  3. how to trigger a pipeline from specific version of Application cod...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cyfuture Interview Questions
3.0
 • 46 Interviews
Revature Interview Questions
3.6
 • 42 Interviews
JMR Infotech Interview Questions
4.2
 • 33 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
View all
11:11 Systems Senior Devops Engineer Salary
based on 6 salaries
₹11.7 L/yr - ₹15.2 L/yr
26% less than the average Senior Devops Engineer Salary in India
View more details
System Engineer
47 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Engineer
39 salaries
unlock blur

₹7.2 L/yr - ₹22 L/yr

Specialist
38 salaries
unlock blur

₹10.3 L/yr - ₹28 L/yr

Backup Administrator
38 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Senior Systems Engineer
36 salaries
unlock blur

₹7.1 L/yr - ₹18 L/yr

Explore more salaries
Compare 11:11 Systems with

Cyfuture

3.0
Compare

JoulestoWatts Business Solutions

3.0
Compare

Value Point Systems

3.6
Compare

Black Knight

3.6
Compare
write
Share an Interview