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 Junior Engineer Electrical Interview Questions, Process, and Tips for Freshers

Updated 24 Aug 2024

TCS Junior Engineer Electrical Interview Experiences for Freshers

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is transformer?
  • Ans. 

    A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Consists of two coils of wire, known as primary and secondary coils

    • Primary coil receives electrical energy and creates a magnetic field

    • Magnetic field induces a voltage in the secondary coil, transferring energy

    • Used to step up or step down voltage in power distribution systems

    • Examples include power t...

  • Answered by AI
  • Q2. Types of transformer?
  • Ans. 

    Types of transformers include step-up, step-down, isolation, autotransformer, and instrument transformer.

    • Step-up transformer increases voltage

    • Step-down transformer decreases voltage

    • Isolation transformer provides electrical isolation between primary and secondary windings

    • Autotransformer has a single winding with multiple taps

    • Instrument transformer is used for measuring current or voltage in high voltage circuits

  • Answered by AI
  • Q3. What is current transformer?
  • Ans. 

    A current transformer is a type of instrument transformer that is used to measure alternating current.

    • Current transformers step down current to a safe level for measurement or protection purposes.

    • They have a primary winding connected in series with the circuit carrying the current to be measured.

    • The secondary winding is connected to measuring or protective devices.

    • Current transformers are commonly used in power systems...

  • Answered by AI
  • Q4. What is difference between current transformer and potential transformer?
  • Ans. 

    Current transformer is used to measure current while potential transformer is used to measure voltage.

    • Current transformer is connected in series with the circuit being measured, while potential transformer is connected in parallel.

    • Current transformer steps down the current to a measurable level, while potential transformer steps down the voltage.

    • Current transformer is used for protection and metering purposes, while po...

  • Answered by AI
  • Q5. What is current
  • Ans. 

    Current is the flow of electric charge in a circuit.

    • Current is measured in Amperes (A).

    • It is the rate of flow of electric charge past a point in a circuit.

    • Current can be either direct current (DC) or alternating current (AC).

    • In a series circuit, the current is the same at all points.

    • In a parallel circuit, the total current is divided among the branches.

    • Ohm's Law relates current, voltage, and resistance: I = V/R.

  • Answered by AI
  • Q6. What is voltage
  • Ans. 

    Voltage is the difference in electric potential between two points in a circuit, measured in volts.

    • Voltage is the driving force that pushes electric current through a circuit

    • It is measured in volts (V)

    • Higher voltage means more potential energy available to move electrons

    • Voltage can be DC (direct current) or AC (alternating current)

    • Example: A battery provides a voltage of 1.5V to power a flashlight

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Junior Engineer Electrical interview:
  • Training
Interview preparation tips for other job seekers - Good

Interview questions from similar companies

I applied via Referral and was interviewed in Feb 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How to connection ups sysetm in parallel.
  • Ans. 

    UPS systems can be connected in parallel for redundancy and increased capacity.

    • Ensure that the UPS systems have the same voltage and frequency ratings.

    • Connect the output of each UPS system to a common bus bar.

    • Use a synchronization module to ensure that the UPS systems are in phase with each other.

    • Ensure that the load is evenly distributed between the UPS systems.

    • Perform regular maintenance and testing to ensure proper ...

  • Answered by AI
  • Q2. What is the cycle of Chiller operation
  • Ans. 

    Chiller operation cycle involves refrigerant compression, condensation, expansion, and evaporation.

    • Refrigerant is compressed by the compressor

    • The compressed refrigerant is then condensed in the condenser

    • The high-pressure liquid refrigerant then passes through an expansion valve

    • The refrigerant then evaporates in the evaporator, absorbing heat from the chilled water

    • The low-pressure refrigerant then returns to the compres

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview experience in my life

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 Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

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 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 Walk-in and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you ?
  • Q2. Latest project running in the intustry?

Interview Preparation Tips

Interview preparation tips for other job seekers - Student should have to clear , to thier goals , excellent communication skills , Answer every question with clam , and must have patience.

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. What is multithreading? ( I used it in my project )
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, improving performance and responsiveness.

    • Multithreading allows for parallel execution of tasks, utilizing multiple CPU cores.

    • It enables concurrent processing, where multiple threads can execute simultaneously.

    • Thread synchronization mechanisms like locks and semaphores are used to prevent data inconsistencies.

    • Multithreading can be used to i...

  • Answered by AI
  • Q2. How is socket programming different from other programmings?( Again a question from my project)
  • Q3. Difference between constructors and destructors.
  • Ans. 

    Constructors are used to initialize objects while destructors are used to destroy objects.

    • Constructors are called when an object is created while destructors are called when an object is destroyed.

    • Constructors have the same name as the class while destructors have the same name as the class preceded by a tilde (~).

    • Constructors can be overloaded while destructors cannot be overloaded.

    • Constructors do not have a return ty...

  • Answered by AI
  • Q4. Oops basics

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical interview round lasted for just 20 minutes. It's becomes easier to crack if you actually have knowledge about things you have put on your resume. My advice to prepare for the interview is to open your resume and start making flowchart of what questions can go next once you introduce yourself. In the introduction, include your strong areas so that the interview revolves around that. I used this approach in my first interview and it went really well. I got real good reviews from the interviewer. Lastly, stay confident in explaining and Good Luck.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

TCS Interview FAQs

How many rounds are there in TCS Junior Engineer Electrical interview for freshers?
TCS interview process for freshers usually has 1 rounds. The most common rounds in the TCS interview process for freshers are Technical.
What are the top questions asked in TCS Junior Engineer Electrical interview for freshers?

Some of the top questions asked at the TCS Junior Engineer Electrical interview for freshers -

  1. What is difference between current transformer and potential transform...read more
  2. What is current transform...read more
  3. What is transform...read more

Tell us how to improve this page.

TCS Junior Engineer Electrical Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

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
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
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.2k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

AST Consultant
52k salaries
unlock blur

₹8 L/yr - ₹25.1 L/yr

Associate Consultant
30.6k salaries
unlock blur

₹9 L/yr - ₹32.2 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
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