Filter interviews by
I appeared for an interview before Sep 2020.
Round duration - 100 Minutes
Round difficulty - Hard
**Criteria:
8 CPI or Above (only CSE, MnC). All students irrespective of history of backlogs or current backlogs were considered if they satisfied the CPI criteria.
It was first round..
This round was the Online test which was around 1 Hour 40 Minutes long(don't remember exact time).
Timing from 19:00 to 20:40
Environement was comfortable.
Hackerrank is a good platform for online tests.
All questions were new for me, So cant give any links.
Given an integer array ARR
of size N
and an integer K
, determine the minimum number of elements that need to be removed so that the difference between the maximum and mi...
Find the minimum number of elements to remove from an array to satisfy a given condition.
Calculate the initial difference between the maximum and minimum elements in the array.
Iterate through the array and remove elements to minimize the difference.
Return the count of elements removed as the answer.
You are given the initial health of a king represented by an integer N
. Your task is to determine the minimum number of stabs required to reduce the king's health ...
Calculate the minimum number of stabs required to kill the king by reducing his health to zero.
Iterate through each test case and calculate the minimum number of stabs required based on the given operations.
For each test case, keep reducing the king's health using the first or second type of stab until it reaches zero.
Consider the constraints provided to optimize the solution and handle edge cases.
Example: For input 10...
In a city with ‘N’ junctions and ‘M’ bi-directional roads, each junction is connected to other junctions with specified travel times. No road connects a junction to itself, ...
The problem involves finding the minimum time to travel from a source junction to a destination junction in a city with specified travel times and green light periods.
Input consists of the number of test cases, number of junctions and roads, green light periods, road connections with travel times, and source/destination junctions.
Output should be the minimum time needed from source to destination, or -1 if destination ...
Round duration - 75 Minutes
Round difficulty - Medium
This was an Online F2F Technical Round conducted on zoom. Interviewer shared codepad link and you were asked to code and pass sample test case given by interviewer. Only one question(coding) was asked(More follow questions).
Interviewer was really helpful..
Assume you initially have an empty array called ARR
. You are required to return the updated array after executing Q
number of queries on this array.
There are two types of que...
Implement a function to update an array based on XOR queries.
Create an empty array to store the elements.
Iterate through each query and update the array accordingly.
Use bitwise XOR operation to update the elements.
Ensure to handle both types of queries - insert and XOR.
Return the updated array after all queries are processed.
Round duration - 90 Miinutes
Round difficulty - Medium
Again pattern was same(Zoom video call and I was asked to code and 1 question was there(+Follow up)).
Timing was afternoon time around 13:00
You are given an integer 'N' and two strings S
and R
, each having the size N
. Determine if you can scramble string S
to obtain string R
using specified operations.
Your ...
Given two strings of the same length, determine if one can be scrambled to obtain the other using specified operations.
Check if the two strings are equal, if so return true.
Check if the characters in both strings are the same, if not return false.
Try all possible ways of splitting and scrambling the first string to match the second string.
Round duration - 60 Minutes
Round difficulty - Easy
It was a zoom video call.
In starting 5 minutes, interviewer tried to make me comfortable with him..
Tip 1 : Do Complete Interview Bit, Puzzles and some questions from LeetCode
Tip 2 : Do 2 or 3 projects. Projects using different technologies are preffered.
Tip 3 : Give Practice Contests on Codeforces, Codechef. These help you to clear coding rounds which are useful for shortlisting for interview..
Tip 1 : Never put anything on resume that you are not comfortable with.. Because if interviewer just start with that topic and you are not comfortable, this create bad impression on interviewer.
Tip 2 : Have 2 or 3 projects on different technologies.
Tip 3 : Put 2 or 3 college time achievement. (can be Competitive programming or Academic performance)
Top trending discussions
I appeared for an interview before Jan 2016.
I appeared for an interview before Sep 2020.
Round duration - 7 days
Round difficulty - Easy
Web Development, Databases
Round duration - 60 minutes
Round difficulty - Medium
This was the final round and was a telephonic interview.
Design a data structure that effectively stores a key-value mapping and performs specific operations in constant time.
Your data stru...
Design a data structure implementing HashMap with constant time operations like INSERT, DELETE, SEARCH, GET, GET_SIZE, IS_EMPTY.
Use a combination of hash table and linked list to achieve constant time operations.
For INSERT and UPDATE, hash the key to get the index and store the (key, value) pair in the linked list at that index.
For DELETE, SEARCH, and GET, hash the key to find the index, then traverse the linked list a...
You are provided with two arbitrary binary trees. Determine if both trees are isomorphic.
Two binary trees are considered isomorphic if one tree can be tr...
Determine if two binary trees are isomorphic by swapping left and right subtrees.
Check if both trees are empty, return 'yes' if they are
Perform the swap operation on any node at any level
Compare the structures of both trees after swapping to determine isomorphism
Tip 1 : Practice Data Structures and Algorithms from websites like leetcode,geeksforgeeks etc.
Tip 2 : Learn one skill — be it web development, android development, or Machine Learning, make some projects on it. Don’t try to learn everything, pick 1 thing, and master it.
Tip 3 : Study computer fundamentals — DBMS, Operating Systems, OOPs, Computer Networks before your interviews.
Tip 1 : Keep it simple and concise.
Tip 2 : Include some personal projects
It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.
GD was good HR was too supportive everyone got chance to keep and express their points.
I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Nov 2022. There were 5 interview rounds.
Maths, logical question & some related to programming
One problem statement to write a program.
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Programming assessment tools used to objectively evaluate a candidates programing skills across parameters such as problem solving, coding aptitude and debugging
I value both independent work and teamwork, as each has unique benefits that contribute to successful software development.
Independence: Working independently allows for deep focus and personal accountability, which can lead to innovative solutions. For example, I once developed a feature on my own that improved application performance by 30%.
Team Collaboration: Collaborating with a team fosters diverse ideas and persp...
Binary search is an efficient algorithm for finding an item from a sorted array by repeatedly dividing the search interval in half.
1. Binary search requires a sorted array to function correctly.
2. It works by comparing the target value to the middle element of the array.
3. If the target value is less than the middle element, search the left half; if greater, search the right half.
4. Repeat the process until the target ...
I am looking for a competitive salary that reflects my skills and experience in software development.
Based on my research, the average salary for a software developer in this region is between $80,000 and $100,000.
I have over 5 years of experience in full-stack development, which I believe justifies a salary towards the higher end of that range.
I am open to discussing the entire compensation package, including benefits...
Easy to moderate apt test here
Easy to moderate coding questions on array
I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.
MCQ type questions answers
Software Engineer
73
salaries
| ₹15.1 L/yr - ₹60.4 L/yr |
Customer Success Engineer
71
salaries
| ₹7.4 L/yr - ₹20.5 L/yr |
Senior Customer Success Engineer
42
salaries
| ₹13 L/yr - ₹31 L/yr |
Software Developer
20
salaries
| ₹25 L/yr - ₹51 L/yr |
Renewal Specialist
20
salaries
| ₹12 L/yr - ₹21 L/yr |
Celebal Technologies
NoBrokerHOOD
Duck Creek Technologies
FinThrive