Upload Button Icon Add office photos
Engaged Employer

i

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

ivy Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 736 Reviews

Filter interviews by

ivy Devops Interview Questions and Answers

Updated 26 Feb 2021

ivy Devops Interview Experiences

1 interview found

Devops Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2021

I applied via Recruitment Consultant and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. How would you lead a DevOps team ?
  • Ans. 

    To lead a DevOps team, I would focus on communication, collaboration, and continuous improvement.

    • Establish clear goals and expectations for the team

    • Encourage open communication and collaboration between team members

    • Implement agile methodologies and continuous improvement processes

    • Provide opportunities for professional development and training

    • Ensure that the team has the necessary tools and resources to succeed

    • Lead by e...

  • Answered by AI
  • Q2. What were the DevOps challenges you faced ?
  • Q3. How would you convince team about the right approach ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Fraud Company. They try to extract information from experienced candidates. This has been the practice in many cases, especially also in the cases where the interviewer does not switch on the video, however, expects interviewee to switch it on.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Related to current Job and work
  • Q2. Related to current CTC
Round 2 - Technical 

(4 Questions)

  • Q1. Docker questions
  • Q2. Kubernetes questions
  • Q3. Terraform questions
  • Q4. AWS account
Round 3 - One-on-one 

(2 Questions)

  • Q1. Docker kubernetes AWS terraform
  • Q2. Personal questions related to how I work and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident do you homework
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Three questions regarding dynamic programming and arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Largest Common Subsequence DP problem
  • Ans. 

    Largest Common Subsequence DP problem involves finding the longest subsequence that is common to two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of common subsequences of substrings.

    • Traverse the array to find the length of the largest common subsequence.

    • Example: Given strings 'ABCD' and 'ACD', the largest common subsequence is 'ACD'.

  • Answered by AI
  • Q2. Palindromes in a string
  • Ans. 

    Check if a string contains any palindromes

    • Iterate through each string in the array

    • Reverse the string and compare it with the original string to check for palindrome

    • Return true if any palindrome is found, false otherwise

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Sql vs No Sql
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is structured, uses tables with rows and columns, and follows ACID properties.

    • NoSQL is unstructured, uses collections of documents, key-value pairs, or graphs, and is horizontally scalable.

    • SQL is better for complex queries and transactions, while NoSQL is better for large amounts of data and flexible schemas.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics of shell programming.

Skills evaluated in this interview

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

Coding skills in python

Round 2 - One-on-one 

(2 Questions)

  • Q1. Whre do yo use python
  • Ans. 

    Python is used in various areas such as web development, data analysis, automation, machine learning, and more.

    • Web development (Django, Flask)

    • Data analysis (Pandas, NumPy)

    • Automation (Scripting, DevOps tools)

    • Machine learning (TensorFlow, PyTorch)

  • Answered by AI
  • Q2. What are all important Devops tools
  • Ans. 

    Some important DevOps tools include Jenkins, Docker, Ansible, Kubernetes, and Git.

    • Jenkins

    • Docker

    • Ansible

    • Kubernetes

    • Git

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to work in shifts
  • Ans. 

    Yes, I am willing to work in shifts.

    • I am flexible with my working hours and can adapt to different shifts.

    • I understand the importance of round-the-clock support in a DevOps role.

    • I have previous experience working in shifts and have no issues with it.

  • Answered by AI
  • Q2. What are your sal expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for DevOps Engineers.

    • I have researched the average salary range for DevOps Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise in the field.

    • I am open to negotiation based on the overall compensation package offered.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Past experience in devops
  • Ans. 

    I have 5 years of experience in implementing DevOps practices in various organizations.

    • Implemented CI/CD pipelines using tools like Jenkins, GitLab CI, and CircleCI

    • Automated infrastructure provisioning with tools like Terraform and Ansible

    • Managed containerized applications using Docker and Kubernetes

    • Monitored and maintained production systems with tools like Prometheus and Grafana

  • Answered by AI
  • Q2. Scripted jeninsfile for CI
  • Ans. 

    A scripted Jenkinsfile is a Groovy script that defines the pipeline for Continuous Integration (CI).

    • Use 'pipeline' block to define the stages of the CI pipeline

    • Utilize 'stage' block to specify individual stages within the pipeline

    • Leverage 'steps' block to define the actions to be executed within each stage

    • Use 'node' block to allocate a Jenkins agent for running the pipeline

    • Utilize 'checkout' step to fetch the source co

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. WAF implementation in AWS
  • Ans. 

    Implementing a Web Application Firewall (WAF) in AWS for enhanced security.

    • Use AWS WAF to protect web applications from common web exploits.

    • Create rules to filter and monitor HTTP and HTTPS requests.

    • Integrate AWS WAF with other AWS services like CloudFront or API Gateway for comprehensive protection.

  • Answered by AI
  • Q2. Write a CD jenkinsfile
  • Ans. 

    A CD Jenkinsfile automates the Continuous Delivery process in Jenkins.

    • Define stages for build, test, deploy

    • Use declarative syntax for pipeline

    • Include steps for version control, artifact management

    • Utilize plugins for notifications, approvals

    • Implement error handling and rollback mechanisms

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Which is best City or Village

Round 2 - Technical 

(1 Question)

  • Q1. Basic Programming language questions & OOPS
Round 3 - Technical 

(1 Question)

  • Q1. Basic programming language concept
Round 4 - HR 

(1 Question)

  • Q1. Situation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company . At any point he will fire u for no reason. U will be traumatized & depressed & it is hard to find opportunities later.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux AWS git jenkins
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Chitkara Institute of Engineering & Technology, Rajpura and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was general aptitude round.

Round 2 - Coding Test 

Questions form DSA to check problem solving abilities.

Round 3 - Technical 

(1 Question)

  • Q1. Second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers for comparison.

    • Sort the array in descending order and return the second element.

    • Handle cases where there may be duplicates of the largest number.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is DaemonSet
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

    • It is useful for running a single instance of a Pod on every node in a cluster

    • DaemonSet is commonly used for monitoring, logging, and other system-level services

    • Example: Running a logging agent on every node in a Kubernetes cluster

  • Answered by AI
  • Q2. What is deployment and difference between statefulset and deployment
  • Ans. 

    Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

    • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

    • Deployment manages replica sets and ensures a desired state is maintained.

    • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Question Related to Prometheus and Grafana
  • Q2. Question Related to Docker and AWS specially ECS
  • Q3. Question Related to Terraform and Ansible
  • Q4. Question Related to Advance Linux And Computer Networks
  • Q5. Contribution in DevOps Projects in the previous company
  • Ans. 

    I actively contributed to various DevOps projects by automating deployment processes, implementing monitoring solutions, and optimizing infrastructure.

    • Automated deployment processes using tools like Jenkins and Ansible

    • Implemented monitoring solutions such as Nagios and ELK stack

    • Optimized infrastructure by utilizing cloud services like AWS and Azure

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Why you want to join Tekion ?
  • Ans. 

    I want to join Tekion because of its innovative technology solutions and collaborative work environment.

    • Tekion is known for its cutting-edge technology solutions in the automotive industry

    • I am impressed by Tekion's focus on innovation and continuous improvement

    • I believe Tekion's collaborative work environment will provide me with opportunities for growth and learning

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 798 Interviews
Globant Interview Questions
3.8
 • 169 Interviews
View all
Software Engineer
856 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Senior Software Engineer
603 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Test Engineer
328 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

System Analyst
327 salaries
unlock blur

₹12.5 L/yr - ₹28 L/yr

Senior Test Engineer
324 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare ivy with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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