Filter interviews by
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed before Apr 2023. There were 2 interview rounds.
10 Aptitude questions and 2 coding questions
Basic coding question on array string
Top trending discussions
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
C,c++ questions and two coding questions. basic mcq
TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.
TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.
TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.
HashSet uses a hash table for storage, which provides constant-time p...
posted on 9 Aug 2024
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: In a banking application, a 'Customer' class may have attributes like name and account balance, and methods li
React is a lightweight library for building user interfaces, while Angular is a full-fledged framework for web development.
React is more flexible and allows for easier integration with other libraries and frameworks.
Angular provides more out-of-the-box features and a more opinionated structure.
React uses a virtual DOM for better performance, while Angular uses two-way data binding for easier data manipulation.
React is ...
String and arrays duplicate and sorting questions
Two coding questions, one is easy and the other is difficult. Who solved 2nd question was shortlisted for an interview.
posted on 31 Jul 2024
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Java program to check if two strings are anagrams
Create a function that takes two strings as input
Convert both strings to character arrays and sort them
Check if the sorted arrays are equal to determine if they are anagrams
Insert and select data in MySQL using SQL queries
Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data
Use SELECT * FROM table_name; to select all data from a table
Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition
GET and POST are HTTP methods used in REST APIs for retrieving and sending data.
GET method is used to retrieve data from a server
POST method is used to send data to a server
GET requests are idempotent, while POST requests are not
GET requests should only be used for retrieving data, not for modifying data
Example: GET request to retrieve a list of users - GET /users
Example: POST request to create a new user - POST /users
I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.
Basic apti question, more of english and maths questions, can be [passed easliy
Data algorithm, cicd pipeline and multiple android ios application questions
I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
Experience in developing web applications
Inner join returns only the matching rows between two tables, while full join returns all rows from both tables.
Inner join only includes rows that have a match in both tables
Full join includes all rows from both tables, filling in NULL values for non-matching rows
Inner join is more commonly used than full join in practice
Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
Example: Full ...
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
C,c++ questions and two coding questions. basic mcq
TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.
TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.
TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.
HashSet uses a hash table for storage, which provides constant-time p...
posted on 4 Mar 2024
I was interviewed in Sep 2023.
based on 1 interview
Interview experience
Consultant
117
salaries
| ₹6.5 L/yr - ₹21 L/yr |
Associate Consultant
47
salaries
| ₹4.5 L/yr - ₹12.6 L/yr |
Senior Consultant
40
salaries
| ₹9.2 L/yr - ₹26 L/yr |
Analyst
19
salaries
| ₹4 L/yr - ₹4.4 L/yr |
Senior Associate
16
salaries
| ₹14.9 L/yr - ₹23 L/yr |
TCS
Infosys
Wipro
HCLTech