Upload Button Icon Add office photos

Filter interviews by

Azentio Software Developer Interview Questions and Answers

Updated 18 Nov 2024

Azentio Software Developer Interview Experiences

4 interviews found

Software Developer Interview Questions & Answers

user image kowsik prabha

posted on 20 Dec 2022

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Map, inheritance, springboot, hashmap, hash code, and list cASES
list

Round 3 - HR 

(2 Questions)

  • Q1. Case testing & about then scrum
  • Q2. About spring boot technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare to answer questions about maven,springboot
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy test with basic questions

Round 2 - Technical 

(2 Questions)

  • Q1. Implement push/pull on message queue .
  • Ans. 

    Implementing push/pull on a message queue involves adding messages to the queue and retrieving messages from the queue.

    • Push: Add messages to the queue

    • Pull: Retrieve messages from the queue

    • Use a producer-consumer model for push/pull operations

    • Implement a mechanism for handling message acknowledgment and retransmission if needed

  • Answered by AI
  • Q2. Min stack . Identify minimum element of stack at all times.
  • Ans. 

    Implement a stack that can identify the minimum element at all times.

    • Use two stacks - one to store the actual elements and another to store the minimum values.

    • When pushing an element, check if it is smaller than the current minimum and push it to the minimum stack.

    • When popping an element, check if it is the current minimum and pop from the minimum stack as well.

    • The minimum value can be retrieved in constant time from t

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related with my previous job ?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude test was conducted here

Round 2 - One-on-one 

(1 Question)

  • Q1. Basics of plsql

Azentio interview questions for designations

 Junior Software Developer

 (1)

 Software Developer Trainee

 (1)

 Full Stack Software Developer

 (1)

 Software Engineer

 (3)

 Java Developer

 (1)

 Senior Developer

 (1)

 Software Development Engineer

 (2)

 Software Engineer Trainee

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. String based questions in java
  • Q2. What are the fundamental concepts of Java?
Round 2 - Coding Test 

Java based questions and few DSA questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1) Finding and removing loop in linked list. 2)find pair of given sum in binary tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. Print bottom view of binary tree
  • Ans. 

    Print the bottom view of a binary tree

    • Use a map to store the horizontal distance and node value at each level

    • Perform a level order traversal of the binary tree

    • Update the map with the node value at each horizontal distance

    • Print the node values in the map for the bottom view

  • Answered by AI
  • Q2. Oops related output based questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round is aptitude and pesudocode

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly python questions
  • Q2. List questions and basic to mediumprogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it

Azentio Interview FAQs

How many rounds are there in Azentio Software Developer interview?
Azentio interview process usually has 2 rounds. The most common rounds in the Azentio interview process are Technical, Coding Test and Aptitude Test.
What are the top questions asked in Azentio Software Developer interview?

Some of the top questions asked at the Azentio Software Developer interview -

  1. Min stack . Identify minimum element of stack at all tim...read more
  2. Implement push/pull on message queu...read more
  3. case testing & about then sc...read more

Tell us how to improve this page.

Azentio Software Developer Interview Process

based on 3 interviews in last 1 year

Interview experience

3
  
Average

People are getting interviews through

based on 3 Azentio interviews
Referral
Job Portal
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Azentio Software Developer Salary
based on 137 salaries
₹2.1 L/yr - ₹11.5 L/yr
19% less than the average Software Developer Salary in India
View more details

Azentio Software Developer Reviews and Ratings

based on 15 reviews

3.3/5

Rating in categories

3.2

Skill development

3.4

Work-Life balance

3.1

Salary & Benefits

2.9

Job Security

3.1

Company culture

2.8

Promotions/Appraisal

3.1

Work Satisfaction

Explore 15 Reviews and Ratings
Software Engineer
409 salaries
unlock blur

₹2.7 L/yr - ₹10 L/yr

Senior Software Engineer
195 salaries
unlock blur

₹4.5 L/yr - ₹18.4 L/yr

Software Developer
136 salaries
unlock blur

₹2.1 L/yr - ₹10.9 L/yr

Business Analyst
127 salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Plsql Developer
111 salaries
unlock blur

₹1.8 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Azentio with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview