Filter interviews by
I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.
Hackerank test. Leetcode Medium
Check if binary tree is BST by performing inorder traversal and checking if the elements are in sorted order.
Perform inorder traversal of the binary tree
Check if the elements are in sorted order
If any element is not in sorted order, then the binary tree is not a BST
Use SQL query with ORDER BY and LIMIT to find the second largest element in a table.
Use ORDER BY clause to sort the elements in descending order.
Use LIMIT 1,1 to retrieve the second row after skipping the first row.
Example: SELECT column_name FROM table_name ORDER BY column_name DESC LIMIT 1,1;
A knight moves in an L-shape pattern, requiring 2.5 steps to reach any square on a chessboard.
Move 2 squares in one direction and 1 square in a perpendicular direction
The knight can move in 8 different directions from any square on the board
Example: From A1 to C2, the knight moves 2 squares right and 1 square up
I applied via Company Website and was interviewed before Sep 2021. There were 4 interview rounds.
Logical Aptitude, Verbal, Numerical
2 codes one small and easy , another big and medium difficultly
I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.
Good problemtic Skills and knowledge check and sharpness
C Language use for programs and Oracle and Java in learning process
Yes, there are many operators and logical programs used in various fields.
Operators like +, -, *, / are used in mathematical calculations.
Logical programs like if-else, switch-case are used in programming.
Operators like AND, OR, NOT are used in boolean logic.
Operators like >, <, == are used in comparisons.
Examples of logical programs include sorting algorithms, search algorithms, etc.
I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant