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 21 Feb 2025

Top _VOIS Interview Questions and Answers

View all 67 questions

_VOIS Interview Experiences

Popular Designations

143 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Types of join and explain self join
  • Ans. 

    Types of join include inner, outer, left, and right join. Self join is when a table is joined with itself.

    • Types of join: inner, outer, left, right

    • Self join: table is joined with itself

    • Example: SELECT e1.name, e2.name FROM employees e1, employees e2 WHERE e1.manager_id = e2.employee_id

  • Answered by AI
  • Q2. 2nd highest salary in SQL
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the 2nd highest salary.

    • Use SELECT statement to retrieve the salary column from the table.

    • Use ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to skip the highest salary and retrieve the 2nd highest salary.

  • Answered by AI

Skills evaluated in this interview

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Discussed about past experience

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Very basic Mental Ability and maths questions were asked

Round 2 - Group Discussion 

It was online. The panel has given s topic and everyone got a chance to speak

Round 3 - Technical 

(2 Questions)

  • Q1. Basic questions about my projects were asked.
  • Q2. Along with whatever is mentioned in my resume
Round 4 - HR 

(2 Questions)

  • Q1. Very basic questions were asked like are you willing to relocate
  • Q2. And general talks

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
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.

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

Q1. Sort an array without using an other array inline
View answer (1)

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

_VOIS interview questions for popular designations

 Assistant Manager

 (15)

 Senior Executive

 (14)

 Deputy Manager

 (13)

 Graduate Engineer Trainee (Get)

 (8)

 Manager

 (6)

 Data Engineer

 (4)

 Engineer Trainee

 (4)

 Team Manager

 (4)

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

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

Q1. Sort an array without using an other array inline
View answer (1)

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Get interview-ready with Top _VOIS Interview Questions

Team Manager Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. Sap cpi useS for integration with SAP.
  • Ans. 

    SAP CPI is used for integrating SAP systems with other cloud and on-premise applications.

    • SAP CPI (Cloud Platform Integration) is a cloud-based integration platform that enables integration between SAP systems and other cloud/on-premise applications.

    • It provides pre-built connectors for various applications such as Salesforce, Workday, and SuccessFactors.

    • SAP CPI also supports various integration patterns such as point-to...

  • Answered by AI
  • Q2. Sap APIM use cases for integrating SF.
  • Ans. 

    SAP APIM can be used to integrate SF for various use cases.

    • SAP APIM can be used to integrate SF for HR processes such as employee onboarding, offboarding, and performance management.

    • It can also be used for finance processes such as invoice processing and payment management.

    • SAP APIM can help in integrating SF with other systems such as CRM and supply chain management.

    • It can also be used for data synchronization between ...

  • Answered by AI
  • Q3. Sap APIM policies to increase security.
  • Ans. 

    SAP APIM policies can increase security by enforcing authentication, authorization, and encryption.

    • Use OAuth 2.0 or API Key authentication to ensure only authorized users can access APIs

    • Implement rate limiting to prevent API abuse and DDoS attacks

    • Encrypt sensitive data in transit using SSL/TLS

    • Use API Gateway to monitor and log API traffic for suspicious activity

    • Implement content validation to prevent injection attacks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for Sap Apis architecture. And S4hana integration knowledge is a plus.

Skills evaluated in this interview

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)

Jobs at _VOIS

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How many attributes are in BGP?
  • Ans. 

    There are four main attributes in BGP.

    • BGP attributes include AS_PATH, NEXT_HOP, ORIGIN, and LOCAL_PREF.

    • AS_PATH shows the path the route has taken through autonomous systems.

    • NEXT_HOP specifies the next hop IP address for the route.

    • ORIGIN indicates how the route was originated (IGP, EGP, or Incomplete).

    • LOCAL_PREF is used to influence outbound traffic from a BGP router.

  • Answered by AI
  • Q2. What types of area available in OSPF?
  • Ans. 

    Areas in OSPF include backbone area, standard area, and stub area.

    • Backbone area (Area 0) is the central area connecting all other areas.

    • Standard area (Area 1-49) is a regular area with full routing information.

    • Stub area (Area 51-255) is an area with limited routing information, using default routes.

    • Not-so-stubby area (NSSA) is a type of stub area that allows external routes to be imported.

  • Answered by AI
  • Q3. What is type of VTP and explain each?
  • Ans. 

    VTP stands for VLAN Trunking Protocol, which is used to manage VLAN configurations across a network.

    • VTP version 1: Allows VLAN configuration changes to be made only on the VTP server and then propagated to other switches in the VTP domain.

    • VTP version 2: Adds support for token ring VLANs and allows the VTP server to synchronize its VLAN database with other VTP servers.

    • VTP version 3: Enhances security by introducing the ...

  • Answered by AI
  • Q4. Explain OSI referal model
  • Ans. 

    The OSI (Open Systems Interconnection) model is a conceptual framework used to understand how different networking protocols work together.

    • The OSI model has 7 layers, each responsible for a specific function in data communication.

    • Layers include Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer interacts with the layer above and below it, passing data and control information.

    • For ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expected
  • Ans. 

    My expected salary is negotiable and dependent on the responsibilities and opportunities offered by the position.

    • My expected salary is based on industry standards and the level of seniority of the position.

    • I am open to discussing salary expectations during the interview process.

    • I am looking for a competitive salary package that reflects my experience and skills.

    • I am also interested in exploring additional benefits and ...

  • Answered by AI
  • Q2. Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for L1 or service desk jobs for network engineering then prepare with all basic from CCNA and good to have any one single routing protocols

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (55)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is ospf and bgp its attributes
  • Ans. 

    OSPF and BGP are routing protocols used in computer networks to determine the best path for data to travel.

    • OSPF (Open Shortest Path First) is an interior gateway protocol used to route IP packets within a single autonomous system. It uses link-state routing (LSR) and Dijkstra's algorithm to determine the shortest path between two nodes.

    • BGP (Border Gateway Protocol) is an exterior gateway protocol used to route data bet...

  • Answered by AI
  • Q2. How the BGP protocal work
  • Ans. 

    BGP is a routing protocol used to exchange routing information between different autonomous systems (AS) on the internet.

    • BGP uses TCP as its transport protocol

    • BGP routers exchange network reachability information with other BGP routers

    • BGP selects the best path for each destination based on a set of attributes

    • BGP can be used for both IPv4 and IPv6 routing

    • BGP is used by internet service providers (ISPs) to connect their

  • Answered by AI
