Premium Employer

i

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

Yubi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Yubi Devops Engineer Interview Questions and Answers

Updated 12 Mar 2025

Yubi Devops Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Production level Kubernetes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Linux commandsused in project
  • Q2. Troubleshooting pods creation

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Devops Engineer Jobs at Yubi

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They focused on my old projects and asked questions about the projects and technologies were used.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to know end to end architecture, implementation and deployment of your project. In between they may ask questions in BASH, Python etc.,

System Engineer Interview Questions & Answers

Visa user image Abhishek Awasthi

posted on 18 Sep 2015

Interview Questionnaire 

2 Questions

  • Q1. Questions based on resume (e.g. skills and projects)
  • Q2. Personal Interview

Interview Preparation Tips

Round: Test
Experience: Coding problems carry more weightage, but considering the number of MCQs they were equally important. I had solved both the coding problems correctly and attempted MCQs efficiently.
Tips: Don't get attached to a particular question. We need to create our own strategy to get maximum possible marks with in given time constraint.
Duration: 75 minutes
Total Questions: 42

Round: Technical Interview
Experience: This was a kind of rapid round to find out reliability of my resume. Questions were based on skills and projects I had mentioned in the resume
Tips: Mention only those skills/projects on which you have command otherwise your resume may become your enemy rather than friend.

Round: Technical Interview
Experience: This round was all about to test my capabilities of thinking out of the box. Questions were based on scalability, to write code on paper for the given problem, some basic questions on networking.
Tips: While dealing with scalability based questions, never give up, try your best. The interviewer doesn't expect the exact answer because some of them are real world problems (most of the freshers don't have much idea about such problems), but you need to prove that you can think out of the box.

Round: Other Interview
Experience: This was the final round to assign the suitable profile based on the technical interviews.
Tips: Be confident and honest.

General Tips: Be confident and never give up during the interview.
Skills: Coding skills, C, C++, JAVA, Basics of Networking, Algorithms, Ability to think out of the box, Basics of OS
College Name: IIT Bombay
Motivation: A big brand which is close to heart of people who rely on online transactions in daily life.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Level 2 IT support Engineer questions
  • Q2. Brief explanation about L2 level of work
  • Ans. 

    L2 level of work involves intermediate level tasks and responsibilities in a specific field or domain.

    • L2 work requires a deeper understanding and expertise compared to L1 work.

    • It involves troubleshooting and resolving complex issues.

    • L2 engineers often provide support and guidance to L1 engineers.

    • They may be responsible for implementing and maintaining systems or processes.

    • L2 work requires strong problem-solving and ana...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. L2 practical questions
  • Q2. Brief explanation about experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company starts your career
Round 1 - Technical 

(2 Questions)

  • Q1. Basic technical question
  • Q2. Basic Server and basic security related question.

Interview Preparation Tips

Interview preparation tips for other job seekers - try to clear your base. they will check your base foundation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Create immutable Arraylist.

Round 2 - Technical 

(1 Question)

  • Q1. Questions on core java like creating immutable class and collections.
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a change.

I appeared for an interview before Jan 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

