AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
messages 0
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

Netomi Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 33 Reviews

Play video Play video Video summary
  • About
  • Reviews
    33
  • Salaries
    303
  • Interviews
    11
  • Jobs
    17
  • Benefits
    -
  • Photos
    3

Filter interviews by

Netomi Interview Questions and Answers

Updated 21 May 2025
Popular Designations

13 Interview questions

A Sdet Automation Test Engineer was asked 2mo ago
Q. How do you handle production bugs?
Ans. 

I prioritize, investigate, and collaborate to resolve production bugs efficiently while ensuring minimal impact on users.

  • Prioritize the bug based on severity and impact on users. For example, a critical bug affecting payment processing is addressed first.

  • Investigate the root cause by analyzing logs, user reports, and system behavior. For instance, if a feature fails, check recent code changes.

  • Collaborate with deve...

View all Sdet Automation Test Engineer interview questions
A Senior Devops Engineer was asked 5mo ago
Q. What is the difference between HPA and VPA? Explain their use case.
Ans. 

HPA is Horizontal Pod Autoscaler for scaling pods based on CPU utilization, while VPA is Vertical Pod Autoscaler for adjusting resource requests based on resource usage.

  • HPA scales the number of pods in a deployment based on CPU utilization, ensuring optimal performance and resource utilization.

  • VPA adjusts the resource requests of pods based on resource usage, allowing for efficient resource allocation within a clu...

View all Senior Devops Engineer interview questions
A Senior Devops Engineer was asked 5mo ago
Q. What happens to the deployed workload within a Kubernetes cluster if the master node goes down?
Ans. 

In case the master goes down in a Kubernetes cluster, the deployed workload continues to run as the worker nodes are still operational.

  • The worker nodes in the Kubernetes cluster continue to operate and manage the deployed workload even if the master node goes down.

  • The worker nodes are responsible for running the containers and maintaining the desired state of the cluster.

  • The master node being down may affect the a...

View all Senior Devops Engineer interview questions
A Senior Devops Engineer was asked 5mo ago
Q. Suppose I want to schedule my pods based on limits instead of requested resources, what would I need to do?
Ans. 

To schedule pods based on limits, customize the scheduler and use custom resource definitions.

  • Modify the Kubernetes scheduler to consider limits instead of requests.

  • Use a custom scheduler that prioritizes pods based on their resource limits.

  • Implement a scheduling policy that evaluates pod limits for placement decisions.

  • Example: Create a custom scheduler that assigns pods with higher limits to nodes with more avail...

View all Senior Devops Engineer interview questions
A Senior Devops Engineer was asked 5mo ago
Q. How do you scale an application in Kubernetes?
Ans. 

Scaling applications in Kubernetes involves horizontal scaling, using tools like HPA and cluster autoscaler.

  • Use Horizontal Pod Autoscaler (HPA) to automatically adjust the number of pods based on CPU or memory usage.

  • Implement Cluster Autoscaler to dynamically adjust the size of the Kubernetes cluster based on resource demands.

  • Utilize Kubernetes StatefulSets for stateful applications that require scaling with stabl...

View all Senior Devops Engineer interview questions
A Senior Sdet Engineer was asked 8mo ago
Q. Can we perform data-driven testing using Postman?
Ans. 

Yes, Postman supports data driven testing through the use of variables and data files.

  • Postman allows users to define variables and use them in requests for data driven testing.

  • Data files such as CSV or JSON can be imported into Postman to drive test data.

  • Iterations can be set up in Postman to run tests with different data sets.

View all Senior Sdet Engineer interview questions
Be interview-ready. Browse the most asked HR questions.
View all HR interview questions
illustration image
A Senior Sdet Engineer was asked 8mo ago
Q. Given an integer array containing numbers from 0 to n, with one number missing, how do you find the missing number?
Ans. 

Identify missing numbers in an integer array using various methods.

  • Use a set to track numbers: Convert the array to a set and check against the expected range.

  • Mathematical approach: Calculate the expected sum of numbers and subtract the actual sum.

  • Sorting method: Sort the array and compare each element with its index to find missing numbers.

  • Example: For array [1, 2, 4, 6], missing numbers are 3 and 5.

View all Senior Sdet Engineer interview questions
Are these interview questions helpful?
A Sdet Lead was asked
Q. Reverse the order of words in a string, while keeping the spaces in the same place.
Ans. 

