Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Crowe Horwath Software Development Engineer Intern Interview Questions and Answers

Updated 22 Sep 2024

Crowe Horwath Software Development Engineer Intern Interview Experiences

1 interview 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

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basics questions on SAP

Interview Preparation Tips

Interview preparation tips for other job seekers - Recomend, not to join this company. what they promise and what they provide is totally irrelevant. No ethics.

I was interviewed before Sep 2020.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is standard. Mainly tests the conceptual level knowledge. Java multithreading might be asked if the candidate mentions it. Multi threading concepts are appreciated and gives an edge

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Spring, Hibernate and java and angular questions
  • Q2. What is REST API, Difference between Spring MVC and Spring Boot, Abstract class, interfaces etc
  • Ans. 

    Answering questions related to REST API, Spring MVC, Spring Boot, abstract class, and interfaces.

    • REST API is a set of rules for building web services. It uses HTTP methods to access resources.

    • Spring MVC is a framework for building web applications using the Model-View-Controller architecture.

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications.

    • An abstract class is a class that ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared well on what you have mentioned on your resume.

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design a database for student management application.
  • Ans. 

    A database for student management application.

    • Create a table for students with fields like name, roll number, email, etc.

    • Create a table for courses with fields like course name, course code, etc.

    • Create a table for enrollment with fields like student ID, course ID, enrollment date, etc.

    • Create a table for grades with fields like student ID, course ID, grade, etc.

    • Use primary and foreign keys to establish relationships bet

  • Answered by AI
  • Q2. Create a linked list with class and object and perform CRUD operation.
  • Ans. 

    Create and perform CRUD operations on a linked list using class and object.

    • Create a class for the linked list and define the necessary functions for CRUD operations.

    • Create an object of the linked list class and use it to perform the operations.

    • For creating a node, define a class for the node and link it to the linked list class.

    • For updating or deleting a node, traverse the linked list and perform the operation on the d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - You should have strong knowledge on class and object and Java.
- Having knowledge of frameworks like Hibernate and Spring Boot is a plus.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked based on scenarios, all were practical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join as a contractor. Join only if you are permanent with Deloitte.

Interview Questionnaire 

7 Questions

  • Q1. They asked me only what i have mentioned in my resume. My first question was swap two numbers without using third variable
  • Q2. What is the difference between arrays and linked list. Which one is better
  • Ans. 

    Arrays are fixed in size and have contiguous memory, while linked lists are dynamic and have non-contiguous memory.

    • Arrays have constant time access to elements, while linked lists have linear time access.

    • Arrays are better for random access and searching, while linked lists are better for insertion and deletion.

    • Arrays use less memory for storing elements, while linked lists use more memory due to additional pointers.

    • Exa...

  • Answered by AI
  • Q3. Tell us about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and technology

    • Proficient in Java, Python, and web development

    • Experience with projects such as building a web application using Django

  • Answered by AI
  • Q4. How do you manage your tuition classes with your college hectic schedule?
  • Ans. 

    I prioritize my college schedule and plan my tuition classes accordingly.

    • I make a timetable for both college and tuition classes.

    • I communicate with my tuition teacher to adjust the timings if necessary.

    • I try to finish my college assignments and projects beforehand to avoid last-minute stress.

    • I utilize breaks between classes to attend tuition classes.

    • I make sure to take breaks and not overload myself with too many class...

  • Answered by AI
  • Q5. Will your parents allow you to work late at night and in weekends?
  • Ans. 

    Yes, my parents are supportive of my career and understand the demands of the job.

    • My parents are supportive of my career and understand the demands of the job.

    • I have discussed my work schedule with my parents and they are okay with me working late nights and weekends if required.

    • They trust my judgment and are aware that sometimes working late or on weekends may be necessary in the software engineering field.

  • Answered by AI
  • Q6. What have you done in your research paper?
  • Ans. 

    My research paper was on the impact of social media on mental health.

    • Conducted a literature review on existing research on the topic

    • Designed and distributed a survey to gather data on social media usage and mental health

    • Analyzed the survey data using statistical methods

    • Discussed the findings and implications in the paper

    • Included recommendations for future research

  • Answered by AI
  • Q7. What was your role in your minor project?
  • Ans. 

    I was responsible for designing and implementing the user interface of the minor project.

    • Designed the layout and flow of the user interface

    • Implemented the UI using HTML, CSS, and JavaScript

    • Collaborated with the team to ensure consistency in design and functionality

    • Conducted user testing and made necessary improvements based on feedback

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were quite tricky, but not difficult.
Most of the questions were from data structure like stacks, queues, sorting and complexity etc.
Tips: Do not think much about each question. They will totally depend on your general understanding about programming topics.
Duration: 1 hour minute
Total Questions: 100

Round: Group Discussion
Experience: It was great discussion. firstly, the EY team made us very comfortable and he told us his first experience about GD. He supported every contentest's opinion without any biasing and arguments. We were 15 students in our group discussion
Tips: Don't divert from your perspective about whatever topic you will get. Be calm and slow but effective
Don't talk out of topic
Be a good listener so as you can support or disagree with other's view
Duration: 30 minutes

Round: Technical Interview
Experience: I wrote the code for the same.
I answered the second question very well
Tips: Do not overwhelm your resume with too much of extra information

Round: HR Interview
Experience: Told.
Tips: Calm and be sensible.
Nervousness and fumbling may degrade your performance
Answer precise and relevant

