Upload Button Icon Add office photos

Filter interviews by

Lianchuang Electronic India Interview Questions, Process, and Tips

Updated 6 Jan 2024

Top Lianchuang Electronic India Interview Questions and Answers

Lianchuang Electronic India Interview Experiences

Popular Designations

3 interviews found

Manager Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2022

I applied via Referral and was interviewed before Sep 2021.Ā 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Ā 

(4 Questions)

  • Q1. Pyramid structure for system documents?
  • Ans. 

    A pyramid structure for system documents is a hierarchical organization of documents based on their importance and relevance.

    • The most important documents are placed at the top of the pyramid, while the less important ones are placed at the bottom.

    • The pyramid structure helps in easy navigation and retrieval of documents.

    • Examples of documents that can be included in the pyramid structure are user manuals, system specific

  • Answered by AI
  • Q2. Basic structure of TFT LCD
  • Ans. 

    TFT LCD stands for Thin Film Transistor Liquid Crystal Display. It consists of several layers including a backlight, color filters, and a thin film transistor layer.

    • TFT LCDs use thin film transistors to control the individual pixels on the screen

    • The backlight provides the light source for the display

    • Color filters are used to create the different colors displayed on the screen

    • The thin film transistor layer is responsibl...

  • Answered by AI
  • Q3. Difference between QA and QC
  • Ans. 

    QA focuses on preventing defects while QC focuses on identifying and fixing defects.

    • QA is a process-oriented approach that focuses on preventing defects by establishing standards and procedures.

    • QC is a product-oriented approach that focuses on identifying and fixing defects through testing and inspection.

    • QA is proactive while QC is reactive.

    • QA is a continuous process while QC is a one-time activity.

    • Examples of QA activ...

  • Answered by AI
  • Q4. How to deal with customer?
  • Ans. 

    Dealing with customers requires active listening, empathy, and problem-solving skills.

    • Listen actively to their concerns and needs

    • Show empathy and understanding towards their situation

    • Offer solutions and options to resolve their issues

    • Maintain a positive and professional attitude throughout the interaction

    • Follow up with the customer to ensure their satisfaction

  • Answered by AI
Round 3 - HRĀ 

(2 Questions)

  • Q1. Reason for change the job
  • Q2. Salary discusson and asking for passport

Interview Preparation Tips

Topics to prepare for Lianchuang Electronic India Manager interview:
  • ISO 9001
  • Iso14001
  • Quality Tools
Interview preparation tips for other job seekers - Find what makes you passionate and show how you add value

Manager Interview Questions asked at other Companies

Q1.Ā There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023.Ā There was 1 interview round.

Round 1 - TechnicalĀ 

(1 Question)

  • Q1. Basic introduction Explain role & responsibility Work process Hiw to manage manpower How to daly target achieve

Production Line Lead Interview Questions asked at other Companies

Q1.Ā What are State Owned Enterprises (SOE), Operations Management Systems (OMS), and control plans, and how do they contribute to achieving production goals?
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2022

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 - HRĀ 

(1 Question)

  • Q1. Introduction and field of Intrest.
  • Ans. 

    I am a Testing Engineer with a strong interest in software quality assurance.

    • I have a deep understanding of testing methodologies and techniques.

    • I am skilled in creating test plans, test cases, and test scripts.

    • I have experience in both manual and automated testing.

    • I am proficient in using testing tools and frameworks such as Selenium and JUnit.

    • I have a keen eye for detail and can identify and report bugs effectively.

    • I...

  • Answered by AI
Round 3 - TechnicalĀ 

(1 Question)

  • Q1. Departmental Manager will ask some easy question like from your favorite subject and some questions from work related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your interview. Don't loose your moral. Prepare introduction about yourself in standered ways. Always answer the question in positive ways.

Test Engineer Interview Questions asked at other Companies

Q1.Ā 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Interview questions from similar companies

Interview QuestionnaireĀ 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

I applied via Recruitment Consultant and was interviewed in Mar 2021.Ā There were 3 interview rounds.

