Filter interviews by
I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.
2 coding ques easy - medium level
Merge intervals and find second largest salary in SQL
For merging intervals, sort them by start time and then iterate through the intervals to merge overlapping ones
For finding second largest salary, use the SQL query: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees)
Top trending discussions
posted on 9 Oct 2020
posted on 20 Jul 2022
I applied via Company Website and was interviewed in Jun 2022. There were 4 interview rounds.
I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.
posted on 2 Jan 2023
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
posted on 8 Apr 2022
I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.
Kubernetes cluster can be exposed to the internet using various methods.
One way is to use a LoadBalancer service type to expose the cluster to the internet.
Another way is to use an Ingress controller to route traffic from the internet to the cluster.
A third way is to use a NodePort service type to expose the cluster to the internet.
It is important to secure the cluster by using authentication and authorization mechanis...
Ingress is a Kubernetes resource that manages external access to services. Prometheus is a monitoring system and Grafana is a visualization tool.
Ingress is used to route external traffic to the appropriate Kubernetes service
Prometheus is used to collect and store metrics from various sources
Grafana is used to visualize the collected metrics in a user-friendly way
Ingress can be configured to use different load balancing...
posted on 17 Dec 2022
They ask us 40 mcqs and 2 coding questions. Mcqs are from networking,OS,DS,Ada and also have questions of general aptitude like direction,blood relation. Coding question are not easy both the questions are from Graph.
Find unique character from a string and optimize it
Use a hash table to store the frequency of each character in the string
Iterate through the hash table to find the character with frequency 1
If there are multiple characters with frequency 1, return the first one
Optimization: Stop iterating through the hash table once a character with frequency 1 is found
They give me a scenario like you have to go from place A to place B then what should You consider.
posted on 21 Dec 2022
Explanation of linked list reversal and RabbitMQ
Linked list reversal can be done iteratively or recursively
Iterative reversal involves changing the pointers of each node to point to the previous node
Recursive reversal involves calling the function recursively on the next node and changing its pointer to the current node
RabbitMQ is a message broker that allows for asynchronous communication between applications
It uses a...
I was interviewed in Nov 2021.
Round duration - 15 minutes
Round difficulty - Easy
Video Submission Round
The topic of the video I submitted for my assignment was the impact of renewable energy on reducing carbon emissions.
Discussed various sources of renewable energy such as solar, wind, and hydro power
Highlighted the benefits of transitioning to renewable energy for the environment and economy
Provided examples of countries successfully implementing renewable energy initiatives
Round duration - 60 minutes
Round difficulty - Medium
It was around 4-5 o' clock in evening.
As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective vaccination schedule. Your goal is...
Maximize vaccines administered on a specific day while following certain rules.
Distribute vaccines evenly over the specified number of days.
Ensure the difference in vaccines between consecutive days is not more than 1.
Maximize the number of vaccines administered on the given day.
Keep track of the total number of vaccines administered each day.
Return the maximum number of vaccines administered on the specified day.
Round duration - 60 Minutes
Round difficulty - Easy
It was the First Interview round of the shortlisted students from coding round.
It was the Technical Round.
Given two strings S
and P
consisting of lowercase English alphabets, determine if P
is present in S
as a substring.
The first line contains an integer T
, the number of t...
The task is to determine if a given substring is present in a given string.
Iterate through the string S and check if each substring of length equal to the length of P matches P.
Use string comparison to check for equality between substrings.
Return 'YES' if a match is found, otherwise return 'NO'.
Round duration - 60 minutes
Round difficulty - Easy
It was the MR( Managerial Round). It had questions regarding the major projects, internships and basics of computer network.
A website sends data to a server through HTTP requests, which include the data in the request body or parameters.
When a user interacts with a website (e.g. submits a form), the website sends an HTTP request to the server.
The data can be sent in the request body (e.g. JSON or XML) or as parameters in the URL.
The server processes the request, retrieves the data, and sends a response back to the website.
Examples of data s...
Round duration - 30 minutes
Round difficulty - Easy
It was the Last round. The HR round
Tip 1 : First priority, prepare Computer Networks well.
Tip 2 : Prepare your Projects
Tip 3 : Prepare for DSA
Tip 4 : Fluency in English
Tip 1 : Resume should contain some projects.
Tip 2 : Precise and Short, should cover major aspects.
I was interviewed before Mar 2021.
Round duration - 60 Minutes
Round difficulty - Medium
25 MCQs+ 1 Coding Question
Computer Networking+ OOPS+ DBMS+ Data Structures+ Output Based
Given an N x M
matrix filled with integers, determine the minimum sum obtainable from a path that starts at a specified cell (x, y)
and ends at the top left corner of t...
The problem involves finding the minimum sum path from a specified cell to the top left corner of a matrix.
Start from the specified cell and calculate the minimum sum path to reach the top left corner of the matrix.
You can move down, right, or diagonally down right from any cell.
Keep track of the minimum sum obtained at each cell to determine the overall minimum sum path.
Example: For the input matrix 4 8 2, 2 5 7, 6 1 ...
Tip 1 : Focus on Computer Networking a lot, be clear with fundamentals.
Tip 2 : Resume and Projects are one thing which can make you stand out.
Tip 3 : Show your out of the box work ethics, exploring new fields, the curiosity to learn, being flexible.
Tip 1 : Be clear with the skills you mention, if you have basic knowledge just write it as Basic Knowledge.
Tip 2 : Write one or two points about your projects, achievements or any positions you held
Consultant Engineer
29
salaries
| ₹0 L/yr - ₹0 L/yr |
Research Associate
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Talent Acquisition Specialist
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Accounts Payable Specialist
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon Web Services
Microsoft Azure
Oracle
IBM