Reverse the whole string with spaces remaining in the same place

  • Iterate through the string and reverse each word individually

  • Keep track of spaces and add them back in the reversed string

  • Join the reversed words together to form the final reversed string

View all Sdet Lead interview questions
A React Js Frontend Developer was asked
Q. Can you explain the polyfill for the group method of Array?
Ans. 

The polyfill for group method of Array is not available in ES6, but can be implemented using reduce method.

  • The group method is used to group the elements of an array based on a given key.

  • The reduce method can be used to implement the group method by iterating over the array and creating a new object with keys as the group values and values as the array of elements belonging to that group.

  • The polyfill can be writte...

View all React Js Frontend Developer interview questions
A React Js Frontend Developer was asked
Q. What is the result of simplify(add20, multiply30, divide10, subtract10)(100)?
Ans. 

Perform mathematical operations on 100 using given functions.

  • The given functions are add20, multiply30, divide10, and subtract10.

  • Start with 100 and apply the functions in the given order.

  • The result will be ((100 - 10) * 30) / 10 + 20 = 290.

View all React Js Frontend Developer interview questions
1 2

Netomi Interview Experiences

11 interviews found

Senior Devops Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Can you explain the core components of kubernetes and their roles?
  • Ans. 

    Kubernetes core components include Pods, Nodes, Services, Deployments, and ConfigMaps.

    • Pods: Smallest deployable units in Kubernetes, can contain one or more containers.

    • Nodes: Individual machines in a Kubernetes cluster where Pods are deployed.

    • Services: Abstraction that defines a logical set of Pods and a policy by which to access them.

    • Deployments: Manages the deployment and scaling of a set of Pods.

    • ConfigMaps: Decouple...

  • Answered by AI
    Add your answer
  • Q2. How do you scale application in kubernetes?
  • Ans. 

    Scaling applications in Kubernetes involves horizontal scaling, using tools like HPA and cluster autoscaler.

    • Use Horizontal Pod Autoscaler (HPA) to automatically adjust the number of pods based on CPU or memory usage.

    • Implement Cluster Autoscaler to dynamically adjust the size of the Kubernetes cluster based on resource demands.

    • Utilize Kubernetes StatefulSets for stateful applications that require scaling with stable net...

  • Answered by AI
    Add your answer
  • Q3. What is the difference between HPA and VPA? Explain with their use-case
  • Ans. 

    HPA is Horizontal Pod Autoscaler for scaling pods based on CPU utilization, while VPA is Vertical Pod Autoscaler for adjusting resource requests based on resource usage.

    • HPA scales the number of pods in a deployment based on CPU utilization, ensuring optimal performance and resource utilization.

    • VPA adjusts the resource requests of pods based on resource usage, allowing for efficient resource allocation within a cluster.

    • ...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(3 Questions)

  • Q1. What happens to the deployed workload within a kubernetes cluster in case the master goes down?
  • Ans. 

    In case the master goes down in a Kubernetes cluster, the deployed workload continues to run as the worker nodes are still operational.

    • The worker nodes in the Kubernetes cluster continue to operate and manage the deployed workload even if the master node goes down.

    • The worker nodes are responsible for running the containers and maintaining the desired state of the cluster.

    • The master node being down may affect the abilit...

  • Answered by AI
    Add your answer
  • Q2. What the different functionalities of individual components of a kubernetes cluster?
  • Add your answer
  • Q3. Suppose I want to schedule my pods based on limits instead of requested resources, what would I need to do?
  • Ans. 

    To schedule pods based on limits, customize the scheduler and use custom resource definitions.

    • Modify the Kubernetes scheduler to consider limits instead of requests.

    • Use a custom scheduler that prioritizes pods based on their resource limits.

    • Implement a scheduling policy that evaluates pod limits for placement decisions.

    • Example: Create a custom scheduler that assigns pods with higher limits to nodes with more available ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are some ways you can strengthen your chances for a Senior Devops Engineer:
1. Keep your fundamentals strong. Kubernetes is very expansive, but a well-grounded knowledge in its core concepts, architecture, and troubleshooting techniques will create a clear distinction for you
2. Be honest during the interview. Do not bluff your way through something that you might not have worked on, acknowledge it and demonstrate your willingness to learn.
3. Work towards improving your hands-on skills, this would help you get clarity.
Anonymous

