AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

H&R Block

Compare button icon Compare button icon Compare
4.2

based on 258 Reviews

Play video Play video Video summary
  • About
  • Reviews
    258
  • Salaries
    1.6k
  • Interviews
    24
  • Jobs
    2
  • Benefits
    26
  • Photos
    -

Filter interviews by

H&R Block Interview Questions and Answers

Updated 17 Apr 2025
Popular Designations

15 Interview questions

A Head Human Resources was asked 3mo ago
Q. Why do you want this position?
Ans. 

I seek this status to drive strategic HR initiatives, foster a positive workplace culture, and enhance employee engagement.

  • To lead transformative HR strategies that align with organizational goals, like implementing a new performance management system.

  • To cultivate a diverse and inclusive workplace, ensuring all voices are heard and valued, similar to initiatives I've led in previous roles.

  • To enhance employee engag...

View all Head Human Resources interview questions
A Head Human Resources was asked 3mo ago
Q. What productivity will you bring to the table?
Ans. 

I will enhance productivity through strategic HR initiatives, employee engagement, and data-driven decision-making.

  • Implementing a robust onboarding process to reduce time-to-productivity for new hires.

  • Utilizing employee feedback to create tailored training programs, improving skill sets and job satisfaction.

  • Leveraging HR analytics to identify trends and optimize workforce planning, ensuring the right talent is in ...

View all Head Human Resources interview questions
A Data Engineer was asked 6mo ago
Q. Describe the data pipeline process.
Ans. 

Data pipeline is a series of processes that collect, transform, and load data from various sources to a destination for analysis.

  • Data ingestion: Collecting data from various sources like databases, APIs, logs, etc.

  • Data processing: Cleaning, transforming, and enriching the data to make it usable for analysis.

  • Data storage: Storing the processed data in a data warehouse, data lake, or other storage solutions.

  • Data ana...

View all Data Engineer interview questions
A Data Engineer was asked 6mo ago
Q. What are indexes and what types of indexes are there?
Ans. 

An index is a data structure that improves the speed of data retrieval operations in a database.

  • Types of indexes include clustered index, non-clustered index, unique index, and composite index.

  • Indexes can be created on one or multiple columns in a table.

  • Indexes help in quickly locating data without having to scan the entire table.

  • Examples of indexes are primary key indexes, foreign key indexes, and secondary index...

View all Data Engineer interview questions
A Data Engineer was asked 6mo ago
Q. What is SCD and what are its types?
Ans. 

SCD stands for Slowly Changing Dimension, which is a concept used in data warehousing to track changes in data over time.

  • SCD Type 1: Overwrites old data with new data, losing historical information.

  • SCD Type 2: Keeps multiple versions of the same record, each with a different timestamp.

  • SCD Type 3: Maintains separate columns for current and previous values, limiting historical data tracking.

  • SCD Type 4: Uses separate...

View all Data Engineer interview questions
A Data Entry Operator was asked
Q. What is a microprocessor?
Ans. 

A microprocessor is a small electronic device that functions as the central processing unit of a computer.

  • Microprocessors are made up of millions of tiny components like transistors and resistors.

  • They execute instructions and perform calculations for various tasks.

  • Examples of microprocessors include Intel's Core series and AMD's Ryzen series.

View all Data Entry Operator interview questions
A Data Entry Operator was asked
Q. How proficient are you in using Microsoft Word?
Ans. 

To work with words, one must have strong typing skills, attention to detail, and knowledge of data entry software.

  • Practice typing regularly to improve speed and accuracy.

  • Use spell check and grammar tools to ensure accuracy.

  • Familiarize yourself with data entry software such as Microsoft Excel.

  • Organize and prioritize tasks to efficiently input data.

  • Double-check entries for errors before submitting.

  • Seek feedback and ...

View all Data Entry Operator interview questions
Are these interview questions helpful?
An Associate Security Engineer was asked
Q. Do you have any knowledge of open source tools?
Ans. 

Yes, I have knowledge in open source tools.

  • I have experience working with open source security tools like Snort and Suricata.

  • I am familiar with open source network monitoring tools like Nagios and Zabbix.

  • I have used open source vulnerability scanners like OpenVAS and Nessus.

  • I have worked with open source encryption tools like GnuPG and OpenSSL.

  • I am comfortable using open source log management tools like ELK Stack ...

View all Associate Security Engineer interview questions
A Software Development Engineer was asked
Q. Write an SQL query to find the second highest number in a given table.
Ans. 

