Filter interviews by
Be the first one to contribute and help others!
I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.
Online assignment questions was easy
I was interviewed in Jan 2021.
Round duration - 40 minutes
Round difficulty - Easy
Given a singly linked list of integers, your task is to implement a function that returns the index/position of an integer value 'N' if it exists in the linked list. Return -1 i...
Implement a function to find the index of a given integer in a singly linked list.
Traverse the linked list while keeping track of the index of each element.
Compare each element with the target integer 'N'.
Return the index if 'N' is found, otherwise return -1.
Handle cases where the list is empty or 'N' is not found.
Consider the constraints on the number of test cases and the length of the linked list.
Your task is to implement a Stack data structure using a Singly Linked List.
Create a class named Stack
which supports the following operations, each in O(1...
Implement a Stack data structure using a Singly Linked List with operations in O(1) time.
Create a class named Stack with getSize, isEmpty, push, pop, and getTop methods.
Use a Singly Linked List to store the elements of the stack.
Ensure each operation runs in constant time complexity (O(1)).
Handle edge cases like empty stack appropriately.
Example: For input '5', '3 10', '5', '1', '2', '4', the output should be '10', '1'
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list has a cycle using O(N) time complexity and O(1) space complexity.
Use Floyd's Tortoise and Hare algorithm to detect cycle in linked list
Maintain two pointers, slow and fast, moving at different speeds
If there is a cycle, the two pointers will eventually meet
If one of the pointers reaches the end of the list (null), there is no cycle
Round duration - 20 minutes
Round difficulty - Easy
Given a binary tree of integers, the task is to return the top view of the given binary tree. The top view of the binary tree is the set of nodes visible when viewed from the top.
...Return the top view of a binary tree given in level-order format.
Traverse the binary tree in level-order and keep track of the horizontal distance of each node from the root.
Use a map to store the nodes at each horizontal distance, and only keep the first node encountered at each distance.
Return the values of the nodes stored in the map in sorted order of their horizontal distance.
Example: For the given binary tree, th
Given a singly linked list of integers and a reference to a node, your task is to delete that specific node from the linked list. Each node in the linked li...
Given a singly linked list of integers and a reference to a node, delete the specified node from the linked list.
Traverse the linked list to find the node to be deleted
Update the pointers to skip over the node to be deleted
Print the modified linked list after deletion
Tip 1 : Practice Questions as much as you can
Tip 2 : Do at least 2 projects
Tip 3 : Do practice a lot of questions on linked list and stacks as these are two most important data structures asked in the interview.
Tip 4 : Also, try to implement it yourself without seeing the solution.
Tip 5 : Also prepare for Computer Science subjects like Operating System, Database Management System, Computer Networks, etc. I prepared them through Coding Ninjas notes which were simpler and easy to understand.
Tip 1 : Keep your resume short and up to mark and check spellings before submitting it for the interview process.
Tip 2 : Have projects and internships on your resume
Tip 3 : Never lie in your resume
I applied via AmbitionBox and was interviewed in Dec 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.
Create a CRUD application
I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.
Tudip is one of the company whose selection process is very easy only its PI may be quite hard
posted on 29 Feb 2024
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
Basic aptitude questions
Arrays questions with basic array manipulation and basic coding
I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 4 interview rounds.
30 questions - aptitude+DSA +Java+Sql MCQ Questions
3 codes are given
1)if number is divisible by 15 then print "Foo" ,if number is divisible by 17 then print "bar" ,
if number is divisible by 15 and 17 then print "Foo Bar"
2) find third largest element of array
3)find factors of number
Access modifiers control the visibility and accessibility of classes, methods, and variables in Java.
public access modifier allows a class, method, or variable to be accessed from any other class.
default access modifier (no keyword) allows a class, method, or variable to be accessed only within the same package.
To connect Java to a database, you can use JDBC (Java Database Connectivity) API.
The superclass of all classe...
General aptitude questions
Was given a topic and asked to talk about for 2 mins
LatentView offers a dynamic work environment with opportunities for growth and learning in the field of analytics.
LatentView has a strong reputation in the analytics industry for delivering innovative solutions to clients.
The company values continuous learning and development, providing employees with opportunities to enhance their skills.
LatentView offers a collaborative work culture where employees can work on divers...
I expect a supportive work environment, opportunities for growth, and clear communication.
Supportive work environment where I can collaborate with team members
Opportunities for growth and advancement within the company
Clear communication regarding expectations, feedback, and goals
I applied via Newspaper Ad
Basic coding questins
Aptitude test was easy, you can prepare it with online available resources
We were asked to complete few games which were related to logical thinking
It was a common topic and was 1 hour long
Assistant Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
HR Executive
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Executive Accountant
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Production Engineer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Store Executive
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Tekwissen
Softenger
XcelServ Solutions
Capital Numbers Infotech