Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Developer Interview Questions and Answers

Updated 21 Aug 2024

Virtusa Consulting Services Developer Interview Experiences

3 interviews found

Developer Interview Questions & Answers

user image Raheem SA

posted on 21 Aug 2024

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

(1 Question)

  • Q1. Java related questions mostly

Developer Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2023

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

I applied via Naukri.com and was interviewed in Jan 2024. 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 - Aptitude Test 

Reasoning english aptitude

Round 3 - Group Discussion 

Topic about business

Round 4 - Coding Test 

Java coding about files

Developer Interview Questions Asked at Other Companies

asked in HARMAN
Q1. Which programming language do you use regular in work
Q2. Given a 2 dim array, find an element which is the maximum in its ... read more
asked in HARMAN
Q3. What step do you take to ensure accurate estimates for project
Q4. Solve the problems: Write a formula to display A if A is present, ... read more
Q5. Can you describe “method overloading” versus “method overriding”? ... read more

I applied via Naukri.com and was interviewed before Dec 2021. There were 3 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 - Coding Test 

Python Basic programming and SQL Queries

Round 3 - Technical 

(3 Questions)

  • Q1. Cloud computing and REST API Development
  • Q2. Why we use Boto3 and Moto
  • Ans. 

    Boto3 is used for AWS SDK and Moto is used for testing AWS services locally.

    • Boto3 is a Python library used for interacting with AWS services.

    • Moto is a Python library used for testing AWS services locally.

    • Moto allows developers to test their code without incurring AWS costs.

    • Boto3 and Moto are often used together for testing AWS services locally.

  • Answered by AI
  • Q3. Explain AWS Lambda Life cycle
  • Ans. 

    AWS Lambda life cycle involves initialization, invocation, and termination of the function.

    • Initialization: AWS Lambda creates an instance of the function and loads the code.

    • Invocation: The function is triggered by an event or API call.

    • Execution: The function runs and performs its task.

    • Termination: The function stops running and the instance is destroyed.

    • Idle: The function remains idle until the next invocation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well what you mentioned in your profile
strong communication skills

Skills evaluated in this interview

Developer Jobs at Virtusa Consulting Services

View all

Interview questions from similar companies

Developer Interview Questions & Answers

UST user image Anonymous

posted on 18 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding round with manager or lead

Round 2 - Group Discussion 

GD on common topics like Gen AI , tell about yourself, speak with team

Developer Interview Questions & Answers

NTT Data user image Tushar Kulkarni

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Expalin what is ABAP dictionary Events in ALV report Have you worked on oops abp
  • Ans. 

    ABAP Dictionary is a central repository for data definitions used in SAP applications. ALV report events are user actions in ALV grid. OOPs ABAP is object-oriented programming in ABAP.

    • ABAP Dictionary is used to define and manage data definitions in SAP applications

    • ALV report events include user actions like clicking on a row or column header

    • OOPs ABAP allows for object-oriented programming concepts like classes and inhe

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Main reason to change current organization

Skills evaluated in this interview

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

Math questions based on logic

Round 2 - Group Discussion 

National anthem pros n cons

Round 3 - Coding Test 

Example coding logic algorithm n

Round 4 - HR 

(2 Questions)

  • Q1. What is your hobbies
  • Q2. Coding question
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a python code that will check all data in databricks and email the % error contains in that data. Implement encryption security

Interview Preparation Tips

Interview preparation tips for other job seekers - They only ask python question even if you are profeesional in something else
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 

(2 Questions)

  • Q1. Based on your profile
  • Q2. Based on u r profile
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why should u want to join in this company

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Developer interview:
  • Self introdction
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mysql, Java, Springboot
  • Q2. Truncate vs Delete
  • Ans. 

    Truncate is faster but cannot be rolled back, while Delete is slower but can be rolled back.

    • Truncate removes all rows from a table quickly, but cannot be rolled back.

    • Delete removes rows one by one, slower than Truncate, but can be rolled back using a transaction.

    • Truncate resets the identity seed of the table, while Delete does not.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Difference between future method and Queueable?
  • Ans. 

    Future methods are asynchronous and execute in a separate thread, while Queueable allows chaining of jobs and can handle larger data volumes.

    • Future methods are limited to 50 per transaction and cannot be chained

    • Queueable can be chained and can handle up to 50 jobs in a single transaction

    • Future methods are executed in a separate thread and are useful for long-running operations

    • Queueable jobs can be scheduled to run at a...

  • Answered by AI
  • Q2. Can we call a future method from another?
  • Ans. 

    Yes, we can call a future method from another future method.

    • A future method can call another future method using the @future annotation.

    • The second future method will be queued and executed after the first future method completes.

    • It is important to note that there is a limit of 50 future method calls per Apex invocation.

  • Answered by AI
  • Q3. Can we call a future method from a batch class?
  • Ans. 

    Yes

    • A future method can be called from a batch class

    • Future methods are used to perform long-running operations asynchronously

    • Batch classes are used to process large data sets in smaller chunks

    • Calling a future method from a batch class allows for parallel processing

  • Answered by AI

Skills evaluated in this interview

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services Developer interview?
Virtusa Consulting Services interview process usually has 2-3 rounds. The most common rounds in the Virtusa Consulting Services interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Virtusa Consulting Services Developer 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 Virtusa Consulting Services. The most common topics and skills that interviewers at Virtusa Consulting Services expect are Java, Javascript, Microservices, SQL and HTML.
What are the top questions asked in Virtusa Consulting Services Developer interview?

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

  1. Why we use Boto3 and M...read more
  2. Explain AWS Lambda Life cy...read more
  3. Cloud computing and REST API Developm...read more

Tell us how to improve this page.

Virtusa Consulting Services Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Developer Interview Questions from Similar Companies

TCS Developer Interview Questions
3.7
 • 44 Interviews
IBM Developer Interview Questions
4.0
 • 3 Interviews
UST Developer Interview Questions
3.8
 • 3 Interviews
View all
Virtusa Consulting Services Developer Salary
based on 88 salaries
₹3.6 L/yr - ₹14.9 L/yr
12% more than the average Developer Salary in India
View more details

Virtusa Consulting Services Developer Reviews and Ratings

based on 8 reviews

4.4/5

Rating in categories

4.5

Skill development

4.8

Work-life balance

4.3

Salary

4.4

Job security

4.9

Company culture

4.4

Promotions

4.5

Work satisfaction

Explore 8 Reviews and Ratings
Knime Developer

Hyderabad / Secunderabad

1-6 Yrs

₹ 4.5-18 LPA

Base 24 Developer

Chennai

4-7 Yrs

Not Disclosed

Pega CSSA Developer

Hyderabad / Secunderabad

1-5 Yrs

₹ 6.5-12 LPA

Explore more jobs
Senior Consultant
4k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Consultant
3.3k salaries
unlock blur

₹6 L/yr - ₹20.8 L/yr

Lead Consultant
3.3k salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

Software Engineer
3.2k salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹4.6 L/yr - ₹15 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Accenture

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