Ich habe mich online beworben. Der Vorgang dauerte 4 Tage. Vorstellungsgespräch absolviert im Juli 2023 bei Azuga
Vorstellungsgespräch
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
Fragen im Vorstellungsgespräch [1]
Frage 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
Ich habe mich über einen Personalvermittler beworben. Vorstellungsgespräch absolviert im Aug. 2022 bei Azuga
Vorstellungsgespräch
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
Fragen im Vorstellungsgespräch [1]
Frage 1
4 sum
Find the smaller number than given number in tree
Ich habe mich über einen Personalvermittler beworben. Der Vorgang dauerte 1 Woche. Vorstellungsgespräch absolviert im Mai 2022 bei Azuga (Bengaluru)
Vorstellungsgespräch
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.
Fragen im Vorstellungsgespräch [1]
Frage 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.