Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services IT Engineer Interview Questions and Answers

Updated 12 Feb 2017

Virtusa Consulting Services IT Engineer Interview Experiences

1 interview found

IT Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2017

I appeared for an interview in Dec 2016.

Interview Questionnaire 

2 Questions

  • Q1. Data structures and algorithms, code writing, puzzles.
  • Q2. Why IT? Strengths and weaknesses Why should we hire you? Any academic achievements? How many years are you willing to work for this company?
  • Ans. 

    I chose IT because of my passion for technology and problem-solving. My strengths include attention to detail and adaptability. I am a quick learner and a team player. I have achieved academic excellence in computer science.

    • Passion for technology and problem-solving

    • Attention to detail and adaptability

    • Quick learner and team player

    • Academic excellence in computer science

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Aptitude involved simple mental ability and probability questions. There were 2 coding questions which were not that difficult. I couldn't complete one question and yet I was called for the interview.
Duration: 2 hours
Total Questions: 32

Round: Technical Interview
Experience: They will test the extent of your knowledge in data structures and algorithms, then ask you to write a code for a situation if everything goes smooth they will ask few puzzles

College Name: IIT Madras

Interview questions from similar companies

I applied via AmbitionBox and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Objective

Interview Preparation Tips

Interview preparation tips for other job seekers - Computer science related

I applied via AmbitionBox and was interviewed in Dec 2022. 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Self introduction SDLC Manual About native
  • Q2. Self introduction SDLC Bug life cycle
  • Q3. Self introduction Studies

Interview Preparation Tips

Topics to prepare for Genpact IT Engineer interview:
  • Marketing
Interview preparation tips for other job seekers - Self introduction
About native
SDLC Manual Testing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2022. 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me a little bit about yourself
  • Ans. 

    I am an experienced IT Engineer with a strong background in network administration and troubleshooting.

    • Experienced IT Engineer

    • Strong background in network administration

    • Skilled in troubleshooting

    • Proficient in various operating systems and software

    • Familiar with cybersecurity practices

    • Excellent problem-solving and communication skills

  • Answered by AI
  • Q2. Tell about your strength and weakness
  • Ans. 

    My strength is problem-solving and my weakness is time management.

    • Strength: I have a strong ability to analyze complex problems and find effective solutions.

    • Strength: I am skilled in troubleshooting and resolving technical issues.

    • Weakness: I sometimes struggle with managing my time efficiently and prioritizing tasks.

    • Weakness: I am working on improving my time management skills by using productivity tools and setting cl...

  • Answered by AI
  • Q3. Why you make transition into IT
  • Ans. 

    I transitioned into IT because of my passion for technology and problem-solving.

    • Passion for technology and problem-solving

    • Opportunity for growth and advancement

    • Interest in staying up-to-date with the latest advancements

    • Ability to contribute to the development of innovative solutions

    • Examples: Enjoying troubleshooting computer issues, building websites as a hobby

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and answer with confidence. Most of the time they only want to see how you tackle certain problem and solve it.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Applied for QA position. Questions were asked based on capital market/banking domain along with testing fundamentals and some scenario based question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about domain and testing concepts.

Interview Questionnaire 

2 Questions

  • Q1. About AWS and Cloud related services.
  • Q2. NA

I applied via LinkedIn and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) General C# and Sql Questions.. some concepts in more depth
  • Q2. Joins, Union, Linq, Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with basic C# questions like delegates, generics, events, interfaces, static classes with some examples

Sql Questions like types of Joins, Subquery, Union, view, stored proc, identity, indexes with some examples

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 592 Interviews
UST Interview Questions
3.8
 • 517 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
View all
Virtusa Consulting Services IT Engineer Salary
based on 8 salaries
₹2.1 L/yr - ₹8 L/yr
16% less than the average IT Engineer Salary in India
View more details

Virtusa Consulting Services IT Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
3.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Lead Consultant
3.5k salaries
unlock blur

₹10.5 L/yr - ₹34.6 L/yr

Software Engineer
3.3k salaries
unlock blur

₹3.5 L/yr - ₹13.3 L/yr

Consultant
3.3k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Associate Consultant
2.7k salaries
unlock blur

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