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

Filter interviews by

_VOIS Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top _VOIS Interview Questions and Answers

View all 67 questions

_VOIS Interview Experiences

Popular Designations

144 interviews found

Team Manager Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Custom brm opcode creation?

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Sdet Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

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

Questions are not much top .They asked one API response to validate a selenium code and a java programming .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java much

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
_VOIS Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oops, Java, Selenium, python

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. What is bgp protocol ?
  • Ans. 

    BGP (Border Gateway Protocol) is a standardized exterior gateway protocol used to exchange routing information between different autonomous systems on the internet.

    • BGP is used to make routing decisions based on network policies, rules, and attributes.

    • It is a path vector protocol that allows routers to share information about the best path for reaching a certain network.

    • BGP operates on TCP port 179.

    • BGP is commonly used ...

  • Answered by AI
  • Q2. What are the types of messages in bgp?
  • Ans. 

    The types of messages in BGP include Open, Update, Keepalive, and Notification messages.

    • Open message is used to establish a BGP connection between peers

    • Update message is used to advertise routing information

    • Keepalive message is sent periodically to maintain the BGP connection

    • Notification message is used to report errors or terminate the BGP session

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is bgp synchronisation rule?
  • Ans. 

    BGP synchronization rule ensures that a BGP router does not advertise a route to an external peer unless it has a valid route to that destination in its own routing table.

    • BGP synchronization rule is a feature in BGP routing protocol.

    • It ensures that a BGP router only advertises routes to external peers if it has a valid route to that destination in its own routing table.

    • This prevents routing loops and ensures consistenc...

  • Answered by AI
  • Q2. What is ospf protocol and its LSA types?
  • Ans. 

    OSPF (Open Shortest Path First) is a routing protocol used to find the best path for data packets in a network.

    • OSPF is a link-state routing protocol.

    • It uses LSAs (Link State Advertisements) to exchange routing information.

    • There are five types of LSAs in OSPF: Router LSA, Network LSA, Summary LSA, ASBR Summary LSA, and External LSA.

    • Each LSA type serves a specific purpose in the OSPF network.

    • For example, Router LSAs are ...

  • Answered by AI

Skills evaluated in this interview

Top _VOIS Assistant Manager Interview Questions and Answers

Q1. What are the types of messages in bgp?
View answer (1)

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)

_VOIS interview questions for popular designations

 Assistant Manager

 (15)

 Senior Executive

 (15)

 Deputy Manager

 (13)

 Graduate Engineer Trainee (Get)

 (8)

 Manager

 (6)

 Team Manager

 (4)

 Data Engineer

 (4)

 Engineer Trainee

 (4)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About my previous project
  • Q2. Questions where about pyspark

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Get interview-ready with Top _VOIS Interview Questions

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

Take home assignment

Round 2 - Coding Test 

Easy test you can tackle

Round 3 - Assignment 

Use case scenario take home

Round 4 - Coding Test 

Another coding test a little harder

Front end Web Developer Interview Questions asked at other Companies

Q1. How can we get the geographic position of a user in HTML5?
View answer (2)

Jobs at _VOIS

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. AWS related questions
  • Q2. Azure Devops, Jenkins, AWS

Top _VOIS Assistant Manager Interview Questions and Answers

Q1. What are the types of messages in bgp?
View answer (1)

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Group Discussion 

They talk about the main points in Devops engineer like docker, K8S and AWS

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Cloud computing related questions
  • Q2. Network topology

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 (42)

Graduate Engineer Interview Questions & Answers

user image Nia Gajbhiye

posted on 19 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Easy only basics
  • Q2. What is oops required
  • Ans. 

    Object-oriented programming (OOP) is required for better code organization, reusability, and maintainability.

    • OOP allows for better code organization by breaking down complex systems into smaller, more manageable objects

    • OOP promotes code reusability through the use of classes and inheritance

    • OOP makes code easier to maintain and update as changes can be made to individual objects without affecting the entire system

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Only analytical skills

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

_VOIS Interview FAQs

How many rounds are there in _VOIS interview?
_VOIS interview process usually has 2-3 rounds. The most common rounds in the _VOIS interview process are Technical, HR and One-on-one Round.
How to prepare for _VOIS 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 SQL, Java, Python, Project Management and AWS.
What are the top questions asked in _VOIS interview?

Some of the top questions asked at the _VOIS interview -

  1. How do you handle conflicts during Sprint planning meeti...read more
  2. What are the different types of status codes in A...read more
  3. What is ospf and bgp its attribu...read more
How long is the _VOIS interview process?

The duration of _VOIS interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

_VOIS

No Jobs

INTERVIEWS

HCL Group

No Interviews

LIST OF COMPANIES

Star Health & Allied Insurance

Overview

SALARIES

_VOIS

SALARIES

_VOIS

INTERVIEWS

Micron Technology

No Interviews

INTERVIEWS

ICICI Securities

No Interviews

LIST OF COMPANIES

_VOIS

Overview

INTERVIEWS

Pie Infocomm

No Interviews

Tell us how to improve this page.

_VOIS Interview Process

based on 159 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
Jio Interview Questions
3.9
 • 1.7k Interviews
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

_VOIS Reviews and Ratings

based on 853 reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.7

Salary

4.0

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 853 Reviews and Ratings
Store Manager

Delhi/Ncr

4-9 Yrs

₹ 5-8 LPA

Record To Report -Ahmedabad

Ahmedabad

2-7 Yrs

₹ 5-7 LPA

Explore more jobs
Deputy Manager
624 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
547 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
547 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
294 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
155 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare _VOIS with

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

TCS

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent