Filter interviews by
I appeared for an interview in Apr 2024.
To detect a cycle in a linked list, use Floyd's Tortoise and Hare algorithm.
Initialize two pointers, slow and fast, at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps. If they meet at any point, there is a cycle.
If fast pointer reaches the end of the list without meeting slow pointer, there is no cycle.
Floyd's tortoise and hare algorithm is used to detect a cycle in a linked list.
The algorithm involves two pointers moving at different speeds through the linked list.
If there is a cycle, the two pointers will eventually meet at the same node.
This algorithm has a time complexity of O(n) and space complexity of O(1).
I appeared for an interview in Jun 2024.
This is coding + mcq question
I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.
They was asked me about angular function and javascript
They was asked about ui developer and ui desinging
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
30 min,mathematics,general study
30 min, UI full stack developer
I applied via Naukri.com
My father is a software engineer who works for a tech company.
Father is a software engineer
Works for a tech company
I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.
Javscript oop related coding
I appeared for an interview in Aug 2017.
I applied via Walk-in and was interviewed in Mar 2022. There were 2 interview rounds.
Using a for loop to find a specific value in an array of strings.
Use a for loop to iterate through the array
Check each element to see if it matches the desired value
Return the index of the matching element or -1 if not found
To find array values using for loop
Declare a variable to store the sum of array values
Use a for loop to iterate through the array
Access each element using array[index] syntax
Add the element value to the sum variable
Return the sum variable
based on 1 interview
Interview experience
Technical Recruiter
25
salaries
| ₹2 L/yr - ₹4.8 L/yr |
US IT Recruiter
13
salaries
| ₹2.2 L/yr - ₹3.9 L/yr |
Senior Software Engineer
9
salaries
| ₹17 L/yr - ₹25 L/yr |
HR Manager
6
salaries
| ₹4.1 L/yr - ₹8.5 L/yr |
Information Technology Recruiter
6
salaries
| ₹3 L/yr - ₹5.2 L/yr |
TCS
Infosys
Wipro
HCLTech