Filter interviews by
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
The round was done on google form, where students were given 1 hour to solve some aptitude questions.
There were 3 coding questions which required basic programming knowledge. Anyone who did all 3 skipped another coding round to direct interview.
Reverse a linked list by changing the pointers direction.
Start with three pointers: current, previous, and next.
Iterate through the linked list, updating the pointers to reverse the direction.
Update the head of the linked list to be the previous node once the end is reached.
SQL query to join two tables and retrieve data from one table.
Use JOIN keyword to combine tables based on a related column
Specify the columns to retrieve using SELECT statement
Add conditions using WHERE clause if needed
Top trending discussions
posted on 10 Jan 2023
I applied via Company Website and was interviewed before Jan 2022. There were 4 interview rounds.
Basic Aptitude questions were asked.
2 question on basic programming.
I applied via campus placement at Indian Institute of Technology (IIT), Mandi and was interviewed in May 2024. There were 3 interview rounds.
Basic Aptitude Questions and some Chemistry Questions also.
Basic Coding Questions like find the factors of a no., find the third largest no., Palindrome question
I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.
Basic questions on distance, profit-loss, percentage, permutation and combination, work and time, etc easy to moderate level questions
Array operations, String operations, leetcode easy level questions
Abstraction focuses on hiding the implementation details while encapsulation focuses on bundling the data and methods that operate on the data into a single unit.
Abstraction is about hiding the complexity of the implementation and showing only the necessary details to the user.
Encapsulation is about bundling the data and methods that operate on the data into a single unit.
Abstraction allows for creating simple interfac...
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
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
Database connectivity code implementation involves establishing a connection between a database and a software application.
Use appropriate database drivers for the specific database management system (e.g. JDBC for MySQL, SQLite3 for SQLite).
Establish a connection using connection strings with necessary credentials (username, password, database name, host).
Execute SQL queries to interact with the database (e.g. SELECT,...
Tree traversal code implementation involves visiting each node in a tree data structure in a specific order.
There are three main types of tree traversal: in-order, pre-order, and post-order.
In-order traversal visits the left subtree, then the root, then the right subtree.
Pre-order traversal visits the root, then the left subtree, then the right subtree.
Post-order traversal visits the left subtree, then the right subtre
posted on 23 Feb 2024
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
It Was easy. Contain quantitative aptitude, reasoning and English grammar
Basic coding questions on any language you prefer
Easy Aptitude Test on Google Form
Coding test was also pretty easy, and basic questions were asked
I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.
General aptitude questions -duration -30min
Google form , basic coding questions
Final is an adjective, finally is an adverb, and finalize is a verb.
Final is used to describe something that is last or ultimate (e.g. final exam)
Finally is used to indicate the end of a series of events or actions (e.g. finally, we reached our destination)
Finalize is used to complete or finish something (e.g. finalize a contract)
JDBC-SQL is a Java API for connecting and executing SQL queries on a database.
JDBC stands for Java Database Connectivity
It allows Java programs to interact with databases using SQL
JDBC provides classes and interfaces for connecting to a database, sending queries, and retrieving results
Example: Establishing a connection to a database, creating a statement, executing queries, and processing results
I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.
10 dsa 20 aptitude questions
Easy basic coding que like find odd number ,middle ele of arr
Constructor is a special method used to initialize an object, while a method is a function that performs a specific task.
Constructors are called automatically when an object is created, while methods need to be called explicitly.
Constructors have the same name as the class, while methods can have any name.
Constructors can have parameters, while methods may or may not have parameters.
API call process involves making req...
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
Basic questions on quantitative aptitude, reasoning,and English
Basic coding questions on any language you prefer
Interview was good
It was very easy
They first ask self introduction and then ask your primary skill
Difference between abstract class and interface
Difference between final finally and finalize
What is hashtable
Difference between hashtree and hashmap
Difference between primary key and foreign key
What is use of foreign key
Associate Software Engineer
192
salaries
| ₹5.5 L/yr - ₹18.6 L/yr |
Junior Associate
83
salaries
| ₹3 L/yr - ₹10 L/yr |
Software Engineer
75
salaries
| ₹3.2 L/yr - ₹16.5 L/yr |
Junior Associate Software Engineer
65
salaries
| ₹2 L/yr - ₹10 L/yr |
Junior IT Associate
47
salaries
| ₹4 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
HCLTech