Upload Button Icon Add office photos

Filter interviews by

Electronics Bazaar Interview Questions and Answers

Updated 16 Dec 2023

Electronics Bazaar Interview Experiences

Popular Designations

4 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 4 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. General profile related questions
Round 3 - HR 

(1 Question)

  • Q1. Human Resources
Round 4 - Technical 

(1 Question)

  • Q1. Excel Test vlookup pivot

Interview Preparation Tips

Interview preparation tips for other job seekers - If u r seriously looking for a job please don’t waste your time and energy for such unprofessionals

Head Human Resources Interview Questions asked at other Companies

Q1. Will you able to handle other plants and you have to manage chairman and MD residence get together Handle hospitality travel management security services laision canteen management contracts renewal lease agreement stationary percurement an... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 4 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. General questions
Round 3 - HR 

(1 Question)

  • Q1. Human Resources
Round 4 - Technical 

(1 Question)

  • Q1. Excel Test and final with MD

Head Human Resources Interview Questions asked at other Companies

Q1. Will you able to handle other plants and you have to manage chairman and MD residence get together Handle hospitality travel management security services laision canteen management contracts renewal lease agreement stationary percurement an... read more
View answer (2)

I applied via Campus Placement and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Water level indicator
  • Q2. Semiconductor, communications Advanced communication
  • Q3. Wave propagation, amplifiers digital electronics
  • Q4. Semiconductor physics, computer and microprocessor , microwave
  • Q5. Electronics component and materials Advanced electronics devices and circuit
  • Q6. Electronics component and materials Electronics devices and circuit

Interview Preparation Tips

Topics to prepare for Electronics Bazaar Technical Engineer interview:
  • Water level indictorlevel indicater
  • Semiconductor Manufacturing
  • Purchase Register
Interview preparation tips for other job seekers - I need a electronics sector job
Electronics engineering

Technical Engineer Interview Questions asked at other Companies

Q1. The hydraulic steering device of a dish antenna for satellite tracking works by adjusting the elevation using a hydraulic ram. Oil can be pumped into the ram to raise the elevation. The hydraulic seals leak pressure very slowly such that ad... read more
View answer (1)

IT Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2022

I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Hardware related issues,Like upgrade downgrade etc
Round 3 - HR 

(1 Question)

  • Q1. Salary and OT related bargain

Interview Preparation Tips

Topics to prepare for Electronics Bazaar IT Engineer interview:
  • Laptop Support
Interview preparation tips for other job seekers - Plz clear for Working hours Salary and OT,HR told us OT after 9hr but there is no OT, Remember that

IT Engineer Interview Questions asked at other Companies

Q1. What is active directory ? Role of DNS server ? Difference between RAM & ROM ? Knowledge on installation of various softwares and Drivers ? Layers of OSI model ? TCP/IP Configuration ? Knowledge on various types of Networking devices ? ... read more
View answer (2)

Electronics Bazaar interview questions for popular designations

 Head Human Resources

 (2)

 IT Engineer

 (1)

 Technical Engineer

 (1)

Interview questions from similar companies

I applied via Instagram and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Playing football, cricket, basketball

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final value in the array at index W will be the maximum value that can be stolen.

  • Answered by AI
  • Q2. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. Design a system for Twitter, discussing its architecture, key components, and scalability considerations.
  • Ans. 

    Design a scalable system for Twitter with key components and architecture.

    • Use microservices architecture for scalability and fault isolation.

    • Key components include user service, tweet service, timeline service, and notification service.

    • Use a distributed database like Cassandra for storing tweets and user data.

    • Implement a message queue like Kafka for handling real-time updates and notifications.

    • Use a caching layer like ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What do you know about the company
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - Assignment 
Round 3 - HR 

I applied via Walk-in and was interviewed in Feb 2022. There were 2 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 - HR 

(1 Question)

  • Q1. About my education background

Interview Preparation Tips

Interview preparation tips for other job seekers - Generally they asked what were you doing all these days.

Electronics Bazaar Interview FAQs

How many rounds are there in Electronics Bazaar interview?
Electronics Bazaar interview process usually has 3 rounds. The most common rounds in the Electronics Bazaar interview process are Technical, Resume Shortlist and HR.
How to prepare for Electronics Bazaar 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 Electronics Bazaar. The most common topics and skills that interviewers at Electronics Bazaar expect are Analytical, Cash Flow, Cash Management, Corporate Governance and Data Analysis.
What are the top questions asked in Electronics Bazaar interview?

Some of the top questions asked at the Electronics Bazaar interview -

  1. Semiconductor physics, computer and microprocessor , microw...read more
  2. Electronics component and materials Advanced electronics devices and circ...read more
  3. Electronics component and materials Electronics devices and circ...read more

Tell us how to improve this page.

Electronics Bazaar Interview Process

based on 2 interviews

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Croma Interview Questions
4.0
 • 127 Interviews
Reliance Digital Interview Questions
4.1
 • 119 Interviews
Vijay Sales Interview Questions
4.1
 • 47 Interviews
Big C Interview Questions
4.0
 • 13 Interviews
Spice Hotspot Interview Questions
2.3
 • 3 Interviews
View all

Electronics Bazaar Reviews and Ratings

based on 45 reviews

3.2/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

3.6

Salary

2.9

Job security

3.2

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 45 Reviews and Ratings
Area Sales Manager
17 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Sales Executive
5 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Asst.Marketing Manager
4 salaries
unlock blur

₹9 L/yr - ₹11.5 L/yr

Office Coordinator
4 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Category Manager
4 salaries
unlock blur

₹8 L/yr - ₹10 L/yr

Explore more salaries
Compare Electronics Bazaar with

Croma

4.0
Compare

Reliance Digital

4.1
Compare

Vijay Sales

4.1
Compare

Sangeetha Mobile

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