Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Angel One Team. If you also belong to the team, you can get access from here

Angel One Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Angel One Software Developer Interview Questions and Answers

Updated 2 Jan 2025

Angel One Software Developer Interview Experiences

4 interviews found

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

Write code for advance surrying in js

Round 2 - Coding Test 

Implement custom hook for api call

Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic questions arounf my previous work
  • Q2. Technical questions around performance and code optimization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript Basic Questions
  • Q2. React Medium Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Tailwind CSS Questions
  • Q2. HR Questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Check if a tree is binary or not

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Preparation Tips

Topics to prepare for Angel One Software Developer interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Very nice and smooth interview process and quick responses.

Angel One interview questions for designations

 Senior Software Developer

 (1)

 Software Engineer

 (1)

 Android Developer

 (1)

 Angular Developer

 (1)

 Java Developer

 (1)

 Senior Software Engineer

 (2)

 Staff Software Engineer

 (1)

 Node JS Developer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic DSA Question
Round 2 - Technical 

(1 Question)

  • Q1. Mobile Development Related Questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD HLD HM rounds
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

JavaScript questions

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

Data Structures Algorithms

Round 2 - Coding Test 

Data Structures and Algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 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 - Telephonic Call 

(2 Questions)

  • Q1. Tell me about yourself and about previous organisation.
  • Ans. 

    I am a software developer with 5 years of experience. I previously worked at XYZ Company as a full-stack developer.

    • 5 years of experience in software development

    • Previous role as a full-stack developer at XYZ Company

    • Proficient in programming languages such as Java, Python, and JavaScript

  • Answered by AI
  • Q2. Basic technical questions about the framework and the specific language.
Round 3 - One-on-one 

(1 Question)

  • Q1. More technical questions
Round 4 - Coding Test 

SQL and coding questions

Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are different exceptions?
  • Ans. 

    Exceptions are errors that occur during program execution and can be handled using try-catch blocks.

    • Checked exceptions: must be handled or declared in the method signature

    • Unchecked exceptions: occur at runtime and do not need to be declared

    • Error: serious problems that cannot be handled, such as OutOfMemoryError

    • Examples: NullPointerException, ArrayIndexOutOfBoundsException

  • Answered by AI
  • Q2. How to handle exceptions?
  • Ans. 

    Exceptions should be handled gracefully to prevent application crashes.

    • Use try-catch blocks to catch exceptions.

    • Handle exceptions at the appropriate level of abstraction.

    • Log exceptions to aid in debugging.

    • Provide meaningful error messages to the user.

    • Avoid catching generic exceptions.

    • Use finally blocks to release resources.

    • Consider using custom exceptions for specific error conditions.

  • Answered by AI
  • Q3. How to create custom List which is read-only?
  • Ans. 

    To create a custom read-only list, use the ReadOnlyCollection class in C#.

    • Create a List object with the desired elements.

    • Use the AsReadOnly() method to create a read-only wrapper around the list.

    • Use the ReadOnlyCollection class to create a truly read-only list.

    • Example: List myList = new List{"apple", "banana", "orange"};

    • Example: var readOnlyList = myList.AsReadOnly();

    • Example: var trulyReadOnlyList = new ReadOnlyCollect

  • Answered by AI
  • Q4. What are different collections?
  • Ans. 

    Collections are data structures that store and manipulate groups of related objects.

    • Collections are used to store and manipulate groups of related objects

    • They can be classified into three main categories: Lists, Sets, and Maps

    • Lists maintain the order of elements and allow duplicates (e.g. ArrayList, LinkedList)

    • Sets do not allow duplicates and do not maintain order (e.g. HashSet, TreeSet)

    • Maps store key-value pairs and d...

  • Answered by AI
  • Q5. Write code for binary search
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • The array must be sorted before applying binary search

    • Compare the target value with the middle element of the array

    • If the target value is smaller, search the left half of the array

    • If the target value is larger, search the right half of the array

    • Repeat until the target value is found or the search space is exhausted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java , Collections , Exception Handing , searching and sorting code,scenario based questions.
Be strong in your basics

Skills evaluated in this interview

Angel One Interview FAQs

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

Some of the top questions asked at the Angel One Software Developer interview -

  1. technical questions around performance and code optimizat...read more
  2. Javascript Basic Questi...read more
  3. React Medium Questi...read more

Tell us how to improve this page.

Angel One Software Developer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Angel One Software Developer Salary
based on 23 salaries
₹15 L/yr - ₹33 L/yr
135% more than the average Software Developer Salary in India
View more details

Angel One Software Developer Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

4.4

Salary

4.3

Job security

4.3

Company culture

2.8

Promotions

4.2

Work satisfaction

Explore 6 Reviews and Ratings
Senior Executive
343 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Relationship Manager
322 salaries
unlock blur

₹1.5 L/yr - ₹4.1 L/yr

Assistant Manager
269 salaries
unlock blur

₹2.1 L/yr - ₹7.6 L/yr

Equity Dealer
213 salaries
unlock blur

₹0.9 L/yr - ₹4.5 L/yr

Deputy Manager
155 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Angel One with

Zerodha

4.2
Compare

Upstox

3.7
Compare

Groww

3.8
Compare

5paisa Capital Ltd.

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