Upload Button Icon Add office photos

TCL

Compare button icon Compare button icon Compare
4.1

based on 319 Reviews

Filter interviews by

TCL Software Engineer Interview Questions and Answers

Updated 19 Nov 2024

TCL Software Engineer Interview Experiences

2 interviews found

I applied via Company Website

Round 1 - Aptitude Test 

Java ee architecture jdbc jpi jsp

Round 2 - Technical 

(2 Questions)

  • Q1. Any questions about java
  • Q2. Any question Related to Java

Interview Preparation Tips

Interview preparation tips for other job seekers - I want work from home can I come once a week
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude tests assess problem-solving, reasoning, and analytical skills under time pressure. My experience felt like a mental workout, testing speed and accuracy in diverse areas—math, logic, and verbal

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apti quest normal maths english

Round 2 - Coding Test 

Medium leetchode question

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Why to join WD?
  • Ans. 

    WD offers exciting opportunities for growth and innovation in the software engineering field.

    • Opportunity to work on cutting-edge technologies

    • Collaborative and supportive work environment

    • Career development and growth opportunities

    • Strong company culture and values

    • Global presence and diverse projects

  • Answered by AI
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q3. What are different product of WD?
  • Ans. 

    WD offers a variety of products including external hard drives, internal hard drives, SSDs, and network attached storage devices.

    • External hard drives

    • Internal hard drives

    • SSDs

    • Network attached storage devices

  • Answered by AI
  • Q4. Do you want to ask any questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know result yet

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

Round 1 - Coding Test 

It was open coding contest called Ode 2 Code organised on hackerearth. Top 100 students got interview calls

Round 2 - One-on-one 

(3 Questions)

  • Q1. This was a 1:1 online technical interview.
  • Q2. Basic question on web development, regarding projects in resume. 1 problem solving question and DSA basics
  • Q3. I was asked to explain merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Xiaomi Software Engineer interview:
  • Web Development
  • Data Structures
  • Algorithms
  • Computer science
Interview preparation tips for other job seekers - Don't join this company. It has terrible work culture

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

WHAT IS EXCEPTIONAL HANDLING

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 ad-hoc coding questions :

1st was related to the incremental sorting of an array.
2nd was related to adding logic to a function snippet.

Round 2 - Technical 

(3 Questions)

  • Q1. Personals and educational background
  • Q2. Logic of binary tree, heap, doubly link list
  • Ans. 

    Binary tree is a tree data structure where each node has at most two children, heap is a specialized tree-based data structure, doubly linked list is a linked list where each node points to both the next and previous nodes.

    • Binary tree: each node has at most two children, left child and right child. Example: binary search tree.

    • Heap: a complete binary tree where the value of each node is greater than or equal to the valu...

  • Answered by AI
  • Q3. Questions around final year project
Round 3 - HR 

(1 Question)

  • Q1. Personals and cultural fit round

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Implement linkedlist,DS, Collections,Spring boot and in angular communication between two component, routing and coding questions related to diamond

TCL Interview FAQs

How many rounds are there in TCL Software Engineer interview?
TCL interview process usually has 1-2 rounds. The most common rounds in the TCL interview process are Aptitude Test and Technical.
What are the top questions asked in TCL Software Engineer interview?

Some of the top questions asked at the TCL Software Engineer interview -

  1. Any questions about j...read more
  2. Any question Related to J...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TCL interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
TCL Software Engineer Salary
based on 19 salaries
₹3 L/yr - ₹9.1 L/yr
19% less than the average Software Engineer Salary in India
View more details

TCL Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

5.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Associate Engineer
70 salaries
unlock blur

₹1.7 L/yr - ₹4.5 L/yr

Security Analyst
62 salaries
unlock blur

₹4.4 L/yr - ₹6.5 L/yr

Network Engineer
60 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Technician
45 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Information Security Analyst
30 salaries
unlock blur

₹4.2 L/yr - ₹5.9 L/yr

Explore more salaries
Compare TCL with

Samsung

4.0
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Panasonic Avionics Corporation

2.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview