Upload Button Icon Add office photos
Engaged Employer

i

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

Virtual Tech Gurus Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Virtual Tech Gurus Interview Questions and Answers for Experienced

Updated 28 Nov 2024

Virtual Tech Gurus Interview Experiences for Experienced

Popular Designations

3 interviews found

Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Is there any job security in your company
  • Q2. Worst place for job security
  • Ans. 

    The worst place for job security is in industries that are heavily impacted by economic downturns or technological advancements.

    • Highly competitive industries with frequent layoffs

    • Companies with unstable financial situations

    • Jobs that can easily be automated or outsourced

    • Startups with uncertain futures

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Self introduction
Round 2 - One-on-one 

(2 Questions)

  • Q1. Area of interest
  • Ans. 

    My area of interest is in cloud computing and cybersecurity.

    • Experienced in implementing cloud solutions using AWS, Azure, and Google Cloud Platform

    • Skilled in conducting security assessments and implementing security measures to protect data

    • Stay updated on the latest trends and technologies in cloud computing and cybersecurity

  • Answered by AI
  • Q2. Previous experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)

Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2024

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. VCF, Vsphere, ESXi, Vcenter and networking
Round 2 - Technical 

(1 Question)

  • Q1. VCF, Vsphere, ESXI, Vcenter and networkin
Round 3 - HR 

(1 Question)

  • Q1. General managerial round

Jobs at Virtual Tech Gurus

View all

Interview questions from similar companies

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Array and OOPS concept. Given set of questions to solve with each oops concept

Round 2 - One-on-one 

(3 Questions)

  • Q1. Out of box thinking. Given logical puzzles and ask you to analyze and provide your understanding
  • Q2. Explain the inheritance concept with car model
  • Ans. 

    Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.

    • Inheritance allows for the creation of a new car model that shares common features with an existing car model

    • The new car model can add or modify features inherited from the existing car model

    • For example, a new sports car model can inherit features from a base car model such as engine, tra...

  • Answered by AI
  • Q3. Probability question with fruits and boxes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with oops concept and be more creative. Dont find complex answers for simple questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

What is performance testing?

Round 2 - Technical 

(1 Question)

  • Q1. About load runner
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is interface ?
  • Ans. 

    An interface in software development defines a contract for classes to implement, specifying methods and properties.

    • Interfaces in programming languages like Java and C# allow for multiple inheritance by defining a set of methods that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • Interfaces are used to define common behavior that multiple classes c...

  • Answered by AI
  • Q2. Hat is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and makes the code easier to maintain.

    • Example: In a class representing a car, the variables lik...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with ur basics

Skills evaluated in this interview

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

10 apti questions and 10 technical mcq on cpp

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept question
  • Q2. Sql queries on join
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Oops topic and aptitude

Virtual Tech Gurus Interview FAQs

How many rounds are there in Virtual Tech Gurus interview for experienced candidates?
Virtual Tech Gurus interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Virtual Tech Gurus interview process for experienced candidates are One-on-one Round, Technical and HR.
How to prepare for Virtual Tech Gurus interview for experienced candidates?
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 Tech Gurus. The most common topics and skills that interviewers at Virtual Tech Gurus expect are Java, IT Infrastructure, Project Management, SQL and Python.
What are the top questions asked in Virtual Tech Gurus interview for experienced candidates?

Some of the top questions asked at the Virtual Tech Gurus interview for experienced candidates -

  1. Area of inter...read more
  2. Worst place for job secur...read more
  3. Do you know how to do S...read more

Tell us how to improve this page.

Virtual Tech Gurus Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 92 Interviews
MulticoreWare Interview Questions
4.2
 • 23 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
AvenData GmbH Interview Questions
3.0
 • 18 Interviews
Grapecity Interview Questions
3.8
 • 17 Interviews
Xactly Corp Interview Questions
3.8
 • 17 Interviews
View all

Virtual Tech Gurus Reviews and Ratings

based on 33 reviews

3.1/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.0

Salary

3.2

Job security

2.8

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 33 Reviews and Ratings
Data Scientist

Remote

4-8 Yrs

Not Disclosed

Network Automation Engineer

Goregaon,

Mumbai

8-13 Yrs

Not Disclosed

Explore more jobs
US IT Recruiter
6 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

System Engineer
5 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Windows Vmware Administrator
5 salaries
unlock blur

₹2.2 L/yr - ₹5.4 L/yr

Associate Delivery Manager
5 salaries
unlock blur

₹7.2 L/yr - ₹8.4 L/yr

Senior Network Engineer
4 salaries
unlock blur

₹9 L/yr - ₹11 L/yr

Explore more salaries
Compare Virtual Tech Gurus with

Pitney Bowes

3.7
Compare

Sagitec Solutions

3.7
Compare

Zebra Technologies

3.9
Compare

Systech Solutions

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