Filter interviews by
I was interviewed in Feb 2022.
Round duration - 90 minutes
Round difficulty - Easy
It was purely a coding round
You are enrolled as a student and must complete N
courses, numbered from 1 to N, to earn your degree.
Some courses have prerequisites, which means that to take course i
,...
The key observation here is that we need to consider the number of courses as vertices of a graph and prerequisites as directed edges of a graph.
Now the problem boils down to find if a cycle exists in the directed graph or not. If a cycle exists, no topological ordering exists and therefore it is impossible to take all courses.
Now, there is a cycle in the graph only if there is a back edge prese...
Given an integer N
, find all possible placements of N
queens on an N x N
chessboard such that no two queens threaten each other.
A queen can attack another queen if they ar...
Tip 1 : Stay focused
Tip 2 : Practice coding questions
Tip 3 : View previous interviews of the companies
Tip 1 : Have atleast 3 great project
Tip 2 : Write only what you know and prepare well
Top trending discussions
An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.
Cannot be instantiated directly
May contain abstract methods
Used as a blueprint for other classes
Abstraction is the process of hiding complex details and showing only the essential features of an object or system.
Abstraction allows us to focus on what an object does, rather than how it does it
It helps in simplifying complex systems by breaking them down into smaller, more manageable parts
Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone
QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).
QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.
It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).
Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.
Example: ['3', '1', '4'...
Bubble sorting has a time complexity of O(n^2) for a sorted list.
Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.
The time complexity does not change even if the list is already sorted.
Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.
Yes, I have been to multiple states other than Jharkhand.
I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.
I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.
I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.
De/algo leetcode medium level
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
Graph, DP, array, Stack
Moderate level coding question
posted on 17 Sep 2024
I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.
Basic neetcode questions
Selenium
Appium
posted on 14 Oct 2024
I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.
Coding interview, framework
I applied via Referral and was interviewed in Mar 2022. There were 3 interview rounds.
Streams are a sequence of data elements made available over time. There are different types of streams.
Byte Streams
Character Streams
Buffered Streams
Data Streams
Object Streams
Print Streams
File Streams
Network Streams
One questins hard and obe mideum 20 mcq
Hobbee is a term that doesn't have a specific meaning. It can be used to refer to a hobby or interest.
Hobbee can be anything that someone enjoys doing in their free time
It can be a sport, a craft, a game, or any other activity
For example, someone's hobbee might be playing guitar, hiking, or reading
The term is often used in a casual or playful way to ask someone about their interests
I applied via Job Fair and was interviewed before Sep 2021. There were 3 interview rounds.
It was basic dsa questions on hashmap and heap
based on 1 review
Rating in categories
Software Developer
98
salaries
| ₹6.8 L/yr - ₹19.5 L/yr |
Front end Developer
49
salaries
| ₹6.3 L/yr - ₹17 L/yr |
Senior Software Developer
41
salaries
| ₹8.2 L/yr - ₹24 L/yr |
Software Quality Analyst
22
salaries
| ₹4.5 L/yr - ₹7.8 L/yr |
Software Engineer
19
salaries
| ₹6 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech