Ho presentato la mia candidatura online. La procedura ha richiesto più di una settimana. Ho sostenuto un colloquio presso Satyanarayana Raju & Co. (Hyderābād Lines) nel mese di nov 2020
Colloquio
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
Domande di colloquio [1]
Domanda 1
Self introduction and basics of coding language which u have learnt
Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Satyanarayana Raju & Co. (Hyderabad) nel mese di gen 2023
Colloquio
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 = []
Domande di colloquio [1]
Domanda 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 = []
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Satyanarayana Raju & Co. (Hyderabad) nel mese di ago 2017
Colloquio
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.