TechMojo interview experience (2025).

techmojo logo
techmojo
March 30, 20254 reads

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)

Q1
Rotate 2D Array and Mirror Operations
Data Structures & Algorithms

Roatate a 2D array in 90 or 180 or 270 degree plus mirror vertical and horizontal when given.

Q2
Remove Values Greater Than X in Linked List
Data Structures & Algorithms

Remove val greater than x in a linked list

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!