Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Virtusa Consulting Services Intern Interview Questions, Process, and Tips

Updated 31 Aug 2024

Top Virtusa Consulting Services Intern Interview Questions and Answers

Virtusa Consulting Services Intern Interview Experiences

7 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2024

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

I applied via Job Fair and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Neural Hack 6 - Round 1 - 7 DSA Question I have solved 5 only

Round 2 - Coding Test 

Round 2 - 5 DSA Problem I'm able to solve only 3 not able to top 100 but call for interview

Round 3 - Technical 

(5 Questions)

  • Q1. Self Introduction
  • Q2. Which in most efficient sorting algorithm amd why and what is it's time complexity.
  • Ans. 

    The most efficient sorting algorithm is Quick Sort due to its average time complexity of O(n log n).

    • Quick Sort is efficient due to its divide and conquer approach.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: Sorting an array of integers using Quick Sort.

  • Answered by AI
  • Q3. What is OOPS and explain all with their examples
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPS include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allows a class to...

  • Answered by AI
  • Q4. Explain your projects and what are the problem do you faced during development phase
  • Ans. 

    I developed a mobile app for tracking daily water intake and exercise routines.

    • Implemented user-friendly interface for easy input of water intake and exercise details

    • Integrated push notifications to remind users to drink water and exercise regularly

    • Used Firebase for backend data storage and retrieval

    • Faced challenges with optimizing app performance on older devices

    • Encountered issues with syncing data across multiple dev

  • Answered by AI
  • Q5. Write code for reversing array
  • Ans. 

    Code to reverse an array of strings

    • Use a loop to iterate through half of the array and swap elements at opposite ends

    • Create a temporary variable to hold one element during swapping

    • Ensure to handle odd length arrays by not swapping the middle element

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Explained companies policies
  • Ans. 

    Company policies outline rules and guidelines for employees to follow.

    • Company policies cover areas such as dress code, attendance, code of conduct, and benefits.

    • Examples of company policies include a policy on remote work, a policy on social media usage, and a policy on harassment.

    • Employees are expected to adhere to company policies to maintain a positive work environment and ensure compliance with legal regulations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2024

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

Dynamic programming, back tracking, string operations, etc.,

Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you
  • Ans. 

    I am a dedicated and hardworking individual with relevant skills and experience that align with the requirements of the position.

    • I have a strong work ethic and am committed to delivering high-quality results.

    • My previous experience in similar roles has equipped me with the necessary skills and knowledge to excel in this position.

    • I am a quick learner and adaptable to new environments and challenges.

    • I am passionate about ...

  • Answered by AI
  • Q2. Any difficulties faced in your previous projects?
  • Ans. 

    Yes, I faced difficulties in managing tight deadlines and coordinating with team members.

    • Managing tight deadlines was challenging due to unexpected delays in the project timeline.

    • Coordinating with team members was difficult as everyone had different schedules and priorities.

    • Communication issues arose when team members were not clear on their roles and responsibilities.

    • Technical challenges also impacted the project prog...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn coding .

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2024

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

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

Round 1 - Aptitude Test 

BASIC APTITUDE LEARNING

Round 2 - Coding Test 

BASIC CODING QUESTIONS

Interview Preparation Tips

Interview preparation tips for other job seekers - HARDWORK NEVER FAILS

Intern Interview Questions & Answers

user image Sandaru Herath

posted on 8 Jun 2023

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

I applied via Job Portal

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 Resume tips
Round 2 - Group Discussion 

Discussion about information security fundamentals and CIA traid

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your research

Virtusa Consulting Services interview questions for designations

 HR Intern

 (1)

 Business Analyst Intern

 (1)

 Software Development Engineer Intern

 (1)

 Associate Engineer

 (44)

 Consultant

 (19)

 Engineer

 (9)

 Analyst

 (6)

 Associate

 (4)

Intern Interview Questions & Answers

user image Revan Kumar D

posted on 18 Aug 2023

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Coding Test 

Basic and medium problems

Round 3 - Technical 

(3 Questions)

  • Q1. Basic programming and sql
  • Q2. Whatis an array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q3. About your project
Round 4 - HR 

(1 Question)

  • Q1. About yourself and basic personality questions

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

This was easy. All questions were answerable.

Round 3 - Coding Test 

Number of coding questions are 3 and 3 are able to solve.

Round 4 - Technical 

(1 Question)

  • Q1. They asked few questions like JDK and JRE differemces, about array and list, runtime and compile time polymorphism etc.
Round 5 - HR 

(1 Question)

  • Q1. Are you interested to work and relocation.

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2023

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

I applied via Campus Placement and was interviewed before Jun 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 Resume tips
Round 2 - Aptitude Test 

Common aptitude questions

Round 3 - Coding Test 

Common coding questions

Round 4 - HR 

(2 Questions)

  • Q1. Java related coding questions
  • Q2. C programming related coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on topics you know and have deep knowledge in them

Interview questions from similar companies

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 2 Jun 2022

I applied via Newspaper Ad and was interviewed before Jun 2021. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Please Give introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck with your interview. You need it

I was interviewed in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

  • Answered by AI
  • Q2. What did you do in your last job
  • Ans. 

    I was responsible for managing social media accounts and creating engaging content for a marketing agency.

    • Managed social media accounts for clients

    • Created content calendars and posts for various platforms

    • Analyzed engagement metrics to optimize content strategy

  • Answered by AI
  • Q3. Why do MBA
  • Ans. 

    MBA provides advanced business knowledge, skills, and networking opportunities.

    • MBA helps develop strategic thinking and leadership skills.

    • It provides a deeper understanding of business concepts and practices.

    • MBA graduates often have better job prospects and higher earning potential.

    • Networking opportunities with industry professionals and alumni can lead to valuable connections.

    • Specializations in areas like finance, mar...

  • Answered by AI
  • Q4. 3 key takeaways you want from MBA
  • Ans. 

    Key takeaways from MBA include leadership skills, strategic thinking, and networking opportunities.

    • Developing strong leadership skills through coursework and group projects

    • Learning strategic thinking and decision-making through case studies and simulations

    • Building a strong professional network through internships, networking events, and alumni connections

  • Answered by AI
  • Q5. Why cognizant
  • Ans. 

    Cognizant offers a diverse range of opportunities for growth and development in the IT industry.

    • Cognizant is a global leader in IT services and consulting.

    • They have a strong reputation for delivering high-quality solutions to clients.

    • Cognizant provides a collaborative and inclusive work environment.

    • They offer extensive training and learning programs to enhance skills.

    • Cognizant has a strong focus on innovation and digit...

  • Answered by AI
  • Q6. Describe 2 case studies you learnt in college
  • Ans. 

    Studied case studies on marketing strategies and ethical dilemmas in business.

    • Analyzed a case study on how Coca-Cola's marketing strategies helped increase sales and brand awareness.

    • Discussed a case study on a company facing an ethical dilemma and the consequences of their decisions.

    • Explored the impact of social media on consumer behavior in a case study on a successful marketing campaign.

  • Answered by AI
  • Q7. Your goals in life
  • Ans. 

    My goal in life is to make a positive impact on others and contribute to the betterment of society.

    • To work towards improving healthcare access and quality

    • To advocate for social justice and equality

    • To continuously learn and grow both personally and professionally

    • To build meaningful relationships and support others in their journeys

    • To leave a lasting legacy that inspires future generations

  • Answered by AI
  • Q8. A situation in which you handled a disagreement
  • Ans. 

    I resolved a disagreement between two team members by facilitating a meeting and encouraging open communication.

    • Identified the root cause of the disagreement

    • Scheduled a meeting with both parties to discuss the issue

    • Encouraged open communication and active listening

    • Facilitated a compromise that satisfied both parties

  • Answered by AI
  • Q9. A situation where you showcased your leadership skills

Interview Preparation Tips

Round: Other Interview
Experience: It was a video interview. The questions were displayed one by one. For each question, a fixed time was given (2 to 4 mins). The video response got recorded for each question
Tips: Dress well as someone will review the video later. Sit in a well lit room with a white background. Prepare Competency based questions well

Round: HR Interview
Experience: Typical HR round
Tips: At the end, when the interviewer says, "do you have any question for me", then always ask a relevant question.

Round: HR Interview
Experience: Again typical HR round
Tips: Prepare well about the company. That helps a lot in interview. Try to include what the company is doing in your answers. Should feel natural

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

All the best

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do it Minimum 30 characters required. Give interview advice in detai
Contribute & help others!
anonymous
You can choose to be anonymous

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services Intern interview?
Virtusa Consulting Services interview process usually has 3-4 rounds. The most common rounds in the Virtusa Consulting Services interview process are Coding Test, HR and Resume Shortlist.
What are the top questions asked in Virtusa Consulting Services Intern interview?

Some of the top questions asked at the Virtusa Consulting Services Intern interview -

  1. Which in most efficient sorting algorithm amd why and what is it's time complex...read more
  2. What is OOPS and explain all with their examp...read more
  3. Write code for reversing ar...read more

Recently Viewed

INTERVIEWS

Movidu Technology

No Interviews

INTERVIEWS

Mckinley Rice

No Interviews

INTERVIEWS

Mckinley Rice

No Interviews

INTERVIEWS

ARB Trading Group

No Interviews

INTERVIEWS

Cummins

No Interviews

INTERVIEWS

Mckinley Rice

10 top interview questions

INTERVIEWS

Cummins

No Interviews

INTERVIEWS

JioSaavn

No Interviews

INTERVIEWS

Protiviti

No Interviews

INTERVIEWS

Mckinley Rice

No Interviews

Tell us how to improve this page.

Virtusa Consulting Services Intern Interview Process

based on 9 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Coding Test Round
  • HR Round
View more

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.6
 • 22 Interviews
IBM Intern Interview Questions
4.0
 • 13 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
View all
Virtusa Consulting Services Intern Salary
based on 36 salaries
₹0.9 L/yr - ₹7 L/yr
7% more than the average Intern Salary in India
View more details

Virtusa Consulting Services Intern Reviews and Ratings

based on 33 reviews

3.5/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.3

Salary

3.3

Job security

3.2

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 33 Reviews and Ratings
Senior Consultant
4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Consultant
3.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Accenture

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