Filter interviews by
I applied via Job Portal and was interviewed in Sep 2023. There were 2 interview rounds.
String program swapping the 2 nomber without using 3 variable
Thread is a lightweight sub-process that allows concurrent execution within a single process.
Thread is a unit of execution within a process.
Threads share the same memory space and resources of the process.
Threads allow for concurrent execution, improving performance.
Example: In a web server, each request can be handled by a separate thread.
Arrays have fixed size, lists can dynamically grow. Arrays can only store elements of the same type, lists can store different types.
Arrays have a fixed size, while lists can dynamically grow in size.
Arrays can only store elements of the same type, while lists can store different types of elements.
Arrays use square brackets [] for declaration and initialization, while lists use angle brackets <>.
A foreign key is a column or a group of columns in a database table that uniquely identifies a record in another table.
Used to establish a relationship between two tables in a database
Enforces referential integrity
Helps maintain data consistency
Example: If a 'Orders' table has a foreign key 'customer_id' that references the 'Customers' table's 'id' column
Bug life cycle is the process of a bug from identification to resolution.
Bug is identified by tester
Bug is reported in bug tracking system
Bug is assigned to developer
Developer fixes the bug
Bug is retested by tester
If bug is fixed, it is closed. If not, it is reopened
Bug is verified by tester after fix
White box testing focuses on internal logic and code structure, while black box testing focuses on functionality and user experience.
White box testing is also known as clear box testing or glass box testing.
Black box testing is also known as functional testing.
White box testing requires knowledge of the internal code and structure.
Black box testing does not require knowledge of the internal code and structure.
White box...
I applied via Indeed and was interviewed in Jun 2022. There were 3 interview rounds.
Top trending discussions
posted on 28 Jan 2025
The test went good with good logical questions
posted on 19 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
posted on 9 Jan 2025
posted on 23 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.
Easy Level DS Questions - 30 mins
A comprehensive coding test which included job role simulation.
Advanced Cloud Services questions
I am a Senior Software Developer with 8 years of experience in full-stack development, specializing in Java and Angular.
8 years of experience in full-stack development
Specialize in Java and Angular
Strong problem-solving skills
Experience working in agile environments
posted on 13 Nov 2024
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.
Solve the problems of maths
posted on 22 Nov 2024
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Reasoning , maths , coding, english
Java python css c programming sql, html.
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Find the second largest element in an array of strings.
Convert the strings to integers for comparison.
Sort the array in descending order.
Return the second element in the sorted array.
Object-oriented programming concepts in C++
Encapsulation: bundling data and methods that operate on the data together. Example: class Car { private: int speed; public: void accelerate() { speed++; } };
Inheritance: creating new classes based on existing classes. Example: class ElectricCar : public Car { public: void charge() { cout << 'Charging...'; } };
Polymorphism: ability to present the same interface for different d...
Interview experience
based on 39 reviews
Rating in categories
Softwaretest Engineer
33
salaries
| ₹2.2 L/yr - ₹7.1 L/yr |
Java Developer
28
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Software Developer
22
salaries
| ₹2.4 L/yr - ₹5 L/yr |
UI Developer
14
salaries
| ₹1.4 L/yr - ₹3.6 L/yr |
Software Engineer
12
salaries
| ₹2 L/yr - ₹5 L/yr |
TCS
Infosys
Wipro
HCLTech