Filter interviews by
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
Simple Hackerrank test with medium level of questions
Leetcode medium level of questions - 1 hour round
Design Twitter timeline to display tweets in chronological order
Use a database to store tweets with timestamps
Implement a sorting algorithm to display tweets in chronological order
Include features like retweets, likes, and replies
Allow users to filter timeline based on hashtags or users they follow
Top trending discussions
I was interviewed in Jan 2025.
I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.
Data structures and algo. 2 ques were asked in hackerrank
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b
Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.
Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.
It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.
For example, in a car simulation program, the Car class may have abstract ...
Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.
Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.
Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.
Abstraction can be achieved through...
My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.
Setting small achievable goals to keep myself motivated
Taking breaks to avoid burnout and maintain productivity
Seeking feedback from others to stay motivated and improve my work
Reminding myself of the end goal and the impact my project will have
My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.
Research the average salary range for Software Engineers in the specific region or industry
Consider your level of experience, skills, and qualifications when determining your salary expectation
Be prepared to negotiate based on the company's offer and benefits package
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
There were 3 coding questions totally based on dsa- hard
Use Dijkstra's algorithm to find the node with the shortest distance in a graph.
Implement Dijkstra's algorithm to calculate the shortest distance from a starting node to all other nodes in the graph.
Select the node with the smallest distance that has not been visited yet as the current node.
Update the distances of neighboring nodes from the current node if the new distance is smaller than the previously recorded distan...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.
Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.
Arrow functions do not have their own 'arguments' object.
Arrow functions cannot be used as constructors with 'new'.
Arrow functions are more concise and have implicit return when no curly braces are used.
forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.
forEach does not return a new array, while map does
forEach does not modify the original array, while map creates a new array
forEach is used for side effects, while map is used for transformation
Example: forEach - array.forEach(item => console.log(item)), map - const newAr
I applied via campus placement at SRM university (SRMU) and was interviewed in Jul 2024. There were 5 interview rounds.
Psuedocode and 10 aptitude codes ,pure maths.fill the blank type
First 2 basic code-i.Pattern ii.Fibnocii ,after clearing two then three will be 3 coding question-Standard Leetcode and GFG questions
Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation det...
Types of waits in Selenium include implicit, explicit, and fluent waits.
Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit wait: Waits for a certain condition to occur before proceeding further in the code.
Fluent wait: Waits for a condition to be true with a specified frequency of checking.
Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
posted on 5 Oct 2024
Use two pointers to find the nth element from the end of a linked list.
Use two pointers, one moving n steps ahead of the other
When the first pointer reaches the end, the second pointer will be at the nth element from the end
HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent access.
HashMap is not thread-safe and can lead to ConcurrentModificationException if accessed by multiple threads simultaneously.
ConcurrentHashMap allows concurrent access by multiple threads without the need for external synchronization.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple th...
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Write code to return the maximum profit by buying and selling stocks using available money
based on 1 interview
Interview experience
Software Engineer
13
salaries
| ₹10 L/yr - ₹22 L/yr |
Senior Software Engineer
7
salaries
| ₹17 L/yr - ₹31 L/yr |
Software Developer
5
salaries
| ₹6.5 L/yr - ₹14 L/yr |
Lead Engineer
4
salaries
| ₹35 L/yr - ₹44 L/yr |
Security Engineer
4
salaries
| ₹12 L/yr - ₹25.6 L/yr |
MakeMyTrip
Cleartrip
Yatra
Goibibo