Upload Button Icon Add office photos
Premium 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 and Answers

Updated 9 Jul 2025
Popular Designations

88 Interview questions

A Deputy Manager was asked 1w ago
Q. What are the formulas associated with basic accounting principles?
Ans. 

Basic accounting principles involve key formulas that help in financial analysis and reporting.

  • Accounting Equation: Assets = Liabilities + Equity. Example: If a company has $100,000 in assets and $40,000 in liabilities, equity is $60,000.

  • Revenue Recognition Principle: Revenue is recognized when earned, not necessarily when received. Example: A service performed in December is recorded in December, even if payment ...

View all Deputy Manager interview questions
A Deputy Manager was asked 1w ago
Q. What do capital expenditures (CapEx) mean?
Ans. 

Capital expenditures (CapEx) are funds used by a company to acquire or upgrade physical assets.

  • CapEx includes purchases of property, buildings, and equipment.

  • Examples: Buying a new manufacturing plant or upgrading machinery.

  • CapEx is essential for long-term growth and operational efficiency.

  • It differs from operational expenditures (OpEx), which are ongoing costs for running a business.

View all Deputy Manager interview questions
A Deputy Manager was asked 1w ago
Q. What is the procurement cycle?
Ans. 

The procurement cycle involves a series of steps to acquire goods and services efficiently and effectively.

  • 1. Identify Needs: Determine what goods or services are required, e.g., medical supplies for a hospital.

  • 2. Supplier Selection: Research and evaluate potential suppliers based on quality and cost, e.g., choosing a vendor for surgical instruments.

  • 3. Purchase Order: Create and send a purchase order to the select...

View all Deputy Manager interview questions
A Big Data Developer was asked 1mo ago
Q. What are Python lambda functions and how are they used?
Ans. 

