Goldcast Interview Experience

goldcast logo
goldcast
· Senior Software Engineer 2 (Backend)
April 7, 2026 · 0 reads

Summary

I interviewed for a Senior Software Engineer 2 (Backend) role at Goldcast, where the interview focused on discussing an optimized approach, dry‑running the solution, and then coding, and I cleared it.

Full Experience

Goldcast Interview Experience – Senior Software Engineer 2 (Backend)

The interview was conducted on Interview Vector on behalf of Goldcast.

The interviewer explicitly expected:

  • First, discuss an optimized approach
  • Then, dry run the solution
  • Only after that, proceed to write code

Questions asked:

  1. Movement of Robots - https://leetcode.com/problems/movement-of-robots/description/
  2. Restore IP Addresses – https://leetcode.com/problems/restore-ip-addresses/

Both problems required clear thinking, edge case handling, and structured communication before coding.

Interview Questions (2)

1.

Movement of Robots

Data Structures & Algorithms·Medium

Given a set of robots on a line, each robot can move left or right one unit per second. Determine which robots can end up at the same position after a certain number of moves, considering possible collisions and constraints. (LeetCode problem)

2.

Restore IP Addresses

Data Structures & Algorithms·Medium

Given a string containing only digits, return all possible valid IP address combinations that can be formed by inserting three dots into the string. Each segment must be between 0 and 255 and cannot have leading zeros unless the segment is exactly "0". (LeetCode problem)

📣 Found this helpful? Please share it with friends who are preparing for interviews!

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!