Round 3 - Technical 

(6 Questions)

  • Q1. Technical scenarios question
  • Q2. How do u tell us about management
  • Ans. 

    Management involves overseeing and coordinating activities to achieve organizational goals.

    • Management involves planning, organizing, and controlling resources.

    • Managers set goals, allocate resources, and make decisions to achieve those goals.

    • They also monitor progress, provide guidance, and evaluate performance.

    • Effective communication and leadership skills are essential for successful management.

    • Examples of management r...

  • Answered by AI
  • Q3. If any issue come how to find root cause of that issue what steps u will do to resolve it
  • Ans. 

    To find the root cause of an issue, I would follow a systematic approach that involves analyzing logs, checking configurations, and performing tests.

    • Review logs and error messages to identify any patterns or anomalies

    • Check configurations and settings to ensure they are correct and up-to-date

    • Perform tests to isolate the issue and verify potential solutions

    • Collaborate with team members and stakeholders to gather addition...

  • Answered by AI
  • Q4. Why do u want to join us
  • Ans. 

    I am excited to join your team because of your reputation for innovation and excellence in networking.

    • I have been following your company's progress and am impressed with the cutting-edge solutions you have developed.

    • I am eager to work with a team of skilled professionals who share my passion for networking.

    • I believe that joining your team will provide me with the opportunity to grow and develop my skills as a Senior Ne...

  • Answered by AI
  • Q5. You are working in ISP and suppose you are in customers place and and your internet was down since more than 3 to 4 hrs what will yo do
  • Q6. Now you are tell if your internet not working and there LAN/WAN connection is working properly also your ip configured properly no any dhcp issue no any DNS regarding issue Vlan also tagged properly what w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Try hard on live working examples nothing is impossible practice makes man perfect

Skills evaluated in this interview

Senior Network Engineer Interview Questions asked at other Companies

Q1. What are the different typesof the network cables used in the network?
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jun 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About previous experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About KPI parameter scenario questions previous exp

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (55)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Swiftui learning
  • Q2. Swift questions
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations

Deputy Manager Interview Questions asked at other Companies

Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with us and which products...3.what is main business in your area and its functions...4 Previous comoany achevements 5.Your strengts and weakness.
View answer (67)

_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.

Tell us how to improve this page.

_VOIS Interview Process

based on 157 interviews

Interview experience

4.2
  
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.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 840 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Persistent Systems Interview Questions
3.5
 • 612 Interviews
View all

_VOIS Reviews and Ratings

based on 849 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 849 Reviews and Ratings
AGM- Solution Manager

Mumbai

7-12 Yrs

Not Disclosed

Manager - Territory Sales | Gujarat locations

Rajkot,

Surat

3-8 Yrs

Not Disclosed

National Account Manager

Mumbai

5-10 Yrs

Not Disclosed

Explore more jobs
Deputy Manager
662 salaries
unlock blur

â‚ą8 L/yr - â‚ą24 L/yr

Senior Executive
544 salaries
unlock blur

â‚ą2 L/yr - â‚ą10 L/yr

Assistant Manager
543 salaries
unlock blur

â‚ą4.5 L/yr - â‚ą13.5 L/yr

Manager
293 salaries
unlock blur

â‚ą13.2 L/yr - â‚ą33 L/yr

Senior Manager
153 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.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview