Various questions about the home task.
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
Asked me about a Data Structure
tell about a project you did.
Q. Tell me about your understanding of what Celestica does.
what the maximum number of char a you can insert to a string without being more than 3 consecutive of the char a .
You have a (drawn) block that gets 2 numbers and outputs to a specific line the max out of the two and the min to the other line. Using this blocks only, build a machine that sorts 6 numbers using as few blocks as possible.
Implement int.ToString(), i.e. implement a function that receives an integer and returns a string representing that integer, without using the built in ToString() of the language.
Implement a Microsoft Paint-like feature: given a matrix of pixels, a selected pixel, and a new color, change the color of the selected pixel and any adjacent pixels that share its original color.
You have 9 rocks and scales. One of the rocks is slightly heavier than others. You can only use the scales twice. How do you know which of the rocks is the heaviest?
Given an NXN array, filled with battleships that can only be horizontal or vertical, count how many battleships are there in the board. The battleships will always have at least one horizontal/vertical space between them. Solution should be with no extra memory, one pass, and without changing the board.
Viewing 41 - 50 interview questions