Interview QuestionnaireĀ 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Interview QuestionnaireĀ 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...šŸ˜‚šŸ˜‚šŸ˜‚
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

I applied via Campus Placement and was interviewed in Jan 2021.Ā There were 3 interview rounds.

Interview QuestionnaireĀ 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2020.Ā There were 3 interview rounds.

Interview QuestionnaireĀ 

4 Questions

  • Q1. Normal Accounts related question like describe Depreciation, ammortization, and what do you mean by Reporting (RTR Activity).
  • Q2. Some interviewer may ask what do you mean by EBITDA as in my case be prepared for this type of bouncers as well .
  • Q3. Then they will ask you your previous work related question. In my case they ask if there is GL to SL mismatch what will you do to solve it.
  • Q4. Then why do we do depreciation of companies what is the need for it
  • Ans. 

    Depreciation is necessary to allocate the cost of an asset over its useful life.

    • Depreciation helps in matching the cost of an asset with the revenue it generates.

    • It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.

    • Depreciation expense reduces taxable income, resulting in tax savings for companies.

    • It helps in determining the true profitability and financial position of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident remember it's not that the interviewer knows everything but be convincing don't say blah blah if you don't know anything .
Read the basics and if you are experienced be sure to explain every detail of how you used to do work.
Best of luck.

I applied via Naukri.com and was interviewed in Oct 2020.Ā There was 1 interview round.

Interview QuestionnaireĀ 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2021.Ā There was 1 interview round.

Round 1 - TechnicalĀ 

(1 Question)

  • Q1. About pointers and their types

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy one so we can take with only basic knowledge

Lianchuang Electronic India Interview FAQs

How many rounds are there in Lianchuang Electronic India interview?
Lianchuang Electronic India interview process usually has 2-3 rounds. The most common rounds in the Lianchuang Electronic India interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Lianchuang Electronic India interview?

Some of the top questions asked at the Lianchuang Electronic India interview -

  1. How to deal with custom...read more
  2. Pyramid structure for system documen...read more
  3. Introduction and field of Intre...read more

Tell us how to improve this page.

Lianchuang Electronic India Interview Process

based on 2 interviews

Interview experience

5
Ā Ā 
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
Ā ā€¢Ā 10.6k Interviews
Accenture Interview Questions
3.8
Ā ā€¢Ā 8.3k Interviews
Infosys Interview Questions
3.6
Ā ā€¢Ā 7.7k Interviews
Wipro Interview Questions
3.7
Ā ā€¢Ā 5.7k Interviews
Cognizant Interview Questions
3.7
Ā ā€¢Ā 5.7k Interviews
Amazon Interview Questions
4.0
Ā ā€¢Ā 5.1k Interviews
Capgemini Interview Questions
3.7
Ā ā€¢Ā 4.8k Interviews
HCLTech Interview Questions
3.5
Ā ā€¢Ā 3.9k Interviews
Tech Mahindra Interview Questions
3.5
Ā ā€¢Ā 3.9k Interviews
Genpact Interview Questions
3.8
Ā ā€¢Ā 3.2k Interviews
View all

Lianchuang Electronic India Reviews and Ratings

based on 54 reviews

3.5/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

3.1

Salary

3.0

Job security

3.2

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 54 Reviews and Ratings
Process Engineer
11 salaries
unlock blur

ā‚¹2.5 L/yr - ā‚¹4 L/yr

Senior Quality Engineer
9 salaries
unlock blur

ā‚¹3.8 L/yr - ā‚¹6 L/yr

Quality Engineer
8 salaries
unlock blur

ā‚¹1.8 L/yr - ā‚¹3.5 L/yr

Equipment Engineer
7 salaries
unlock blur

ā‚¹2 L/yr - ā‚¹4.2 L/yr

Maintenance Engineer
7 salaries
unlock blur

ā‚¹2.7 L/yr - ā‚¹3 L/yr

Explore more salaries
Compare Lianchuang Electronic India with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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