Filter interviews by
I was interviewed 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...
Top trending discussions
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 9 Jan 2025
I was interviewed in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.
Encourage open communication among team members to address conflicts early on
Practice active listening to understand all perspectives and concerns
Seek compromise and find common ground to resolve conflicts effectively
Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheri...
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
Give 10 questions from node js backend
package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.
It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.
It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.
It allows developers to define scripts for tasks like building, testing, and running the project.
Example: {...
Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.
Components in Angular are reusable, self-contained units of code that define a part of the user interface.
Data can be shared to a component using input properties, where data is passed from the parent component to the child component.
Data can also be shared from a child component t...
=== is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.
=== is a strict equality operator that checks both value and type of operands
== is a loose equality operator that only checks the value of operands
=== is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues
Arrow function syntax in JavaScript
Arrow functions are concise syntax for writing function expressions in JavaScript
They have a shorter syntax compared to traditional function expressions
They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords
Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.
Arrow functions have a shorter syntax compared to anonymous functions.
Arrow functions do not have their own 'this' keyword, while anonymous functions do.
Arrow functions do not have 'arguments' object, while anonymous functions do.
Arrow functions are not hoisted, while anonymous functions are hoisted.
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Generally quant based
An octa-core processor is a CPU that has eight cores, allowing it to handle multiple tasks simultaneously for improved performance.
An octa-core processor has eight processing cores, which can work together to execute tasks faster and more efficiently.
It is commonly found in high-end smartphones, tablets, and computers to provide better multitasking capabilities.
Each core can handle its own tasks independently, leading ...
posted on 7 Oct 2024
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
Was given task to make login with rest client retrofit2
Software Developer
57
salaries
| ₹3.9 L/yr - ₹15.6 L/yr |
Senior Software Developer
17
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
10
salaries
| ₹5 L/yr - ₹9.7 L/yr |
TCS
Infosys
Wipro
HCLTech