TechMojo interview experience (2025).
Summary
I had an easy coding round on HackerRank, which included two specific data structure and algorithm problems covering 2D array manipulation and linked list operations.
Full Experience
1st Round:
Coding Round HackerRank:
1st Question: Roatate a 2D array in 90 or 180 or 270 degree plus mirror vertical and horizontal when given.
2nd Question: Remove val greater than x in a linked list
overall round -> easy
Interview Questions (2)
Rotate 2D Array and Mirror Operations
Roatate a 2D array in 90 or 180 or 270 degree plus mirror vertical and horizontal when given.
Remove Values Greater Than X in Linked List
Remove val greater than x in a linked list