Build Engineer Interview Questions

1,356 build engineer interview questions shared by candidates

Do you know this is a full-time job of 8 hours per day and 6 days per week? Knowing that there are rotational shifts of AM and PM, where PM is a shift that starts at noon and not at night, and sometimes you might have to pick up holiday shifts or during the weekend. Are you okay with that?
avatar

Relationship Builder

Interviewed at Maids.cc

4.3
Sep 24, 2024

Do you know this is a full-time job of 8 hours per day and 6 days per week? Knowing that there are rotational shifts of AM and PM, where PM is a shift that starts at noon and not at night, and sometimes you might have to pick up holiday shifts or during the weekend. Are you okay with that?

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.

Viewing 411 - 420 interview questions

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