Bloomberg | SDE New grad 2023 | NYC
Anonymous User
853

Current employment status:
Status: New grad
Location: NC
Date: December 22, 2022

Final round (1 hour):

  • Testing: The interviewer gave a code and asked me to write test cases for the same.
def func1(mode):
    if mode==1:
   	 resp = func2(mode)
   else:
   	resp = func3(mode)
   return func4(mode)

After I wrote the test case for mode, follow up questions were asked such as if func2 has a very large response time, how will you tackle it? If func3 is not completely implemented in production, how will you tackle it? This was related to patching. (I was not able to answer this)

  • Algorithm: Problem similar to 2 city scheduling but with odd number of inputs as well. (I was able to solve this but as he increased the test cases, I stumbled but got to the final solution)

Is bloomberg so unpredictable that they are asking testing questions to new grads? I believe they ask only leetcode questions. Has anyone faced similar interviews?

Comments (3)