Python lambda functions are anonymous functions defined using the lambda keyword, useful for short, throwaway functions.

  • Lambda functions can take any number of arguments but can only have one expression.

  • They are often used in conjunction with functions like map(), filter(), and reduce().

  • Example: square = lambda x: x ** 2; print(square(5)) outputs 25.

  • Lambda functions can be used to sort lists: sorted_list = sorted(...

View all Big Data Developer interview questions
A Big Data Developer was asked 1mo ago
Q. What is the difference between shallow copy and deep copy?
Ans. 

Shallow copy duplicates the reference, while deep copy duplicates the entire object, including nested objects.

  • Shallow copy creates a new object but inserts references into it to the objects found in the original.

  • Deep copy creates a new object and recursively copies all objects found in the original, creating independent copies.

  • Example of shallow copy in Python: `list1 = [1, 2, 3]; list2 = list1.copy()`; changes in...

View all Big Data Developer interview questions
A Big Data Developer was asked 1mo ago
Q. What is the process for reading a CSV file and what transformations can be applied to it?
Ans. 

Reading a CSV file involves loading data, transforming it, and processing it for analysis or storage.

  • Use libraries like Pandas in Python: `import pandas as pd; df = pd.read_csv('file.csv')`.

  • Data cleaning: Remove duplicates with `df.drop_duplicates()`.

  • Data type conversion: Convert a column to datetime with `df['date'] = pd.to_datetime(df['date'])`.

  • Filtering data: Use conditions like `df[df['age'] > 30]` to filte...

View all Big Data Developer interview questions
A Big Data Developer was asked 1mo ago
Q. What are RDDs, DataFrames, and Datasets in the context of Apache Spark?
Ans. 

RDDs, DataFrames, and Datasets are core abstractions in Apache Spark for handling large-scale data processing.

  • RDD (Resilient Distributed Dataset): Immutable distributed collection of objects, fault-tolerant, and supports parallel processing.

  • Example: val rdd = spark.parallelize(Seq(1, 2, 3, 4)) creates an RDD from a sequence.

  • DataFrame: Distributed collection of data organized into named columns, similar to a table ...

View all Big Data Developer interview questions
Are these interview questions helpful?
An Oracle Database Administrator was asked 1mo ago
Q. What is OCI?
Ans. 

OCI (Oracle Call Interface) is a low-level API for interacting with Oracle databases using C and C++ programming languages.

  • OCI provides a set of C functions for database operations like querying and updating data.

  • It allows for efficient memory management and performance tuning in database applications.

  • Developers can use OCI to build high-performance applications that require direct database access.

  • Example: A C app...

View all Oracle Database Administrator interview questions
An Oracle Database Administrator was asked 1mo ago
Q. What is the current Oracle version?
Ans. 

The current Oracle Database version is 21c, featuring enhanced performance, security, and cloud capabilities.

  • Oracle 21c is the latest Long Term Support release, offering improved scalability.

  • New features include AutoML for machine learning and JSON enhancements.

  • Oracle Database 21c supports multi-model databases, integrating SQL, JSON, and XML.

  • It provides advanced security features like data redaction and improved ...

View all Oracle Database Administrator interview questions
A Devops Engineer was asked 1mo ago
Q. Explain possible EC2 connectivity issues.
Ans. 

EC2 connectivity issues can arise from various network, security, and configuration problems affecting instance access.

  • Check Security Groups: Ensure the inbound rules allow traffic on the required ports (e.g., SSH on port 22).

  • Verify Network ACLs: Ensure that the Network Access Control Lists allow the necessary traffic to and from the EC2 instance.

  • Examine Route Tables: Ensure that the route tables are correctly con...

View all Devops Engineer interview questions

VOIS Interview Experiences

158 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. CCNA BASED QUESTIONS
  • Q2. About Last organisation work
Round 2 - One-on-one 

(2 Questions)

  • Q1. Day to day activities in last organisation
  • Ans. 

    Managed daily operations, supervised staff, handled customer inquiries, and ensured store cleanliness.

    • Supervised staff to ensure tasks were completed efficiently

    • Handled customer inquiries and resolved any issues

    • Managed inventory and restocked products as needed

    • Ensured store cleanliness and organization

    • Created employee schedules and delegated tasks accordingly

  • Answered by AI
  • Q2. Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - With confidence, we can successfully navigate the interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy question math, reasoning and software engineer

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to yout strength
  • Ans. 

    My greatest strength is my adaptability, allowing me to thrive in dynamic environments and tackle challenges effectively.

    • I quickly adjust to new situations, as seen when I transitioned from a group project to a leadership role.

    • During my internship, I adapted to changing project requirements, ensuring timely delivery despite challenges.

    • I embrace feedback and learn from experiences, which helps me improve continuously an...

  • Answered by AI
  • Q2. Tell me something which is not mentioned in your resume
  • Ans. 

    I am fluent in three languages - English, Spanish, and French.

    • I learned Spanish during a study abroad program in Spain

    • I studied French in school and continued to practice through online resources

    • Being multilingual has helped me communicate effectively with diverse groups of people

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do you have any plans gor masters
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions about current experience and some scenario based questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project Management and past experience related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with Management
Round 4 - HR 

(1 Question)

  • Q1. HR related conversation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Question related to spark optimization
  • Q2. About DLT in Databricks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How did you use abinitio in your project?
  • Ans. 

    I used Abinitio to extract, transform, and load data in a project for data integration.

    • Used Abinitio graph to design ETL processes for data extraction from multiple sources

    • Implemented data transformations and business logic using Abinitio components

    • Loaded processed data into target systems efficiently

    • Utilized Abinitio continuous flows for real-time data processing

    • Debugged and optimized Abinitio graphs for performance i...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Tell about your project, scenario based questions about data warehouse. Why we use star schema, what's different between star schema and regular relational table. Write query to find sum of totalsales. ...

Test Lead Interview Questions & Answers

user image Chetan Chute

posted on 29 Oct 2024

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

(2 Questions)

  • Q1. Sanity vs smoke
  • Ans. 

    Sanity tests are focused on specific functionalities to ensure basic requirements are met, while smoke tests are broader tests to check if the build is stable enough for further testing.

    • Sanity tests are narrow in scope and focus on specific functionalities or areas of the application.

    • Smoke tests are broader in scope and are used to quickly determine if the build is stable enough for further testing.

    • Sanity tests are usu...

  • Answered by AI
  • Q2. Regression testing
Round 2 - Technical 

(2 Questions)

  • Q1. Core java concepts
  • Q2. Oops concepts explain
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming such as inheritance, polymorphism, encapsulation, and abstraction.

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

    • Polymorphism: Allows objects to be treated as instances of their parent class.

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

    • Abstraction: Hiding the complex impleme...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is the procurement cycle?
  • Ans. 

    The procurement cycle involves a series of steps to acquire goods and services efficiently and effectively.

    • 1. Identify Needs: Determine what goods or services are required, e.g., medical supplies for a hospital.

    • 2. Supplier Selection: Research and evaluate potential suppliers based on quality and cost, e.g., choosing a vendor for surgical instruments.

    • 3. Purchase Order: Create and send a purchase order to the selected su...

  • Answered by AI
  • Q2. What do capital expenditures (CapEx) mean?
  • Ans. 

    Capital expenditures (CapEx) are funds used by a company to acquire or upgrade physical assets.

    • CapEx includes purchases of property, buildings, and equipment.

    • Examples: Buying a new manufacturing plant or upgrading machinery.

    • CapEx is essential for long-term growth and operational efficiency.

    • It differs from operational expenditures (OpEx), which are ongoing costs for running a business.

  • Answered by AI
  • Q3. What are the formulas associated with basic accounting principles?
  • Ans. 

    Basic accounting principles involve key formulas that help in financial analysis and reporting.

    • Accounting Equation: Assets = Liabilities + Equity. Example: If a company has $100,000 in assets and $40,000 in liabilities, equity is $60,000.

    • Revenue Recognition Principle: Revenue is recognized when earned, not necessarily when received. Example: A service performed in December is recorded in December, even if payment is re...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on streams rest api
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I went through 2 rounds of interviews and cleared them only for the HR to tell me that they cannot match my salary expectations. She said she would let me know if anything changes and then ghosted me. Very bad experience. Interviews were easy.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 Question on program . one is Restassured program and other is java prog.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about VOIS?
Ask anonymously on communities.

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. Now you are tell if your internet not working and there LAN/WAN connection is w...read more
  2. You are working in ISP and suppose you are in customers place and and your inte...read more
  3. How do you handle conflicts during Sprint planning meeti...read more
What are the most common questions asked in VOIS HR round?

The most common HR questions asked in VOIS interview are -

  1. What are your salary expectatio...read more
  2. Tell me about yourse...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.

Overall Interview Experience Rating

4.2/5

based on 177 interview experiences

Difficulty level

Easy 24%
Moderate 72%
Hard 4%

Duration

Less than 2 weeks 59%
2-4 weeks 30%
4-6 weeks 6%
6-8 weeks 4%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.4k Interviews
DXC Technology Interview Questions
3.7
 • 839 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 660 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
GlobalLogic Interview Questions
3.6
 • 628 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
View all

VOIS Reviews and Ratings

based on 1k reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.6

Salary

4.0

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 1k Reviews and Ratings
Data Analyst - Teradata Developer

Pune

6-10 Yrs

Not Disclosed

Functional Tester(Automation /Manual)

Pune

4-8 Yrs

₹ 13-16 LPA

Deputy Manager Kafka Admin

Pune

3-7 Yrs

₹ 5-12 LPA

Explore more jobs
Deputy Manager
839 salaries
unlock blur

₹13 L/yr - ₹21.8 L/yr

Senior Executive
803 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Assistant Manager
724 salaries
unlock blur

₹5.8 L/yr - ₹13.5 L/yr

Manager
363 salaries
unlock blur

₹18 L/yr - ₹31.1 L/yr

Senior Manager
208 salaries
unlock blur

₹27.2 L/yr - ₹42.7 L/yr

Explore more salaries
Compare VOIS with

Genpact

3.7
Compare

DXC Technology

3.6
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview