Faster and better experience!
i
Netomi
Filter interviews by
I was interviewed in Jan 2025.
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...
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...
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.
...
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...
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...
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
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.
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
Basic array questions
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Netomi interview questions for popular designations
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
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
I applied via Approached by Company and was interviewed in Nov 2023. There were 4 interview rounds.
They asked to remove duplicates from an array in O(n) time and O(1) space
I applied via Instahyre and was interviewed in Nov 2022. There were 2 interview rounds.
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.
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 ...
I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.
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
I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.
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
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...
Top trending discussions
posted on 14 Feb 2024
I was interviewed before Feb 2023.
Basic apti ques grammer and all
Some of the top questions asked at the Netomi interview -
based on 8 interviews
Interview experience
7-8 Yrs
₹ 45-53.1 LPA
7-8 Yrs
₹ 45-53.1 LPA
5-6 Yrs
Not Disclosed
Data Analyst
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer II
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Freshworks
Zoho
HCLTech
TCS