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 Senior Lead Interview Questions and Answers

Updated 16 Aug 2022

_VOIS Senior Lead Interview Experiences

1 interview found

Senior Lead Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview questions about working project and tech stack and system design

Interview Preparation Tips

Interview preparation tips for other job seekers - healthy environment as well as good technology stack

Interview questions from similar companies

Senior Lead Interview Questions & Answers

NTT Data user image Jankiram Naidu

posted on 20 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Automation Framework
  • Q2. Selenium, Locators(Xpath)
  • Q3. Java coding, reverse a string
  • Q4. Scenario Based Queations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Technically as per the JD
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Domain and Technical
Round 2 - Coding Test 

Interview was smooth and question was related to Coding and Java

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How did you design HMI screens?
  • Ans. 

    I designed HMI screens by first understanding user requirements, creating wireframes, selecting appropriate design tools, and conducting user testing.

    • Understand user requirements before starting the design process

    • Create wireframes to visualize layout and functionality

    • Select appropriate design tools such as Adobe XD or Sketch

    • Conduct user testing to gather feedback and make necessary adjustments

  • Answered by AI
  • Q2. What is CV2X, CV2I, CV2G?
  • Ans. 

    CV2X, CV2I, CV2G are different communication technologies used in the automotive industry for vehicle-to-everything communication.

    • CV2X stands for Cellular Vehicle-to-Everything and uses cellular networks for communication between vehicles, infrastructure, pedestrians, and other devices.

    • CV2I stands for Cellular Vehicle-to-Infrastructure and focuses on communication between vehicles and infrastructure such as traffic lig...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Explain your experience at onsite
  • Ans. 

    I have extensive experience working onsite at various client locations, collaborating with cross-functional teams to deliver successful projects.

    • Managed onsite team to ensure project milestones were met

    • Facilitated communication between onsite and offsite teams

    • Resolved technical issues on-site to keep project on track

  • Answered by AI
  • Q2. What sort of bench testing did you perform
  • Ans. 

    I performed bench testing on various components to ensure functionality and reliability.

    • Tested electronic components for voltage and current levels

    • Conducted stress tests on mechanical parts to assess durability

    • Analyzed data from bench tests to identify any issues or improvements needed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you be willing to travel to Trivandrum
  • Ans. 

    Yes, I am willing to travel to Trivandrum for the role of Lead Engineer.

    • I am open to travel for work opportunities

    • I have previous experience traveling for work

    • I am excited about the prospect of working in Trivandrum

  • Answered by AI
  • Q2. What other companies have you appeared for
  • Ans. 

    I have appeared for interviews at companies like Google, Amazon, and Microsoft.

    • Google

    • Amazon

    • Microsoft

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Fake Interview, Didn't expect this from virtusa
  • Q2. FakeInterviews conducted, Didn;t expect this from virtusa
  • Q3. Virtusa Scammers

Interview Preparation Tips

Interview preparation tips for other job seekers - No real interview, fake interview only to understand the Gen AI topics & Projects.
He conducted interview, If you don't know go and learn from Coursera, DeepLearning.ai

Why wasting the time of peoples, Interviewer name : Sudhakar Chigurupati
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in an array
  • Ans. 

    Use a hash set to remove duplicates in an array of strings

    • Create a hash set to store unique elements

    • Iterate through the array and add each element to the hash set

    • Convert the hash set back to an array to get the unique elements

  • Answered by AI
  • Q2. What is react virtual DOM
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the act...

  • Answered by AI
  • Q3. React hooks with example
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • useContext() is a hook that allows you to use the con...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Performance optimisation
Round 2 - Technical 

(1 Question)

  • Q1. Lods,parameters
Round 3 - Behavioral 

(2 Questions)

  • Q1. Sql queries on analytical queries
  • Q2. Different constraints and join methods
  • Ans. 

    Different constraints and join methods in database queries

    • Constraints in database queries ensure data integrity and enforce rules on data

    • Join methods in database queries are used to combine rows from two or more tables based on a related column between them

    • Examples of constraints include primary key, foreign key, unique key, and check constraints

    • Examples of join methods include inner join, outer join (left, right, full

  • Answered by AI
Round 4 - Coding Test 

It was mostly on sub queries.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker Rank test, problem solving. Java 8

Round 2 - Technical 

(4 Questions)

  • Q1. Java 8 feature related questions.
  • Q2. Jvm architecture and memory management
  • Q3. Sql self join query and query tuning
  • Q4. Spring boot microservices design pattern discussion
Round 3 - Technical 

(4 Questions)

  • Q1. Problem solving based on java and case study
  • Q2. Team handling and management skills
  • Q3. Docker and Orchetratetion framework
  • Q4. Aws cloud and cicd and related technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamental, spring boot and microservices
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. General coding questions.
  • Q2. General experience questions

Team Lead Interview Questions & Answers

UST user image Anonymous

posted on 29 Nov 2024

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

(2 Questions)

  • Q1. How are you doing
  • Q2. Which was your previous institution

_VOIS Interview FAQs

How many rounds are there in _VOIS Senior Lead interview?
_VOIS interview process usually has 1 rounds. The most common rounds in the _VOIS interview process are Technical.

Tell us how to improve this page.

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
Genpact Interview Questions
3.8
 • 3.1k 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
DXC Technology Interview Questions
3.7
 • 795 Interviews
View all
Deputy Manager
667 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Assistant Manager
547 salaries
unlock blur

₹4.5 L/yr - ₹13.5 L/yr

Senior Executive
545 salaries
unlock blur

₹2 L/yr - ₹10.2 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