Use SQL query to find the second highest number in a given table

  • Use the MAX() function to find the highest number in the table

  • Use the WHERE clause to exclude the highest number from the result set

  • Use the MAX() function again on the filtered result set to find the second highest number

View all Software Development Engineer interview questions
A Software Development Engineer was asked
Q. What is Polymorphism?
Ans. 

Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • It enables a single interface to represent multiple data types.

  • Examples include method overloading and method overriding in object-oriented programming.

View all Software Development Engineer interview questions
1 2

H&R Block Interview Experiences

24 interviews found

Data Engineer Interview Questions & Answers

user image Rashmi Sahoo

posted on 19 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is index and types of index
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations in a database.

    • Types of indexes include clustered index, non-clustered index, unique index, and composite index.

    • Indexes can be created on one or multiple columns in a table.

    • Indexes help in quickly locating data without having to scan the entire table.

    • Examples of indexes are primary key indexes, foreign key indexes, and secondary indexes.

  • Answered by AI
    Add your answer
  • Q2. What is SCD and its type
  • Ans. 

    SCD stands for Slowly Changing Dimension, which is a concept used in data warehousing to track changes in data over time.

    • SCD Type 1: Overwrites old data with new data, losing historical information.

    • SCD Type 2: Keeps multiple versions of the same record, each with a different timestamp.

    • SCD Type 3: Maintains separate columns for current and previous values, limiting historical data tracking.

    • SCD Type 4: Uses separate hist...

  • Answered by AI
    Add your answer
  • Q3. Tell me the process of data pipeline
  • Ans. 

    Data pipeline is a series of processes that collect, transform, and load data from various sources to a destination for analysis.

    • Data ingestion: Collecting data from various sources like databases, APIs, logs, etc.

    • Data processing: Cleaning, transforming, and enriching the data to make it usable for analysis.

    • Data storage: Storing the processed data in a data warehouse, data lake, or other storage solutions.

    • Data analysis...

  • Answered by AI
    Add your answer

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Anonymous

Accountant Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2024

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

Topic Discussion on Artificial intelligence

Round 2 - Assignment 

Preparation of ledger to balance sheet

Round 3 - Technical 

(2 Questions)

  • Q1. Journal entries
  • Add your answer
  • Q2. Accounting Basics
  • Add your answer
Round 4 - Technical 

(2 Questions)

  • Q1. About company, previous Experience
  • Add your answer
  • Q2. Journal entries
  • Add your answer
Round 5 - HR 

(2 Questions)

  • Q1. Normal introduction
  • Add your answer
  • Q2. Salary Discussion
  • Add your answer

Accountant Interview Questions asked at other Companies

Q1. T codes used for PRPO routed invoices, tcode for manually processing invoice, Tcode for credit note. Why credit note is issued, Reason of PO and invoice mis match. Process improvement and how it was benifical.
View answer (3)
Anonymous

Data Entry Operator Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is excel? How it is work.
  • Ans. 

    Excel is a spreadsheet program used for organizing, analyzing, and storing data in tabular format.

    • Excel is part of Microsoft Office suite.

    • It allows users to create tables, charts, graphs, and perform calculations.

    • Data can be entered manually or imported from external sources.

    • Formulas and functions can be used to manipulate data.

    • Excel is commonly used for financial analysis, budgeting, and data visualization.

  • Answered by AI
    Add your answer
  • Q2. How to work word?
  • Ans. 

    To work with words, one must have strong typing skills, attention to detail, and knowledge of data entry software.

    • Practice typing regularly to improve speed and accuracy.

    • Use spell check and grammar tools to ensure accuracy.

    • Familiarize yourself with data entry software such as Microsoft Excel.

    • Organize and prioritize tasks to efficiently input data.

    • Double-check entries for errors before submitting.

    • Seek feedback and train...

  • Answered by AI
    Add your answer
  • Q3. How to work in ms excel? Benifit to speak.
  • Add your answer
  • Q4. What is microprocessor?
  • Ans. 

    A microprocessor is a small electronic device that functions as the central processing unit of a computer.

    • Microprocessors are made up of millions of tiny components like transistors and resistors.

    • They execute instructions and perform calculations for various tasks.

    • Examples of microprocessors include Intel's Core series and AMD's Ryzen series.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (47)
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 15 Aug 2024

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

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

Round 1 - How you got to know about us 

