How will you know exit status of last command in shell? Find files which have been modified in last 5 days.
Build Engineer Interview Questions
497 build engineer interview questions shared by candidates
How is directory represented in Linux?
Name the 3 system services that have been used in Linux now in the past?
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.
How We Can Make Sure New Service Is Ready For The Products Launched?
Tell me what happens after you enter a URL in your browser and hit "enter"
All the questions were very basic, and it seemed as if the interviewers weren't very prepared.
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.
Have you ever solved a tech problem using your imagination? If yes , how?
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 141 - 150 interview questions