Upload Button Icon Add office photos

LG Electronics

Compare button icon Compare button icon Compare

Filter interviews by

LG Electronics Electronics Communication Engineer Interview Questions and Answers

Updated 4 Apr 2022

LG Electronics Electronics Communication Engineer Interview Experiences

2 interviews found

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 

(2 Questions)

  • Q1. Introduce myself and small electronic base question
  • Ans. 

    First off all thankyu for giving me this opportunity for introduce myself

    My name is Abhishek Mishra. 

    I am 21 year old

    And i am basically in M.P (Rewa) but currently staying in U.P (Greater Noida) 

    And My qualifications is I am pursuing  Diploma in Electronic and Communication Engeenering from Galgotias University

    My hobbies in playing cricket, volleyball, mobile games, and drawing

    Skills- Hard wo...

  • Answered by Abhishek Mishra
  • Q2. Basic Electronic base

Interview Preparation Tips

Interview preparation tips for other job seekers - I have this job because I am fresher

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How would your boss from your last job describe u?
  • Q2. Do u prefer to work alone with or others?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.practice good nonverbal communication
2.dress for the job Or company
3.use appropriate language
4.dont be to familier
5.take care to answer the question

Electronics Communication Engineer Interview Questions Asked at Other Companies

asked in JCB
Q1. What is VHDL? (very high-speed integrated circuit hardware descri ... read more
Q2. Explain the where the electronics were used
asked in JCB
Q3. What is SCADA? (supervisory control data acquisition)
asked in JCB
Q4. What is PLC? ( programable logic controller)
Q5. What is electronics and communication?

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. In the written round, two coding questions came which were based on trees and were directly from InterViewBit. The questions were relatively simple.
  • Q2. In the interview round there were three rounds, two technical and one HR round. In the first technical round, a design question( I was asked to implement a music player queue). Then was asked about project...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be honest. And give point to point answers.

I applied via Campus Placement and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 coding questions (1 DP + 1 Graph)

Round 2 - One-on-one 

(1 Question)

  • Q1. Leetcode easy, medium questions on tree, dp
Round 3 - One-on-one 

(2 Questions)

  • Q1. 1 coding question on string (hard).
  • Q2. OS, DBMS, OOPs questions
Round 4 - HR 

(1 Question)

  • Q1. Usual HR questions + 2 puzzles question

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to have clear understanding of Computer Science subjects OS, DBMS, OOPs

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

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic question on my inclination of work, and my family background.

Interview Preparation Tips

Round: Test
Experience: There was a np complete problem given. Brute force solution worked
Duration: 3 hours
Total Questions: 1

College Name: IIT Madras

Interview Questionnaire 

4 Questions

  • Q1. Mtech Thesis-based
  • Q2. Speech Recognition/ Signal Processing
  • Q3. Introductory questions
  • Q4. Don’t you think you should go for MBA than job after your graduation because it increases your salary package by leaps and bounds?

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initial criterion for shortlisting is of CPI(>7).

Round: Test
Experience: There were two written tests: Technical and Aptitude. This year technical test was not organized due to some reasons. In technical for Bangalore Center questions were based on C language and data structures.
Duration: 60+60 minutes
Total Questions: 50+50

Round: Technical Interview
Experience: Panel of 1 person and lasted 10-15 minutes.

Round: HR Interview
Experience: Panel of 1 person and lasted for 10 minutes.

General Tips: • Improve your aptitude skills
• Try to solve puzzles ( Shakuntala Devi maths puzzles )
Skills: Speech Signal Processing , Image Processing , Statistical Signal Processing , Mathematical methods in Signal Processing
College Name: IIT- Kanpur

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

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

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

LG Electronics Interview FAQs

How many rounds are there in LG Electronics Electronics Communication Engineer interview?
LG Electronics interview process usually has 2 rounds. The most common rounds in the LG Electronics interview process are Resume Shortlist and Technical.
What are the top questions asked in LG Electronics Electronics Communication Engineer interview?

Some of the top questions asked at the LG Electronics Electronics Communication Engineer interview -

  1. Introduce myself and small electronic base quest...read more
  2. Basic Electronic b...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 390 Interviews
HARMAN Interview Questions
3.7
 • 264 Interviews
OPPO Interview Questions
4.0
 • 216 Interviews
Vivo Interview Questions
4.1
 • 198 Interviews
Blue Star Interview Questions
4.1
 • 166 Interviews
Philips Interview Questions
3.8
 • 158 Interviews
Daikin Interview Questions
4.1
 • 152 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Apple Interview Questions
4.3
 • 140 Interviews
Samsung Research Interview Questions
3.1
 • 132 Interviews
View all

LG Electronics Electronics Communication Engineer Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.3

Salary

4.3

Job security

4.3

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 3 Reviews and Ratings
Assistant Manager
380 salaries
unlock blur

₹7 L/yr - ₹17.1 L/yr

Deputy Manager
328 salaries
unlock blur

₹8.6 L/yr - ₹24 L/yr

Senior Engineer
304 salaries
unlock blur

₹3.6 L/yr - ₹13.2 L/yr

Sales Executive
303 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Manager
217 salaries
unlock blur

₹14.9 L/yr - ₹30.5 L/yr

Explore more salaries
Compare LG Electronics with

Vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare

HARMAN

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