Upload Button Icon Add office photos
Engaged Employer

i

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

_VOIS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

_VOIS Senior Devops Engineer Interview Questions and Answers

Updated 9 Jan 2024

_VOIS Senior Devops Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 4 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 

(1 Question)

  • Q1. Linux interview questions. Jenkins pipelines and Jenkins structure. AWS,Docker and kubernetes as well
Round 3 - Technical 

(1 Question)

  • Q1. AWS cost optimisation. Datadog cost optimisation.
Round 4 - HR 

(1 Question)

  • Q1. Introduction and some educational personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Environment is very Class and all are friendly.
Even Manager also like your friend.
Hike it also good.
Learning platform are provided.
Management will take surveys every quarter for improvements.

Interview questions from similar companies

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

Round 1 - Aptitude Test 

Maths, reasoning and English language with total 30 questions in 20 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of cloud and SDLC
  • Q2. AWS services, Jenkins, Pipelines
Round 3 - Technical 

(2 Questions)

  • Q1. DevOps and cloud technology
  • Q2. Kubernetes, Docker, GIT version control, CICD, AWS
Round 4 - Technical 

(2 Questions)

  • Q1. Techno-managerial round
  • Q2. Past projects, College education, general discussion
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Have solid tech stack knowledge of the related field
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Azure devops methodology, terraform related questions, docker and kubernetes related questions, shell script.
  • Q2. How would you manage the drift in terraform if services are added manually?
  • Ans. 

    To manage drift in Terraform due to manually added services, use Terraform import, state management, and version control.

    • Use Terraform import to bring manually added services under Terraform management.

    • Regularly update Terraform state file to reflect the current state of infrastructure.

    • Utilize version control to track changes made outside of Terraform.

    • Implement automated checks to detect and reconcile drift in infrastr

  • Answered by AI
  • Q3. How would you safeguard the data and services?
  • Ans. 

    To safeguard data and services, I would implement encryption, access controls, regular backups, and monitoring.

    • Implement encryption for data at rest and in transit

    • Set up access controls to restrict unauthorized access

    • Regularly backup data to prevent data loss

    • Implement monitoring and alerting to detect and respond to security incidents

  • Answered by AI
  • Q4. Shell commands like copy folder, rename, awk.
Round 2 - One-on-one 

(1 Question)

  • Q1. Why are you switching? Did you go through company's key values? What would you do if team is not collaborating efficiently? Why do you want to join us? Any significant achievement during your job? Weakness...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for technical interview for all the topics mentioned in JD and be honest and natural in one-on-one final round.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your terraform experience in current organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - They will focus on daily processes you do in your current organisation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions in 15 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between HTTP AND HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

    • HTTPS is essential for websites that handle sensitive information li...

  • Answered by AI
  • Q2. What do you mean by release management
  • Ans. 

    Release management involves planning, scheduling, and controlling the software release process.

    • Planning and coordinating the release of software updates

    • Ensuring that the release process is smooth and efficient

    • Managing dependencies and version control

    • Communicating with stakeholders about release timelines and changes

    • Automating release processes to improve efficiency

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic pipeline,python,some simple coding
  • Q2. More on resume and based on ur answers
  • Q3. Docker multistage
Round 2 - Technical 

(2 Questions)

  • Q1. Write the k8s deployment ymal with rolling update for given docker image
  • Ans. 

    Create a k8s deployment ymal with rolling update for a given docker image

    • Define a Deployment object in the YAML file

    • Specify the container image in the spec section

    • Set the update strategy to RollingUpdate

    • Define the number of replicas for the deployment

  • Answered by AI
  • Q2. Read json file and recursive way of geting value based on key

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions on cloud
  • Q2. IAC Tools and Ansible related
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 3 theory questions about devops basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont attend interview from this company an d waste your time . They are interviewing just to benefit from the monjin interview platform

I appeared for an interview in Aug 2021.

Interview Questionnaire 

8 Questions

  • Q1. Production deployment,
  • Q2. LDAP authentication
  • Ans. 

    LDAP authentication is a method of verifying user credentials against a centralized directory service.

    • LDAP stands for Lightweight Directory Access Protocol

    • It is commonly used for centralized authentication and authorization

    • LDAP servers store user and group information in a hierarchical structure

    • LDAP authentication can be integrated with various applications and services

    • Examples of LDAP servers include OpenLDAP and Micr

  • Answered by AI
  • Q3. Load balancing
  • Q4. Elastic search
  • Q5. Jenkins library
  • Q6. Groovy scripting
  • Q7. Python scripting
  • Q8. Docker questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and answer what you know
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There were 3 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 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Out of memory in Kubernetes
  • Ans. 

    Out of memory in Kubernetes can occur due to resource limits not being set, inefficient application code, or insufficient memory allocation.

    • Check resource limits and requests in Kubernetes manifests

    • Optimize application code to reduce memory usage

    • Increase memory allocation for pods if needed

  • Answered by AI
  • Q3. Kubernetes architecture
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. On-site opportunities

Skills evaluated in this interview

_VOIS Interview FAQs

How many rounds are there in _VOIS Senior Devops Engineer interview?
_VOIS interview process usually has 4 rounds. The most common rounds in the _VOIS interview process are Technical, Resume Shortlist and HR.
How to prepare for _VOIS Senior Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at _VOIS. The most common topics and skills that interviewers at _VOIS expect are AWS, Ansible, Devops, Jenkins and Docker.
What are the top questions asked in _VOIS Senior Devops Engineer interview?

Some of the top questions asked at the _VOIS Senior Devops Engineer interview -

  1. Linux interview questions. Jenkins pipelines and Jenkins structure. AWS,Docker ...read more
  2. AWS cost optimisation. Datadog cost optimisati...read more

Tell us how to improve this page.

_VOIS Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
_VOIS Senior Devops Engineer Salary
based on 20 salaries
₹12 L/yr - ₹25 L/yr
At par with the average Senior Devops Engineer Salary in India
View more details

_VOIS Senior Devops Engineer Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.5

Skill development

3.5

Work-life balance

2.5

Salary

5.0

Job security

3.0

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Deputy Manager
662 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Executive
598 salaries
unlock blur

₹3.5 L/yr - ₹10.1 L/yr

Assistant Manager
595 salaries
unlock blur

₹3.9 L/yr - ₹14 L/yr

Manager
303 salaries
unlock blur

₹13.2 L/yr - ₹33 L/yr

Senior Manager
171 salaries
unlock blur

₹19.1 L/yr - ₹41 L/yr

Explore more salaries
Compare _VOIS with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Virtusa Consulting Services

3.7
Compare

CGI Group

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview