Filter interviews by
I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.
Top trending discussions
posted on 9 Jul 2024
Basic OOP questions for python programming language
Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.
Abstraction allows users to focus on what an object does instead of how it does it
It helps in reducing complexity and improving efficiency in software development
Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction
SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.
SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.
SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.
SQL d...
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, prev, and next
Iterate through the linked list, updating pointers to reverse the direction
Update the head of the linked list to the last node after reversing
Binary search algorithm efficiently finds the target value in a sorted array.
Start by defining the low and high indices of the array.
Calculate the mid index and compare the target value with the value at mid.
If target is less than mid value, update high to mid-1; if greater, update low to mid+1.
Repeat until target is found or low is greater than high.
posted on 6 Aug 2024
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
Machine test has been done for automation testing. Also one on one round will be done before m/c test.
posted on 6 Sep 2024
Strong data structures knowledge
I applied via Approached by Company and was interviewed in Mar 2021. There were 4 interview rounds.
I am currently working as a Software Test Engineer.
Designing and executing test cases to ensure software quality
Identifying and reporting software defects
Collaborating with developers and stakeholders to resolve issues
Creating and maintaining test documentation
Participating in test planning and strategy discussions
Fundamentals of testing involve understanding the purpose, techniques, and principles of software testing.
Testing is done to identify defects and ensure quality
Techniques include black box, white box, and grey box testing
Principles include exhaustive testing is impossible, early testing, and defect clustering
Testing should be planned, designed, executed, and evaluated
I applied via Approached by Company and was interviewed in Jun 2024. There were 4 interview rounds.
Concatenate two LinkedList without using extra space in O(n) time
Traverse the first LinkedList and update the last node's next pointer to the head of the second LinkedList
Return the head of the first LinkedList as the concatenated LinkedList
3 dsa questions were asked
Coding in live project involves writing and implementing code in a real-world software development project.
Understand the project requirements and scope before writing any code.
Collaborate with team members to ensure code integration and compatibility.
Test and debug code to ensure it meets project specifications.
Document code changes and updates for future reference.
Follow coding best practices and guidelines to mainta...
Prints numbers from 5 to 1 separated by a space
The code initializes x to 5, then enters a while loop that prints the value of x and decrements it until x is no longer greater than 0
The output will be '54321'
The value printed to the console will be 246810.
The function modifies the array elements to be 2.
The main function calls the function to modify the array.
The loop in main function prints the modified array elements.
I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.
2 questions, Easy and medium based
It was easy basic questions were there and we were asked to write two emails.
based on 1 interview
Interview experience
Software Developer
125
salaries
| ₹1.1 L/yr - ₹3.8 L/yr |
Operations Executive
88
salaries
| ₹1.3 L/yr - ₹3.5 L/yr |
Executive Software Developer
39
salaries
| ₹1.5 L/yr - ₹3.8 L/yr |
Application Support Engineer
29
salaries
| ₹0.9 L/yr - ₹5 L/yr |
Client Account Manager
28
salaries
| ₹2 L/yr - ₹10 L/yr |
TCS
Infosys
Wipro
HCLTech