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

Clear (1)

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 Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... 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)

 Java Developer

 (1)

 Android Developer

 (1)

 Angular Developer

 (1)

 Senior Software Engineer

 (2)

 Staff Software Engineer

 (1)

 Node JS Developer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DS/ALGO and problem-solving was asked in round one

Interview Preparation Tips

Interview preparation tips for other job seekers - ok process
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you want to switch
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire to work on new technologies and projects

    • Opportunity for career advancement

    • Seeking a better work-life balance

    • Interested in a different company culture or team dynamic

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain OOPS Concept ?
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • For example, a class 'Car' can have objects like 'Toyota', 'Honda', etc., each with their own properties and methods.

    • Inheritan...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a static function and a static variable?
  • Ans. 

    Static function is a function that can only be accessed within the same file, while a static variable is a variable that retains its value between function calls.

    • Static function is declared using the 'static' keyword before the return type, limiting its scope to the file it is defined in.

    • Static variable is declared using the 'static' keyword before the variable type, retaining its value between function calls.

    • Example o...

  • Answered by AI
  • Q2. What is the synchronization technique?
  • Ans. 

    Synchronization technique is a method used to control access to shared resources in a multi-threaded environment.

    • Synchronization techniques prevent race conditions and ensure data consistency

    • Common synchronization techniques include locks, semaphores, and monitors

    • Examples include using synchronized keyword in Java or mutex in C++

  • Answered by AI
Round 2 - Coding Test 

Add an element to a linked list.

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic Questions of Oops and MVC
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Caterpillar Inc

REVIEWS

Caterpillar Inc

No Reviews

INTERVIEWS

Oxane Partners

No Interviews

INTERVIEWS

Caterpillar Inc

No Interviews

INTERVIEWS

KFintech

No Interviews

REVIEWS

Country Holidays Travel India

No Reviews

INTERVIEWS

Razorpay

No Interviews

INTERVIEWS

Truedge Software Solutions

No Interviews

INTERVIEWS

Slice

No Interviews

DESIGNATION

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

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
341 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
322 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
268 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Equity Dealer
212 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Angel One with

Zerodha

4.1
Compare

Upstox

3.7
Compare

Groww

3.7
Compare

5paisa Capital Ltd.

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent