Virtusa interview experience Real time questions & tips from candidates to crack your interview

Associate Software Developer

Virtusa
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Java, Oops,DS and Algorithms, SQL, practice basic programs.
Tip
Tip

Tip 1 : Prepare a brief self-introduction for technical and non-technical interviewers.
Tip 2 : Brush up on Computer Science foundations and practice solving coding challenges
Tip 3 : be confident in interview

Application process
Where: Other
Eligibility: 60 percentage throughout (10th,12th, Graduation)
Resume Tip
Resume tip

Tip 1 : Choose a good template- neet and clean.
Tip 2 : Demonstrate Your Skill Sets
Tip3 : Provide Your Complete Contact Information.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration80 minutes
Interview date14 Dec 2020
Coding problem2

Thin this written round there were 40 questions on Java,SQL,HTML CSS JS
And 2 coding challenges easy and medium.

1. Reverse Integer

Easy
20m average time
80% success
0/40
Asked in companies
AppleAdobeFreshworks

You are given a 32-bit signed integer ‘N’. So, the integer will lie in the range [-2^31, 2^31 - 1]. Your task is to return the reverse of the given integer. If reversing causes overflow, then return -1.

Note:

(1) Do not use data types with the capacity of more than 32-bit like ‘long int’ or ‘long long int’ in C++. The problem is meant to reverse the integer using a 32-bit data type only.

(2) You should assume that the environment does not allow storing signed or unsigned 64-bit integers.
Try solving now

2. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
Dell TechnologiesThalesMicrosoft

Given an array 'arr' with 'n' elements, the task is to rotate the array to the left by 'k' steps, where 'k' is non-negative.


Example:
'arr '= [1,2,3,4,5]
'k' = 1  rotated array = [2,3,4,5,1]
'k' = 2  rotated array = [3,4,5,1,2]
'k' = 3  rotated array = [4,5,1,2,3] and so on.
Try solving now
04
Round
Easy
Video Call
Duration10 minutes
Interview date23 Dec 2020
Coding problem1

Tell me about your self.what was your college project,which technologies you know, are you ready to relocate. Ready to sign a bond.

1. Basic HR Questions

What are your goals?

How do you keep yourself motivated?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
Fullstack Developer
4 rounds | 6 problems
Interviewed by Virtusa
1301 views
0 comments
0 upvotes
System Engineer
2 rounds | 3 problems
Interviewed by Virtusa
1164 views
1 comments
0 upvotes
SDE - 1
2 rounds | 4 problems
Interviewed by Virtusa
1283 views
0 comments
0 upvotes
Analyst
3 rounds | 3 problems
Interviewed by Virtusa
1178 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Developer
2 rounds | 2 problems
Interviewed by Cognizant
1841 views
1 comments
0 upvotes
company logo
Associate Software Developer
3 rounds | 4 problems
Interviewed by Accenture
6617 views
2 comments
0 upvotes
company logo
Associate Software Developer
2 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
1224 views
0 comments
0 upvotes