Senior Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can we perform data driven testing using postman
  • Ans. 

    Yes, Postman supports data driven testing through the use of variables and data files.

    • Postman allows users to define variables and use them in requests for data driven testing.

    • Data files such as CSV or JSON can be imported into Postman to drive test data.

    • Iterations can be set up in Postman to run tests with different data sets.

  • Answered by AI
    Add your answer
  • Q2. Basic coding questions on integer array missing numbers
  • Add your answer

Skills evaluated in this interview

Anonymous

Sdet Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2024

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic array questions

Round 2 - Technical 

(2 Questions)

  • Q1. Must know about automation technologies and their basic implementations
  • Add your answer
  • Q2. DSA questions and Scenario based coding
  • Add your answer

Interview Preparation Tips

Topics to prepare for Netomi Sdet Automation Test Engineer interview:
  • array
  • Loops
  • Hashmaps
Interview preparation tips for other job seekers - be prepared for writing code for scenario bases testcases
Anonymous

Sdet Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Framework development on Amazon.in
  • Add your answer
Anonymous

Sdet Lead Interview Questions & Answers

user image sahil kapoor

posted on 22 May 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse the whole string with spaces remaining in the same place
  • Add your answer
  • Q2. Framework architecture
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply to Netomi or stay away from such a company, a total time waste.

Skills evaluated in this interview

Anonymous

Sdet Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 21 May 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

  • Q1. Absolute lockers
  • Add your answer
  • Q2. How do you handle production bugs?
  • Ans. 

    I prioritize, investigate, and collaborate to resolve production bugs efficiently while ensuring minimal impact on users.

    • Prioritize the bug based on severity and impact on users. For example, a critical bug affecting payment processing is addressed first.

    • Investigate the root cause by analyzing logs, user reports, and system behavior. For instance, if a feature fails, check recent code changes.

    • Collaborate with developme...

  • Answered by AI
    Add your answer
Anonymous

Sdet Interview Questions & Answers

user image Anonymous

posted on 10 May 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

  • Q1. HR questions asked
  • Add your answer
  • Q2. Basics around Selenium
  • Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 15 Dec 2023

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

They asked to remove duplicates from an array in O(n) time and O(1) space

Round 3 - Technical 

(1 Question)

  • Q1. Questions about Transforrmers
  • Add your answer
Round 4 - Technical 

(1 Question)

  • Q1. No general question, a vague problem was provided without any data for the same. The whole conversation was solving a problem given no information. I was shown a website ans asked to recommend users next ...
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you’re okay with a long frustrating interview process, do apply.
Anonymous

React Js Frontend Developer Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2022

I applied via Instahyre and was interviewed in Nov 2022. There were 2 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. Find the result for simplify(add20, multiply30, divide10, subtract10)(100)
  • Ans. 

    Perform mathematical operations on 100 using given functions.

    • The given functions are add20, multiply30, divide10, and subtract10.

    • Start with 100 and apply the functions in the given order.

    • The result will be ((100 - 10) * 30) / 10 + 20 = 290.

  • Answered by AI
    View 1 more answer
  • Q2. Pollyfill for group method of Array
  • Ans. 

    The polyfill for group method of Array is not available in ES6, but can be implemented using reduce method.

    • The group method is used to group the elements of an array based on a given key.

    • The reduce method can be used to implement the group method by iterating over the array and creating a new object with keys as the group values and values as the array of elements belonging to that group.

    • The polyfill can be written as ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Netomi React Js Frontend Developer interview:
  • JS
  • React
  • HTML
  • CSS
Interview preparation tips for other job seekers - Focus on core JS concepts try to implement debouncing & throttling like concepts before interview

Skills evaluated in this interview

Anonymous

DevOps Intern Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2022

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linux commands based questions
  • Add your answer
  • Q2. Linux file system role of each folders.
  • Ans. 

    Linux file system folders and their roles

    • The / directory is the root directory

    • The /bin directory contains essential command binaries

    • The /etc directory contains configuration files

    • The /home directory contains home directories for users

    • The /lib directory contains shared library files

    • The /tmp directory contains temporary files

    • The /usr directory contains user binaries, libraries, documentation, and source-code

    • The /var dire...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Linux, Docker, Kubernetes based questions
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Whats your expectations from this internship
  • Add your answer

Interview Preparation Tips

