Envié una solicitud electrónica. El proceso duró más de 1 semana. Acudí a una entrevista en Satyanarayana Raju & Co. (Hyderābād Lines) en nov 2020
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
Self introduction and basics of coding language which u have learnt
Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en Satyanarayana Raju & Co. (Hyderabad) en ene 2023
Entrevista
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 = []
Preguntas de entrevista [1]
Pregunta 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 = []
Envié una solicitud electrónica. Acudí a una entrevista en Satyanarayana Raju & Co. (Hyderabad) en ago 2017
Entrevista
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.