Upload Button Icon Add office photos

Filter interviews by

Vision IAS Devops Engineer Interview Questions and Answers

Updated 6 Mar 2024

Vision IAS Devops Engineer Interview Experiences

1 interview found

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 Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is majorly divided into 4-5 DevOps tools like Git, Docker, Kubernetes etc

Round 2 - Technical 

(6 Questions)

  • Q1. About Docker, Like Docker Compose, Dockerfile, Swarm etc
  • Q2. Ansible module, tasks and Roles
  • Q3. Terraform imports and modules
  • Q4. Basic git commands
  • Q5. Linux server commands
  • Q6. Kubernetes architecture and and functionalities

Interview questions from similar companies

Devops Engineer Interview Questions & Answers

ABCD user image Anishka Saxena

posted on 19 Sep 2024

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

(2 Questions)

  • Q1. What is docker and kubernetes
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.

    • Docker allows developers to package applications and dependencies into containers for easy deployment and scalability

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications

    • D...

  • Answered by AI
  • Q2. Concepts of aws

Skills evaluated in this interview

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

Normal . Keep calm stay focused. Study hard work smart.
Great

Round 2 - HR 

(2 Questions)

  • Q1. Nicely done... friendly Tell me about yourself
  • Q2. Where are you from ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be you. It's good to see everything happening the it should be.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. What is pid controller
  • Ans. 

    PID controller is a feedback control mechanism used in engineering to regulate a system's output.

    • PID stands for Proportional-Integral-Derivative

    • It continuously calculates an error value as the difference between a desired setpoint and a measured process variable

    • It uses three control terms to adjust the output and bring the error to zero

    • It is widely used in industries such as manufacturing, robotics, and automation

    • Examp...

  • Answered by AI
  • Q2. What is plc and how it works
  • Ans. 

    PLC stands for Programmable Logic Controller. It is a digital computer used for automation of electromechanical processes.

    • PLC is used to control industrial processes such as assembly lines, robotic devices, and packaging systems.

    • It uses a programmable memory to store instructions and execute them in a sequential manner.

    • PLC can communicate with other devices such as sensors, actuators, and human-machine interfaces.

    • It is...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is the VPN port used for UDP
  • Ans. 

    The VPN port used for UDP is typically 500.

    • The VPN port used for UDP is usually port 500.

    • UDP is a protocol that allows for faster transmission of data but does not guarantee delivery or order of packets.

    • Port 500 is commonly used for IPsec VPNs, which provide secure communication over the internet.

    • Other VPN protocols may use different ports for UDP, so it's important to check the specific configuration.

  • Answered by AI
  • Q2. Write a golang program to find furthest number from zero. No this isn't find the greatest number. Because the numbers could be negative so if an array has [ -4 2 24 55 -89 12] then -89 is furthest from zer...
  • Q3. Syntax for grep command and regex
  • Ans. 

    Syntax for grep command and regex

    • grep [options] pattern [file]

    • Regular expression (regex) is used to define the pattern

    • Examples: grep 'hello' file.txt

    • grep -i 'hello' file.txt

    • grep -r 'hello' /path/to/directory

  • Answered by AI
  • Q4. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to...
  • Ans. 

    You can use the Docker API to remotely run Docker commands on a Linux server without taking a separate SSH session.

    • Use the Docker API to interact with the Docker daemon on the remote Linux server.

    • Make sure Docker is installed and running on both your laptop and the remote server.

    • Authenticate with the remote server using appropriate credentials.

    • Establish a connection to the Docker daemon on the remote server using the D...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was for Mendix which is acquired by Siemens. First round is an online test shared by email. They give you a sample test so you can familiarize with the UI and then you can proceed with the actual test which is an hour long(but mostly its 15 min of multiple choice questions and rest of the time for a program to write)

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes Docker containerisation
  • Q2. Ci cd implementation
Round 2 - Technical 

(2 Questions)

  • Q1. Cloud fundamentals , networking
  • Q2. Terraform Scripting language

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Ci cd implementation with yaml coding

I applied via Company Website and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

