Upload Button Icon Add office photos

Filter interviews by

EagleView Scrum Master Interview Questions and Answers

Updated 6 May 2024

EagleView Scrum Master Interview Experiences

2 interviews found

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

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

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario-based questions mostly
  • Q2. Convince me to adopt an agile framework over Traditional project management
  • Ans. 

    Agile frameworks offer flexibility, adaptability, and continuous improvement over rigid traditional project management methods.

    • Agile allows for quicker response to changes in requirements or priorities

    • Encourages collaboration and communication among team members

    • Focuses on delivering value to the customer in short iterations

    • Promotes continuous improvement through regular retrospectives

    • Increases team motivation and engag

  • Answered by AI

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2022

Round 1 - Aptitude Test 

CCAT - A mandatory test for everyone

Round 2 - Technical 

(1 Question)

  • Q1. Focus on Agile Transformation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed with your role in a Transformation
How will you talk and coach the truth

Scrum Master Interview Questions Asked at Other Companies

asked in Capgemini
Q1. If a developer who was working on a critical user story suddenly ... read more
asked in Capgemini
Q2. Why are these three called as pillars of scrum ? How are they rel ... read more
asked in Capgemini
Q3. What is the difference between velocity and capacity?
asked in Capgemini
Q4. what is poker ? and why do you use fibonacci series to give story ... read more
asked in Capgemini
Q5. What are the pillars of Scrum ?

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Total experience and relevant experience
  • Q2. Job responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process at Magic Edtech is pretty smooth. The HR is quite responsive and doesnt keep you hanging
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scrum methodology
  • Q2. Agile methodology
Round 2 - One-on-one 

(2 Questions)

  • Q1. About project how many teams you are handling
  • Q2. Team sizing and teams

Interview Preparation Tips

Interview preparation tips for other job seekers - The manager was very bad he was restricted to his working style not at all adaptable

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How will you choose a user story
  • Q2. How to resolve conflict with a senior developer
  • Ans. 

    Listen actively, identify the root cause, and collaborate on a solution.

    • Listen to their concerns and acknowledge their perspective.

    • Identify the root cause of the conflict and address it directly.

    • Collaborate on a solution that meets both parties' needs.

    • Maintain a professional and respectful demeanor throughout the process.

    • Involve a neutral third party if necessary.

  • Answered by AI
  • Q3. What are the reports used in Agile
  • Ans. 

    Agile emphasizes working software over comprehensive documentation, so reports are limited to those that support the team's work.

    • Agile reports are focused on progress and performance

    • Common reports include burndown charts, velocity charts, and cumulative flow diagrams

    • Reports should be simple, easy to understand, and actionable

    • Reports should be used to facilitate communication and collaboration within the team

    • Reports sho...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the interview questions was behavioural questions

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Tell me something about yourself
  • Q2. Crisp summary (1 min) followed by related Experience Summary with key Learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on summarising your experience and practice it.

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever give up in your life . The primary skill in every human being before they learn other technical skills is never loose hope and never give up. It will really help to live the life with full of adventure.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

On python and sql coding.they ask simple to complex questions

Round 2 - Technical 

(1 Question)

  • Q1. On data science machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Case Study 

There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.

Round 2 - Coding Test 

In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.

Round 3 - Behavioral 

(1 Question)

  • Q1. In Managerial round again here I have been asked questions related my projects. and no coding round in this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Python, SQL, Analytical thinking, Statistics and pandas.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. 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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

EagleView Interview FAQs

How many rounds are there in EagleView Scrum Master interview?
EagleView interview process usually has 1-2 rounds. The most common rounds in the EagleView interview process are Technical and Aptitude Test.
How to prepare for EagleView Scrum Master 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 EagleView. The most common topics and skills that interviewers at EagleView expect are Agile, Continuous Improvement, Machine Learning, Scrum and Team Building.
What are the top questions asked in EagleView Scrum Master interview?

Some of the top questions asked at the EagleView Scrum Master interview -

  1. Convince me to adopt an agile framework over Traditional project managem...read more
  2. Scenario-based questions mos...read more
  3. Focus on Agile Transformat...read more

Tell us how to improve this page.

EagleView Scrum Master Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Cyient Interview Questions
3.6
 • 284 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
Equifax Interview Questions
3.3
 • 31 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
VDart Interview Questions
4.0
 • 26 Interviews
SAS Interview Questions
4.4
 • 18 Interviews
View all
EagleView Scrum Master Salary
based on 6 salaries
₹11.5 L/yr - ₹22.1 L/yr
At par with the average Scrum Master Salary in India
View more details
Software Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Measurement Technician
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EagleView with

Maxar Technologies

4.1
Compare

Cyient

3.6
Compare

Genesys

4.1
Compare

Trimble

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