Filter interviews by
Top trending discussions
posted on 21 Jan 2025
Normal logical, verbal, and quantitative ability questions.
I applied via Campus Placement and was interviewed in Oct 2024. There were 4 interview rounds.
Online test -math & quants,verbal,puzzle,computer programming,logical
One program I know is a simple calculator program written in Python.
The program takes user input for two numbers and an operator (+, -, *, /).
It then performs the operation and displays the result.
Example: input 5, +, 3 -> output 8
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Drop removes a table from the database while delete removes specific rows from a table.
DROP is a DDL (Data Definition Language) command used to remove a table and its data from the database.
DELETE is a DML (Data Manipulation Language) command used to remove specific rows from a table based on a condition.
DROP command is irreversible and all the data in the table is lost, while DELETE can be rolled back if used within a...
SQL commands are used to interact with databases and perform various operations like querying, updating, and deleting data.
SELECT - retrieves data from a database
INSERT - adds new data to a database
UPDATE - modifies existing data in a database
DELETE - removes data from a database
CREATE - creates a new database or table
ALTER - modifies the structure of a database object
DROP - deletes a database object
JOIN - combines row...
posted on 24 Oct 2024
Numerical based questions are there mostly
Good basic level coding questions
I have worked on various projects including a web application for online shopping and a mobile app for task management.
Developed a web application using HTML, CSS, and JavaScript for online shopping
Created a mobile app using React Native for task management
Implemented RESTful APIs for communication between front-end and back-end systems
posted on 7 Jun 2024
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while interface cannot have any of these.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract that implementin
Static and final keywords are used in Java to define class-level variables and constants respectively.
Static keyword is used to define class-level variables and methods, which are shared among all instances of the class.
Final keyword is used to define constants that cannot be changed once initialized.
Static variables are accessed using the class name, while final variables are accessed using object references.
Example: ...
I applied via campus placement at MH Saboo Siddik College of Engineering, Mumbai and was interviewed in Mar 2024. There were 2 interview rounds.
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
To retrieve a value, the key is hashed again to fi...
posted on 3 May 2024
I applied via Job Portal and was interviewed in Apr 2024. There were 2 interview rounds.
posted on 22 Nov 2023
I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.
Normal aptitude questions quants, logical reasoning, English, speed time, clock and 2 coding questions easy level
posted on 10 Feb 2024
I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Aug 2023. There were 3 interview rounds.
Basic aptitude test , not that hard , simply logic base questions
2 questions (array , String, linked list)
based on 1 review
Rating in categories
Senior Software Engineer
7
salaries
| ₹5.3 L/yr - ₹8.2 L/yr |
Web Developer
6
salaries
| ₹3 L/yr - ₹5.8 L/yr |
Software Engineer
5
salaries
| ₹3.2 L/yr - ₹4.5 L/yr |
Software Developer
4
salaries
| ₹3.5 L/yr - ₹6.2 L/yr |
Associate Software Engineer
3
salaries
| ₹2.3 L/yr - ₹2.7 L/yr |
TCS
Wipro
Infosys
LTIMindtree