Upload Button Icon Add office photos
Premium Employer

i

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

Innoviti Technologies Private Limited Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 227 Reviews

Filter interviews by

Innoviti Technologies Private Limited Devops Engineer Interview Questions and Answers

Updated 28 Jul 2022

Innoviti Technologies Private Limited Devops Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. I Applied online in 2022. Communication by HR was really good and Quite smooth processes. question were asked from DevOps tools like Docker, Jenkins, Kubernetes and CI/CD pipeline explanation. Also they as...

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly focused on AWS solutions Architecture and Linux system Administration.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. How to write docker file
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image using the FROM keyword

    • Use the RUN keyword to execute commands in the container

    • Use the COPY keyword to add files from the host machine to the container

    • Use the CMD keyword to specify the command to run when the container starts

  • Answered by AI
  • Q2. Explain file system in linux
  • Ans. 

    File system in Linux organizes and manages data on storage devices.

    • File system controls how data is stored, accessed, and managed on storage devices.

    • Linux uses a hierarchical file system structure with directories and files.

    • Common file systems in Linux include ext4, XFS, and Btrfs.

    • File permissions in Linux determine who can read, write, or execute files.

    • Mounting and unmounting drives allows access to different file sys

  • Answered by AI
  • Q3. Few Linux commands
  • Q4. Kubernetes question
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes case based question
  • Q2. Linux scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - They need to improve their process for recruitment, I had given second round and after this they made my application in hold. I asked many times what’s the status they told me status is pending wait for few days and last i asked again they just ignored msg it sounds very rude.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Machine coding.
Code structure, naming, best practices are more important than time or space complexity.

Round 2 - Coding Test 

Same as Round 1, except more complex problem statement

Round 3 - Technical 

(1 Question)

  • Q1. Integration round. Given a library, do some operations with it, i.e. pull specific data point from file, make an POST call using different data point etc.
Round 4 - Technical 

(1 Question)

  • Q1. Given a codebase, fix a specific bug
  • Ans. 

    I would start by reproducing the bug, analyzing the code, identifying the root cause, implementing a fix, testing the fix, and finally deploying it.

    • Reproduce the bug by following the steps that lead to the issue.

    • Analyze the code surrounding the bug to understand the context and potential causes.

    • Identify the root cause of the bug by debugging and tracing the code execution.

    • Implement a fix by making the necessary code ch...

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. Standard HLD/LLD design problem
  • Ans. 

    HLD focuses on overall system architecture, while LLD delves into specific implementation details.

    • HLD includes components, modules, interfaces, and dependencies.

    • LLD involves detailed class diagrams, data structures, algorithms, and database schema.

    • Example: HLD may outline a system using microservices architecture, while LLD may specify how each microservice communicates and stores data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewing here is very very different than MAANG companies.
Speed of execution matters, but best practices matter more.
Time and space complexity is not tested at all!

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe projects
  • Ans. 

    I have worked on various projects including developing web applications, creating mobile apps, and implementing machine learning algorithms.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a mobile app for a fitness tracking platform to track user's exercise routines

    • Implemented machine learning algorithms for a recommendation system in an e-commerce website

  • Answered by AI
  • Q2. Knowledge testing on ML frameworks
Round 2 - Aptitude Test 

Had a overall personality, technical & problem solving test with AVP

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

Maths,quant for 1 hour duration

Round 2 - Coding Test 

Arrays, strings, linked list, palindrome

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

MVVM was asked and swift questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare swift concepts well and design pattern
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about one project you worked on?
  • Q2. Tell me about yourself?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql unix transactions flow
  • Q2. Sql Java ATM POS transactions flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Lear
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2023. 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 - One-on-one 

(1 Question)

  • Q1. Find connected components in a graph
  • Ans. 

    Use Depth First Search (DFS) to find connected components in a graph

    • Start by initializing all vertices as unvisited

    • Iterate through each vertex and perform DFS to find connected components

    • Keep track of visited vertices to avoid revisiting

    • Example: For a graph with vertices {A, B, C} and edges {(A, B), (B, C)}, the connected components are {A, B, C}

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Design chess game
  • Ans. 

    Design a chess game with proper board setup, piece movements, and win conditions.

    • Create a 8x8 grid to represent the chess board

    • Assign initial positions to each type of chess piece (pawn, rook, knight, bishop, queen, king)

    • Implement rules for each piece's movement (e.g. pawn moves forward, rook moves horizontally/vertically)

    • Check for valid moves and capture opponent's pieces

    • Implement win conditions (checkmate, stalemate)

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Innoviti Technologies Private Limited Interview FAQs

How many rounds are there in Innoviti Technologies Private Limited Devops Engineer interview?
Innoviti Technologies Private Limited interview process usually has 1 rounds. The most common rounds in the Innoviti Technologies Private Limited interview process are One-on-one Round.
How to prepare for Innoviti Technologies Private Limited 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 Innoviti Technologies Private Limited. The most common topics and skills that interviewers at Innoviti Technologies Private Limited expect are Build, JIRA, Java, Jenkins and Kubernetes.

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 753 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
HighRadius Interview Questions
2.9
 • 178 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
TransUnion Interview Questions
4.0
 • 87 Interviews
Freecharge Interview Questions
4.0
 • 52 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
Paytm Money Interview Questions
3.3
 • 30 Interviews
Jupiter Money Interview Questions
3.5
 • 29 Interviews
Spice Money Interview Questions
4.1
 • 28 Interviews
View all

Fast track your campus placements

View all
Innoviti Technologies Private Limited Devops Engineer Salary
based on 5 salaries
₹3.6 L/yr - ₹6 L/yr
35% less than the average Devops Engineer Salary in India
View more details
Software Engineer
84 salaries
unlock blur

₹2.5 L/yr - ₹10.4 L/yr

Area Sales Manager
36 salaries
unlock blur

₹4.3 L/yr - ₹9.5 L/yr

QA Engineer
27 salaries
unlock blur

₹3.5 L/yr - ₹9.9 L/yr

Customer Support Executive
23 salaries
unlock blur

₹2.1 L/yr - ₹3.5 L/yr

Assistant Manager
22 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Explore more salaries
Compare Innoviti Technologies Private Limited with

Razorpay

3.6
Compare

Payed

2.8
Compare

Mobikwik

4.0
Compare

Paytm

3.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview