Engineer Iii Interview Questions

2,122 engineer iii interview questions shared by candidates

Q: Tell me about yourself and the experiences you have on your resume? Q: Tell me about a time you managed to come out from trouble and how you did it Q: What is Agile methodology have you experienced it? Q: SQL question regarding Datetime Q: Code Review
avatar

IT Developer III

Interviewed at TD

3.8
Dec 15, 2021

Q: Tell me about yourself and the experiences you have on your resume? Q: Tell me about a time you managed to come out from trouble and how you did it Q: What is Agile methodology have you experienced it? Q: SQL question regarding Datetime Q: Code Review

For the coding part of the interview, it was a sorting algorithm style problem where there were some unique constraints given on how to sort the objects. It involved a combination of DSA and OOP. For the discussion parts of the interview, it was mostly design and architectural type questions. Event driven architecture, message queues vs. cache, etc.
avatar

Software Engineer III

Interviewed at Vonage

3.7
Feb 3, 2025

For the coding part of the interview, it was a sorting algorithm style problem where there were some unique constraints given on how to sort the objects. It involved a combination of DSA and OOP. For the discussion parts of the interview, it was mostly design and architectural type questions. Event driven architecture, message queues vs. cache, etc.

You are given an array `board` of length N, describing subsequent positions on a game board from left to right. Every position is either empty (represented by 0 in the array) or contains a single game piece (represented by 1). Each game piece can be moved at most once. A move means going one or more positions to either the left or the right. Pieces cannot capture (occupy another piece's position) or jump over each other. When the game piece is moved by X positions (either left or right), we say it travels distance X. Also, pieces can be moved in any order, but they must be moved only one at a time. What is the maximum possible distance that the game pieces can travel altogether? Examples: [1, 1, 0, 0, 1] = 4; [0, 1] = 1; [0, 0, 0] = 0 N is an integer within [1..40000]. `board` only contains integers within [0..1].
avatar

Software Development Engineer (SDE) III

Interviewed at GM Financial

3.8
Feb 13, 2025

You are given an array `board` of length N, describing subsequent positions on a game board from left to right. Every position is either empty (represented by 0 in the array) or contains a single game piece (represented by 1). Each game piece can be moved at most once. A move means going one or more positions to either the left or the right. Pieces cannot capture (occupy another piece's position) or jump over each other. When the game piece is moved by X positions (either left or right), we say it travels distance X. Also, pieces can be moved in any order, but they must be moved only one at a time. What is the maximum possible distance that the game pieces can travel altogether? Examples: [1, 1, 0, 0, 1] = 4; [0, 1] = 1; [0, 0, 0] = 0 N is an integer within [1..40000]. `board` only contains integers within [0..1].

Viewing 1011 - 1020 interview questions

Glassdoor has 2,122 interview questions and reports from Engineer iii interviews. Prepare for your interview. Get hired. Love your job.