Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Virtual Engineering Services Team. If you also belong to the team, you can get access from here

Virtual Engineering Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Virtual Engineering Services Interview Questions and Answers

Updated 12 Oct 2024

Virtual Engineering Services Interview Experiences

Popular Designations

6 interviews found

Software Engineer Interview Questions & Answers

user image Aman Das Bairagi

posted on 1 Aug 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Angles between hour hand and minutes hand or second hand
  • Ans. 

    The angle between the hour hand and minute hand of a clock changes continuously as time passes.

    • The angle between the hour hand and minute hand of a clock can be calculated using the formula: |(30*H - (11/2)*M)|, where H is the hour and M is the minute.

    • The angle between the hour hand and second hand of a clock can be calculated using the formula: |(30*H - (59/2)*S)|, where H is the hour and S is the second.

    • The angle bet...

  • Answered by AI
  • Q2. Print diamond structure with stars
  • Ans. 

    Print diamond structure with stars

    • Start with a loop to print spaces before stars

    • Then print stars in a loop

    • Adjust the number of spaces and stars based on the row number to form a diamond shape

  • Answered by AI
  • Q3. Basic Binay search and complexity
  • Q4. This are enough to get into VEST . Same questions are asked to everyone

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do the above questions and u will get selected for sure.. because when I joined all the developers told that this are the same questions asked to us as well ..so prepare the above questions

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)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Use file management to read a table from a text file
  • Ans. 

    Use file management to read a table from a text file

    • Open the text file using file management functions

    • Read the contents of the file line by line

    • Parse the data to extract the table information

    • Store the table data in a suitable data structure for further processing

  • Answered by AI
  • Q2. Calculate the angle between 2 hands of the clock
  • Ans. 

    The angle between the hour and minute hands of a clock can be calculated using a formula.

    • Calculate the angle made by the hour hand with 12 o'clock position (360 degrees divided by 12 hours = 30 degrees per hour)

    • Calculate the angle made by the minute hand with 12 o'clock position (360 degrees divided by 60 minutes = 6 degrees per minute)

    • Subtract the two angles to get the angle between the hands

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it's easy to get in

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic .net questions
  • Q2. Few aptitude questions related to straight line

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)

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions test
1st question was coding/programming.
2nd question was on flow chart.
3rd question was mathematical question based on trigonometry.

Round 2 - Coding Test 

Only one question based on data structures and algorithms like find out the 2nd maximum in a array of elements.

Round 3 - One-on-one 

(1 Question)

  • Q1. Director round consisiting of basic questions like travel and home address, holding any other offers.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was quite normal just simple basic questions. Anybody with good knowledge can crack it.

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)

Virtual Engineering Services interview questions for popular designations

 Software Engineer

 (3)

 Associate Software Engineer

 (2)

 Softwaretest Engineer

 (1)

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 - Coding Test 

Pattern problem of diamond and find the repeating chharater in string

Round 3 - Aptitude Test 

Maths easy
Basic question of trigonometry and also reasoning and also flowchart algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and can be cleared by any confident students just tell them what you know generally they hire all

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts explain
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - ability of a class to inherit properties and methods from a parent class

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding of complex implementation details from the user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn oops concepts by heart and understand them clearly if possible try their practice example also

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Virtual Engineering Services

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. - Questions based on technologies and projects added on Resume. - Detail discussion on last year project of college
Round 2 - Coding Test 

Java based questions
- Pattern
- Arithmetic

Round 3 - HR 

(4 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What is your family background?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for 3Di Systems Software Engineer interview:
  • Java
  • Angular
  • Android
  • IOS
Interview preparation tips for other job seekers - Keep your basics strong. It will help to understand more and to crack the interview.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal 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 - HR 

(1 Question)

  • Q1. More than technology,a senior recruiter asks where you stay which gali you stay,which temple is near by,what your husband do,getting into more personal and final he will ask your janam kundali and tell you...
Round 3 - One-on-one 

(1 Question)

  • Q1. Senior recruiter will ask more personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Girls and ladies please don't join this company as it is more into priest kinda,they check your caste,class rather your hardwork it seems. This so called senior recruiter totally flirts with you if you are single,divorce,seperarated and also heard his eyes rolls on always girls upper part,no matter whatever she is wearing. I heard after complaining also higher authorities didn't taken the action. Now you people only imagine how is it safe for a girl to work in that disgusting atmosphere. And in any MNC company if the complain is raised the higher authority should take an action but still they kept him then think what kinda company is this. INDIA HR cgs is worst the worst. They are not giving you secured job,HR are saving there job to close that position and you are bakra,who will be paid with very less salary comparative outside and also you are treated like a dog. Think twice thrice to take the decision.

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 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 

Basic Aptitude Questions and the duration was 1 hr

Round 3 - Coding Test 

3 coding questions were asked. common topics such as recursion, string manipulation and arrays

Round 4 - Technical 

(1 Question)

  • Q1. Technical interview revolving around OOPS, DBMS, and Operating Systems. The duration was 1 hour
Round 5 - HR 

(1 Question)

  • Q1. This was the final round wherein basic HR questions were asked. What do you do in your free time, strengths and weaknesses, and other scenario-based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a basic understanding of all the CS-related concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. Introduce Yourself?
  • Q2. 2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give yourself and keep it simple

Virtual Engineering Services Interview FAQs

How many rounds are there in Virtual Engineering Services interview?
Virtual Engineering Services interview process usually has 2 rounds. The most common rounds in the Virtual Engineering Services interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Virtual Engineering Services 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 Virtual Engineering Services. The most common topics and skills that interviewers at Virtual Engineering Services expect are C#, AutoCAD, Software Development, Angular and C++.
What are the top questions asked in Virtual Engineering Services interview?

Some of the top questions asked at the Virtual Engineering Services interview -

  1. use file management to read a table from a text f...read more
  2. Angles between hour hand and minutes hand or second h...read more
  3. calculate the angle between 2 hands of the cl...read more

Tell us how to improve this page.

Virtual Engineering Services Interview Process

based on 4 interviews

Interview experience

2.5
  
Poor
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
Cyient Interview Questions
3.7
 • 288 Interviews
KPIT Technologies Interview Questions
3.4
 • 282 Interviews
CGS Interview Questions
3.6
 • 25 Interviews
View all

Virtual Engineering Services Reviews and Ratings

based on 20 reviews

2.1/5

Rating in categories

2.2

Skill development

2.6

Work-life balance

2.2

Salary

3.1

Job security

1.9

Company culture

2.2

Promotions

2.0

Work satisfaction

Explore 20 Reviews and Ratings
Icon Designer

Noida

3-4 Yrs

Not Disclosed

Software Quality Assurance Manager

Noida

10-12 Yrs

Not Disclosed

Software Quality Assurance Lead

Noida

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
46 salaries
unlock blur

₹4.1 L/yr - ₹13.6 L/yr

Associate Software Engineer
22 salaries
unlock blur

₹2.6 L/yr - ₹6.5 L/yr

Software Developer
8 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹9 L/yr - ₹17 L/yr

Design Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Virtual Engineering Services with

Primus Global Technologies

3.9
Compare

CGS

3.5
Compare

Commerce Pundit

3.9
Compare

Fidel Softech

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