i
In Time Tec Visionsoft
Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.
Test contain mix question from computer fundamentals and aptitude
A leaf node in a binary tree is a node that does not have any children.
Traverse the binary tree and check if a node has no left or right child, then it is a leaf node.
Example: In the binary tree 1 -> 2, 3 -> 4, 5, 6 -> 7, 8, the leaf nodes are 4, 5, 7, 8.
Check if a linked list contains a loop by using Floyd's cycle detection algorithm.
Use two pointers, one moving at twice the speed of the other
If there is a loop, the two pointers will eventually meet
Example: 1->2->3->4->5->2 (loop at 2)
Find the first non-repeating element in a string
Create a frequency map of characters in the string
Iterate through the string and check the frequency of each character
Return the first character with frequency 1
I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.
Percentage ,ratio,time & speed
Array,string basic question
Top trending discussions
I applied via Walk-in and was interviewed before Feb 2021. There were 5 interview rounds.
Consists of questions related to Aptitude and Reasoning
The GD round consists of group discussion on the topics given by interviewer
Print star and string based
ArrayList is implemented using resizable array while LinkedList is implemented using doubly linked list.
ArrayList provides fast random access but slow insertion and deletion at middle. LinkedList provides fast insertion and deletion but slow random access.
ArrayList uses less memory overhead compared to LinkedList.
Example: ArrayList is suitable for scenarios where frequent access and less frequent insertion/deletion is ...
Print the tringle pattern and write the only logic
Convert direct sentence to indirect sentence and provide descriptive answer.
Change the pronouns and verb tenses to match the new subject
Use reporting verbs like 'said', 'asked', 'told', etc.
Add any necessary conjunctions or prepositions
Example: Direct - She said, 'I am going to the store.' Indirect - She said that she was going to the store.'
Time and work, simple interest
Array and list are data structures used to store multiple values. OOPs concepts include encapsulation, inheritance, and polymorphism.
Array is a collection of similar data types, accessed using an index. Example: int[] numbers = {1, 2, 3};
List is a collection of objects, accessed using methods. Example: List
Encapsulation is the practice of hiding implementation details and exposing only necess...
I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
Amact test you need to clear then you will able to join with further interview
Need to discuss about topics given to you
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
1hour 60 questions on verbal,aptitude,reasoning
Largest element in array
based on 2 interviews
Interview experience
Software Engineer
716
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
284
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Software Engineer
167
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
70
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
38
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech