i
Tekion
Filter interviews by
posted on 16 Oct 2024
There were 2 easy-medium coding questions
posted on 7 Aug 2024
Graphql implementation
System design questions : HLD and LLD
posted on 26 Mar 2024
Data Structures and Algorithms
posted on 5 Jul 2024
Use a combination of hash table and linked list to achieve O(1) operations for a Hash Map.
Use a hash table to store key-value pairs and a linked list to handle collisions.
Implement a hash function to map keys to indices in the hash table.
For each key, calculate the hash value and store the corresponding value in the hash table at that index.
To handle collisions, use separate chaining with linked lists at each index of ...
posted on 22 Feb 2024
I was interviewed in Jan 2024.
Search for a string efficiently in a character matrix.
Use depth-first search (DFS) or breadth-first search (BFS) to traverse the matrix and search for the string.
Optimize by pruning search paths if a mismatch is encountered.
Consider using a Trie data structure for faster string matching.
Handle edge cases like empty matrix or string, out of bounds indices, etc.
Streams in Java8 offer concise and readable code for processing collections compared to traditional for loops.
Streams provide functional-style operations like map, filter, and reduce for easy data processing.
Streams allow for parallel processing of data, potentially improving performance.
Streams promote immutability and encourage writing more declarative code.
Streams reduce boilerplate code and make the code more reada...
posted on 24 Apr 2024
I applied via campus placement at Model Engineering College, Kochi and was interviewed before Apr 2023. There were 2 interview rounds.
Mental and Verbal aptitude - 1 hour
The first round was a group discussion about online shopping.
I applied via Campus Placement
Question related to operating system and computer network
Traverse all child nodes in a tree data structure
Use depth-first or breadth-first traversal algorithms
Recursively visit each child node starting from the root node
Consider using a stack or queue data structure for traversal
Example: Traverse all nodes in a binary tree
posted on 29 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
SQL query to retrieve student department id.
Use SELECT statement to retrieve data
Specify the columns to be selected, including the department id column
Specify the table where the student data is stored
Use WHERE clause to filter the results based on student information
Code to find index of sub string in main string and duplicate the sub string
Use a loop to iterate through the main string and check for the sub string
If sub string is found, duplicate it and store the index
Return the index of the duplicated sub string
posted on 9 Dec 2024
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
378
salaries
| ₹10 L/yr - ₹33 L/yr |
Associate Software Engineer
331
salaries
| ₹6 L/yr - ₹24 L/yr |
Senior Software Engineer
144
salaries
| ₹16 L/yr - ₹55 L/yr |
Product Manager
98
salaries
| ₹13.2 L/yr - ₹46 L/yr |
QA Engineer
68
salaries
| ₹6 L/yr - ₹16.1 L/yr |
CarDekho Group
Cartrade.com
CARS24
Razorpay