Skills:
College Name: MSIT GGSIPU
Motivation: Guys do not preset your mind with any stuff of information before a day of your interview.
Keep your point precise and sensible. Like other MNCs, EY don't expect a fluenced english speaking candidate,instead they want to see how different you are from other in any aspect.
Funny Moments: I took a sound sleep in college auditorium after my GD selection, as they were conductiong interview one selecte

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. A cricket puzzle
  • Q2. Sorting and Searching in real-life scenario puzzle
  • Q3. A couple of questions about electrical and electronics engineering (my branch)
  • Q4. A couple of questions about what I envision

Interview Preparation Tips

Round: Test
Experience: Enlightening. Really had to rack my brains for that hour. Made a lot of corrections in my own answers before confirming a choice. The coding section was amusing - some MCQ's had programs for each option and you had to 'choose' the right program. 
I still remember trembling with excitement/fear when my name was called out in the selected list.
Tips: Strengthen your basics. 
Timing is never a problem is you do not ponder over each obstacle. Be alert during the test - many questions require common sense over formulae. Read the rules: All the questions in this test were MCQ type without any negative marking. ANSWER ALL before the time ends.
Duration: 60 minutes
Total Questions: 60

Round: Group Discussion
Experience: A touchy topic as the moderators were (probably) parents and all your comments would reflect your own upbringing. Diplomacy was a major flavor in most of the arguments presented. 
The GD was conducted methodically and everyone was given at least one chance to state their views. I was digressing in the beginning but quickly took control of the situation by assessing the environment.
Tips: Be confident and rational in your thoughts.NOBODY likes a drama queen, please present your views with a polite intensity.
Listen to all who are present, you may not know everything.

Round: Other Interview
Experience: I apologize as I don't remember the questions specifically. 
The interviewer was exceptionally pleasant and was even nice enough to explain the intricate details of cricket (yes, I am an Indian and I am not a cricket lover :p). I imagine that he liked my method of solving and never-give-up attitude (I did not get the right answer in the first three tries). The rest of the queries simply probed into my basics. Had I been cramming up advanced theorems, I am sure I would have faltered. However, with little hesitation, I braved through all his questions. And I still thank goodness that I did. 
I remember the interviewer saying one statement distinctly - 'The rounds get easier as you keep qualifying'. Not sure how far that is applicable to you, but I sure can vouch for it. :)
Tips: Candor is a refreshing quality. Please imbibe it.
Spend some time with yourself. Think about who you are and what do you want to become. 
Do not be ashamed if money matters to you. Just back it up with virtues. :p
SMILE, you make the world a better place. Or at least the interview room. :D

General Tips: I have told most of what I could in the earlier sections... Last tip: Being nice is a choice. Choose it! :)
Skill Tips: The most fun way to acquire these skills is to interact with people, discuss ideas, solve random aptitude tests WITH a friend, etc. Do not feel embarrassed to ask someone for help.
If you want to go fast, go alone. If you want to go far, go together.
Skills: Analytical, Verbal, Coding, Diplomacy, Technical foundations (pertaining to your branch), General knowledge
College Name: VIT VELLORE
Motivation: As I studied Electrical and Electronics Engineering through my college years, I realized that I may not be the best man for it. Sure, anyone can get good grades - even I did. However, I believe that instead of hoarding up a core technical job and finding ways to be contented in it would make life a chore.
So, I looked into new pastures and EY came at the right time. As a brilliant platform for a career take-off, EY spans across economics, consulting and computer coding - which I am excited for. My time in college has indicated my preferences for these fields and I am now confident of my path.
Funny Moments: Placement time wasn't easy as the wait was enough to drive one crazy. My impatience for the company's arrival, the test results, the GD results and finally the interview results left little scope for humor.
Apart from a few inside jokes with friends, a handful of instances like running from one written test to another and tripping on the way; rambling away during the GD so much so that the moderator has to end explaining the topic again; stopping a chuckle during the interview but ending up in a violent bout of cough make me laugh even today...
Oh yes! The interviewer's face when I asked if ODI matches were the ones with 50 overs or what. Epic! XD

I applied via Campus Placement and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. This is more of a vibe check about you. They will try to get to know you better. Questions related to your interest, expertise and your future plannings. This round is usually chill and it would mostly be ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be knowledgeable about the mainstream DSA and OOPS topics.
2. Be vocal during your interviews and make sure you keep things brief and simple.
3. Have an open mind when you get into the HR round. They might ask a few questions about certain disciplinary situations around workplaces.

I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic OOPS concepts?
  • Q2. Logical Coding like remove duplicates from array

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your basic OOPS concepts
Contribute & help others!
anonymous
You can choose to be anonymous

Crowe Horwath Interview FAQs

How many rounds are there in Crowe Horwath Software Development Engineer Intern interview?
Crowe Horwath interview process usually has 4 rounds. The most common rounds in the Crowe Horwath interview process are Group Discussion, Assignment and Technical.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Crowe Horwath

No Interviews

INTERVIEWS

MasterCard

5.6k top interview questions

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Capace Software

No Interviews

INTERVIEWS

Crowe Horwath

No Interviews

Tell us how to improve this page.

Crowe Horwath Software Development Engineer Intern Interview Process

based on 1 interview

Interview experience

4
  
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.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 790 Interviews
Grant Thornton Interview Questions
3.7
 • 101 Interviews
BDO India LLP Interview Questions
3.5
 • 77 Interviews
RSM India Interview Questions
3.3
 • 54 Interviews
BDO Interview Questions
3.3
 • 45 Interviews
View all
Senior Software Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Consultant
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
22 salaries
unlock blur

₹0 L/yr - ₹0 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