Upload Button Icon Add office photos

Filter interviews by

Azul Arc Senior Software Developer Interview Questions and Answers

Updated 17 Jul 2023

Azul Arc Senior Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 5 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 - HR 

(2 Questions)

  • Q1. Are you interested in the position
  • Q2. What is your CTC and expected CTC and notice period
  • Ans. 

    My current CTC is $100,000, expected CTC is $120,000, and notice period is 2 months.

    • Current CTC: $100,000

    • Expected CTC: $120,000

    • Notice Period: 2 months

  • Answered by AI
Round 3 - Assignment 

Crud operation using php and laravel framework.

Round 4 - One-on-one 

(1 Question)

  • Q1. Background and related to past projects undertaken.
Round 5 - HR 

(1 Question)

  • Q1. CTC expectation and negotiation

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions on hackerrank array n string related

Round 2 - Technical 

(2 Questions)

  • Q1. Design custom hashmap
  • Ans. 

    Custom hashmap design involves creating a data structure that maps keys to values for efficient retrieval.

    • Use an array of linked lists to handle collisions

    • Implement methods for adding, removing, and retrieving key-value pairs

    • Consider resizing the hashmap when it reaches a certain load factor

  • Answered by AI
  • Q2. System design of current project
  • Ans. 

    The system design of the current project involves a microservices architecture with containerization using Docker and orchestration with Kubernetes.

    • Utilizing microservices architecture for scalability and maintainability

    • Containerizing applications with Docker for portability and consistency

    • Orchestrating containers with Kubernetes for automated deployment and scaling

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. All about react
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Output of the code type questions

Round 2 - Technical 

(1 Question)

  • Q1. Remove the particular letters from the words in the given sentence
  • Ans. 

    Remove specific letters from words in a sentence

    • Split the sentence into individual words

    • Iterate through each word and remove the particular letters

    • Join the modified words back into a sentence

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c/c++ well and os concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2023. There were 5 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 

Two moderate level question were there. Needed to solve in 1 hr. Very much solvable if you know data structure. This was the screening process after the resume shortlisting.

Round 3 - Technical 

(1 Question)

  • Q1. Some data structure related question, .Net concepts like OOPS. Some questions on design patterns. Difficulty 7/10.
Round 4 - Coding Test 

Again 2 questions needed to solve in 1 hr (very similar to first screening round)

Round 5 - Technical 

(1 Question)

  • Q1. Some senior level technical question on design pattern, architecture design based on some real life scenario. Here I was rejected since I didn't have any experience on docker or git which anyway was not me...

Interview Preparation Tips

Interview preparation tips for other job seekers - They may expect you to learn everything even if it is not mentioned in the JD.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Resume shortlisted, HR will ask you about experience and salary expectations
Round 2 - Technical 

(1 Question)

  • Q1. Question related to OOPs, file handling, exception handling, jquery, ajax, mysql
Round 3 - Aptitude Test 

Gs mathematics question can search easily on google or AI

Round 4 - Technical 

(2 Questions)

  • Q1. Virtual round or face to face will give you task to perform and check depth knowledge
  • Q2. Create interface or abstract or write a program or create a form and submit using ajax

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core deep concepts of c++ and few basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the concepts of c++ and dsa
Also be precise with your past experience and vocal about the things you've achieved and learnt.
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 before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1 round consist base of development like OOPS, Basic Concept of solid, Design Pattern, Database, AZURE/AWS, Testing Frameworks, ORM etc.
  • Q2. What is Oops in c#?
  • Ans. 

    Object-Oriented Programming concepts in C#

    • Oops stands for Object-Oriented Programming.

    • It includes concepts like classes, objects, inheritance, polymorphism, encapsulation.

    • Example: Creating a class 'Car' with properties like 'make', 'model' and methods like 'drive'.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. More discussion on basic topic along with some advance area like architecture, security, performance,
Round 4 - HR 

(1 Question)

  • Q1. Mostly want to know how you are fit with there culture, more focus on personality.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare from basic things, If you don't know answer please tell them know, don't try to waste your time as well as interviewer

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a string without any library function.
  • Ans. 

    Reverse a string without any library function.

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q2. About current project and it's architecture. Challenges you've faced in current project and how did you've solved it. Basic of OOPS
Round 2 - Mangerial 

(1 Question)

  • Q1. Personality check, tell me something about yourself which is not there in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with current project architecture....easy data structure problem solving skills and groom your concepts in programming language you use.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Mar 2022. There were 11 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Screening of profile based on prior experience

Round 3 - Coding Test 

Develop the process for cyberdefense

Round 4 - Group Discussion 

Group discussion with Manager and VP

Round 5 - Case Study 

Explain the profile and develop the cases that you have proposed for clearing this interview

Round 6 - Assignment 

Discussion on assignments that has been solved till now

Round 7 - HR 

(1 Question)

  • Q1. Discussion on salary and family background
Round 8 - One-on-one 

(4 Questions)

  • Q1. Managerial round to know how a canal did are handles or manages team
  • Q2. Discussion about your next steps to grow in IT carrier
  • Q3. Discussion about how do you grow your carrier in building this society
  • Q4. How much salary do you expect from this company
Round 9 - Technical 

(1 Question)

  • Q1. Technical knowledge on the profile that was assigned by HR
Round 10 - Technical 

(1 Question)

  • Q1. Technical HR to handle the candidate knowledge and provide necessary growth to candidate based on the profile on knowledge the candidate carries
Round 11 - One-on-one 

(1 Question)

  • Q1. Salary and Final discussion with HR and Manager.

Interview Preparation Tips

Interview preparation tips for other job seekers - SAP is good company . Please never leave this company before knowing your profile and work that you are assigned to.

Azul Arc Interview FAQs

How many rounds are there in Azul Arc Senior Software Developer interview?
Azul Arc interview process usually has 5 rounds. The most common rounds in the Azul Arc interview process are HR, Resume Shortlist and Assignment.
What are the top questions asked in Azul Arc Senior Software Developer interview?

Some of the top questions asked at the Azul Arc Senior Software Developer interview -

  1. What is your CTC and expected CTC and notice per...read more
  2. CTC expectation and negotiat...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Azul Arc interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Azul Arc Senior Software Developer Salary
based on 7 salaries
₹8.8 L/yr - ₹17 L/yr
At par with the average Senior Software Developer Salary in India
View more details

Azul Arc Senior Software Developer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

3.5

Salary & Benefits

4.0

Job Security

4.0

Company culture

2.5

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹6 L/yr - ₹8.1 L/yr

Graphic Designer
7 salaries
unlock blur

₹4.2 L/yr - ₹5.2 L/yr

Senior Software Developer
7 salaries
unlock blur

₹8.9 L/yr - ₹17 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹6.7 L/yr - ₹9 L/yr

Software Tester
4 salaries
unlock blur

₹5.5 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Azul Arc 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