Filter interviews by
I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed before Nov 2021. There were 4 interview rounds.
Aptitude, English and chart related questions were asked
Coding + SQL interview with puzzles
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
The onbeforeunload method is used to prevent form save.
Use the onbeforeunload method to display a warning message before leaving the page without saving the form.
Return a custom message in the method to prompt the user to confirm if they want to leave the page.
Example: window.onbeforeunload = function() { return 'Are you sure you want to leave this page without saving?'; };
Inheritance is a way to create a new class using properties and methods of an existing class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance promotes code reusability and reduce...
Code to check if two strings are anagrams
Create a function that takes in two strings as input
Convert both strings to lowercase and remove any spaces
Sort both strings and compare if they are equal to determine if they are anagrams
I applied via Approached by Company and was interviewed in Apr 2024. There were 4 interview rounds.
Contained only mcq questions related to maths and reasoning
Use Floyd's Cycle Detection Algorithm to detect two loops in a linked list.
Initialize two pointers, slow and fast, both starting at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps in each iteration.
If they meet at some point, there is a loop. Reset one pointer to head and move both by one step until they meet again to find the start of the loop.
I applied via Naukri.com
Java program to sort an array of strings
Use Arrays.sort() method to sort the array of strings
Import java.util.Arrays package
Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);
Collections in Java and Spring Boot are used to store and manipulate groups of objects.
Collections in Java are used to store multiple objects in a single unit.
Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.
Collections in Java and Spring Boot help in organizing and manipulating data efficiently.
Example: List
Few basics of java
Dsa question
posted on 23 Jul 2024
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Dec 2023. There were 5 interview rounds.
It was a MCQ type round with 3 coding questions. This round consisted of questions from aptitude, SQL knowledge and a sql command writing question, Programming basics, Web Technology, 2 coding questions. CS Subjects and some Situational based questions.
It was a Just a minute round in which a topic was given by the interviewer to speak upon.
NOSQL databases are non-relational databases that provide flexible schema design and horizontal scalability.
NOSQL databases store data in key-value pairs, wide-column stores, document databases, or graph databases.
They are designed for handling large volumes of data and are highly scalable.
Examples include MongoDB, Cassandra, Redis, and Neo4j.
posted on 7 Aug 2024
I applied via Job Portal
Coding test was of two hours, and two difficult hard question was passed
In the group discussion, they asked the question based on the project
based on 2 reviews
Rating in categories
Consultant
7.5k
salaries
| ₹6.8 L/yr - ₹27 L/yr |
Assistant Manager
6.8k
salaries
| ₹10.5 L/yr - ₹32 L/yr |
Associate Consultant
4.4k
salaries
| ₹4.4 L/yr - ₹15.5 L/yr |
Analyst
3.4k
salaries
| ₹1 L/yr - ₹10 L/yr |
Manager
2.8k
salaries
| ₹12 L/yr - ₹48 L/yr |
Cognizant
PwC
Capgemini