i
ivy
Filter interviews by
Reversing a linked list involves changing the direction of the pointers in the list.
Iterate through the list and change the direction of the pointers
Use three pointers to keep track of the current node, previous node, and next node
Update the head of the list to be the last node after reversing
QuickSort is a popular sorting algorithm
Divide and conquer approach
Uses a pivot element to partition the array
Recursively sorts the sub-arrays
Time complexity: O(n log n)
Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]
Find the defective iron rod among 8 rods of 1kg with minimum number of weighs.
Divide the rods into 3 groups of 3, 3, and 2 rods each.
Weigh the first two groups against each other.
If they balance, the defective rod is in the third group.
If they don't balance, the defective rod is in the heavier group.
Divide the heavier group into two groups of 1 and 1 or 2 and 2 rods each.
Weigh the two rods against each other.
If they ba...
Fill the 5L jar, pour 2L to the 2L jar, empty the 2L jar, pour the remaining 3L from 5L jar to 2L jar, fill 5L jar again, pour 1L to 2L jar, then pour the remaining 4L to the 2L jar.
Fill 5L jar
Pour 2L to 2L jar
Empty 2L jar
Pour remaining 3L from 5L jar to 2L jar
Fill 5L jar again
Pour 1L to 2L jar
Pour remaining 4L to 2L jar
ivy interview questions for popular designations
I am a highly motivated and experienced professional with a strong background in project management and team leadership.
Over 10 years of experience in managing complex projects and leading cross-functional teams
Proven track record of delivering projects on time and within budget
Strong communication and interpersonal skills, able to effectively collaborate with stakeholders at all levels
Expertise in implementing project...
Get interview-ready with Top ivy Interview Questions
I am a highly motivated and experienced professional with a strong background in project management and team leadership.
Over 10 years of experience in managing complex projects and leading cross-functional teams
Proven track record of delivering projects on time and within budget
Strong problem-solving and decision-making skills
Excellent communication and interpersonal skills
Ability to adapt to changing environments and
The value of 2 raised to the power of 12 is 4096.
2 raised to the power of 12 is calculated by multiplying 2 by itself 12 times.
The result is obtained by multiplying 2 by itself: 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 = 4096.
8 to the power of 4 is equal to 4096.
To calculate 8 to the power of 4, you multiply 8 by itself 4 times.
8^4 = 8 * 8 * 8 * 8 = 4096.
Top trending discussions
Interview experience
Software Engineer
834
salaries
| ₹5 L/yr - ₹17 L/yr |
Senior Software Engineer
577
salaries
| ₹8 L/yr - ₹22.5 L/yr |
Test Engineer
365
salaries
| ₹4 L/yr - ₹10 L/yr |
System Analyst
327
salaries
| ₹11.8 L/yr - ₹28 L/yr |
Senior Test Engineer
315
salaries
| ₹7 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech