i
Fynd
Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
I will showcase my projects from oldest to newest, displaying only the final outcomes.
Start with the earliest project and work your way to the most recent one
Focus on showcasing the final deliverables or outcomes of each project
Provide a brief overview or context for each project if necessary
Top trending discussions
I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.
Detect if two circular linked lists overlap
Traverse both lists and check if they have the same tail node
If they have different tail nodes, they do not overlap
If they have the same tail node, check if they intersect at any point
Use Floyd's cycle-finding algorithm to detect intersection point
I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.
Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.
Advantage: Provides structure and pre-built components for faster development
Advantage: Can improve code quality and maintainability
Disadvantage: Can limit flexibility and customization
Disadvantage: Requires learning curve and potential dependency issues
Example: ReactJS provides a fr...
Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.
Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism
Disadvantages: complexity, steep learning curve, performance overhead
Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'
I applied via LinkedIn and was interviewed in Jan 2022. There were 3 interview rounds.
MySQL query to find 2 highest salaries and explanation of abstract and interfaces
Use ORDER BY and LIMIT to get the top 2 salaries
Abstract classes cannot be instantiated and can have both abstract and non-abstract methods
Interfaces define a set of methods that a class must implement
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2
Example: abstract class Animal { abstract void makeSound(); }
Example: inte
I appeared for an interview in Feb 2025, where I was asked the following questions.
Finding the lowest common ancestor (LCA) in a binary tree identifies the deepest shared ancestor of two nodes.
The LCA of two nodes is the deepest node that is an ancestor to both nodes.
In a binary tree, the LCA can be found using recursion or iterative methods.
Example: In a tree with nodes 4, 5, 6, and 7, the LCA of 4 and 5 is 2 if 2 is their parent.
If one node is an ancestor of the other, the LCA is the ancestor node ...
To find word frequency in a large text file, read the file, tokenize words, and count occurrences using a dictionary or hashmap.
Read the file line by line to handle large files efficiently.
Use a dictionary to store words as keys and their counts as values.
Tokenize the text using whitespace and punctuation as delimiters.
Convert words to lowercase to ensure case insensitivity.
Example: For the text 'Hello world! Hello', t
Remove duplicates from list of strings
Create a Set to store unique strings
Iterate through the array and add each string to the Set
Convert the Set back to an array to get the list of unique strings
Iterate through the table to find the second largest value.
Iterate through the table and keep track of the largest and second largest values.
Compare each value with the current largest and second largest values.
Update the second largest value if a new value is found that is greater than the current second largest value.
Sort array of strings in descending order
Use a sorting algorithm like quicksort or mergesort
Specify the sorting order as descending
Ensure the sorting algorithm is stable to maintain order of equal elements
I applied via Approached by Company and was interviewed before Mar 2022. There were 3 interview rounds.
Optimisation techniques for software engineering
Use efficient algorithms and data structures
Minimize I/O operations and network calls
Optimize database queries
Use caching and memoization
Parallelize computations
Profile and analyze code for bottlenecks
Eliminate unnecessary code and dependencies
Design patterns are reusable solutions to common software problems.
Design patterns provide a common language for developers to communicate solutions.
They help improve code quality, maintainability, and scalability.
Examples include Singleton, Factory, Observer, and Decorator patterns.
Prime number programs
OOPs is Object-Oriented Programming, polymorphism allows objects to be treated as instances of their parent class, abstract class cannot be instantiated.
OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Polymorphism allows objects to be treated as instances of their parent class, enabling different classes to be treated as ins...
I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.
First round I was interviewed with easy to medium interviews questions along with project details.
Secound round had one coding question followed by technical questions and experience questions.
based on 2 interviews
Interview experience
Software Development Engineer
86
salaries
| ₹10 L/yr - ₹30.6 L/yr |
Software Development Engineer 1
78
salaries
| ₹9 L/yr - ₹27 L/yr |
Software Development Engineer II
72
salaries
| ₹20 L/yr - ₹46 L/yr |
Software Developer
63
salaries
| ₹10 L/yr - ₹30 L/yr |
Software Engineer
51
salaries
| ₹7 L/yr - ₹26.2 L/yr |
Intellect Design Arena
Thomson Reuters
Oracle Cerner
NextComm Corporation