Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Round 1 -> 3 easy coding questions (I did all three)
round2 -> 2 coding questions (1 was leetcode's trapping rainwater problem) (Did 1.5)
Designing a DBMS for a college website involves creating tables for students, courses, faculty, and more.
Create tables for students, courses, faculty, departments, etc.
Establish relationships between tables using foreign keys.
Include attributes like student ID, course ID, faculty ID, etc.
Implement normalization to reduce redundancy and improve data integrity.
Consider implementing views for complex queries or reports.
Implement debouncing, create a nodejs server with get/post api, and answer JavaScript questions.
Implement debouncing by using setTimeout and clearTimeout to limit the number of times a function is called.
Create a nodejs server with Express framework to handle get and post requests.
Answer JavaScript questions on closures, let/var/const, event loop, and output based questions.
Provide examples for each concept to demonstr
I applied via Campus Placement
Pattern, string, array
I am passionate about creating innovative software solutions and believe your company aligns with my values and goals.
Passionate about software development
Believe company aligns with values and goals
Subarray sum equals to zero
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
It consisted of 30 mcq questoions
The second round was lasted for 20 mins with a hard leetcode questionj.
Unthinkable Solutions interview questions for designations
3 coding questions of array string and stack
Get interview-ready with Top Unthinkable Solutions Interview Questions
Three questions of coding and compiler was not so good and time was 1 hour
1 to 2 coding rounds, depending on your score that covers basic DSA questions
It was good to atted the interview.
It was easy it will ask you questions in java basically.
In the group discussion they will ask some Hr type questions.
In this round they will give you the assignment to complete it.
I was interviewed in Jun 2021.
Round duration - 90 minutes
Round difficulty - Easy
The round was basically based on the DSA easy level questions. Platform was good enough to code easily
The question asks to find the total amount of rainwater that can be trapped in the given elevation map.
Iterate through the array and find the maximum height on the left and right side of each bar.
Calculate the amount of water that can be trapped on each bar by subtracting its height from the minimum of the maximum heights on both sides.
Sum up the amount of water trapped on each bar to get the total amount of rainwater
The given string needs to be reversed word wise, keeping the individual words intact.
Split the string into an array of words using a space as the delimiter.
Reverse the array of words.
Join the reversed array of words using a space as the separator to form the final reversed string.
Round duration - 20 minutes
Round difficulty - Easy
It is base on OOPS and Data structures.
The task is to sort an array of 0s, 1s, and 2s in increasing order.
Use a three-pointer approach to partition the array into three sections: 0s, 1s, and 2s.
Initialize three pointers: low, mid, and high. low points to the start of the array, mid points to the current element being processed, and high points to the end of the array.
While mid <= high, perform the following checks: if arr[mid] == 0, swap arr[low] and arr[mi
a) Duplicate elements ...
The task is to find the second largest element in an array of integers.
Iterate through the array and keep track of the largest and second largest elements.
Initialize the largest and second largest variables with the first two elements of the array.
Compare each element with the largest and second largest variables and update them accordingly.
Return the second largest element at the end.
Round duration - 20 minutes
Round difficulty - Medium
One Coding question and projects was discussed
The question asks whether it is possible to sort an array by choosing a continuous subarray and reversing it.
Check if the array is already sorted. If yes, return true.
Find the first and last elements of the subarray that needs to be reversed.
Check if the subarray is in non-decreasing order. If yes, return true.
Check if the elements after the subarray are in non-increasing order. If yes, return true.
Otherwise, return fa
The task is to find the duplicate element in an array of integers.
Iterate through the array and keep track of the frequency of each element using a hash map.
Return the element with a frequency greater than 1.
Alternatively, sort the array and check for adjacent elements with the same value.
Tip 1 - Practice Atleast 250 Questions
Tip 2 - Ex- Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
I applied via campus placement at Dehradun Institute of Technology, Dehradun and was interviewed before Jul 2022. There were 4 interview rounds.
Coding test based on average DSA on hackerearch.
1 to 1 coding with interviewer
Some puzzles were asked more like quizez
2 Interview rounds
based on 6 reviews
Rating in categories
Associate Software Engineer
188
salaries
| ₹5.5 L/yr - ₹18.6 L/yr |
Software Engineer
66
salaries
| ₹4.9 L/yr - ₹16.5 L/yr |
Junior Associate Software Engineer
65
salaries
| ₹3.7 L/yr - ₹11.7 L/yr |
Junior Associate
60
salaries
| ₹3 L/yr - ₹10 L/yr |
Junior IT Associate
47
salaries
| ₹4 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
HCLTech