Filter interviews by
I appeared for an interview in Oct 2016.
Pseudo code for circular queue
A circular queue is a data structure that follows the FIFO (First-In-First-Out) principle.
It uses an array to store the elements and two pointers, front and rear, to keep track of the queue.
When the rear pointer reaches the end of the array, it wraps around to the beginning, creating a circular behavior.
To enqueue an element, check if the queue is full. If not, increment the rear pointer a...
Concatenation of linked lists is the process of combining two or more linked lists into a single linked list.
Create a new linked list to store the concatenated result.
Traverse the first linked list and add each node to the new linked list.
Traverse the second linked list and add each node to the new linked list.
The last node of the first linked list should point to the head of the second linked list.
Return the head of t
Finding the intersection point of two linked lists.
Traverse both lists and find their lengths.
Move the pointer of the longer list ahead by the difference in lengths.
Now, traverse both lists simultaneously until the pointers meet.
The meeting point is the intersection point.
To find the height of a tree and its mirror image, we need to traverse the tree and calculate the maximum depth.
Traverse the tree using depth-first search or breadth-first search
Keep track of the maximum depth encountered during traversal
Repeat the traversal process for the mirror image of the tree
Compare the heights of the original tree and its mirror image
Inheritance in everyday life is when traits or characteristics are passed down from parents to children.
Inheritance in code allows a class to inherit properties and methods from another class.
In everyday life, children often inherit physical traits, such as eye color or height, from their parents.
In code, a child class can inherit attributes and behaviors from a parent class.
For example, a parent class 'Animal' can hav...
I liked the company's innovative projects, supportive team, and positive work culture.
Innovative projects: I was impressed by the company's focus on cutting-edge technologies and solutions.
Supportive team: Everyone I met during the interviews was friendly, helpful, and passionate about their work.
Positive work culture: The company's emphasis on work-life balance and professional development opportunities stood out to m
The company specializes in developing software solutions for various industries.
Specializes in developing software solutions
Works with clients from different industries
Focuses on creating innovative and efficient software products
My strengths include problem-solving skills and attention to detail. My weaknesses include public speaking and time management.
Strengths: problem-solving skills
Strengths: attention to detail
Weaknesses: public speaking
Weaknesses: time management
Yes, coding is my passion as I enjoy problem-solving and creating innovative solutions through programming.
I find joy in tackling complex coding challenges
I am constantly learning new technologies and improving my coding skills
I have personal projects where I apply coding to solve real-world problems
I am willing to work here long-term and grow with the company. My future plans include gaining more experience and taking on more responsibilities.
I am committed to working here for the foreseeable future
I am eager to learn and grow within the company
I hope to take on more responsibilities and advance in my career
My hobbies include playing guitar, hiking, and reading science fiction novels.
Playing guitar: I enjoy learning new songs and practicing different techniques.
Hiking: I love exploring nature trails and challenging myself with long hikes.
Reading science fiction novels: I find it fascinating to escape into futuristic worlds and explore complex ideas.
Top trending discussions
posted on 9 May 2017
I appeared for an interview before May 2016.
posted on 12 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.
25 MCQ questions online with time limit
Create webapp . Frontend, Backend , data encryption
posted on 4 Nov 2023
I appeared for an interview in Oct 2023.
Easy to medium
profit and loss questions
Permutation and combination
Easy to medium
45 mins
Operator overloading allows operators to be redefined for user-defined types in Java.
Operator overloading is not supported in Java as it can lead to ambiguity and confusion.
Java does not allow custom operators to be defined or existing operators to be overloaded.
Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.
Java is a high-level, object-oriented programming language known for its platform independence and robust features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
It is object-oriented, allowing for modular and reusable code
Java is known for its robust standard library, which includes tools for networking, I/O, and more
It supports multithreading, allowing for concurrent e...
posted on 24 Sep 2024
I applied via Campus Placement
Easy aptitude, 30 min with 20 question
posted on 25 Sep 2024
I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.
Simple aptitude questions.
My strength lies in my problem-solving skills and ability to learn quickly.
Strong problem-solving skills
Quick learner
Adaptability to new technologies
Ability to work well under pressure
Yes, I am comfortable working under pressure and have experience delivering high-quality work in tight deadlines.
I have successfully completed projects with tight deadlines in my previous roles.
I am able to prioritize tasks effectively and remain focused under pressure.
I thrive in challenging situations and see them as opportunities to showcase my skills.
I have experience working on urgent bug fixes and resolving issue
I applied via Referral and was interviewed in Nov 2022. There were 4 interview rounds.
It was online 1hr test. Overall it was an easy test. If you code on hackerrank, hackerearth or leetcode then you can easily clear the test.
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.
Gather requirements from stakeholders
Create a design based on requirements
Write code to implement the design
Test the software for bugs and issues
Deploy the software for users to use
Iterate on feedback and make improvements
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I use print statements, logging, and debugging tools to identify and fix issues in my code.
I start by reviewing the code and understanding the logic behind it.
I use print statements to check the values of variables at different points in the code.
I utilize logging to track the flow of the program and identify any errors.
I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...
Identify bottlenecks, analyze code, optimize algorithms, utilize caching, and consider hardware upgrades.
Identify bottlenecks in the application by profiling and monitoring performance.
Analyze the code to find inefficient algorithms or database queries.
Optimize algorithms and data structures to improve efficiency.
Utilize caching mechanisms to reduce redundant computations.
Consider hardware upgrades such as increasing m
Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.
Functional programming uses pure functions that do not have side effects.
Object-oriented programming uses objects that encapsulate data and behavior.
In functional programming, data is immutable and functions are first-class citizens.
In object-oriented programming, objects can have state a...
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
Function to find the first non-repeating character in a string
Create a hashmap to store character frequencies
Iterate through the string to populate the hashmap
Iterate through the string again to find the first non-repeating character
A stack is a data structure that follows the Last In First Out (LIFO) principle, while a queue follows the First In First Out (FIFO) principle.
Stack: Last In First Out (LIFO), used for function calls, undo operations.
Queue: First In First Out (FIFO), used for printing tasks, message queues.
Software Developer
57
salaries
| ₹3.9 L/yr - ₹15.6 L/yr |
Senior Software Developer
15
salaries
| ₹6 L/yr - ₹14.5 L/yr |
Associate Technical Leader
13
salaries
| ₹9.6 L/yr - ₹22 L/yr |
Technical Lead
13
salaries
| ₹17 L/yr - ₹27 L/yr |
Software Engineer
12
salaries
| ₹5 L/yr - ₹9.7 L/yr |
Accel Frontline
Pitney Bowes
Apmosys Technologies
DynPro