PLEASE UPVOTE if you found this useful
post UPDATED
Online Assessment-
It consists of 3 coding question in which for two of them we have to write the code and one was code debugging in which some lines were incorrect in the code and we just have to change those few lines according to the desired output.
Got shortlisting mail just after 1 day post OA.
And got interview invite after 6 days.
Technical Round-1
At First he asked me about my introduction then we discuss my projects after that then he moves on to the coding questions.
Two coding questions were asked:
Techincal Round2:
Coding question: remove the second last element of the string and replace the first element with the last and shift the elements from 0th index to n-2th index
I didn't remember the exact question but it is similar to this
e.g-
input_str="pqwerty"
output- "p"
Explanation:
pqwerty
ypqwer
rypqw
wryp
pwr
rp
p
Then some questions related to object oriented programming
LLD question