Upload Button Icon Add office photos
Engaged Employer

i

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

_VOIS Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 763 Reviews

Filter interviews by

_VOIS Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips

Updated 15 Oct 2024

Top _VOIS Graduate Engineer Trainee (Get) Interview Questions and Answers

View all 8 questions

_VOIS Graduate Engineer Trainee (Get) Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was an online round with basic aptitude questions

Round 2 - Group Discussion 

In Group discussion we were asked to speak for 1 minute on a specific topic

Round 3 - Technical 

(4 Questions)

  • Q1. Explain different types of cloud
  • Ans. 

    Different types of cloud include public cloud, private cloud, hybrid cloud, and community cloud.

    • Public cloud: Services are delivered over the internet and shared across multiple organizations (e.g. AWS, Microsoft Azure)

    • Private cloud: Services are maintained on a private network and dedicated to a single organization (e.g. VMware, OpenStack)

    • Hybrid cloud: Combination of public and private clouds, allowing data and applic...

  • Answered by AI
  • Q2. Which is better AWS or GCP
  • Ans. 

    Both AWS and GCP have their own strengths and weaknesses, it ultimately depends on the specific needs and preferences of the organization.

    • AWS has a larger market share and more services, making it a popular choice for many organizations.

    • GCP is known for its strong data analytics and machine learning capabilities, making it a preferred choice for companies focusing on these areas.

    • AWS has a more mature ecosystem and a wi...

  • Answered by AI
  • Q3. Types of joins in SQL
  • Ans. 

    Types of joins in SQL include inner join, outer join (left, right, full), cross join, and self join.

    • Inner join: returns rows when there is a match in both tables

    • Outer join: returns all rows from one table and only matching rows from the other table

    • Cross join: returns the Cartesian product of the two tables

    • Self join: joins a table to itself

  • Answered by AI
  • Q4. Have you worked on SAP
  • Ans. 

    Yes, I have worked on SAP during my internship where I was responsible for data entry and report generation.

    • Worked on SAP during internship

    • Responsible for data entry and report generation

    • Familiar with SAP interface and functionalities

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your current location
  • Ans. 

    I am currently located in New York City, NY.

    • Located in New York City, NY

    • Living in a bustling urban environment

    • Close to various engineering opportunities

  • Answered by AI
  • Q2. Willing to work in Pune office?
  • Ans. 

    Yes, I am willing to work in the Pune office.

    • I am open to relocating for the right opportunity.

    • I have family in Pune, so it would be convenient for me to work there.

    • I have visited Pune before and enjoyed the city's culture and atmosphere.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare what is mentioned on your resume

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Like what is oops, sql
  • Ans. 

    OOPs stands for Object-Oriented Programming and SQL stands for Structured Query Language.

    • OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS).

  • Answered by AI
  • Q2. Lambda function
  • Q3. Python libraries

Interview Preparation Tips

Interview preparation tips for other job seekers - Full confidence and they only ask from your resume

Skills evaluated in this interview

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. Cycle Detection in a Singly Linked ListYou have given a Singly Li ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Each candidate were given 1 minute to speak on the given topic.

Round 3 - Technical 

(2 Questions)

  • Q1. Resume related questions. Question on project
  • Q2. Aptitude questions were also asked here.
Round 4 - HR 

(1 Question)

  • Q1. 3-4 questions related to yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on yourself, and selection is depended on your communication too.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 4 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 - Group Discussion 

I have the interview on campus . So the first round was Group discussion. We were given a topic to speak on 5 minutes each . And students clearing this round were qualified for next round.

Round 3 - Technical 

