Filter interviews by
Be the first one to contribute and help others!
I applied via Referral and was interviewed before May 2018. There were 5 interview rounds.
I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.
They are asking aptitude related questions and total 15 to 20 questions
I applied via Naukri.com
posted on 7 Jun 2020
I applied via Naukri.com and was interviewed in Dec 2019. There were 4 interview rounds.
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...
I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.
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 Referral and was interviewed before Jun 2023. There were 3 interview rounds.
based on 3 reviews
Rating in categories
Hetero
Sahrudaya Healthcare (Medicover Hospitals)
Parexel International
London Stock Exchange Group