Upload Button Icon Add office photos

Filter interviews by

Crowe Horwath Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Crowe Horwath Interview Questions and Answers

View all 12 questions

Crowe Horwath Interview Experiences

Popular Designations

28 interviews found

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

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)

ERP Commerce Senior Consultant 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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction around scrum and working
Round 2 - One-on-one 

(1 Question)

  • Q1. Basics of the work that is been done

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Senior 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

Crowe Horwath interview questions for popular designations

 Scrum Master

 (3)

 Information Security Consultant

 (2)

 Associate Consultant

 (1)

 Associate Engineer Trainee

 (1)

 Audit Assistant

 (1)

 Audit Associate

 (1)

 Audit Associate 2

 (1)

 Auditor

 (1)

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 at Malviya National Institute of Technology (NIT), Jaipur 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

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Get interview-ready with Top Crowe Horwath Interview Questions

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

Auditor Interview Questions asked at other Companies

Q1. What is difference between SBI and other nationalised banks?
View answer (1)

Jobs at Crowe Horwath

View all

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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

Security Consultant Interview Questions asked at other Companies

Q1. What are the security headers used in an application?
View answer (1)
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.

Associate Engineer Trainee Interview Questions asked at other Companies

Q1. 4. give a scenario on how electrical and electronics can be used simultaneously
View answer (2)
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

Audit Assistant Interview Questions asked at other Companies

Q1. How will you Audit the bank balance appearing in financial statements?
View answer (2)

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, Resume Shortlist and Technical.
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.

Crowe Horwath Interview Process

based on 23 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 791 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
BDO India LLP Interview Questions
3.5
 • 74 Interviews
RSM India Interview Questions
3.4
 • 52 Interviews
BDO Interview Questions
3.3
 • 45 Interviews
Mazars Interview Questions
3.1
 • 21 Interviews
View all

Crowe Horwath Reviews and Ratings

based on 113 reviews

4.1/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

4.1

Salary

4.0

Job security

4.2

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 113 Reviews and Ratings
Salesforce Consultant (Marketing Cloud)

Noida,

Hyderabad / Secunderabad

4-7 Yrs

Not Disclosed

Machine Learning DevOps Engineer II - SW

Noida,

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

Federal Tax Staff

Hyderabad / Secunderabad

2-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
39 salaries
unlock blur

₹18.2 L/yr - ₹38 L/yr

Software Developer
36 salaries
unlock blur

₹5.4 L/yr - ₹21 L/yr

Senior Technical Consultant
29 salaries
unlock blur

₹10.6 L/yr - ₹42 L/yr

Manager
27 salaries
unlock blur

₹14.5 L/yr - ₹37.4 L/yr

Senior Consultant
21 salaries
unlock blur

₹12.9 L/yr - ₹26.8 L/yr

Explore more salaries
Compare Crowe Horwath with

Deloitte

3.8
Compare

PwC

3.4
Compare

KPMG India

3.5
Compare

Ernst & Young

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