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
3.9

based on 1.4k Reviews

Filter interviews by

Angel One Staff Software Engineer Interview Questions and Answers

Updated 6 Jan 2022

Angel One Staff Software Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round:- Design a notfication system.
  • Ans. 

    A notification system design for software engineering.

    • Identify the types of notifications needed

    • Determine the target audience for each notification

    • Choose the appropriate delivery method (email, push notification, etc.)

    • Design a user-friendly interface for managing notifications

    • Implement a system for tracking and analyzing notification engagement

    • Ensure the system is scalable and can handle high volumes of notifications

  • Answered by AI
  • Q2. 2nd round: What is the architecture of the current project.
  • Ans. 

    The current project follows a microservices architecture.

    • The project is divided into multiple small services that communicate with each other.

    • Each service is responsible for a specific task or functionality.

    • Communication between services is done through APIs or message queues.

    • The architecture allows for scalability and flexibility.

    • Examples of microservices used in the project include user management, payment processing

  • Answered by AI
  • Q3. How do you manage junior engineers? What things will do to improve their performance?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round was with the principal software engineer and design problem discussion for 30 min. 2nd round was with the SVP of engineering and question were related to current projects, code review, and how to groom junior engineers. prepare more in the area of DSA and design problems. Most of the people are from Walmart/Amazon labs so expect interviews of that level. Like Walmarts/ amazon, they offer down-leveled roles based on interview, they offered SDE-3 role to me.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Were related to java, dsa and aptitude
  • Q2. Spring , spring boot, dsa med- high
Round 2 - Technical 

(1 Question)

  • Q1. DSA round LLD+HLD
Round 3 - Technical 

(1 Question)

  • Q1. DSA round and project discussion

Interview Preparation Tips

Topics to prepare for Visa Staff Software Engineer interview:
  • java
  • dsa
  • design
Interview preparation tips for other job seekers - I think its waste of time as interviewers are eccentric looking for what they know and would expect the same only. Funny part was going beyond was hurting their ego
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Search in a sorted matrix
  • Ans. 

    Search for a target value in a sorted matrix efficiently.

    • Start from the top right corner and move left or down based on comparison with target value

    • Utilize the sorted nature of the matrix to eliminate certain rows or columns

    • Implement binary search for more efficient search in each row or column

  • Answered by AI
  • Q2. Rotting orange graph
  • Q3. Database Indexing and SQL
Round 2 - Technical 

(3 Questions)

  • Q1. Design Patterns
  • Q2. Medium level Binary tree question
  • Q3. Previous work discussion

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Just to know more about why i want the role
Round 2 - Coding Test 

Testing an payment flow on the application

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

1 hour, the coding test was based on a project given to us

Round 2 - One-on-one 

(2 Questions)

  • Q1. Detailed questionnaire on React
  • Q2. Problem solving based on array manipulations
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths,quant for 1 hour duration

Round 2 - Coding Test 

Arrays, strings, linked list, palindrome

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was more based on array/string manipulation, stack/queue based, if you have solved questions before then it will be easy/medium difficulty level for yo

Round 2 - Technical 

(2 Questions)

  • Q1. Asteroid collision
  • Q2. Stack/queue based
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based discussion. therory concepts/ OOPS's , DBMS, OS,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepared for technical questions
Coding questions will be easy to medium , and expected to solve 2 questions fully.
Be communicative throughout the interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Low Level Design: How to do rate limiting for a platform serving 100K requests per second.
  • Ans. 

    Implement rate limiting for a platform serving 100K requests per second.

    • Use a token bucket algorithm to limit the rate of incoming requests.

    • Set a maximum number of tokens in the bucket to control the rate.

    • Refill the bucket at a constant rate to allow bursts of requests.

    • Track the timestamp of the last request to enforce the rate limit.

    • Consider using a distributed rate limiting system for scalability.

    • Monitor and adjust t...

  • Answered by AI

Skills evaluated in this interview

Angel One Interview FAQs

What are the top questions asked in Angel One Staff Software Engineer interview?

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

  1. 2nd round: What is the architecture of the current projec...read more
  2. 1st round:- Design a notfication syst...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Angel One interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 744 Interviews
HighRadius Interview Questions
2.9
 • 175 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.6
 • 132 Interviews
Kotak Securities Interview Questions
3.7
 • 108 Interviews
HDFC Securities Interview Questions
3.6
 • 98 Interviews
Revolut Interview Questions
2.6
 • 87 Interviews
Sharekhan Interview Questions
3.9
 • 75 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Rupeek Interview Questions
3.7
 • 58 Interviews
View all
Senior Executive
347 salaries
unlock blur

₹1.7 L/yr - ₹4.6 L/yr

Relationship Manager
321 salaries
unlock blur

₹1.5 L/yr - ₹4.1 L/yr

Assistant Manager
266 salaries
unlock blur

₹2.1 L/yr - ₹8.2 L/yr

Equity Dealer
195 salaries
unlock blur

₹0.9 L/yr - ₹4 L/yr

Sales Executive
160 salaries
unlock blur

₹1.5 L/yr - ₹4.7 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

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