Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
Questions mainly from Linked list.
Top trending discussions
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
posted on 2 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
DSA round with 2 questions
DSA with 2 questions
I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.
Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.
Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.
Adapting to new technologies: I hav...
I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.
Opportunities for professional development and growth
A collaborative and supportive team environment
Challenging and interesting projects to work on
Competitive compensation and benefits package
I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.
Indexed arrays: default type where each element is assigned a numeric index starting from 0.
Associative arrays: elements are assigned a specific key instead of numeric index.
Multidimensional arrays: arrays within arrays, creating a matrix-like structure.
Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
posted on 2 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
DSA round with 2 questions
DSA with 2 questions
I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.
Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.
Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.
Adapting to new technologies: I hav...
I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.
Opportunities for professional development and growth
A collaborative and supportive team environment
Challenging and interesting projects to work on
Competitive compensation and benefits package
I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.
posted on 2 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
Random Programming questions
posted on 19 Feb 2022
Answers to common interview questions for Software Test Engineer
SQL is a programming language used to manage and manipulate relational databases.
Update query is used to modify existing data in a database table.
Types of software testing include functional, performance, and security testing.
Unit testing is a type of testing where individual units or components of a software application are tested in isolation.
Database te...
based on 8 reviews
Rating in categories
Software Engineer
58
salaries
| ₹4 L/yr - ₹17.3 L/yr |
Software Developer
34
salaries
| ₹4 L/yr - ₹9.1 L/yr |
Software Development Engineer
25
salaries
| ₹5.5 L/yr - ₹11 L/yr |
R&D Engineer
17
salaries
| ₹9 L/yr - ₹9 L/yr |
Project Manager
13
salaries
| ₹7.8 L/yr - ₹22 L/yr |
TCS
Wipro
Infosys
HCLTech