Related Posts
All the rounds are completed a month back and last week HR called and said there is a global freeze and would not be able to take immediately and asked if i am interested to wait for 2 months and further technical interviews are not needed is what she said...Is really the hiring stopped ? If yes is there an tenantive month until which it SAP" class="linkified" target="_blank" rel="nofollow" >stopped.SAP
More Posts
I got this

New to Fishbowl?
unlock all discussions on Fishbowl.






As per my experience, The test is for 1 hour and its done on some platform. There were 2 coding questions of easy to medium level.
One question was difficult level 🥲
Ok, I took the test, and the format was, two coding questions to be done on their coding platform. Time limit 60 mins, with laptop camera on and standard restrictions on going away from current browser tab.
First question was easy level, 2nd was difficult level. Problem is, first question was extremely easy, and second one was extremely difficult. First question was just a one-liner question, took me just 1 min to read the question and 1 min to write 3 lines code (for loop).
Second question was of Tree traversal concept, BFS/DFS kind. Basically one had to find shortest path and it had to be found for n number of values. If someone regularly practices DSA and has done Tree traversal programs then it would appear to be medium difficulty problem, but for those like me who hasn’t done programs on Graph/Tree concept and doesn’t practice DSA, it would be extreme difficulty level. I guess the solution had to use LinkedList in some form, but I was just stuck.
I think I won’t make it with just one program that too when it was a silly one-liner program :(