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 Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.
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 Mar 2022. There were 2 interview rounds.
Have to attend a psychometric test as an part of initial screening process. It really helps to understand your personal & porfessional skills and areas to be worked upon.
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 ...
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
based on 3 reviews
Rating in categories
Hetero
Sahrudaya Healthcare (Medicover Hospitals)
Parexel International
London Stock Exchange Group