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

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.

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Innoviti Technologies Private Limited?
Ask anonymously on communities.

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

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 5 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 

(2 Questions)

  • Q1. All aspects of Devops and on your resume
  • Q2. Kubernetes , Docker , Jenkins and AWS
Round 3 - Technical 

(1 Question)

  • Q1. More technical depth questions
Round 4 - Technical 

(1 Question)

  • Q1. More of a managerial type of question
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(2 Questions)

  • Q1. Introduce about yourself
  • Q2. About my qualification
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic for Core java
  • Q2. Basics of selenium
  • Ans. 

    Selenium is a powerful tool for automating web applications for testing purposes, supporting multiple browsers and programming languages.

    • Selenium supports multiple programming languages like Java, Python, C#, and Ruby.

    • It can automate browsers like Chrome, Firefox, and Safari.

    • Selenium WebDriver is the core component that interacts with the browser.

    • Example: Using WebDriver in Python to open a webpage: 'from selenium impo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More on framework side
  • Q2. Few question on Manual testing
Round 3 - HR 

(2 Questions)

  • Q1. Intro about yourself
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in software development, specializing in backend systems and cloud technologies.

    • 10+ years of experience in software development

    • Specialize in backend systems and cloud technologies

    • Strong problem-solving skills

    • Experience with large-scale systems

    • Proficient in programming languages like Java, Python, and SQL

  • Answered by AI
  • Q2. Discussion on Job role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Pattern programming, javascriptt based questions

Round 2 - Technical 

(1 Question)

  • Q1. Browser specific questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. HLD round with system design
  • Ans. 

    High Level Design (HLD) round with system design involves designing the overall architecture of a system.

    • Understand the requirements and constraints of the system

    • Identify the key components and their interactions

    • Design the data flow and communication between components

    • Consider scalability, reliability, and performance

    • Create diagrams to visualize the architecture, such as UML diagrams or flowcharts

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. DevOps concepts
  • Q2. Kubernetes and it’s use cases
  • Ans. 

    Kubernetes is a container orchestration platform used for automating deployment, scaling, and management of containerized applications.

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

    • It provides features like service discovery, load balancing, storage orchestration, and automated rollouts and rollbacks.

    • Use cases include microservices architecture, CI/CD pipelines, au...

  • Answered by AI

Skills evaluated in this interview

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.

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Situation based

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and be real

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.

Join Innoviti Technologies Private Limited

Interview Questions from Similar Companies

Razorpay Interview Questions
3.5
 • 161 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
Rupeek Interview Questions
3.7
 • 66 Interviews
Freecharge Interview Questions
3.9
 • 58 Interviews
Mobikwik Interview Questions
3.6
 • 56 Interviews
BharatPe Interview Questions
3.5
 • 43 Interviews
Spice Money Interview Questions
4.1
 • 32 Interviews
Jupiter Money Interview Questions
3.0
 • 31 Interviews
Paytm Money Interview Questions
3.2
 • 27 Interviews
Verifone Interview Questions
3.2
 • 26 Interviews
View all
Innoviti Technologies Private Limited Devops Engineer Salary
based on 5 salaries
₹3.6 L/yr - ₹6 L/yr
39% less than the average Devops Engineer Salary in India
View more details
Software Engineer
83 salaries
unlock blur

₹2.5 L/yr - ₹10.4 L/yr

Area Sales Manager
47 salaries
unlock blur

₹4.6 L/yr - ₹9.5 L/yr

QA Engineer
27 salaries
unlock blur

₹3.8 L/yr - ₹9.6 L/yr

Assistant Manager
23 salaries
unlock blur

₹7 L/yr - ₹12.8 L/yr

Customer Support Executive
22 salaries
unlock blur

₹2.1 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Innoviti Technologies Private Limited with

AGS Transact Technologies

2.9
Compare

Hitachi Payment Services

3.7
Compare

Rupeek

3.7
Compare

Mobikwik

3.6
Compare
write
Share an Interview