I got the interview through my college ,I am in my 3rd year initially there was a basic coding round (DSA),the questions were easy to medium level,and i got selected for the second round and the interviewer focused on my CS background and a bit about my resume listings after me there were 5 more students to be interviewed but they didnt get the interview sheduled till now
Perguntas de entrevista [1]
Pergunta 1
What is Microservice,which is better microlithic or monolithic
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 semana. Fui entrevistado pela Upstox (Silchar) em jan. de 2023
Entrevista
It was a 3 round interview process,with questions based on DSA,projects and internship.The first two rounds were technical and the third one was Hr.It took place around January of 2023.
ques 1 :- dsa; a binary number is a goodsequence if its follows these two conditions (i)number of 1's and 0's are equal. (ii) all prefixes of that binary number(eg: for binary number 1100 prefixes are 1,11,110,1100) must have number of 1's>= number of 0's
given a binarynumber check whether its adjacent subsequences(10010101 here 1001 and 0101 are adjacent subsequences) are goodsequences then swap that sequences and return the longest one among the such swapped sequences"
ques 2 :-react implementation- search and filter fetch api according to the user input and list it