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 CRO Interview Questions and Answers for Experienced

Updated 6 Feb 2022

Angel One CRO Interview Experiences for Experienced

1 interview found

CRO Interview Questions & Answers

user image SANTANU SYAM

posted on 11 Oct 2020

Interview Questionnaire 

5 Questions

  • Q1. Ability to manage change
  • Ans. 

    I have a proven track record of successfully managing change in various organizations.

    • I am adaptable and flexible in my approach to change

    • I communicate effectively with all stakeholders to ensure a smooth transition

    • I am proactive in identifying potential issues and developing contingency plans

    • I am comfortable with ambiguity and can navigate through uncertainty

    • Example: Successfully led a team through a major restructuri...

  • Answered by AI
  • Q2. Ability to forget and unlearn
  • Ans. 

    Ability to forget and unlearn is crucial for personal growth and development.

    • Forgetting and unlearning old habits and beliefs can help in adopting new and better ones.

    • It requires conscious effort and practice to forget and unlearn things.

    • Examples include forgetting past mistakes and moving on, unlearning harmful biases and prejudices, and letting go of negative emotions.

    • Forgetting and unlearning can be difficult but it...

  • Answered by AI
  • Q3. Reason for joining the current company and reason for leaving the past
  • Q4. One thing you want to change with your last employer
  • Q5. One thing you want to forget with your last employer

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Introduce ur self
  • Q2. Reason of selecting bankbazaar
  • Ans. 

    BankBazaar offers a wide range of financial products and services from various banks and financial institutions.

    • BankBazaar provides a one-stop-shop for all financial needs

    • Offers a wide range of financial products and services from various banks and financial institutions

    • Provides easy comparison of different financial products and services

    • Offers personalized financial advice and recommendations

    • Provides a user-friendly p...

  • Answered by AI
  • Q3. Salary expecting
  • Q4. Willing to join immediately
  • Ans. 

    Yes, I am available to join immediately.

    • I have no prior commitments that would prevent me from starting right away.

    • I am excited about the opportunity and eager to begin contributing to the team.

    • I have already made arrangements to wrap up any loose ends at my current job, if applicable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and supportive environment

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

test timing: 7-8 pm
2 programming questions
webcam proctored

  • Q1. 

    Minimum Cost to Reach End Problem

    You are provided with an array ARR of integers of size 'N' and an integer 'K'. The goal is to move from the starting index to the end of the array with the minimum possib...

  • Ans. 

    Find minimum cost to reach end of array by jumping with constraints

    • Use dynamic programming to keep track of minimum cost at each index

    • Iterate through the array and update the minimum cost based on reachable indices within K steps

    • Calculate cost to jump from current index to reachable indices and update minimum cost accordingly

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPA and above, no dead backlogsVisa interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, OOPS, Computer Architecture, Algorithms, Bit Manipulation, Operating System, Computer Networking, Cloud conceptsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Ability to apply data structures in questions(practice graph and Tree questions)
Tip 2 : Thorough knowledge of the projects done
Tip 3 : Good knowledge about computer science concepts

Application resume tips for other job seekers

Tip 1 : Mention projects that you have done yourself and are thorough with 
Tip 2 : mention soft skills

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you ans calmly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 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 - Case Study 

New market launch strategy

Round 3 - Coding Test 

SQL intermediate level

I applied via Approached by Company and was interviewed before Oct 2021. There were 6 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 - Coding Test 

Simple programming test from mettl website

Round 3 - Technical 

(2 Questions)

  • Q1. First tech interview is also more of a coding round.
  • Q2. Questions on data structures in Java Multithreading Immutability
Round 4 - Technical 

(1 Question)

  • Q1. 2nd technical interview more of conceptual questions on related technology
Round 5 - Technical 

(1 Question)

  • Q1. Tech manager round based on previous project and scenario based questions
Round 6 - HR 

(1 Question)

  • Q1. Salary discuss Why you want to join paytm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared before interview
Go through basic programming questions

Interview Preparation Tips

Round: Technical Interview
Experience: Finally, I got the offer from PayU. I was very Happy. Thanks AmbitionBox for helping me in my preparation

Skills: Algorithm, data structures
College Name: Na

I appeared for an interview in Dec 2017.

Interview Questionnaire 

3 Questions

  • Q1. You need to find the maximum water pond formed in bw the building
  • Ans. 

    To find the maximum water pond formed between buildings.

    • Identify the lowest point between the buildings.

    • Calculate the area of the pond using the distance between the buildings and the depth of the pond.

    • Consider any obstacles or uneven ground that may affect the pond's shape.

    • Use a surveying tool or satellite imagery to get accurate measurements.

    • Take into account any drainage systems or natural water flow that may affect

  • Answered by AI
  • Q2. On mars you have to place n robots and they are connected via GPS. now you need to move each robot such that the whole mars is visited and each robot visit the minimum area(meaning no overlapping of area)...
  • Q3. Design dictionary using trie....having operations of inserting a word, updating and deleting (needed to write full running code)
  • Ans. 

    Design a dictionary using trie with insert, update and delete operations.

    • Implement a Trie data structure with nodes containing a character and a boolean flag to indicate end of word

    • For insert operation, traverse the trie and add nodes for each character in the word

    • For update operation, delete the existing word and insert the updated word

    • For delete operation, mark the end of word flag as false and delete the node if it ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Simple questions
Duration: 1 hour 10 minutes
Total Questions: 3

College Name: IIT Guwahati

Skills evaluated in this interview

I appeared for an interview in Mar 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell us something about yourself.
  • Ans. 

    I am a detail-oriented business analyst with experience in data analysis and project management.

    • Experienced in data analysis and project management

    • Detail-oriented and analytical mindset

    • Strong communication and interpersonal skills

    • Proficient in various analytical tools such as Excel, SQL, and Tableau

  • Answered by AI
  • Q2. What do you about our company?
  • Ans. 

    I am not familiar with your company.

    • I have not had the opportunity to research your company yet.

    • I would appreciate it if you could provide me with more information about your company.

    • I am open to learning more about your company and its goals.

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role and contribute to the success of the company.

    • I have a strong background in data analysis and problem-solving, which are essential skills for a business analyst.

    • I have experience working with various stakeholders, including clients, developers, and project managers, to ensure successful project delivery.

    • I am a quick learner and adaptable to new technologie...

  • Answered by AI
  • Q4. What are the marketing strategies according to you?
  • Ans. 

    Marketing strategies are plans and tactics implemented by businesses to promote their products or services and reach their target audience.

    • Identifying target audience and market segmentation

    • Creating a unique value proposition

    • Developing a marketing mix (product, price, place, promotion)

    • Utilizing digital marketing channels (social media, email marketing, SEO)

    • Implementing content marketing and storytelling

    • Building brand a...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The questions were very tough to complete.Highly based on technical questions.
Tips: Hard work is necessary to crack it.
Duration: 3 hours
Total Questions: 45

Round: HR Interview
Experience: It went on very smoothly and i was quite comfortable with the interviewer.
Tips: One just needs to answer all the questions asked by the interviewer in a proper manner or confident manner presenting valid points.

College Name: Kiit university

Interview Preparation Tips

Round: Test
Experience: There were 3 Questions . One on String manipulation and two were on Binary Trees. All were easy but there was time constraint.
Tips: Practice as many question as possible.
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: I was given the problem to design a car pooling system complete with the required classes .. data structures which would be used ... how the database would look like etc..
Tips: General understanding of databases and OOP concepts would do.

Round: Technical Interview
Tips: Be thorough and have in-depth knowledge of each and every point of your resume.

College Name: BITS Pilani

Angel One Interview FAQs

What are the top questions asked in Angel One CRO interview for experienced candidates?

Some of the top questions asked at the Angel One CRO interview for experienced candidates -

  1. Ability to manage cha...read more
  2. Ability to forget and unle...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
HighRadius Interview Questions
2.8
 • 188 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
Rupeek Interview Questions
3.7
 • 62 Interviews
PayU Payments Interview Questions
3.5
 • 54 Interviews
BankBazaar Interview Questions
3.4
 • 53 Interviews
ACKO Interview Questions
3.7
 • 51 Interviews
View all
Senior Executive
342 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Relationship Manager
298 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Assistant Manager
283 salaries
unlock blur

₹2.1 L/yr - ₹7.5 L/yr

Deputy Manager
178 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Equity Dealer
176 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Angel One with

Paytm

3.3
Compare

HighRadius

2.8
Compare

AGS Transact Technologies

3.0
Compare

Rupeek

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