Build Engineer Interview Questions

349 build engineer interview questions shared by candidates

Task 1: You are given a string S of length N which encodes a non-negative number V in a binary form. Two types of operations may be performed on it to modify its value: if V is odd, subtract 1 from it; if V is even, divide it by 2; These operations are performed until the value of V becomes 0. Example 1: S = "011100", its value V initially is 28. The value of V would changes as follows: V = 28 V = 14 V = 7 V = 6 V = 3 V = 2 V = 1 the function should return 7. Example 2: S = "111", should return 5.
avatar

Build Engineer

Interviewed at Deloitte

3.8
Jun 14, 2021

Task 1: You are given a string S of length N which encodes a non-negative number V in a binary form. Two types of operations may be performed on it to modify its value: if V is odd, subtract 1 from it; if V is even, divide it by 2; These operations are performed until the value of V becomes 0. Example 1: S = "011100", its value V initially is 28. The value of V would changes as follows: V = 28 V = 14 V = 7 V = 6 V = 3 V = 2 V = 1 the function should return 7. Example 2: S = "111", should return 5.

1. Solving a build release problem using Priority Queue in Python 2. What is the significance of WOW64 3. Whats the difference between static library and DLL. 4. Sketching a software build cycle on a whiteboard 5. Write a snippet on catching build errors in a log file 6. Branching strategies. Then, followed by a few behavioral questions.
avatar

Build Release Engineer

Interviewed at iZotope

3.5
Mar 5, 2015

1. Solving a build release problem using Priority Queue in Python 2. What is the significance of WOW64 3. Whats the difference between static library and DLL. 4. Sketching a software build cycle on a whiteboard 5. Write a snippet on catching build errors in a log file 6. Branching strategies. Then, followed by a few behavioral questions.

Questions in some depth about the technologies you use in this role and how you understand they should be used, such as branching strategies in version control, what makes up Continuous Integration, etc. Some scripting questions, as automating processes using scripts is a major part of the role. Be prepared to analyse a test question on your feet at a white board; they will probably be easy about what language, it's the thinking process they want to know about.
avatar

Build Engineer

Interviewed at Voicebox Technologies

3.2
Feb 18, 2016

Questions in some depth about the technologies you use in this role and how you understand they should be used, such as branching strategies in version control, what makes up Continuous Integration, etc. Some scripting questions, as automating processes using scripts is a major part of the role. Be prepared to analyse a test question on your feet at a white board; they will probably be easy about what language, it's the thinking process they want to know about.

Viewing 101 - 110 interview questions

Glassdoor has 349 interview questions and reports from Build engineer interviews. Prepare for your interview. Get hired. Love your job.