Upload Button Icon Add office photos

TCL

Compare button icon Compare button icon Compare

Filter interviews by

TCL Software Engineer Interview Questions and Answers

Updated 19 Nov 2024

TCL Software Engineer Interview Experiences

2 interviews found

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

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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about TCL?
Ask anonymously on communities.

Interview questions from similar companies

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 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 Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is the project you're most proud of?
  • Q2. What do you do in your free time?
  • Ans. 

    In my free time, I enjoy coding personal projects, hiking, and reading tech blogs to stay updated on industry trends.

    • I work on personal coding projects, like building a weather app using React and Node.js.

    • I love hiking and exploring nature trails, which helps me recharge.

    • I read tech blogs and articles, such as those on Medium, to keep up with new technologies.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 Team Manager Interview - behavioral questions
Round 2 Technical Interview - one problem
Round 3 Technical Interview - two problems

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

Round duration - 40 minutes
Round difficulty - Easy

The questions were quite straight forward skill based and the this round also included aptitude questions as well.
The key was to manage time

Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

Questions from your CV and also some coding questions like Program to find GCD first for two numbers and then enhance the code for better complexity

  • Q1. 

    Greatest Common Divisor Problem Statement

    You are tasked with finding the greatest common divisor (GCD) of two given numbers 'X' and 'Y'. The GCD is defined as the largest integer that divides both of the...

  • Ans. 

    Find the greatest common divisor (GCD) of two given numbers 'X' and 'Y'.

    • Implement a function to calculate the GCD of two numbers using Euclidean algorithm

    • Iteratively find the remainder of dividing the larger number by the smaller number until the remainder is 0

    • The last non-zero remainder is the GCD of the two numbers

  • Answered by AI
Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

This was a Managerial Round where he asked some problem solving questions as well as get to know you (kinda HR)
and also some questions like agile and all

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in BangaloreEligibility criteriaAbove 8 CGPADell Technologies interview preparation:Topics to prepare for the interview - Java, JavaScript, OOPS, Data Structure, Algorithm, Spring boot.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on what's mentioned in your CV as mostly questions would be asked from your CV
Tip 2 : Do projects on the required skill set and expect questions from them as well

Application resume tips for other job seekers

Tip 1 : Have some projects on resume related to the skill sets mentioned in the profile.
Tip 2 : Do not put false things on resume as during the 1st technical round most of the questions would be from skills mentioned in CV

Final outcome of the interviewSelected

TCL HR Interview Questions

9 questions and answers

Q. What is your current CTC?
Q. What type of knowledge do you possess?
Q. What inspires you?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Mar 2022. There were 2 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 

(2 Questions)

  • Q1. Questions on SQL, Devops and Virtualization
  • Q2. Questions on past experience and technology

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare on networking part good and java part, they will call you when offer is ready so don't push much.
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was easy round including basics of core subjects and they asked me to write code for Fibonacci numbers and project discussion.
  • Ans. 

    Fibonacci numbers are a sequence where each number is the sum of the two preceding ones, starting from 0 and 1.

    • The Fibonacci sequence starts with 0 and 1.

    • The next number is found by adding up the two numbers before it: 0, 1, 1, 2, 3, 5, 8, 13, ...

    • Fibonacci numbers can be calculated using recursion or iteration.

    • Example of a simple recursive function in Python: def fib(n): return n if n <= 1 else fib(n-1) + fib(n-2).

    • I...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for software engineers.

    • Consider my years of experience in software development

    • Take into account my expertise in specific programming languages or technologies

    • Research the average salary for software engineers in this location

  • Answered by AI
  • Q2. Current salary in current company
  • Ans. 

    I am currently earning $80,000 per year in my current company.

    • Be honest about your current salary

    • Avoid providing exact figures if uncomfortable

    • Focus on discussing your skills and experience instead

  • Answered by AI

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 question Related to J...read more
  2. Any questions about j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

TCL Software Engineer Salary
based on 14 salaries
₹4.7 L/yr - ₹11.6 L/yr
14% 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

5.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Engineer
69 salaries
unlock blur

₹1.9 L/yr - ₹4.6 L/yr

Security Analyst
65 salaries
unlock blur

₹4.4 L/yr - ₹6.5 L/yr

Network Engineer
62 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Technician
45 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Information Security Analyst
29 salaries
unlock blur

₹4.5 L/yr - ₹6 L/yr

Explore more salaries
Compare TCL with

vivo

4.1
Compare

Dell

3.9
Compare

Godrej & Boyce Manufacturing

3.9
Compare

Panasonic Life Solutions India

4.0
Compare
write
Share an Interview