Filter interviews by
Clear (1)
In 1 hr required to do 30 mcq and 1 coding question
SQL query to find 2nd max and Fibonacci series implementation
For finding 2nd max, use ORDER BY and LIMIT in SQL query
For Fibonacci series, use a loop or recursive function
Fibonacci series starts with 0, 1 and each subsequent number is the sum of the previous two
Example SQL query: SELECT MAX(column_name) FROM table_name WHERE column_name < (SELECT MAX(column_name) FROM table_name)
Example Fibonacci series: 0, 1, 1, 2, 3,
I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.
Participated in a Hackathon.
Top trending discussions
I was interviewed before Feb 2016.
The question asks to determine the similarity between two words.
Use a similarity metric like Levenshtein distance or cosine similarity
Normalize the words by converting them to lowercase and removing punctuation
Consider using a pre-trained word embedding model for semantic similarity
Implement a function that calculates the similarity score between two words
They asked some technical interview questions
Per question time good amoubnt of questions
Was good and you get questions from various topics.
Apti
Basics of cs
Easy test 2 questions
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
Questions based data structure,alogorithms. c/c++
The maximum element in a heap can be found at the root node.
The maximum element in a max heap is always at the root node.
To find the maximum element, simply return the value at the root node.
In a min heap, the maximum element can be found by recursively checking the left and right child nodes.
To find the max element in a heap, simply return the root element.
The max element in a heap is always the root element.
No need to traverse the entire heap, just return the root element.
Example: If the heap is [10, 8, 5, 4, 3, 2], the max element is 10.
based on 1 review
Rating in categories
Software Technologist 1
288
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
205
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Technologist 2
176
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
163
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
130
salaries
| ₹0 L/yr - ₹0 L/yr |
GE Healthcare
Siemens Healthineers
Honeywell Technology Solutions
Bosch