Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Electronics Engineer Interview Questions, Process, and Tips

Updated 17 Nov 2024

Top TCS Electronics Engineer Interview Questions and Answers

View all 6 questions

TCS Electronics Engineer Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude exam was about time, distance, verbal reasoning, work, and all. It was easy.

Round 2 - Technical 

(2 Questions)

  • Q1. Draw OR gate and AND gate
  • Q2. SWAP program for two variables
  • Ans. 

    A SWAP program exchanges the values of two variables without using a temporary variable.

    • Use XOR operation to swap two variables without using a temporary variable.

    • Example: a = 5, b = 10. After swapping, a = 10, b = 5.

    • Ensure to handle cases where the variables are the same.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Electronics Engineer interview:
  • Java
Interview preparation tips for other job seekers - Advance a programming language and have a good knowledge in your core academics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 4 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 - Aptitude Test 

Aptitude test and code test is there for and need to pass

Round 3 - Technical 

(6 Questions)

  • Q1. Technical round with logical and theory questions will be there
  • Q2. What is inheritance and type of
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes a hierarchical relationship between classes.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B exten...

  • Answered by AI
  • Q3. What is poly morph sm
  • Ans. 

    Polymorphism is a concept in object-oriented programming where a single function or method can operate on different types of data.

    • Polymorphism allows for flexibility and reusability in code

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

    • Example: a function that can calculate the area of different shapes (circle, square, triangle) based on the input type

  • Answered by AI
  • Q4. What is class and how to create
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • Classes define the properties and behaviors of objects.

    • To create a class, use the 'class' keyword followed by the class name and curly braces.

    • Inside the class, you can define attributes (variables) and methods (functions).

    • Example: class Car { String color; void start() { //code here } }

  • Answered by AI
  • Q5. What are the data type
  • Ans. 

    Data types are classifications that specify which type of value a variable can hold.

    • Data types include integers, floating point numbers, characters, strings, and booleans.

    • Examples of data types are int (for integers), float (for floating point numbers), char (for characters), and bool (for booleans).

  • Answered by AI
  • Q6. What is join in sql
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Question based on salary negotiation and background and qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear and study the basics of the languages and oops concepts

Skills evaluated in this interview

Electronics Engineer Interview Questions Asked at Other Companies

asked in Vivo
Q1. What is CMOS and MOSFET Types of mosfet and define them How do i ... read more
Q2. UPS technical and working process how transformer works what does ... read more
Q3. How to check asslaration time parameter number in danfoce vfd?
Q4. Give me an example when you had to compromise code quality to mee ... read more
Q5. How do you improve productivity of Service ?

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

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

Interview Questionnaire 

1 Question

  • Q1. Routing and switching related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best. Study well.
Its all about God's grace.

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions based on the CV we kept
  • Q2. Questions related to powershell, storages, networking in azure IaaS, NSG

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever u kept in CV and the basics

I applied via Naukri.com and was interviewed before Oct 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 

(2 Questions)

  • Q1. What is AD dns dhcp?
  • Ans. 

    AD DNS DHCP are Microsoft technologies used for network management and authentication.

    • Active Directory (AD) is a directory service used for authentication and authorization of users and computers in a network.

    • Domain Name System (DNS) is used for name resolution of network resources.

    • Dynamic Host Configuration Protocol (DHCP) is used for automatic IP address assignment to network devices.

    • AD, DNS, and DHCP are often used ...

  • Answered by AI
  • Q2. What is IaaS SaaS PaaS?
  • Ans. 

    IaaS, SaaS, and PaaS are cloud computing models that provide different levels of infrastructure, software, and platform services.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as servers, storage, and networking.

    • SaaS (Software as a Service) delivers software applications over the internet, eliminating the need for local installation and maintenance.

    • PaaS (Platform as ...

  • Answered by AI
Round 3 - Aptitude Test 

General questions for 1 hors online exams

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident in your role and select which role you want to work

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.

TCS Interview FAQs

How many rounds are there in TCS Electronics Engineer interview?
TCS interview process usually has 3 rounds. The most common rounds in the TCS interview process are Aptitude Test, Technical and HR.
What are the top questions asked in TCS Electronics Engineer interview?

Some of the top questions asked at the TCS Electronics Engineer interview -

  1. What is inheritance and type...read more
  2. What is class and how to cre...read more
  3. What is poly morph...read more

Tell us how to improve this page.

TCS Electronics Engineer Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more
TCS Electronics Engineer Salary
based on 5 salaries
₹3.6 L/yr - ₹6 L/yr
21% more than the average Electronics Engineer Salary in India
View more details

TCS Electronics Engineer Reviews and Ratings

based on 4 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.7

Salary

3.7

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
66.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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