Filter interviews by
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
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
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
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 Apr 2024
Math, logical reasoning
Pattern print, array, string question to be solved in any language
I was interviewed in Nov 2022.
Easy coding. School can also solve those problems
I am a passionate software engineer with experience in developing and implementing software solutions.
Experienced in programming languages such as Java, C++, and Python
Proficient in software development methodologies and tools
Strong problem-solving and analytical skills
Excellent communication and teamwork abilities
Developed a web application using Java Spring framework for a client
Implemented an algorithm to optimize d
posted on 28 May 2023
Aptitude - 60 minutes - 4 Sections 15 minutes Each
Discuss A random topic given to you by the manager
posted on 16 Apr 2024
I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.
Basic aptitude test, easy to crack.
Asked all SQL concepts and few scenario based questions.
posted on 23 Apr 2024
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.
based on 4 reviews
Rating in categories
Senior Software Engineer
374
salaries
| ₹5 L/yr - ₹19 L/yr |
Software Engineer
145
salaries
| ₹4 L/yr - ₹15 L/yr |
Senior Software Test Engineer
109
salaries
| ₹4 L/yr - ₹14 L/yr |
Software Developer
47
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Developer
47
salaries
| ₹5.1 L/yr - ₹16 L/yr |
TCS
Infosys
Wipro
HCLTech