Filter interviews by
I applied via campus placement at SRM university (SRMU) and was interviewed in Aug 2022. There were 4 interview rounds.
There was aptitude, logical reasoning, Dsa and oops multiple choice question. Coding test on Java.
I applied via campus placement at SRM university (SRMU) and was interviewed before Sep 2023. There were 2 interview rounds.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example of compile-time polymorphism: function overloading in Java.
Example of runtime polymorphism: method overriding in Java
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
Basic string programs
Advanced coding and oops
Develop a web application
I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.
Finding duplicates in an array of strings.
Iterate through the array and store each element in a hash table.
If an element already exists in the hash table, it is a duplicate.
Alternatively, sort the array and compare adjacent elements.
Use built-in functions like Set or filter to remove duplicates.
Quinbay interview questions for designations
Top trending discussions
posted on 11 Nov 2024
I was interviewed in Oct 2024.
First round was coding test on Coderbyte it was good.
posted on 17 Oct 2024
I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.
Data refers to facts, statistics, or information collected for analysis or reference.
Data is raw, unprocessed information.
It can be in the form of numbers, text, images, or any other format.
Examples include customer names, product prices, and sales figures.
Data can be structured (organized in a specific way) or unstructured (not organized).
Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.
Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.
Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.
Examples of preprocessing techniques include normalization, standardization, one-hot enco
Info refers to data or knowledge that provides details or context about a specific topic or subject.
Info can be in the form of facts, statistics, or explanations.
It helps to understand a topic better or make informed decisions.
Examples of info include news articles, research papers, and educational resources.
Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.
Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.
Specify the columns you want to copy from each table in the SELECT statement.
Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.
Reverse a string using any programming language
Use built-in functions like reverse() or slice() in languages like Python or JavaScript
Iterate through the string in reverse order and append each character to a new string
Use a stack data structure to push each character onto the stack and then pop them off to reverse the string
posted on 5 Dec 2024
I applied via Campus Placement
posted on 11 Jan 2025
Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS
Reverse array of strings
Iterate through the array and swap elements from start to end
Use two pointers, one at the beginning and one at the end, and swap elements until they meet
Reverse a given string
Use built-in functions like reverse() or loop through the string in reverse order
Create a new string and append characters from the original string in reverse order
Convert the string to an array of characters, reverse the array, and then join it back into a string
Calculate sum of all elements in a given array of strings
Iterate through the array and convert each element to integer before adding to sum
Handle edge cases like empty array or non-numeric elements
Return the final sum after iterating through all elements
based on 2 interviews
Interview experience
based on 17 reviews
Rating in categories
Software Engineer
106
salaries
| ₹7.3 L/yr - ₹21 L/yr |
Senior Software Engineer
101
salaries
| ₹11.4 L/yr - ₹34.3 L/yr |
Software Developer
43
salaries
| ₹7.5 L/yr - ₹17 L/yr |
Sdet
19
salaries
| ₹7 L/yr - ₹11.5 L/yr |
Lead Software Engineer
19
salaries
| ₹21.1 L/yr - ₹42.3 L/yr |
TCS
Infosys
Wipro
HCLTech