(4 Questions)

  • Q1. In technical round we were asked questions based on Basics of programing OOPS and some intuition for coding questions
  • Q2. Basic pillars of oops
  • Ans. 

    The basic pillars of OOPs are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary feat

  • Answered by AI
  • Q3. How to sort an array
  • Ans. 

    To sort an array of strings, use a sorting algorithm like bubble sort or quicksort.

    • Use a sorting algorithm like bubble sort, quicksort, or merge sort to rearrange the strings in the array in ascending or descending order.

    • For example, in bubble sort, compare adjacent strings and swap them if they are in the wrong order until the array is sorted.

    • In quicksort, choose a pivot string, partition the array into two subarrays ...

  • Answered by AI
  • Q4. Sort an array without using an other array inline
  • Ans. 

    Sort an array of strings without using an additional array inline

    • Use a sorting algorithm like bubble sort, selection sort, or insertion sort to rearrange the elements within the same array

    • Compare adjacent elements and swap them if they are in the wrong order

    • Repeat the process until the array is sorted

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic company briefing

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on OOPs and basic coding string and array questions and your communication skills

Skills evaluated in this interview

_VOIS interview questions for designations

 Graduate Trainee

 (3)

 Production Graduate Engineer Trainee

 (1)

 Graduate Engineer

 (2)

 Engineer Trainee

 (4)

 Trainee

 (1)

 Senior Executive Engineer

 (1)

 QA Engineer

 (1)

 Data Engineer

 (4)

I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project based questions
  • Q2. Cs fundamentals questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good command on cs fundamentals such as oops, dbms, os etc and just be aware of the skills mentioned in your resume.

Get interview-ready with Top _VOIS Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Simple GD, each member was given 1min to speak

Round 2 - Technical 

(1 Question)

  • Q1. Technical question based on your resume given
Round 3 - HR 

(1 Question)

  • Q1. General HR round questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Dec 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

It's elimination round , in this maths , English question there

Round 3 - Group Discussion 

We get one topic and we have to speak for one minute on this

Round 4 - Technical 

(1 Question)

  • Q1. It's based on resume
Round 5 - HR 

(1 Question)

  • Q1. Basic questions like relocation , situational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, do practice ,be focused what you want to achieve in your life

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Projects based and general knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it real and know you're concepts very well. Education domain knowledge is important

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at B M S College of Engineering, Bangalore and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude quants and also verbal

Round 2 - Coding Test 

They asked me basic questions such as print the prime and fibannoci

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

(1 Question)

  • Q1. Tell me about the best day in your life
  • Ans. 

    The best day of my life was when I graduated from college and landed my dream job.

    • Graduating from college after years of hard work

    • Receiving a job offer for my dream job

    • Celebrating with family and friends

  • Answered by AI

_VOIS Interview FAQs

How many rounds are there in _VOIS Graduate Engineer Trainee (Get) interview?
_VOIS interview process usually has 3-4 rounds. The most common rounds in the _VOIS interview process are Technical, Group Discussion and HR.
How to prepare for _VOIS Graduate Engineer Trainee (Get) 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 _VOIS. The most common topics and skills that interviewers at _VOIS expect are Business Intelligence, Data Analysis, Design Development, Recruitment and Strategic Planning.
What are the top questions asked in _VOIS Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the _VOIS Graduate Engineer Trainee (Get) interview -

  1. Sort an array without using an other array inl...read more
  2. Which is better AWS or ...read more
  3. Have you worked on ...read more

Tell us how to improve this page.

_VOIS Graduate Engineer Trainee (Get) Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 5 _VOIS interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
_VOIS Graduate Engineer Trainee (Get) Salary
based on 118 salaries
₹4.5 L/yr - ₹6 L/yr
34% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

_VOIS Graduate Engineer Trainee (Get) Reviews and Ratings

based on 21 reviews

3.1/5

Rating in categories

3.2

Skill development

3.3

Work-Life balance

3.5

Salary & Benefits

2.9

Job Security

3.2

Company culture

3.0

Promotions/Appraisal

3.1

Work Satisfaction

Explore 21 Reviews and Ratings
Deputy Manager
581 salaries
unlock blur

₹8 L/yr - ₹23.4 L/yr

Assistant Manager
484 salaries
unlock blur

₹4.5 L/yr - ₹13.5 L/yr

Senior Executive
480 salaries
unlock blur

₹3.5 L/yr - ₹9.1 L/yr

Manager
239 salaries
unlock blur

₹13.2 L/yr - ₹32 L/yr

Senior Manager
139 salaries
unlock blur

₹19.1 L/yr - ₹40 L/yr

Explore more salaries
Compare _VOIS with

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview