Recent Experiences
Latest from community
Microsoft SDE Intern Interview Experience
microsoft4 reads
💼 LTIMindtree Interview Experience (On-Campus) | Fresher | 2026
ltimindtree5 reads
Salesforce SMTS | Interview Experience | Rejected
salesforce6 reads
JPMC | SDE2 (Associate) - Java Backend - Interview Experience + Compensation
jp morgan chase4 reads
Microsoft - SDE2 - Coding Round
microsoft7 reads
Adyen Assessment
June 23, 2025 • 7 reads
Summary
I had an assessment with Adyen where I was given 120 minutes to solve two technical questions: LRU Cache and a Bellman-Ford variant.
Full Experience
2 Questions - 120 Mins
- LRU Cache
- Bellman ford Algorithm (k length span to reach destination)
Interview Questions (2)
Q1
LRU Cache
Data Structures & Algorithms
Implement an LRU Cache.
Q2
Bellman-Ford with K-Length Span
Data Structures & Algorithms
Implement the Bellman-Ford algorithm to find the shortest path with a constraint on the number of edges (k length span) to reach a destination.