Upload Button Icon Add office photos

Crowe Horwath

Compare button icon Compare button icon Compare

Filter interviews by

Crowe Horwath Interview Questions and Answers

Updated 24 May 2025
Popular Designations

13 Interview questions

A Software Development Engineer Intern was asked 9mo ago
Q. Write a function to reverse an array in-place.
Ans. 

To reverse an array of strings, iterate through the array and swap elements from start to end.

  • Iterate through the array using two pointers, one starting from the beginning and the other from the end.

  • Swap elements at the two pointers until they meet in the middle.

  • Repeat until all elements are swapped and the array is reversed.

View all Software Development Engineer Intern interview questions
A Scrum Master was asked 10mo ago
Q. Tell me about your understanding of Scrum and how you have used it in your work.
Ans. 

Scrum is an agile framework for managing complex projects, emphasizing collaboration, flexibility, and iterative progress.

  • Scrum promotes teamwork through defined roles: Scrum Master, Product Owner, and Development Team.

  • It uses time-boxed iterations called Sprints, typically lasting 2-4 weeks, to deliver incremental value.

  • Daily Stand-ups are held to synchronize the team and address any obstacles.

  • The Sprint Review a...

View all Scrum Master interview questions
A Functional Consultant was asked
Q. What is ERP consulting?
Ans. 

ERP consulting involves providing expertise and guidance on implementing and optimizing ERP systems for businesses.

  • Helping businesses select the right ERP system for their needs

  • Assisting with the implementation and customization of the ERP system

  • Providing training to employees on how to use the ERP system effectively

  • Offering ongoing support and maintenance for the ERP system

  • Analyzing business processes to identify...

View all Functional Consultant interview questions
A Senior Software Engineer and Lead was asked
Q. What is your experience with .NET and SQL databases?
Ans. 

Dotnet SQL DB integration involves using ADO.NET, Entity Framework, and LINQ for database operations in .NET applications.

  • ADO.NET provides classes for connecting to SQL databases, executing commands, and retrieving results.

  • Entity Framework is an ORM that simplifies data access by allowing developers to work with data as objects.

  • LINQ (Language Integrated Query) allows querying SQL databases using C# syntax, making ...

View all Senior Software Engineer and Lead interview questions
A Senior Functional Consultant was asked
Q. What do you know about ERP?
Ans. 

ERP stands for Enterprise Resource Planning, a software system that helps organizations manage and integrate their important business processes.

  • ERP software typically includes modules for finance, human resources, supply chain management, and customer relationship management.

  • It helps streamline processes, improve efficiency, and provide real-time data for decision-making.

  • Examples of popular ERP systems include SAP...

View all Senior Functional Consultant interview questions
A Security Consultant was asked
Q. Explain the OWASP top 10 and its mitigation strategies.
Ans. 

OWASP Top 10 is a list of the top 10 most critical web application security risks and their mitigation strategies.

  • Injection: Use parameterized queries to prevent SQL injection.

  • Broken Authentication: Implement strong password policies and multi-factor authentication.

  • Sensitive Data Exposure: Encrypt sensitive data both at rest and in transit.

  • XML External Entities (XXE): Disable external entity references in XML pars...

View all Security Consultant interview questions
A Security Consultant was asked
Q. What is your expected CTC?
Ans. 

My expected CTC is negotiable based on the job responsibilities and market standards.

  • My expected CTC is based on my experience, skills, and the job requirements.

  • I am open to discussing the salary range during the interview process.

  • I am looking for a competitive salary package that aligns with my expertise in security consulting.

View all Security Consultant interview questions
Are these interview questions helpful?
A Training Consultant was asked
Q. Explain the concepts of OOP.
Ans. 

OOPs concepts are the fundamental principles of object-oriented programming.

  • Encapsulation: bundling of data and methods that operate on that data

  • Inheritance: ability of a class to inherit properties and characteristics from its parent class

  • Polymorphism: ability of objects to take on multiple forms or behaviors

  • Abstraction: hiding of complex implementation details and showing only the necessary information

View all Training Consultant interview questions
A Training Consultant was asked
Q. What are the differences between a list and an array?
Ans. 

Lists are dynamic and can hold different data types, while arrays are fixed in size and can only hold one data type.

  • Lists can be resized during runtime, while arrays cannot.

  • Lists are implemented as classes in most programming languages, while arrays are primitive data types.

  • Lists can hold different data types, while arrays can only hold one data type.

  • Lists are more flexible and easier to work with, while arrays ar...

View all Training Consultant interview questions
A Training Consultant was asked
Q. Is Java an object-oriented programming language?
Ans. 