Topics to prepare for Netomi DevOps Intern interview:
  • Linux
  • Docker
  • Kubernetes
  • Ansible
  • Networking
  • Devops
Interview preparation tips for other job seekers - Study each and every thing in depth and you can clear any company's interview

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
Do u agree?
FeedCard Image
Got a question about Netomi ?
Ask anonymously on communities.
More about working at Netomi
  • HQ - San Mateo,California, United States (USA)
  • Emerging Technologies
  • 51-200 Employees (India)

Netomi Interview FAQs

How many rounds are there in Netomi interview?
Netomi interview process usually has 2 rounds. The most common rounds in the Netomi interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Netomi 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 Netomi . The most common topics and skills that interviewers at Netomi expect are Customer Service, Artificial Intelligence, SAN, Python and Computer science.
What are the top questions asked in Netomi interview?

Some of the top questions asked at the Netomi interview -

  1. Suppose I want to schedule my pods based on limits instead of requested resourc...read more
  2. find the result for simplify(add20, multiply30, divide10, subtract10)(1...read more
  3. What the different functionalities of individual components of a kubernetes clu...read more

Tell us how to improve this page.

Netomi Interviews By Designations

  • Netomi Sdet Automation Test Engineer Interview Questions
  • Netomi Sdet Lead Interview Questions
  • Netomi Data Scientist Interview Questions
  • Netomi Senior Sdet Engineer Interview Questions
  • Netomi Senior Devops Engineer Interview Questions
  • Netomi React Js Frontend Developer Interview Questions
  • Netomi DevOps Intern Interview Questions
  • Netomi Sdet Interview Questions
  • Show more

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Executive Interview Questions
  • Team Lead Interview Questions
  • Design Engineer Interview Questions
  • Software Developer Interview Questions
  • Senior Associate Interview Questions
  • Business Analyst Interview Questions
  • Sales Executive Interview Questions
  • Show more
  • Senior Software Engineer Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

3/5

based on 10 interview experiences

Difficulty level

Easy 13%
Moderate 75%
Hard 13%

Duration

Less than 2 weeks 43%
2-4 weeks 43%
4-6 weeks 14%
View more

Interview Questions from Similar Companies

ENH iSecure
ENH iSecure Interview Questions
4.0
 • 29 Interviews
XenonStack
XenonStack Interview Questions
3.1
 • 29 Interviews
Miko
Miko Interview Questions
3.2
 • 11 Interviews
Kratikal Tech Private Limited
Kratikal Tech Private Limited Interview Questions
3.8
 • 10 Interviews
Kawasaki Robotics India Private Limited
Kawasaki Robotics India Private Limited Interview Questions
4.6
 • 8 Interviews
Habilelabs
Habilelabs Interview Questions
4.0
 • 8 Interviews
Talentpace
Talentpace Interview Questions
3.7
 • 6 Interviews
Avaamo
Avaamo Interview Questions
3.4
 • 6 Interviews
Algoframe
Algoframe Interview Questions
5.0
 • 5 Interviews
Discreet Solutions Private Limited
Discreet Solutions Private Limited Interview Questions
2.9
 • 5 Interviews
View all

Netomi Reviews and Ratings

based on 33 reviews

4.2/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.1

Salary

3.9

Job security

4.2

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 33 Reviews and Ratings
Jobs at Netomi
Netomi
Netomi - Lead/Senior UX Designer - Sketch/Figma (7-9 yrs)

7-9 Yrs

Not Disclosed

Netomi
Netomi - Senior Product Manager - Artificial Intelligence (5-7 yrs)

5-7 Yrs

Not Disclosed

Netomi
Netomi - Senior Implementation Consultant (5-6 yrs)

5-6 Yrs

Not Disclosed

Explore more jobs
Netomi Salaries in India
Software Development Engineer II
13 salaries
unlock blur

₹19.9 L/yr - ₹33.2 L/yr

Data Analyst
12 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Devops Engineer
10 salaries
unlock blur

₹10.3 L/yr - ₹18.2 L/yr

Software Engineer
7 salaries
unlock blur

₹12 L/yr - ₹15.5 L/yr

Product Owner
6 salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Explore more salaries
Compare Netomi with
XenonStack

XenonStack

3.1
Compare
ENH iSecure

ENH iSecure

4.0
Compare
Miko

Miko

3.2
Compare
Orpak Systems

Orpak Systems

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Netomi Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter