Filter interviews by
Software development life cycle is a process used to design, develop, and test software applications.
1. Planning: Define project scope, requirements, and timeline.
2. Analysis: Gather and analyze user requirements.
3. Design: Create a detailed design plan for the software.
4. Implementation: Write code based on the design.
5. Testing: Test the software for bugs and issues.
6. Deployment: Release the software to users.
7. Mai...
Top trending discussions
posted on 2 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
The 4 pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Creating new classes from existing classes, inheriting their attributes and methods.
Polymorphism: Objects of different classes can be treated as objects of a common superclass.
Abstraction: Hiding the complex implementation details and showin
posted on 7 Sep 2024
I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.
First round was coding test conducted by their IDE where you can program in any language like on hackerrank IDE . 5 question were asked from easy to hard
Stack is used for static memory allocation and stores local variables, while heap is used for dynamic memory allocation and stores objects.
Stack memory is allocated in a contiguous block and is faster to access compared to heap memory.
Variables stored on the stack have limited scope and lifetime, while objects on the heap can persist beyond the scope of the function.
Stack memory is managed by the compiler, while heap m...
Compiler translates entire code into machine code before execution, while interpreter translates code line by line during execution.
Compiler translates entire code into machine code before execution
Interpreter translates code line by line during execution
Compiler generates error messages after scanning entire code
Interpreter stops at first error encountered
Examples: C, C++ use compilers; Python, Ruby use interpreters
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.
MCQ questions on Linux Networking and SQL
posted on 2 Jul 2024
A normal aptitude test
A normal coding interview
posted on 7 Nov 2019
I applied via Campus Placement
posted on 23 Apr 2024
posted on 13 Jul 2022
I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.
5 coding questions you have to complete atleast 4
Basic aptitude questions
I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.
Find two numbers in an array that add up to a specific target value.
Use a hashmap to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hashmap.
Return the indices of the two numbers that add up to the target value.
No, a circular loop is not present in a linked list.
A linked list does not have a circular loop by default.
If a linked list has a circular loop, it is considered a circular linked list.
Circular linked lists can be detected using Floyd's Cycle Detection Algorithm.
To identify duplicates in a circular linked list, use a hash set to keep track of visited nodes.
Traverse the circular linked list while adding each node to a hash set.
If a node is already in the hash set, it is a duplicate.
Consider edge cases such as an empty list or a list with only one node.
posted on 27 Feb 2024
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
Multiple Choice Questions
Right side view of a binary search tree
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Process Leader
141
salaries
| ₹3 L/yr - ₹9 L/yr |
Process Associate
110
salaries
| ₹1.7 L/yr - ₹4 L/yr |
Quality Associate
99
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Senior Process Lead
51
salaries
| ₹4.3 L/yr - ₹8.8 L/yr |
Software Engineer
49
salaries
| ₹3 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech