Upload Button Icon Add office photos

Filter interviews by

Vir Softech Interview Questions and Answers

Updated 28 Jan 2025

Vir Softech Interview Experiences

Popular Designations

5 interviews found

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

Good questions for interview questions and

Round 2 - Coding Test 

The interviewer asked me to introduce myself and explain my projects
Then he asked me to explain and design tables and how data is flowing into the tables in my project.
OOPS, properties and Interface.
Then he asks me to explain Restful APIs and tell me the difference between PUT

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer asked me to introduce myself and explain my projects
Then he asked me to explain and design tables and how data is flowing into the tables in my project.
OOPS, properties and Interface.
Then he asks me to explain Restful APIs and tell me the difference between PUT and PATCH.
Difference between primary key and Unique key in SQL.
Discussion on Indexing in SQL.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain roles & responsibility that you are handling in your current company.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

Basic aptitude and computer science(OS, programming) related questions.

Round 2 - Technical 

(3 Questions)

  • Q1. String / Array Manipulations
  • Q2. Searching / Sorting Algo
  • Q3. What are the basics of web development?
  • Ans. 

    Basics of web development include HTML, CSS, and JavaScript.

    • HTML - used for creating the structure of a webpage

    • CSS - used for styling the webpage and making it visually appealing

    • JavaScript - used for adding interactivity and dynamic elements to the webpage

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What was the role in previous company and projects?
  • Ans. 

    I was a Software Developer responsible for developing and maintaining web applications for a financial services company.

    • Developed and maintained web applications using technologies such as Java, Spring, and Angular

    • Collaborated with cross-functional teams to gather requirements and implement solutions

    • Participated in code reviews and testing to ensure high quality deliverables

    • Worked on projects to enhance user experience

  • Answered by AI
  • Q2. How would you describe your ability to work as a team player?
  • Ans. 

    I excel as a team player, collaborating effectively with colleagues to achieve common goals.

    • I actively listen to team members' ideas and provide constructive feedback.

    • I am willing to take on different roles within the team to support project success.

    • I communicate openly and transparently with team members to ensure everyone is on the same page.

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Accio and was interviewed in Jan 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 - Group Discussion 

Basic Dsa question discussion like linked list.

Round 3 - Coding Test 

Java basic with better understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focus on Java basic with deep knowledge if you are applying for java backend developer.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Vir Softech interview questions for popular designations

 Software Developer

 (3)

 Software Engineer

 (1)

 Business Analyst

 (1)

I appeared for an interview in Oct 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was an online coding round. In this round, there are 2 problems, were given to me. 
They gave the test link through the mail and I have to open the test link till 12 PM.
The environment of Hackerrank was very friendly.
I am able to solve both of the problems.

  • Q1. 

    Find Missing Number In String Problem Statement

    You have a sequence of consecutive nonnegative integers. By appending all integers end-to-end, you formed a string S without any separators. During this pro...

  • Ans. 

    Find the missing number in a string of consecutive nonnegative integers.

    • Iterate through the string to find the missing number by checking the consecutive integers.

    • Calculate the sum of the consecutive integers and compare it with the sum of the integers in the string to find the missing number.

    • Handle cases where there are multiple missing numbers or the string is invalid by returning -1.

    • Example: For input '1113', the mi...

  • Answered by AI
  • Q2. 

    Maximum Size Rectangle Sub-matrix with All 1's Problem Statement

    You are provided with an N * M sized binary matrix 'MAT' where 'N' denotes the number of rows and 'M' denotes the number of columns. Your t...

  • Ans. 

    Find the maximum area of a submatrix with all 1's in a binary matrix.

    • Iterate over each cell in the matrix and calculate the maximum area of submatrix with all 1's ending at that cell.

    • Use dynamic programming to keep track of the maximum area seen so far.

    • The maximum area of a submatrix ending at cell (i, j) is determined by the minimum of the areas ending at (i-1, j), (i, j-1), and (i-1, j-1) cells.

    • Return the maximum are

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

The timing of this round is 10:30 AM to 11:30 AM.
First, the interviewer asked me to introduce myself and the interviewer was very friendly.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaAbove 7 CGPAVir Softech interview preparation:Topics to prepare for the interview - Data Structure, OOaPS, React Js, Node Js, OSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Cover each topic with depth.
Tip 2 : Study coding practice at least 3 hours daily.
Tip 3 : Make at least 3 to 4 projects on your own.

Application resume tips for other job seekers

Tip 1 : Do not put false things on your resume.
Tip 2 : Mention at least 2 to 3 projects on your resume, which are made by yourself.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Intro about Experience
  • Q2. Knowledge on tools
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sdfsfd kjdk dvfikjsf vsjv
  • Q2. Sdjvks sdkvjsk skdcj
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is normalization why use this
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization helps in reducing data redundancy by breaking down large tables into smaller ones.

    • It ensures data integrity by minimizing data anomalies such as update, insert, and delete anomalies.

    • Normalization follows a set of rules (normal forms) like 1NF, 2NF, 3NF, etc., to organize data efficiently.

    • Example: ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Online test was conducted

Round 2 - Group Discussion 

We were asked to talk about one topic for 2mins.

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

40 Minutes. 40 Question in office Test.
20 Questions Programming related and 20 Questions Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Aptitude and input output Questions. Practice it for 1st round
if you clear that then you will be eligible for Technical Interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic Aptitude question were asked around 20 Question of Aptitude and 20 of basic debugging of C language code. Before aptitude there was a essay writing on "factors which increases the market of E-commerce platforms"

Round 2 - Coding Test 

There were 4 coding question and 2 SQL questions. Basic pattern printing question and easy question of leetcode were there in coding and in SQL from "joins" topic.

Round 3 - Coding Test 

Same as the previous round more question of Coding and SQL, plus in the starting they would ask about your tech stack and then assign you a stack for the same.

Interview Preparation Tips

Topics to prepare for Velocity Software Solutions Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Do easy to medium leetcode question mostly pattern printing and SQL as well.

Vir Softech Interview FAQs

How many rounds are there in Vir Softech interview?
Vir Softech interview process usually has 2-3 rounds. The most common rounds in the Vir Softech interview process are Coding Test, Aptitude Test and Resume Shortlist.
How to prepare for Vir Softech 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 Vir Softech. The most common topics and skills that interviewers at Vir Softech expect are Government Sales, .Net, Business Analytics, C# and C#.Net.
What are the top questions asked in Vir Softech interview?

Some of the top questions asked at the Vir Softech interview -

  1. What are the basics of web developme...read more
  2. String / Array Manipulati...read more
  3. Searching / Sorting A...read more

Tell us how to improve this page.

Vir Softech Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

Vir Softech Reviews and Ratings

based on 22 reviews

3.5/5

Rating in categories

3.7

Skill development

3.1

Work-life balance

3.2

Salary

3.7

Job security

3.7

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
18 salaries
unlock blur

₹5 L/yr - ₹7.8 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹2.4 L/yr - ₹5.4 L/yr

Business Development Manager
7 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Software Developer
6 salaries
unlock blur

₹5.5 L/yr - ₹7.3 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹5.9 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Vir Softech with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

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