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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2022. There were 3 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 - Technical 

(3 Questions)

  • Q1. Technical questions from the area (flutter)
  • Q2. About bloc pattern
  • Q3. Simple vs kind of question
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical and non-technical and communication test

Interview Preparation Tips

Interview preparation tips for other job seekers - Need strong knowlegde in any of your platform

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, One-on-one Round and Resume Shortlist.
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.

Azul Arc Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
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.4/5

Rating in categories

4.0

Skill development

4.9

Work-life balance

4.0

Salary

4.1

Job security

4.4

Company culture

2.9

Promotions

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.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview