Upload Button Icon Add office photos
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

Filter interviews by

Netomi Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Netomi Interview Questions and Answers

View all 12 questions

Netomi Interview Experiences

Popular Designations

9 interviews found

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

I was interviewed 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
  • 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
  • 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
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
  • Q2. What the different functionalities of individual components of a kubernetes cluster?
  • Ans. 

    Individual components of a Kubernetes cluster have different functionalities such as scheduling, networking, storage, and monitoring.

    • Kubelet: Responsible for communication between the master node and worker nodes, managing containers on the node.

    • Kube-proxy: Manages network routing for services within the cluster.

    • Kube-controller-manager: Ensures that the desired state of the cluster matches the actual state.

    • Etcd: Key-va...

  • Answered by AI
  • Q3. Suppose I want to schedule my pods based on limits instead of requested resources, what would I need to do?

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.

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
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
  • Q2. Basic coding questions on integer array missing numbers

Skills evaluated in this interview

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)
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
  • Q2. DSA questions and Scenario based coding

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

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
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

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Netomi interview questions for popular designations

 Sdet Automation Test Engineer

 (2)

 Sdet Lead

 (1)

 Data Scientist

 (1)

 Senior Sdet Engineer

 (1)

 Senior Devops Engineer

 (1)

 React Js Frontend Developer

 (1)

 DevOps Intern

 (1)

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
  • 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

  • Answered by AI
  • Q2. Framework architecture

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

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
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
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 ...

Interview Preparation Tips

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

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

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
  • 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

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

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

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
  • 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
Round 2 - Technical 

(1 Question)

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

(1 Question)

  • Q1. Whats your expectations from this internship

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

DevOps Intern Interview Questions asked at other Companies

Q1. Minimum number of towers required such that every house is in the range of at least one tower
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2021

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Convert Roman numeral to decimal number.
  • Ans. 

    Convert Roman numeral to decimal number

    • Create a dictionary mapping each Roman numeral to its corresponding decimal value

    • Iterate through the Roman numeral from left to right

    • If the current numeral is smaller than the next numeral, subtract its value from the total

    • Otherwise, add its value to the total

  • Answered by AI
  • Q2. Largest BST in binary tree.
  • Ans. 

    The largest BST in a binary tree is the subtree with the maximum number of nodes that satisfies the BST property.

    • A binary search tree (BST) is a binary tree where the value of each node is greater than all values in its left subtree and less than all values in its right subtree.

    • To find the largest BST in a binary tree, we can perform a depth-first search (DFS) and keep track of the largest BST found so far.

    • At each node...

  • Answered by AI

Interview Preparation Tips

What is your professional and academic background?At the time of the interview, I had 1 - 3 years of experience.Netomi interview Rounds:Round 1
Round type - Technical
Round duration - 60 Minutes
Round description -
Basic ds/algo round, code was expected to run and checked on the compiler as well

Round 2
Round type - DS/algo
Round duration - 60 Minutes
Round description -
Advanced questions on dp and graphs. However most questions were pretty standard and can be easily practiced online.

Round 3
Round type - Basic statistics and data science
Round description -
Questions regarding previous projects, and conceptual questions on stats, ml models etc. Questions were designed to check the foundation knowledge of data science domain.
Netomi interview Preparation:What topics did you prepare for the interview? - 1. Basics of deep learning
2. Ds algo questionsWhat resources did you refer to prepare for the interview? - YouTube and coursera courses mostlyWhat tips would you give to other job seekers? - 1. Have a good understanding of NLP
2. Be thorough with principles of data science
3. Have basic understanding of programmingWhat was the final outcome of your interview?Selected

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

Basic apti ques grammer and all

Round 2 - Technical 

(1 Question)

  • Q1. Java, spring, html

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. find the result for simplify(add20, multiply30, divide10, subtract10)(1...read more
  2. Can you explain the core components of kubernetes and their rol...read more
  3. What the different functionalities of individual components of a kubernetes clu...read more

Tell us how to improve this page.

Netomi Interview Process

based on 8 interviews

Interview experience

3.1
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Netomi Reviews and Ratings

based on 29 reviews

4.4/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.2

Salary

4.0

Job security

4.4

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 29 Reviews and Ratings
Data Analyst
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Netomi with

Freshworks

3.5
Compare

Zoho

4.3
Compare

HCLTech

3.5
Compare

TCS

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