(3 Questions)

  • Q1. How you got to know about us?
  • Ans. 

    Through a job search website

    • Browsing job search websites

    • Saw job posting on LinkedIn

    • Referred by a friend who saw the job posting

  • Answered by AI
    Add your answer
  • Q2. Tell something interesting about you
  • Ans. 

    I have traveled to over 20 countries and can speak 4 languages fluently.

    • I love exploring new cultures and trying different cuisines

    • I have lived in Europe, Asia, and North America

    • I am fluent in English, Spanish, French, and Mandarin

    • Traveling has broadened my perspective and enriched my life experiences

  • Answered by AI
    Add your answer
  • Q3. Apart from self intro say something interesting about you?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay positive because, they notice everything
and try to answer without fillers

Associate Interview Questions asked at other Companies

Q1. A rat has 3000 grams of rice and needs to travel 3000 meters. It eats 1 gram of rice per meter, and its maximum carrying capacity is 1000 grams. How should the rat travel the distance to maximize the amount of rice left at the destination?
View answer (6)
Anonymous

Accountant Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Revenue recognition principle
  • Ans. 

    The revenue recognition principle dictates when revenue should be recognized in financial statements.

    • Revenue should be recognized when it is earned, regardless of when cash is received.

    • Revenue is considered earned when goods or services are delivered or performed.

    • The amount of revenue recognized should be the fair value of the goods or services exchanged.

    • Revenue recognition can be complex, especially for long-term cont...

  • Answered by AI
    Add your answer
Round 2 - Assignment 

Based on basic essay scenario

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic accounting journal entries
  • Add your answer

Accountant Interview Questions asked at other Companies

Q1. T codes used for PRPO routed invoices, tcode for manually processing invoice, Tcode for credit note. Why credit note is issued, Reason of PO and invoice mis match. Process improvement and how it was benifical.
View answer (3)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Basic questions for freshers

Round 2 - Group Discussion 

More focus on the participation and collective contribution of candidates along with communication skills.

Round 3 - Technical 

(1 Question)

  • Q1. DSa, DBMS, joins, and other basic c, c++ questions
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Interests hobbies Co-curricular activities and such related questions
  • Add your answer

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (274)
Anonymous

Tax Associate Interview Questions & Answers

user image Anonymous

posted on 28 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

US Tax Related Question

Round 2 - Technical 

(3 Questions)

  • Q1. Accounting definitions
  • Add your answer
  • Q2. Principles of Accounting & Some journal entries
  • Ans. 

    Understanding principles of accounting and journal entries is essential for a Tax Associate role.

    • Principles of accounting include matching principle, revenue recognition principle, and cost principle

    • Journal entries are used to record financial transactions in the accounting system

    • Examples of journal entries include recording revenue, expenses, and asset purchases

  • Answered by AI
    Add your answer
  • Q3. Self introducing
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Add your answer
  • Q2. Self introduction
  • Add your answer

Tax Associate Interview Questions asked at other Companies

Q1. 1- Difference between Traditional IRA VS Roth IRA 2- What is Sch H? 3- Suppose in sch C if the net loss is $10,000 which includes home office expenses of $5000 then how much home office expenses can be deducted? 4- Liability vs Provision? 5... read more
View answer (1)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic questions related to time, distance etc. speed is the most important part for this.

Round 2 - Group Discussion 

Normal group discussion based on a particular topic

Round 3 - Technical 

(1 Question)

  • Q1. They will test your basic knowledge in programming language and some coding
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions
  • Add your answer

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (274)
Anonymous

Software Development Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was aptitude test consisting of medium to low level questions which is quite easy to crack if you prepare enough

Round 2 - Group Discussion 

We were given a Topic on which we had to discuss and present our points to the invigilator and having a good communication skill helps you to crack this round!

Round 3 - Technical 

(4 Questions)

  • Q1. Questions were asked based on my resume basic questions on Oops like - Polymorphism, virtual function, method overloading, Code to print Fibonicci numbers, Sql query to print second highest etc
  • Add your answer
  • Q2. Write second highest number in a given table using sql
  • Ans. 

    Use SQL query to find the second highest number in a given table

    • Use the MAX() function to find the highest number in the table

    • Use the WHERE clause to exclude the highest number from the result set

    • Use the MAX() function again on the filtered result set to find the second highest number

  • Answered by AI
    Add your answer
  • Q3. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
    Add your answer
  • Q4. Method overloading
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, read concepts and understand them and Dress well, work on your communication skill and speak clearly!

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road and each vertex represents an intersection, write an algorithm to find the minimum number of vertices at which police officers should be stationed so that all the roads are ... read more
View answer (2)
Anonymous

Junior Accountant & Admin Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

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

(2 Questions)

  • Q1. How will you contribute to the company as accountant
  • Add your answer
  • Q2. Attitude check on myself
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice opportunities and great environment to work

Junior Accountant & Admin Interview Questions asked at other Companies

Q1. Do you have knowledge about Goods and Services Tax (GST) and Tax Deducted at Source (TDS)?
View answer (1)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about H&R Block?
Ask anonymously on communities.
More about working at H&R Block
  • HQ - Kansas City, Missouri, United States (USA)
  • Accounting & Auditing
  • 501-1k Employees (India)
  • Financial Services

H&R Block Interview FAQs

How many rounds are there in H&R Block interview?
H&R Block interview process usually has 2-3 rounds. The most common rounds in the H&R Block interview process are Technical, Aptitude Test and Group Discussion.
How to prepare for H&R Block 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 H&R Block. The most common topics and skills that interviewers at H&R Block expect are Python, SQL, C#, Azure and Javascript.
What are the top questions asked in H&R Block interview?

Some of the top questions asked at the H&R Block interview -

  1. what is sql and basic commands of ...read more
  2. Write second highest number in a given table using ...read more
  3. Why would you want this particular stat...read more
What are the most common questions asked in H&R Block HR round?

The most common HR questions asked in H&R Block interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. What is your family backgrou...read more
How long is the H&R Block interview process?

The duration of H&R Block interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

H&R Block Interviews By Designations

  • H&R Block Software Engineer Interview Questions
  • H&R Block Accountant Interview Questions
  • H&R Block Tax Associate Interview Questions
  • H&R Block Associate Interview Questions
  • H&R Block Senior Software Developer Interview Questions
  • H&R Block Associate Engineer Interview Questions
  • H&R Block Software Development Engineer Interview Questions
  • H&R Block Data Engineer Interview Questions
  • Show more
  • H&R Block Data Entry Operator Interview Questions
  • H&R Block Developer Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Team Lead Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Intern Interview Questions
  • Associate Software Engineer Interview Questions
  • Data Analyst Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Sales Officer Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 27 interview experiences

Difficulty level

Easy 33%
Moderate 53%
Hard 13%

Duration

Less than 2 weeks 71%
2-4 weeks 14%
4-6 weeks 14%
View more

Interview Questions from Similar Companies

EY Global Delivery Services ( EY GDS)
EY Global Delivery Services ( EY GDS) Interview Questions
3.5
 • 800 Interviews
BDO India LLP
BDO India LLP Interview Questions
3.4
 • 82 Interviews
Grant Thornton Bharat
Grant Thornton Bharat Interview Questions
3.6
 • 74 Interviews
RSM India
RSM India Interview Questions
3.4
 • 57 Interviews
BDO RISE Private Limited
BDO RISE Private Limited Interview Questions
3.5
 • 34 Interviews
NAV Backoffice
NAV Backoffice Interview Questions
3.4
 • 32 Interviews
CohnReznick
CohnReznick Interview Questions
3.7
 • 30 Interviews
Escalon Business Services
Escalon Business Services Interview Questions
3.8
 • 30 Interviews
Crowe Horwath
Crowe Horwath Interview Questions
4.1
 • 30 Interviews
Ryan
Ryan Interview Questions
3.9
 • 26 Interviews
View all

H&R Block Reviews and Ratings

based on 258 reviews

4.2/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

3.8

Salary

4.2

Job security

4.4

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 258 Reviews and Ratings
Jobs at H&R Block
H&R Block
Senior Infrastructure Engineer (4-7 yrs)

4-7 Yrs

₹ 8-10.2 LPA

H&R Block
Chargeback Specialist

Thiruvananthapuram

2-4 Yrs

Not Disclosed

Explore more jobs
H&R Block Salaries in India
Senior Software Engineer
192 salaries
unlock blur

₹6 L/yr - ₹22.9 L/yr

Software Engineer
99 salaries
unlock blur

₹3.6 L/yr - ₹12 L/yr

Tax Analyst
65 salaries
unlock blur

₹2.5 L/yr - ₹11.4 L/yr

Technical Lead
48 salaries
unlock blur

₹11.6 L/yr - ₹26 L/yr

Associate Software Engineer
43 salaries
unlock blur

₹3.6 L/yr - ₹6.6 L/yr

Explore more salaries
Compare H&R Block with
EY Global Delivery Services ( EY GDS)

EY Global Delivery Services ( EY GDS)

3.5
Compare
BDO India LLP

BDO India LLP

3.4
Compare
RSM India

RSM India

3.4
Compare
Grant Thornton Bharat

Grant Thornton Bharat

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • H&R Block Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter