Filter interviews by
Techincal aptitude,verbal ,reasoning
5 codes 3 easy 2 medium
I have a strong technical background, excellent problem-solving skills, and a passion for software development.
I have a Bachelor's degree in Computer Science and 5 years of experience in software development.
I have successfully completed multiple projects using various programming languages such as Java, Python, and JavaScript.
I am a quick learner and always eager to stay updated with the latest technologies and trends
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.
OOPs concepts are the fundamental principles of object-oriented programming that help in designing and implementing software solutions.
Encapsulation: bundling data and methods together in a class
Inheritance: creating new classes from existing ones
Polymorphism: using a single interface to represent different types
Abstraction: hiding complex implementation details
Encapsulation example: class 'Car' with attributes like 'c...
A lambda function is an anonymous function in Python that can take any number of arguments but can only have one expression.
Lambda functions are defined using the lambda keyword.
They are commonly used when a small function is needed for a short period of time.
Lambda functions can be used as arguments in higher-order functions.
They are often used in functional programming and for writing concise code.
Example: lambda x: ...
Lists and tuples are both sequence data types in Python, but the main difference is that lists are mutable while tuples are immutable.
Lists are enclosed in square brackets [], while tuples are enclosed in parentheses ().
Lists can be modified by adding, removing, or changing elements, while tuples cannot be modified once created.
Lists are typically used for collections of similar items, while tuples are used for heterog...
Longest common subsequence
RSL Solution interview questions for popular designations
I applied via Apna Jobs and was interviewed in Jun 2024. There was 1 interview round.
Questions were based on logical reasoning and some technical questions
I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.
Normal questions on aptitude.
25 ro 30 que on multiple aspects
I appeared for an interview before Sep 2016.
I appeared for an interview in Mar 2017.
Oops concepts in Java
Encapsulation - hiding implementation details
Inheritance - reusing code and creating parent-child relationships
Polymorphism - multiple forms of a method or object
Abstraction - creating abstract classes and interfaces
Example: Encapsulation - using private variables and public methods
Example: Inheritance - creating a subclass that inherits from a superclass
Example: Polymorphism - using method overloa...
Altering columns in databases involves modifying the structure of a table by adding, deleting or modifying columns.
Use ALTER TABLE statement to modify columns
Add new columns using ADD COLUMN
Delete columns using DROP COLUMN
Modify columns using MODIFY COLUMN
Changing column data type may result in data loss
Reversing a number in Java
Convert the number to a string
Use StringBuilder to reverse the string
Convert the reversed string back to a number
To extract words from a line in Java, split the line using whitespace as delimiter.
Use the split() method of String class
Pass the whitespace regex as argument to split() method
Iterate over the resulting array to get individual words
posted on 23 Sep 2017
I appeared for an interview in Sep 2017.
Generic collections provide type safety and reusability in software development.
Generic collections allow us to store and manipulate objects of any type in a type-safe manner.
They provide compile-time type checking, reducing the chances of runtime errors.
They promote code reusability by allowing the same collection to be used with different types.
Generic collections improve performance by eliminating the need for boxin...
based on 8 interviews
Interview experience
based on 21 reviews
Rating in categories
Software Tester
10
salaries
| ₹1 L/yr - ₹2 L/yr |
Software Developer
7
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Softwaretest Engineer
6
salaries
| ₹1 L/yr - ₹5 L/yr |
Software Engineer
5
salaries
| ₹1.2 L/yr - ₹6 L/yr |
IOS Developer
5
salaries
| ₹1 L/yr - ₹5 L/yr |
TCS
Accenture
Wipro
Cognizant