You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
142
142
* Why is testing multithreading / concurrent code so difficult?
143
143
* What is a Race Condition? Code an example, using whatever language you like.
144
144
* What is a Deadlock? Would you be able to write some code that is affected by deadlocks?
145
-
* What is Process Starvation?
145
+
* What is Process Starvation? If you need, let's review its definition.
146
146
* What is a Wait Free algorithm?
147
147
148
148
@@ -174,7 +174,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
174
174
* Tell me what decisions would you take if you could be the CTO of your Company.
175
175
* Are Program Managers useful?
176
176
* Organize a development team using flexible schedules (that is, no imposed working hours) and "Take as you need" vacation policy
177
-
* How would you manage a very high turn over and convince developers not to leave the team, without increasing compensation?
177
+
* How would you manage a very high turn over and convince developers not to leave the team, without increasing compensation? What could a Company improve to make them stay?
178
178
* What are the top 3 qualities you look for in colleagues, beyond their code?
179
179
* What are the top 3 things you wish non-technical people knew about code?
0 commit comments