i
Xoriant
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
I was interviewed in Jun 2024.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Nodes contain data and a reference to the next node
Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
Example: Node 1 -> Node 2 -> Node 3
To find the middle node of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The node pointed to by the slow pointer at this point will be the middle node.
Addressing conflict between manager and developer requires open communication, understanding both perspectives, and finding a mutually beneficial solution.
Encourage open communication between the manager and developer to understand each other's perspectives and concerns.
Facilitate a meeting to discuss the conflict and find common ground or compromises.
Seek to understand the underlying reasons for the conflict and addre...
Coding and concepts of data science
Xoriant interview questions for designations
Using a crypto price API to fetch and display real-time cryptocurrency prices in a machine coding project.
Utilize a crypto price API to fetch real-time cryptocurrency prices
Implement error handling for API requests
Display the fetched prices in a user-friendly format
posted on 8 Jan 2025
I applied via Approached by Company and was interviewed in Nov 2023. There were 4 interview rounds.
Hackerrank test with combination of MCQ and java program coding.
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.
Builder design pattern is a creational design pattern used to construct complex objects step by step.
Builder pattern separates the construction of a complex object from its representation.
It allows the same construction process to create different representations of the object.
Useful when there are multiple ways to construct an object or when the object creation process is complex.
Example: StringBuilder in Java allows ...
JOIN query to retrieve country and employee name
Use JOIN keyword to combine data from multiple tables
Specify the columns to select from each table
Use ON keyword to specify the relationship between the tables
Interview experience
based on 134 reviews
Rating in categories
Software Engineer
1.7k
salaries
| ₹3.9 L/yr - ₹16 L/yr |
Senior Software Engineer
1.7k
salaries
| ₹9 L/yr - ₹33 L/yr |
Softwaretest Engineer
627
salaries
| ₹2.8 L/yr - ₹8.7 L/yr |
Technical Lead
579
salaries
| ₹12 L/yr - ₹40 L/yr |
Senior Test Engineer
494
salaries
| ₹7.7 L/yr - ₹33 L/yr |
TCS
Infosys
Wipro
Tech Mahindra