First round was skype based technical interview.
You are connected through screen on the terminal and basic to advanced shell scripting is asked.
They will ask basic to advanced shell commands, some shell scripting tasks and about linux kernel.
Tips: You have to be really sure in a skype interview that you know the question being asked, as you can't take much time.

  • Q1. What is a process in Linux?
  • Ans. 

    A process in Linux is an instance of a running program, identified by a unique process ID (PID) and containing information about its execution.

    • A process is an executing instance of a program in Linux.

    • Each process is identified by a unique process ID (PID).

    • Processes can be managed using commands like ps, top, and kill.

    • Processes can run in the foreground or background.

    • Examples of processes include web servers, database s

  • Answered by AI
  • Q2. How does the Linux boot process work?
  • Ans. 

    The Linux boot process involves several stages including BIOS, bootloader, kernel initialization, and user space initialization.

    • BIOS (Basic Input/Output System) performs hardware initialization and loads the bootloader

    • Bootloader (such as GRUB) loads the Linux kernel into memory and starts its execution

    • Kernel initializes devices, mounts the root filesystem, and starts the init process

    • Init process (systemd or SysVinit) i

  • Answered by AI
  • Q3. How will you monitor file changes in Linux?
  • Ans. 

    You can monitor file changes in Linux using tools like inotifywait, auditd, or by writing custom scripts.

    • Use inotifywait command to monitor file changes in real-time

    • Set up auditd to track file changes and system calls

    • Write custom scripts using tools like inotify or diff to monitor specific files or directories

  • Answered by AI
  • Q4. How can you kill all Java processes with a single command?
  • Ans. 

    You can kill all Java processes with a single command using pkill or killall commands.

    • Use pkill command followed by the process name 'java' to kill all Java processes: pkill java

    • Alternatively, you can use killall command with the process name 'java' to achieve the same result: killall java

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was also on skype.
This round was more DevOps tools oriented and language programming.
They asked me about Chef, Ansible and some other tools used for configuration management and deployment.
They ask if your familiar with AWS and other cloud services.
Also you will get to show that you can code in any scripting languages like ruby or python.
Also some database related things.
Tips: Only mention the tools you really know inside out in the resume.

  • Q1. Write a Ruby program to check if a directory exists or not.
  • Ans. 

    Ruby program to check if a directory exists

    • Use the File.directory? method in Ruby to check if a directory exists

    • Provide the directory path as an argument to the method

    • Return true if the directory exists, false otherwise

  • Answered by AI
  • Q2. What are the SQL query optimization techniques?
  • Ans. 

    SQL query optimization techniques improve performance by reducing query execution time.

    • Use indexes to speed up data retrieval

    • Avoid using SELECT * and only retrieve necessary columns

    • Optimize joins by using appropriate join types (e.g. INNER JOIN, LEFT JOIN)

    • Use WHERE clause to filter data early in the query

    • Avoid using subqueries if possible

  • Answered by AI
  • Q3. What are the use cases for Chef, and why is it necessary in DevOps?
  • Ans. 

    Chef is a configuration management tool used in DevOps to automate infrastructure deployment and management.

    • Automating server configuration and management

    • Ensuring consistency across environments

    • Enabling infrastructure as code practices

    • Automating application deployment processes

    • Managing complex infrastructure at scale

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAHousing.com interview preparation:Topics to prepare for the interview - Confidence, Database, Programming, LinuxTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : You should be updated with what's going on with latest devops developments.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Explain previous project and used technology?
  • Q2. Most difficult or challenging and how you overcome it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 2 rounds one technical and one HR. Technical interview was straight forward about my experience on projects and technologies.

I applied via Hirist and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly GitHub ,Jenkins,ansible,Linux and AWS cloud related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident and always try to give answers as per your knowledge in multiple ways .

Yubi Interview FAQs

How many rounds are there in Yubi Devops Engineer interview?
Yubi interview process usually has 1 rounds. The most common rounds in the Yubi interview process are One-on-one Round.
How to prepare for Yubi 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 Yubi. The most common topics and skills that interviewers at Yubi expect are VPN, Backend, Financial Services, Linux and MySQL.
What are the top questions asked in Yubi Devops Engineer interview?

Some of the top questions asked at the Yubi Devops Engineer interview -

  1. Production level Kuberne...read more
  2. Linux commandsused in proj...read more
  3. Troubleshooting pods creat...read more

Tell us how to improve this page.

Yubi Devops Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Join Yubi Go get great

Interview Questions from Similar Companies

HighRadius Interview Questions
2.9
 • 184 Interviews
Razorpay Interview Questions
3.6
 • 152 Interviews
KFintech Interview Questions
3.5
 • 138 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
4.0
 • 136 Interviews
Revolut Interview Questions
2.5
 • 99 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
PayU Payments Interview Questions
3.5
 • 54 Interviews
BankBazaar Interview Questions
3.4
 • 50 Interviews
View all

Fast track your campus placements

View all
Yubi Devops Engineer Salary
based on 6 salaries
₹12 L/yr - ₹23 L/yr
105% more than the average Devops Engineer Salary in India
View more details
DevOps Engineer

Chennai

3-6 Yrs

Not Disclosed

senio Devops engineer

Chennai

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
87 salaries
unlock blur

₹14.5 L/yr - ₹36 L/yr

Associate
76 salaries
unlock blur

₹6.7 L/yr - ₹24.4 L/yr

Software Engineer
75 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Associate
64 salaries
unlock blur

₹7.5 L/yr - ₹30.6 L/yr

Associate Vice President
30 salaries
unlock blur

₹18 L/yr - ₹42 L/yr

Explore more salaries
Compare Yubi with

KFintech

3.5
Compare

Angel One

4.0
Compare

HighRadius

2.9
Compare

AGS Transact Technologies

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