12 Questions

  • Q1. What are terraform modules
  • Ans. 

    Terraform modules are reusable components that allow you to define and manage infrastructure as code.

    • Modules are collections of resources that can be used across multiple Terraform configurations

    • They can be shared and reused by other teams or projects

    • Modules can be published to the Terraform Registry for easy discovery and use

    • They help to reduce duplication of code and simplify infrastructure management

  • Answered by AI
  • Q2. How would you debug apache nginx issues
  • Ans. 

    Debugging Apache Nginx issues involves checking logs, configuration files, and server status.

    • Check error logs for any relevant error messages

    • Verify the configuration files for syntax errors

    • Check server status and resource usage

    • Use tools like curl or telnet to test connectivity and response times

    • Check firewall rules and network settings

    • Consider load balancing and caching configurations

  • Answered by AI
  • Q3. How would you prevent a ddos attach
  • Ans. 

    Prevent DDoS attack by implementing various measures

    • Implementing firewalls and intrusion detection systems

    • Using load balancers to distribute traffic

    • Blocking traffic from suspicious IP addresses

    • Using content delivery networks (CDNs)

    • Limiting the number of requests per IP address

    • Using anti-DDoS services provided by cloud providers

    • Regularly monitoring network traffic for unusual patterns

  • Answered by AI
  • Q4. Is there a way to blacklist IPs in AWS
  • Ans. 

    Yes, AWS provides various methods to blacklist IPs.

    • Use AWS WAF to create rules to block specific IP addresses

    • Configure security groups to deny traffic from specific IP addresses

    • Utilize AWS Network ACLs to block traffic from specific IP addresses

  • Answered by AI
  • Q5. What is average load in Linux
  • Ans. 

    Average load in Linux refers to the amount of work being done by the system at a given time.

    • Average load is measured as a decimal number, with 1.00 representing a fully loaded system.

    • It takes into account both running processes and processes waiting for resources.

    • High average load can indicate a need for more resources or optimization of processes.

    • Command 'uptime' can be used to check the average load on a Linux system

  • Answered by AI
  • Q6. Describe inodes and file descriptors. What is the use of swap
  • Ans. 

    Inodes are data structures that store information about files on a Unix/Linux file system. File descriptors are unique identifiers for open files. Swap is a space on a hard disk used as virtual memory.

    • Inodes contain metadata about files such as ownership, permissions, and timestamps.

    • File descriptors are used by the operating system to keep track of open files and to perform I/O operations on them.

    • Swap is used when the ...

  • Answered by AI
  • Q7. What does a load balancer do when an instance in aws stops
  • Ans. 

    Load balancer routes traffic to other healthy instances

    • Load balancer detects the unhealthy instance

    • Stops sending traffic to that instance

    • Routes traffic to other healthy instances

    • Maintains high availability and scalability of the application

  • Answered by AI
  • Q8. How would you debug a website which is progressively slowing down
  • Ans. 

    To debug a progressively slowing down website, I would analyze the server logs, check for memory leaks, and optimize the code.

    • Analyze server logs to identify any errors or bottlenecks

    • Check for memory leaks in the code

    • Optimize the code by removing unnecessary scripts and optimizing images

    • Use tools like Chrome DevTools to identify performance issues

    • Consider implementing a content delivery network (CDN) to improve website

  • Answered by AI
  • Q9. Docker command to transfer an image from one machine to another without using docker registry
  • Ans. 

    Docker save and Docker load commands can be used to transfer an image from one machine to another without using a Docker registry.

    • Use the 'docker save' command to save the image as a tar file on the source machine

    • Transfer the tar file to the destination machine using any file transfer method (e.g., scp)

    • On the destination machine, use the 'docker load' command to load the image from the tar file

  • Answered by AI
  • Q10. Write a program to reverse a string in Python
  • Ans. 

    A program to reverse a string in Python

    • Use the slicing technique to reverse the string

    • Start with the last character and move backwards

    • Store the reversed string in a new variable

  • Answered by AI
  • Q11. Write ansible playbook to install apache
  • Ans. 

    Ansible playbook to install Apache

    • Create a playbook file with .yml extension

    • Define hosts and remote user

    • Add tasks to install Apache package

    • Start Apache service

    • Save and run the playbook using ansible-playbook command

  • Answered by AI
  • Q12. What is the usecase which would require setup of distributed jenkins nodes
  • Ans. 

    Distributed Jenkins nodes are used to handle large-scale builds and improve performance.

    • Large-scale builds: When there are a large number of builds to be executed simultaneously, distributed Jenkins nodes can handle the load by distributing the builds across multiple nodes.

    • Improved performance: By distributing the workload, the overall build time can be reduced, resulting in improved performance.

    • Resource utilization: D...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They have a zoom video call. And it's really lengthy. Goes beyond an hour

Skills evaluated in this interview

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

Round 1 - HR 

(1 Question)

  • Q1. Package and joininv date
Round 2 - HR 

(1 Question)

  • Q1. Salary expected and location constraints

Interview Preparation Tips

Interview preparation tips for other job seekers - Study aws lambda, aws vpc, ansible, aws cloud , aws databases, cludformation, s3 amd aws ami

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions was to explain complete architecture of application and on the basis of answer they will go deeper in questioning to check your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare mostly from your experience and not from Google top 50/100 questions. These data on Google will never get asked in interview. Be prepared scenario based questions rather than just theory.

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic DevOps questions need to be prepared and docker and Jenkins plays vital role in interview
  • Q2. Git, Maven, Sonar, Jenkins docker,any load balancers and scripting must to work

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't dig depth in questions but you should be prepared with all devops tools in ur stack

Vision IAS Interview FAQs

How many rounds are there in Vision IAS Devops Engineer interview?
Vision IAS interview process usually has 2 rounds. The most common rounds in the Vision IAS interview process are Aptitude Test and Technical.
What are the top questions asked in Vision IAS Devops Engineer interview?

Some of the top questions asked at the Vision IAS Devops Engineer interview -

  1. About Docker, Like Docker Compose, Dockerfile, Swarm ...read more
  2. Kubernetes architecture and and functionalit...read more
  3. Ansible module, tasks and Ro...read more

Tell us how to improve this page.

Vision IAS Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Graphic Designer
36 salaries
unlock blur

₹2.6 L/yr - ₹7.2 L/yr

Business Development Manager
21 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Marketing Manager
15 salaries
unlock blur

₹5 L/yr - ₹16.4 L/yr

Research Associate
10 salaries
unlock blur

₹5 L/yr - ₹9.6 L/yr

Content Writer
10 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Vision IAS with

Aakash Educational Services

3.4
Compare

Frankfinn Institute of Air Hostess Training

3.9
Compare

Amity University

3.6
Compare

Chandigarh University

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