i
AppSuccessor
Filter interviews by
Clear (1)
I applied via Approached by Company
They conduct the first aptitude round,after selected this test,then you move to interview processes.
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
First round is the coding test in which it involves multiple choice questions based on programming , output questions in which we have to write output of a given code, and 2-4 theoretical question based on oops , dsa and mysql. Overall the test was very simple and easy.
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class
Multiple inheritance, where a class inherits from more than one parent class
Multilevel inheritance, where a class inherits from a derived class, which in turn inherits from another class
Hierarchical inhe...
To swap two variables without using a third variable, use arithmetic operations.
Use addition and subtraction to swap values
Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)
Implementing exception handling in Python code
Use try-except block to catch and handle exceptions
Raise custom exceptions using 'raise' keyword
Use 'finally' block to execute code regardless of exception
Handle specific exceptions using 'except' with specific exception type
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
In this round you have to solve 3 section where first section has 10 technical MCQ, second section has three code problem for which You have to write output and then last section has 3 code but have to write two code and for one question you have to write percentage.
Top trending discussions
I applied via Walk-in and was interviewed before Jun 2021. There were 3 interview rounds.
Current Technologies
Duration 1 hr, Coding,GK and English
I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.
I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.
I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.
They told to write java program in string and collections
Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.
Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.
Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...
A program to read data from an Excel file using a programming language.
Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.
Open the Excel file and select the specific sheet or range of cells to read data from.
Iterate through the rows and columns to extract the data and store it in an array of strings.
Seeking new challenges and growth opportunities in a more innovative environment.
Desire for new challenges and learning opportunities
Seeking a more innovative work environment
Looking for career growth and advancement
Interested in working with new technologies or methodologies
I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.
Remove duplicates in a string array
Iterate through the array and use a Set to store unique strings
Convert the Set back to an array to get the final result
Remove spaces in a string
Use string.replace() method with regex to replace spaces with empty string
Alternatively, loop through each character in the string and build a new string without spaces
Consider trimming the string first to remove leading and trailing spaces
Testing is the process of evaluating a system or application to identify defects or errors.
Testing involves executing software to find bugs or issues.
It ensures that the software meets the specified requirements.
Types of testing include functional, performance, security, and regression testing.
Examples of testing tools include Selenium, JUnit, and Postman.
Remove duplicate strings in an array and count occurrences of each string.
Iterate through the array and use a Set to remove duplicates.
Use a HashMap to count occurrences of each string.
Return the unique strings and their counts.
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Software Engineer
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Finance Executive
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Accounts Manager
11
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech