I applied online. The process took 3 weeks. I interviewed at Satyanarayana Raju & Co. (Hyderābād) in Jan 2023
Interview
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 = []
Interview questions [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 = []
I applied online. The process took 1+ week. I interviewed at Satyanarayana Raju & Co. (Hyderābād Lines) in Nov 2020
Interview
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
Interview questions [1]
Question 1
Self introduction and basics of coding language which u have learnt
I applied online. I interviewed at Satyanarayana Raju & Co. (Hyderābād) in Aug 2017
Interview
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.