J'ai postulé en ligne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Satyanarayana Raju & Co. (Hyderābād Lines) en nov. 2020
Entretien
The way of asking the interviewer is so politeness and very good tenchical related questions and good way of receiving is so good i never saw like this company in my life good very good company
Questions d'entretien [1]
Question 1
Self introduction and basics of coding language which u have learnt
J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Satyanarayana Raju & Co. (Hyderâbâd) en janv. 2023
Entretien
def find_values(A): n = len(A) next_greater = [-1] * n next_smaller = [-1] * n stack = [] for i in range(n): while stack and A[i] > A[stack[-1]]: next_greater[stack.pop()] = i stack.append(i) stack = [] for i in range(n): while stack and A[i] < A[stack[-1]]: next_smaller[stack.pop()] = i stack.append(i) result = []
Questions d'entretien [1]
Question 1
def find_values(A): n = len(A) next_greater = [-1] * n next_smaller = [-1] * n stack = [] for i in range(n): while stack and A[i] > A[stack[-1]]: next_greater[stack.pop()] = i stack.append(i) stack = [] for i in range(n): while stack and A[i] < A[stack[-1]]: next_smaller[stack.pop()] = i stack.append(i) result = []
J'ai postulé en ligne. J'ai passé un entretien chez Satyanarayana Raju & Co. (Hyderâbâd) en août 2017
Entretien
1st round consists of 100 questions time limit 60 minutes.It consists of aptitude,verbal,technical,resoning.There is no negative marking you just have to manage the time,aptitude consists of questions mostly on races,percentages,S.I and C.I.technical is direct questions.