Yes, Java is an object-oriented programming language.

  • Java supports all the features of OOP such as encapsulation, inheritance, and polymorphism.

  • Objects are created from classes in Java.

  • Example: class Car { String make; int year; } Car myCar = new Car();

  • Java also has interfaces which allow for abstraction and multiple inheritance.

View all Training Consultant interview questions

Crowe Horwath Interview Experiences

30 interviews found

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

I applied via Campus Placement and was interviewed before May 2022. There were 4 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 

As i was fresher i need to appear in a test where i got around 40 mcq related to English, Aptitude and coding

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic to intermediate level programming questions based on your language java or python or c++ .
  • Q2. Is java an object oriented programming language?
  • Ans. 

    Yes, Java is an object-oriented programming language.

    • Java supports all the features of OOP such as encapsulation, inheritance, and polymorphism.

    • Objects are created from classes in Java.

    • Example: class Car { String make; int year; } Car myCar = new Car();

    • Java also has interfaces which allow for abstraction and multiple inheritance.

  • Answered by AI
  • Q3. Different between list and array
  • Ans. 

    Lists are dynamic and can hold different data types, while arrays are fixed in size and can only hold one data type.

    • Lists can be resized during runtime, while arrays cannot.

    • Lists are implemented as classes in most programming languages, while arrays are primitive data types.

    • Lists can hold different data types, while arrays can only hold one data type.

    • Lists are more flexible and easier to work with, while arrays are fas...

  • Answered by AI
  • Q4. Explain oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Encapsulation: bundling of data and methods that operate on that data

    • Inheritance: ability of a class to inherit properties and characteristics from its parent class

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • Abstraction: hiding of complex implementation details and showing only the necessary information

  • Answered by AI
Round 4 - Telephonic Call 

(1 Question)

  • Q1. Some basic details of individual and family members and study background

Interview Preparation Tips

Topics to prepare for Crowe Horwath Training Consultant interview:
  • Core Java
  • Function
  • Array
  • MySQL Database Administration
  • OOPS
Interview preparation tips for other job seekers - Just go through oops, array and function and basics of any programming like compiler interpeter, concepts mysql database etc.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Library management system

Round 2 - Assignment 

1 DBMS Query Questions and one programming based coding scenerio.

Round 3 - Technical 

(1 Question)

  • Q1. Reverse an array?
  • Ans. 

    To reverse an array of strings, iterate through the array and swap elements from start to end.

    • Iterate through the array using two pointers, one starting from the beginning and the other from the end.

    • Swap elements at the two pointers until they meet in the middle.

    • Repeat until all elements are swapped and the array is reversed.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic HR questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction around scrum and working
  • Ans. 

    Scrum is an agile framework for managing complex projects, emphasizing collaboration, flexibility, and iterative progress.

    • Scrum promotes teamwork through defined roles: Scrum Master, Product Owner, and Development Team.

    • It uses time-boxed iterations called Sprints, typically lasting 2-4 weeks, to deliver incremental value.

    • Daily Stand-ups are held to synchronize the team and address any obstacles.

    • The Sprint Review allows...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Basics of the work that is been done

Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Biceghjnvgxchjbbghjj hhggg joid hh
  • Q2. Cool hte huiii gfdddd

Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

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

(1 Question)

  • Q1. Regarding Commerce architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good place to work and is employee-friendly.

Consultant Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Can artifical intelligence replace humans

Round 2 - One-on-one 

(3 Questions)

  • Q1. Resume based interview
  • Q2. What is your job role
  • Q3. Hobbies and deep discussion about it

Interview Preparation Tips

Interview preparation tips for other job seekers - make your resume solid and you are good to go

Auditor Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented and analytical Auditor with a strong background in financial analysis and risk assessment.

    • I have a Bachelor's degree in Accounting and have obtained my CPA certification.

    • I have experience conducting audits for both public and private companies, ensuring compliance with regulations and identifying areas for improvement.

    • I am skilled in data analysis and have a keen eye for identifying discrepancies...

  • Answered by AI

Software Developer Interview Questions & Answers

user image Ankit Pandit

posted on 20 Apr 2024

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

Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )

Round 2 - Technical 

(1 Question)

  • Q1. Asked for the introduction , then asked questions from the resume . Also the OOPS concept and interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give only neccessay answer of the question,do not say something extra
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Monster and was interviewed in Jun 2023. There were 4 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 

