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

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. On capital market and financial institutions
  • Q2. What is market cap of Indian stock market
  • Ans. 

    The market cap of Indian stock market is constantly changing based on the performance of the companies listed on the stock exchange.

    • Market cap is the total value of all the shares of companies listed on the stock exchange

    • It is calculated by multiplying the total number of outstanding shares by the current market price of each share

    • As of August 2021, the market cap of Indian stock market is around $3.2 trillion

    • The marke...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical on stock market and option market

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to join kotak securities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic.keep calm.all the best

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 3 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 - HR 

(2 Questions)

  • Q1. How many Calls did you make per day ?
  • Q2. What third party products did you sell ?
  • Ans. 

    I sold various third party products including software, hardware, and accessories.

    • Sold software products such as Microsoft Office and Adobe Creative Suite

    • Sold hardware products such as printers and scanners

    • Sold accessories such as laptop bags and phone cases

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Please Introduce yourself
  • Q2. Which Mutual Funds did you generally recommend to your Clients.
  • Ans. 

    I generally recommended a mix of equity and debt mutual funds based on the client's risk appetite and investment goals.

    • I assessed the client's risk appetite and investment goals before recommending any mutual funds.

    • For clients with a higher risk appetite, I recommended equity mutual funds that had a track record of good performance.

    • For clients with a lower risk appetite, I recommended debt mutual funds that provided st...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HDFC Securities Assistant Manager interview:
  • NISM Series 8 Equity Derivatives
Interview preparation tips for other job seekers - Clear NISM Series 8 (Equity Derivatives) Exam before applying as it is a must for this job.

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. About past experience of working
  • Q2. How will i manage myself in hard time
  • Q3. How will i precise sales numbers in organisation
  • Ans. 

    To precisely track sales numbers in an organization, it is important to implement effective data collection methods and utilize analytical tools.

    • Implement a robust CRM system to track sales activities and customer interactions.

    • Train sales teams to accurately record and update sales data in the CRM system.

    • Utilize data analytics tools to analyze sales trends, identify patterns, and forecast future sales.

    • Regularly review ...

  • Answered by AI
  • Q4. How i will achieve my KRA

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be what you are .Be stressfree ,
All HR and Managers are too supportive here ..
All The best Crack it

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 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 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - With personal experience not referring this job to anyone

I applied via Walk-in and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How much u gain product knowledge and market knowledge in your previous company it will be tested in technical round and your interpersonal skill also.

Interview Preparation Tips

Interview preparation tips for other job seekers - Present yourself in a simple manner and give prompt reply on the question by the interviewer.

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Experience previous organization related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As per resume question and Educational information

I applied via Walk-in and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about ur self and ur previous experience?
  • Q2. Why u want to join kotak?
  • Q3. Are u ready to do hard work in sales?

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be confidence when giving answer.
Should be cool.
Should be smiling face.

I appeared for an interview 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

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.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 753 Interviews
HighRadius Interview Questions
2.9
 • 184 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Revolut Interview Questions
2.5
 • 97 Interviews
Sharekhan Interview Questions
3.8
 • 81 Interviews
Groww Interview Questions
3.7
 • 66 Interviews
View all
Senior Executive
339 salaries
unlock blur

₹1.8 L/yr - ₹4.6 L/yr

Relationship Manager
312 salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Assistant Manager
283 salaries
unlock blur

₹2.1 L/yr - ₹7.5 L/yr

Equity Dealer
208 salaries
unlock blur

₹0.9 L/yr - ₹4.5 L/yr

Deputy Manager
173 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.7
Compare

5paisa Capital Ltd.

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