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 Engineer Interview Questions and Answers

Updated 20 Sep 2024

Angel One Staff Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Code for JS Scheduler
Function Currying

Round 2 - Technical 

(2 Questions)

  • Q1. Fetch all promises together
  • Ans. 

    To fetch all promises together means to gather and handle multiple promises simultaneously.

    • Use Promise.all() method to fetch all promises together

    • Pass an array of promises as an argument to Promise.all()

    • Handle the resolved values of all promises in a single then() block

  • Answered by AI
  • Q2. Design offline application
  • Ans. 

    Designing an offline application involves creating a system that can function without an internet connection.

    • Consider the data storage and synchronization methods to ensure data is accessible offline.

    • Implement caching mechanisms to store frequently accessed data locally.

    • Design a user-friendly interface that clearly indicates when the application is offline.

    • Include offline capabilities for essential features to enhance ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not that tough, but needs good understanding of technologies

Skills evaluated in this interview

Staff Engineer Jobs at Angel One

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - System Design 

(1 Question)

  • Q1. Design a scheduler
  • Ans. 

    Design a scheduler for managing tasks and resources efficiently.

    • Define the tasks to be scheduled and their priority levels

    • Implement a scheduling algorithm like Round Robin, First Come First Serve, or Priority Scheduling

    • Allocate resources based on task requirements and availability

    • Handle task dependencies and deadlines to ensure timely execution

  • Answered by AI

Skills evaluated in this interview

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

Coding test at hacker rank , it was simple

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - System Design 

(1 Question)

  • Q1. Design a scheduler
  • Ans. 

    Design a scheduler for managing tasks and resources efficiently.

    • Define the tasks to be scheduled and their priority levels

    • Implement a scheduling algorithm like Round Robin, First Come First Serve, or Priority Scheduling

    • Allocate resources based on task requirements and availability

    • Handle task dependencies and deadlines to ensure timely execution

  • Answered by AI

Skills evaluated in this interview

Staff Engineer Interview Questions & Answers

Visa user image Mayank Upadhyaya

posted on 28 Jun 2024

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Se 

(2 Questions)

  • Q1. Binary insertion sort
  • Q2. Difference between map and hash tables
  • Ans. 

    Map is an abstract data type that stores key-value pairs, while hash table is a specific implementation of a map using hashing.

    • Map is a general concept, while hash table is a specific implementation of a map using hashing functions.

    • Map allows any type of keys, while hash table typically requires keys to be hashable.

    • Map may not guarantee order, while hash table may use hashing to provide faster access times.

    • Example: Map...

  • Answered by AI
Round 2 - Coding Test 

Graph question showing dendency of different services marked 1 to n determine which service should be deployed first so as to now disturb the sequence

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is very easy , but work culture is very challenging and demanding join at your own risk

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Basic questions on TPF, TPFDF, ASSEMBLERS.
Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on C & C++.
Round 4 - Behavioral 

(1 Question)

  • Q1. Situation or Scenario based question.
Round 5 - HR 

(1 Question)

  • Q1. Compensation Discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeps your basics clear. Be true and confident. Don't fake.
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test at hacker rank , it was simple

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Code Signal, 110 minutes, 4 questions. 2 easy 1 medium 1 hard.
Word Search in a matrix of characters variation. Move only right and down and can't bend more than once.
Count all possible combinations of Contiguous Subarray sum from two different arrays adding up to a target sum.

Round 2 - Assignment 

React
Implement Form Validation of four fields, name, email, dropdown and textbox. Each field contribute to 25% form completion, the progress should reflect in a progress bar below.

Interview Preparation Tips

Topics to prepare for Visa Staff Software Engineer interview:
  • DSA
  • React.Js
Interview preparation tips for other job seekers - Time is the biggest challenge

Staff Engineer Interview Questions & Answers

Visa user image Mayank Upadhyaya

posted on 28 Jun 2024

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Se 

(2 Questions)

  • Q1. Binary insertion sort
  • Q2. Difference between map and hash tables
  • Ans. 

    Map is an abstract data type that stores key-value pairs, while hash table is a specific implementation of a map using hashing.

    • Map is a general concept, while hash table is a specific implementation of a map using hashing functions.

    • Map allows any type of keys, while hash table typically requires keys to be hashable.

    • Map may not guarantee order, while hash table may use hashing to provide faster access times.

    • Example: Map...

  • Answered by AI
Round 2 - Coding Test 

Graph question showing dendency of different services marked 1 to n determine which service should be deployed first so as to now disturb the sequence

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is very easy , but work culture is very challenging and demanding join at your own risk

Skills evaluated in this interview

Angel One Interview FAQs

How many rounds are there in Angel One Staff Engineer interview?
Angel One interview process usually has 2 rounds. The most common rounds in the Angel One interview process are Coding Test and Technical.
How to prepare for Angel One Staff Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Angel One. The most common topics and skills that interviewers at Angel One expect are Python, Android, Backend, System Design and Data Structures.
What are the top questions asked in Angel One Staff Engineer interview?

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

  1. Fetch all promises toget...read more
  2. Design offline applicat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 753 Interviews
HighRadius Interview Questions
2.9
 • 178 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
Visa Interview Questions
3.6
 • 136 Interviews
Kotak Securities Interview Questions
3.6
 • 111 Interviews
HDFC Securities Interview Questions
3.6
 • 99 Interviews
Revolut Interview Questions
2.6
 • 89 Interviews
Sharekhan Interview Questions
3.9
 • 76 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Rupeek Interview Questions
3.7
 • 58 Interviews
View all
Angel One Staff Engineer Salary
based on 6 salaries
₹50 L/yr - ₹66 L/yr
70% more than the average Staff Engineer Salary in India
View more details

Angel One Staff Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Staff Engineer - Backend

Bangalore / Bengaluru

10-13 Yrs

Not Disclosed

Staff Engineer - Backend

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Executive
346 salaries
unlock blur

₹1.7 L/yr - ₹4.6 L/yr

Relationship Manager
324 salaries
unlock blur

₹1.5 L/yr - ₹4.1 L/yr

Assistant Manager
263 salaries
unlock blur

₹2.1 L/yr - ₹8.2 L/yr

Equity Dealer
211 salaries
unlock blur

₹0.9 L/yr - ₹4.3 L/yr

Deputy Manager
160 salaries
unlock blur

₹3 L/yr - ₹9.5 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