I applied online. The process took 4 days. I interviewed at Azuga in Jul 2023
Interview
It was a smooth process. Interviewer mainly focused on DSA problem solving questions. There are 2 technical rounds followed by HR round Technical interview- 1) Find the sum equilibrium of an array. 2) Given 2 array find the number of jobs done Some questions related to SQL queries and Springboot
Interview questions [1]
Question 1
Technical interview- 1) Find the sum equilibrium of an array. 2) Given 2 array find the number of jobs done Some questions related to SQL queries and Springboot
I applied through a recruiter. I interviewed at Azuga in Aug 2022
Interview
1st round
DSA round ask 2 questions
4 sum
Find the smaller number than given number in tree
2nd round - Technical interview
Ask to create an application having some features
3rd round - technical round
Ask basic concepts, domain knowledge etc
Interview questions [1]
Question 1
4 sum
Find the smaller number than given number in tree
I applied through a recruiter. The process took 1 week. I interviewed at Azuga (Bengaluru) in May 2022
Interview
I was contacted to interview for the Software Engineer (Backend - Java) position via Naukri.
Hr was supportive and
interviewers were polite and candid.
Proactive feedbacks were provided for each round.
Interview questions [1]
Question 1
there were 3 rounds.
round 1: online coding cum MCQ round
a)Kadane's algo(maximum sum subarray),
b)simple SQL queries - JOIN, GROUP BY concept
round 2: JAVA questions + coding question
a)multi threading,
b)how to make immutable class,
c)equals and hashCode method for HashMap,
d)Integer Constant Pool,
e) find all list of pythagorean triplets in a given array (optimised solution was asked)
round 3: Design + Problem solving round
a) explain how kafka messaging works, can partitions of a topic be placed in different servers
b) how to define java compile version and packaging type in a pom file
c) Write a program for a simple calculator with undo and redo functions.