Upload Button Icon Add office photos

LG Electronics

Compare button icon Compare button icon Compare

Filter interviews by

LG Electronics Store Keeper and Material Controller Interview Questions and Answers

Updated 3 Aug 2023

LG Electronics Store Keeper and Material Controller Interview Experiences

1 interview found

Interview experience
5
Excellent
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 - One-on-one 

(3 Questions)

  • Q1. What is the inventory
  • Ans. 

    Inventory refers to the list of goods and materials held by a business for production, storage, or resale.

    • Inventory includes raw materials, work-in-progress, and finished goods.

    • It is crucial for businesses to manage their inventory effectively to avoid stockouts or excess inventory.

    • Inventory can be tracked using various methods such as FIFO (First In, First Out) or LIFO (Last In, First Out).

  • Answered by AI
  • Q2. What is the ERP and planing
  • Ans. 

    ERP stands for Enterprise Resource Planning, which is a software system that helps organizations manage and integrate important parts of their businesses.

    • ERP is a software system that allows organizations to manage and integrate various aspects of their operations, such as accounting, procurement, project management, and manufacturing.

    • It helps in streamlining processes, improving efficiency, and providing real-time dat...

  • Answered by AI
  • Q3. What is the material
  • Ans. 

    Material refers to the physical items or substances used in a particular process or activity.

    • Material can include raw materials, components, finished products, tools, equipment, etc.

    • Materials can be categorized based on their properties, such as solid, liquid, gas, perishable, non-perishable, etc.

    • Effective material management involves procurement, storage, handling, and distribution of materials.

    • Examples of materials i...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Tell me material details
  • Q2. Material kaise arrange
  • Ans. 

    Material arrangement involves systematic organization for efficient storage and retrieval, ensuring optimal inventory management.

    • Categorize materials by type (e.g., raw materials, finished goods).

    • Use FIFO (First In, First Out) for perishable items to minimize waste.

    • Implement a labeling system for easy identification (e.g., barcodes).

    • Maintain clear aisles and access points for safety and efficiency.

    • Regularly audit inven...

  • Answered by AI
  • Q3. What is the planing and
  • Ans. 

    Planning and scheduling involves organizing and coordinating resources to achieve specific goals within a set timeframe.

    • Developing a detailed plan for the procurement, storage, and distribution of materials

    • Creating schedules for inventory management and replenishment

    • Coordinating with suppliers to ensure timely delivery of materials

    • Monitoring inventory levels and adjusting plans as needed

    • Utilizing software systems for e...

  • Answered by AI

Skills evaluated in this interview

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 LG Electronics?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my last job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Says limited and point to point thing, and be clear....

Store Keeper and Material Controller Interview Questions Asked at Other Companies

Q1. What ERP and planning systems are you familiar with?
Q2. Which T-codes are used in SAP?
Q3. What is inventory?
Q4. What is the planing and
Q5. What is the material?

Interview Questionnaire 

1 Question

  • Q1. Stge concepts, vSAN, RAID, basic testing, OS concepts, NVMe, SATA, SAS

I applied via Naukri.com and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were asked on Lean, six sigma, process capability, QC, kaizens etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen carefully and than give answers. Answers should be crisp and to the point.

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

I appeared for an interview in Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to my project, questions on binary tree, questions from OS (like paging and scheduling). Interviewer also asked about competitive coding
  • Q2. Formal questions regarding my background, family members etc

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: General Coding And Problem Solving, Puzzle Solving Capability
College Name: NIT Jamshedpur

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years
  • Ans. 

    In 10 years, the software industry will be driven by AI, automation, and a focus on security and sustainability in development.

    • AI Integration: Software will increasingly leverage AI for tasks like code generation, testing, and bug fixing, enhancing developer productivity.

    • Low-Code/No-Code Platforms: These platforms will democratize software development, allowing non-developers to create applications with minimal coding.

    • ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. What do you know about our company and why do you join it ?
  • Ans. 

    I know that your company is a leading provider of innovative sales solutions in the industry. I am joining because of your strong reputation and commitment to excellence.

    • Your company has a proven track record of success in delivering top-notch sales solutions.

    • I am impressed by the innovative approach your company takes in the sales industry.

    • Your company's commitment to excellence and customer satisfaction aligns with m...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was told to tell me about my self. They checked my communication skills and my confidence level.
Tips: Be confident in this round about your self. And represent yourself in good professional way.

Round: HR Interview
Experience: In this round they were checking our knowledge and our homework that what we knew about them and their products. They were also checking that are we ready for learning and do we have potential or not.
Tips: Don't show that you know everything. Just talk point to point. So much Pre-requisite knowledge can be bad for you.

College Name: Galgotias University

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There was an online test having 3 section, one for aptitude testing, one for logical testing and the last one for technical testing.
Aptitude and logical questions were very basic.
Technical questions included : C C++ Java DS DBMS DAA
Tips: For aptitude and logical part, you need to prepare regularly. Nothing comes out of the box, but you just have to be quick in solving the questions.
For the technical part, prepare well by revising your course materials. Basic one word questions are asked.
Duration: 1 hour
Total Questions: 60

Round: Coding
Experience: This round consists of multiple sets of coding. One question per paper. It's on your luck, which question you'll get. Also,net is allowed. You have to complete the code and show it to the invigilator.
Tips: This round is generally not there in placement drives of DELL. It is on your luck.

Skills: Communication, Data Structures, Basic Knowledge Of DBMS
College Name: Manipal University Jaipur

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

Interview Questionnaire 

1 Question

  • Q1. Only experience .

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

LG Electronics Interview FAQs

How many rounds are there in LG Electronics Store Keeper and Material Controller interview?
LG Electronics interview process usually has 3 rounds. The most common rounds in the LG Electronics interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in LG Electronics Store Keeper and Material Controller interview?

Some of the top questions asked at the LG Electronics Store Keeper and Material Controller interview -

  1. What is the ERP and plan...read more
  2. What is the invent...read more
  3. What is the planing ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 405 Interviews
OPPO Interview Questions
4.0
 • 230 Interviews
vivo Interview Questions
4.1
 • 209 Interviews
Blue Star Interview Questions
4.0
 • 178 Interviews
Philips Interview Questions
3.8
 • 169 Interviews
HP India Interview Questions
4.0
 • 151 Interviews
Apple Interview Questions
4.3
 • 150 Interviews
Voltas Interview Questions
4.0
 • 149 Interviews
View all
Assistant Manager
429 salaries
unlock blur

₹9.5 L/yr - ₹17.1 L/yr

Deputy Manager
352 salaries
unlock blur

₹13.4 L/yr - ₹23 L/yr

Senior Engineer
319 salaries
unlock blur

₹5.5 L/yr - ₹12.2 L/yr

Sales Executive
301 salaries
unlock blur

₹1.9 L/yr - ₹5.6 L/yr

Team Lead
204 salaries
unlock blur

₹2 L/yr - ₹6.4 L/yr

Explore more salaries
Compare LG Electronics with

vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare

Bajaj Electricals

4.0
Compare
write
Share an Interview