(3 Questions)

  • Q1. Web application security testing methodology
  • Ans. 

    Web application security testing involves assessing the security of web applications to identify vulnerabilities and weaknesses.

    • Identify potential security risks and threats in the web application

    • Conduct vulnerability assessments and penetration testing

    • Review code for security flaws and vulnerabilities

    • Test authentication and authorization mechanisms

    • Utilize tools like OWASP ZAP, Burp Suite, and Nmap for testing

  • Answered by AI
  • Q2. SQL injection attacks and it's mitigation
  • Ans. 

    SQL injection is a type of cyber attack where malicious SQL code is inserted into input fields to manipulate databases. Mitigation involves input validation, parameterized queries, and using ORM frameworks.

    • Input validation: Validate and sanitize user input to prevent malicious SQL code from being executed.

    • Parameterized queries: Use parameterized queries to separate SQL code from user input, reducing the risk of SQL inj...

  • Answered by AI
  • Q3. Owasp top 10 explain and it's mitigation
  • Ans. 

    OWASP Top 10 is a list of the top 10 most critical web application security risks and their mitigation strategies.

    • Injection: Use parameterized queries to prevent SQL injection.

    • Broken Authentication: Implement strong password policies and multi-factor authentication.

    • Sensitive Data Exposure: Encrypt sensitive data both at rest and in transit.

    • XML External Entities (XXE): Disable external entity references in XML parsers.

    • S...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Port numbers and default services
Round 4 - HR 

(2 Questions)

  • Q1. What is your Expected ctc
  • Ans. 

    My expected CTC is negotiable based on the job responsibilities and market standards.

    • My expected CTC is based on my experience, skills, and the job requirements.

    • I am open to discussing the salary range during the interview process.

    • I am looking for a competitive salary package that aligns with my expertise in security consulting.

  • Answered by AI
  • Q2. What is your Current CTC

Skills evaluated in this interview

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 Apr 2023. There were 5 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 - Aptitude Test 

Aptitude test consist of basic aptitude questions, logical and reasoning questions, computer fundamentals questions, Automata questions etc.

Round 3 - Group Discussion 

GD was group wise we were in divided in groups and each groups were given a mentor. They give us two topics to choose. We were given 5G in India and How AI impacts future.

Round 4 - Technical 

(1 Question)

  • Q1. Interview questions were based SQL, cloud computing questions and resume based questions
Round 5 - Technical 

(1 Question)

  • Q1. Another technical interview consisted of DSA questions like implementation of stack , linked list etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Expected CTC, current roles and responsibilities
  • Q2. Why do you want to join Crowe

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Crowe Horwath?
Ask anonymously on communities.

Crowe Horwath Interview FAQs

How many rounds are there in Crowe Horwath interview?
Crowe Horwath interview process usually has 2-3 rounds. The most common rounds in the Crowe Horwath interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Crowe Horwath 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 Crowe Horwath. The most common topics and skills that interviewers at Crowe Horwath expect are Auditing, Consulting, Accounting, SQL and Javascript.
What are the top questions asked in Crowe Horwath interview?

Some of the top questions asked at the Crowe Horwath interview -

  1. Is java an object oriented programming langua...read more
  2. Types of leases? Can a contract be verbal ? what are the five step approach of...read more
  3. Different between list and ar...read more
How long is the Crowe Horwath interview process?

The duration of Crowe Horwath interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 23 interview experiences

Difficulty level

Easy 7%
Moderate 93%

Duration

Less than 2 weeks 57%
2-4 weeks 14%
4-6 weeks 14%
6-8 weeks 7%
More than 8 weeks 7%
View more

Interview Questions from Similar Companies

BDO India LLP Interview Questions
3.4
 • 82 Interviews
RSM India Interview Questions
3.4
 • 57 Interviews
NAV Backoffice Interview Questions
3.4
 • 32 Interviews
CohnReznick Interview Questions
3.6
 • 30 Interviews
Ryan Interview Questions
3.9
 • 27 Interviews
View all

Crowe Horwath Reviews and Ratings

based on 129 reviews

4.1/5

Rating in categories

3.5

Skill development

4.4

Work-life balance

3.9

Salary

3.9

Job security

4.1

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 129 Reviews and Ratings
Senior Data Integration Engineer

Noida,

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Hyperautomation Developer

Noida,

Hyderabad / Secunderabad

2-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
43 salaries
unlock blur

₹18.2 L/yr - ₹39 L/yr

Senior Technical Consultant
30 salaries
unlock blur

₹9.3 L/yr - ₹36.3 L/yr

Manager
28 salaries
unlock blur

₹14.5 L/yr - ₹41 L/yr

Software Developer
27 salaries
unlock blur

₹6 L/yr - ₹13.4 L/yr

Senior Consultant
22 salaries
unlock blur

₹12.9 L/yr - ₹27 L/yr

Explore more salaries
Compare Crowe Horwath with

BDO India LLP

3.4
Compare

RSM India

3.3
Compare

Grant Thornton Bharat

3.6
Compare

NAV Backoffice

3.4
Compare
write
Share an Interview