Upload Button Icon Add office photos

Filter interviews by

Anand Rathi Insurance Brokers Interview Questions and Answers

Updated 9 Jul 2024

Anand Rathi Insurance Brokers Interview Experiences

Popular Designations

2 interviews found

Executive Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

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

(2 Questions)

  • Q1. Screening level
  • Q2. Behavioral check

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)

I applied via Recruitment Consulltant and was interviewed in Feb 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 - Technical 

(1 Question)

  • Q1. Basid on the expereince share some use cases that you implemented and how it has benefited company.
Round 3 - HR 

(1 Question)

  • Q1. Why are you leaving existing organisation.
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for a more senior role to utilize my skills and experience.

    • Desire to work in a different industry or sector.

    • Seeking a better work-life balance.

    • Company culture or values misalignment.

    • Limited career advancement opportunities in current organization.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Update resume in crisp manner by highlighting the work related to the job or role you are planning to apply for.

Senior Vice President Interview Questions asked at other Companies

Q1. How large is the Indian freight forwarding industry in terms of revenues
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated and passionate individual with a strong background in research and teaching.

    • PhD in [specific field] from [University]

    • Published X research papers in reputable journals

    • Experience teaching [specific subject] at [University]

    • Passionate about mentoring students and fostering a love for learning

  • Answered by AI
  • Q2. Why are you in the teaching profession
  • Ans. 

    I am in the teaching profession because I am passionate about sharing knowledge and inspiring students to reach their full potential.

    • Passion for sharing knowledge

    • Inspiring students to reach their full potential

    • Enjoyment in seeing students grow and succeed

  • Answered by AI
  • Q3. How do you create interest in student to read?
  • Ans. 

    I create interest in students to read by incorporating interactive activities, real-world examples, and fostering a love for learning.

    • Incorporate interactive activities such as group discussions, debates, and hands-on projects to make reading engaging.

    • Use real-world examples and case studies to show the practical applications of the material being read.

    • Foster a love for learning by showing enthusiasm for the subject ma

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Family History?
  • Q2. Why are you in academics?
  • Ans. 

    I am in academics because I am passionate about research, teaching, and contributing to the advancement of knowledge.

    • Passion for research and contributing to knowledge

    • Enjoyment of teaching and mentoring students

    • Opportunity to collaborate with other experts in the field

    • Desire to make a positive impact on society through education

  • Answered by AI
  • Q3. Have you tried elsewhere?
  • Ans. 

    Yes, I have applied to other universities and institutions for similar positions.

    • I have applied to multiple universities and institutions for Assistant Professor positions.

    • I have attended interviews at other universities as well.

    • I am actively seeking opportunities in academia to further my career.

    • I believe in exploring various options to find the best fit for my skills and expertise.

  • Answered by AI
  • Q4. How much salary you are drawing presently & what is your expected salary?
  • Ans. 

    I am currently drawing a salary of $60,000 and my expected salary is $70,000.

    • Currently drawing a salary of $60,000

    • Expecting a salary of $70,000

    • Open to negotiation based on benefits and opportunities

  • Answered by AI
  • Q5. How fast can you join?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I have already notified my current employer and can start within 2 weeks.

    • I have all necessary documentation ready for a quick onboarding process.

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

    • I have no prior commitments that would delay my start date.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Techno India Group Assistant Professor interview:
  • Nothing
Interview preparation tips for other job seekers - In HR round they just test your english proficiency & communication skills etc. The person who takes the HR round is soft spoken & not very fluent in english. But he will scourge through the CV & ask random questions at a very low voice. Finally he will say that he is very satisfued with your performance & will ask you to wait fir the technical round.
Technical round will be taken by the Director who will ask you very basic questions like education details, family details, residence etc. & will either confirm you on spot or ask you to wait for call from the HR team. Both cases they don't appoint you ASAP, on spot or not.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about your self Were you want to see you after 5 year
  • Q2. Trade life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - For timebeing you can join and search other opportunities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How Performance of application can be improved
  • Ans. 

    Performance of an application can be improved by optimizing code, using efficient algorithms, caching data, and scaling resources.

    • Optimize code by reducing unnecessary loops, improving database queries, and minimizing memory usage

    • Use efficient algorithms like binary search instead of linear search for large datasets

    • Implement caching mechanisms to store frequently accessed data and reduce database calls

    • Scale resources b...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Hadoop architecture
  • Q2. Spark architecture
  • Q3. Difference between stage and task
  • Ans. 

    A stage is a collection of tasks that perform a specific computation, while a task is a unit of work that is executed on a single executor.

    • Stage is a higher-level unit of work that can be broken down into multiple tasks.

    • Tasks are individual units of work that are executed on a single executor.

    • Stages are used to organize and coordinate tasks in a Spark job.

    • Tasks are the actual units of computation that are performed by ...

  • Answered by AI
  • Q4. Sql questions to solve
  • Q5. Scoop
  • Q6. Action and transformation in pysaprk
  • Ans. 

    Actions and transformations are two types of operations in PySpark. Actions return a value to the driver program, while transformations create a new RDD.

    • Actions are operations that trigger the execution of the Spark job, such as collect(), count(), and saveAsTextFile().

    • Transformations are operations that create a new RDD from an existing one, such as map(), filter(), and reduceByKey().

    • Actions are lazy operations, meani...

  • Answered by AI
  • Q7. Difference between rdd and dataframe
  • Ans. 

    RDD is a distributed collection of objects, while DataFrame is a distributed collection of data organized into named columns.

    • RDD is more low-level and requires manual schema definition, while DataFrame provides a higher-level API with schema inference.

    • DataFrames are optimized for processing structured data, while RDDs are more suitable for unstructured data.

    • DataFrames support SQL queries and optimizations through Catal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was held at the company.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Accounts receivables dispute management.
  • Q2. Previous AR experience & job role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and through with your previous experience.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Assignment 

Interview are Good & all task done

Round 2 - One-on-one 

(4 Questions)

  • Q1. What abouth yourself
  • Q2. What about you job role
  • Q3. How many years work
  • Q4. Work related questions
Round 3 - CFO 

(3 Questions)

  • Q1. Current company job role & responsibility
  • Q2. What about your self
  • Q3. MIS regarding new dashboard & how much better in excel
  • Ans. 

    The new dashboard in MIS is significantly better than Excel for data visualization and analysis.

    • The new dashboard in MIS allows for real-time data updates and interactive visualizations.

    • Excel is limited in terms of data handling capacity and lacks advanced visualization features.

    • The new dashboard in MIS can easily integrate data from multiple sources for comprehensive analysis.

    • Excel requires manual data entry and manip...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2023. 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 - Coding Test 

1. One question regarding the MaxPartitions for a given array, if array is [4, 3, 2, 6 , 5, 10, 9] => upon sorting it appears like [2, 3, 4, 5, 6, 7, 9, 10] ..Max slices are [2,3,4] [5, 6] [9, 10] so slice count is 3

2. Another one Max integer upon removal 5 digit

Round 3 - Technical 

(1 Question)

  • Q1. Two technical rounds happened 1. One technical round : It was all about the Architecture , Design patterns on Microservices like CircuitBreaker etc and also security concepts, 2. Another technical round...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview of 2 hours each which is more than expected time and Interviewers were unable to judge properly or efficiently and On the last day was told that you are not right fitment, Actually the role is for Desktop applications and interviewers are expecting to have all the design experience, Felt so disappointed as Hiring manager was not interested to proceed and Status of the Interview was not shared properly it was positive but not proceeding further it was mixed up

Anand Rathi Insurance Brokers Interview FAQs

How many rounds are there in Anand Rathi Insurance Brokers interview?
Anand Rathi Insurance Brokers interview process usually has 2 rounds. The most common rounds in the Anand Rathi Insurance Brokers interview process are HR, Resume Shortlist and Technical.
How to prepare for Anand Rathi Insurance Brokers 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 Anand Rathi Insurance Brokers. The most common topics and skills that interviewers at Anand Rathi Insurance Brokers expect are Sales, Relationship Management, broking, Equity Broking and Client Acquisition.
What are the top questions asked in Anand Rathi Insurance Brokers interview?

Some of the top questions asked at the Anand Rathi Insurance Brokers interview -

  1. Basid on the expereince share some use cases that you implemented and how it ha...read more
  2. Screening le...read more
  3. Behavioral ch...read more

Tell us how to improve this page.

Anand Rathi Insurance Brokers Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Anand Rathi Insurance Brokers Reviews and Ratings

based on 78 reviews

4.3/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

3.9

Salary

4.0

Job security

4.2

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 78 Reviews and Ratings
Deputy Manager
45 salaries
unlock blur

₹4.1 L/yr - ₹11.6 L/yr

Assistant Manager
41 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Manager
24 salaries
unlock blur

₹6.8 L/yr - ₹11.2 L/yr

Senior Officer
18 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Senior Manager
14 salaries
unlock blur

₹10 L/yr - ₹17.2 L/yr

Explore more salaries
Compare Anand Rathi Insurance Brokers with

ICICI Lombard General Insurance Company

3.7
Compare

Bajaj Allianz General Insurance

3.9
Compare

HDFC Ergo General Insurance

3.9
Compare

Tata AIG

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