Upload Button Icon Add office photos

Filter interviews by

Venture Lighting Interview Questions and Answers

Updated 16 Feb 2023

Venture Lighting Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. No Interview simply resume view Are you Okey to serve 1 year. Ask about education.
  • Q2. Work experience and be okay with 1 year contract

Interview Preparation Tips

Interview preparation tips for other job seekers - You have do production as hell. Simply waste. Bulb manufacturers company

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Interview questions from similar companies

AI ML Developer Interview Questions & Answers

Johnson Electric user image Anonymous

posted on 14 Dec 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write SQL query to return the latest login date for each primary key?
  • Ans. 

    SQL query to return latest login date for each primary key

    • Use GROUP BY clause to group by primary key

    • Use MAX() function to get the latest login date

    • Join the tables if necessary

  • Answered by AI
  • Q2. How to find the number of times a number repeats in an array (with less time complexity)?
  • Ans. 

    Use a hashmap to store the frequency of each number in the array.

    • Create a hashmap to store the frequency of each number in the array.

    • Iterate through the array and update the frequency in the hashmap.

    • Retrieve the frequency of the desired number from the hashmap.

  • Answered by AI
  • Q3. Validate an array based on a set of rules, with less time complexity.
  • Ans. 

    Use regular expressions to validate array elements efficiently.

    • Use regular expressions to define the rules for validation.

    • Iterate through the array and apply the regular expression to each element.

    • Return true if all elements pass the validation rules, false otherwise.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Asked self intro
  • Q2. Asked about the projects
  • Q3. Explain about the communication serial Protocols like SPI,UART,I2c.
  • Ans. 

    SPI, UART, and I2C are communication serial protocols used in embedded systems to transfer data between devices.

    • SPI (Serial Peripheral Interface) is a full-duplex synchronous communication protocol commonly used for communication between microcontrollers and peripheral devices.

    • UART (Universal Asynchronous Receiver/Transmitter) is a serial communication protocol that uses two wires for data transmission and is commonly ...

  • Answered by AI
  • Q4. What is kernel space and any experience in device drivers
  • Ans. 

    Kernel space is a protected area of memory where the core of the operating system resides. Device drivers are software that allows the operating system to communicate with hardware devices.

    • Kernel space is a privileged area of memory that is reserved for the core components of the operating system.

    • Device drivers are software modules that facilitate communication between the operating system and hardware devices.

    • Experien...

  • Answered by AI
  • Q5. Explain about an os boot up sequence
  • Ans. 

    OS boot up sequence involves several steps such as BIOS initialization, bootloader loading, kernel loading, and initialization of system services.

    • BIOS (Basic Input/Output System) initialization

    • Bootloader loading (e.g. GRUB, LILO)

    • Kernel loading and initialization

    • Init process execution

    • System services initialization

  • Answered by AI

Skills evaluated in this interview

VC++ MFC developere Interview Questions & Answers

Samsung Electro-Mechanics user image pawan mishra

posted on 16 Jan 2025

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

(2 Questions)

  • Q1. OOPs basics questions like inheritance, smart pointers, diamond problem etc.
  • Q2. MFC basic questions like sending data from one window to other, sendmessage post message etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Leadership skills, team spirit, communication skills, problem-solving skills, analytical skills, and decision-making skills.

Round 2 - HR 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a dedicated Quality Engineer with a strong background in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control tests and inspections

    • Skilled in identifying and resolving quality issues

    • Proficient in using quality management tools and techniques

    • Strong attention to detail and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication. My weaknesses include a tendency to overthink and difficulty saying no.

    • Strengths: attention to detail

    • Strengths: problem-solving skills

    • Strengths: strong communication

    • Weaknesses: tendency to overthink

    • Weaknesses: difficulty saying no

  • Answered by AI
  • Q3. Tell me about an experience when you faced difficulty at work while working on a project
  • Ans. 

    I faced difficulty at work while working on a project due to conflicting requirements from different stakeholders.

    • Received conflicting feedback from different stakeholders on project requirements

    • Struggled to prioritize and balance the needs of each stakeholder

    • Had to facilitate meetings and negotiations to reach a consensus

    • Implemented a compromise solution that satisfied all parties involved

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Update your resume, research top employers, enhance your skills, define your goals, practice interviewing, and send a thank-you note.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test about the aptitude questions asked normally

Round 2 - Assignment 

Design of system and electrical grid network

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

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

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. Previous Experience & Job profile.
  • Q2. Challenges in previous job
  • Ans. 

    Balancing multiple projects and deadlines while managing a team

    • Prioritizing tasks based on deadlines and importance

    • Delegating responsibilities effectively to team members

    • Communicating clearly and consistently with team members and stakeholders

    • Handling unexpected challenges and changes in project scope

    • Maintaining a positive and productive work environment despite pressure

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was simple.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - HR 

(3 Questions)

  • Q1. Shut down prosess
  • Ans. 

    Shutting down a process involves terminating a program or application running on a computer system.

    • Use task manager or command line to end the process

    • Ensure all unsaved work is saved before shutting down

    • Consider any dependencies or impact on other processes

  • Answered by AI
  • Q2. Breaker and transform se aata hai
  • Q3. Shut downprosess

Interview Preparation Tips

Interview preparation tips for other job seekers - Aacha hai

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduces your self
  • Q2. Are you comfortable for traveling

Interview Preparation Tips

Interview preparation tips for other job seekers - Aczet Pvt Ltd company is manufacturing company.
They make micro balance,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Sales marketing, target BD, OB, sales, relation

Round 2 - Group Discussion 

About existing wok and target

Round 3 - sales & marketing 

(1 Question)

  • Q1. Traget achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident. Talk frankly. Be transparent

Venture Lighting Interview FAQs

How many rounds are there in Venture Lighting interview?
Venture Lighting interview process usually has 2 rounds. The most common rounds in the Venture Lighting interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Venture Lighting Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Havells Interview Questions
4.0
 • 207 Interviews
Bajaj Electricals Interview Questions
4.0
 • 123 Interviews
Signify Interview Questions
3.5
 • 56 Interviews
OSRAM Interview Questions
4.8
 • 3 Interviews
View all

Venture Lighting Reviews and Ratings

based on 64 reviews

3.7/5

Rating in categories

3.6

Skill development

2.9

Work-life balance

2.4

Salary

2.3

Job security

2.8

Company culture

2.2

Promotions

3.5

Work satisfaction

Explore 64 Reviews and Ratings
Production Supervisor
15 salaries
unlock blur

₹2.3 L/yr - ₹4.5 L/yr

Engineer Trainee
13 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

Quality Engineer
11 salaries
unlock blur

₹2.1 L/yr - ₹5.3 L/yr

Senior Production Engineer
8 salaries
unlock blur

₹5.7 L/yr - ₹6 L/yr

Supervisor
7 salaries
unlock blur

₹3.3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Venture Lighting with

Crompton Greaves Consumer Electricals

3.8
Compare

Havells

4.0
Compare

Bajaj Electricals

4.0
Compare

Signify

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview