Solicité el puesto a través de un captador. El proceso duró 1 día. Acudí a una entrevista en Apptio (New York, NY)
Entrevista
Round 1:
General Aptitude Test (On-site) - 45 mins (approx).
Round 2:
Problem Solving on Paper without panel.
You will get set of problems on DS & Algorithms.
Write the solution on paper.
Round 3 (Continuing Round 2):
Explain and optimize the code.
a. String manipulation problem.
b. Print Binary Tree in ZigZag manner.
c. Reverse every k-nodes linkedlist.
d. Provided an array find if sum of two elements in the array gives k O(n).
Round 4:
a. Spring related questions - DI & IOC.
b. Print Inorder without recursion.
c. Producer Consumer problem, wait & sleep, synchronized keyword and multiple questions.
d. Provided sorted rotatated array find the smallest element.
e. Difference between angular and React.
f. Singleton design pattern and it's variations and synchronization issues.
g. Factory design patterns.
Preguntas de entrevista [1]
Pregunta 1
Round 1:
General Aptitude Test (On-site) - 45 mins (approx).
Round 2:
Problem Solving on Paper without panel.
You will get set of problems on DS & Algorithms.
Write the solution on paper.
Round 3 (Continuing Round 2):
Explain and optimize the code.
a. String manipulation problem.
b. Print Binary Tree in ZigZag manner.
c. Reverse every k-nodes linkedlist.
d. Provided an array find if sum of two elements in the array gives k O(n).
Round 4:
a. Spring related questions - DI & IOC.
b. Print Inorder without recursion.
c. Producer Consumer problem, wait & sleep, synchronized keyword and multiple questions.
d. Provided sorted rotatated array find the smallest element.
e. Difference between angular and React.
f. Singleton design pattern and it's variations and synchronization issues.
g. Factory design patterns.
FTE acceptance depends on the person who is taking the interview . there was 2 technical rounds written and two rounds of technical interview and 1 round of hr so it is a really hard and tedious process and no break in b/w any one of them also
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 1 semana. Acudí a una entrevista en Apptio (Bengaluru) en dic 2021
Entrevista
There are total 4 rounds.
First and Second rounds are technical rounds. Some OOPs questions were asked and some programming questions from easy to medium level.
Third is techno managerial round. managerial questions were asked and some programming questions. In this round I just given theoretical approach to solve questions and there time complexity.
Fourth is Director round. He just explained about the product and tech stack where I will be working on. This is more like a discussion rather than an interview
Preguntas de entrevista [1]
Pregunta 1
Merge two sorted arrays without using extra space.
Given 2 strings. if all the character at nth index is vowel or consonant for both string or not?
Create a linked List class then remove alternate nodes from the list
Sort an array containing only 0 & 1
Get kth smallest element in an array