Upload Button Icon Add office photos

Filter interviews by

Telecon Systems Interview Questions and Answers for Experienced

Updated 26 Dec 2024

Telecon Systems Interview Experiences for Experienced

Popular Designations

2 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Whats diffrence between earth , ground and neutral earthing
  • Ans. 

    Earth, ground, and neutral earthing serve different purposes in electrical systems.

    • Earth is the planet we live on, while ground is a reference point in an electrical system for safety and protection.

    • Neutral earthing is the intentional connection of the neutral point of a power system to earth for safety and fault protection.

    • Earth is a natural conductor, while ground is a man-made connection to the earth for safety purp...

  • Answered by AI
  • Q2. Why always uses in industries induction motors
  • Ans. 

    Induction motors are commonly used in industries due to their reliability, efficiency, and low maintenance requirements.

    • Induction motors are reliable and have a simple design, making them suitable for continuous operation in industrial settings.

    • They are highly efficient, converting a high percentage of electrical energy into mechanical energy.

    • Induction motors require minimal maintenance compared to other types of motor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool minded

Electrical & Instrumentation Engineer Interview Questions asked at other Companies

Q1. How much size of cable required for giving supply of 15 kW motor??
View answer (2)

PLC Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2023

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

I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Plc automation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Not tht much hard for freshers

PLC Engineer Interview Questions asked at other Companies

Q1. How to Handle Pressure during Work load
View answer (2)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. C++ Basic , malloc, calloc

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Please Tell me about yourself
  • Q2. Please describe brake system architecture for Locomotives
  • Ans. 

    The brake system architecture for locomotives includes air brakes, mechanical brakes, and electronic brakes.

    • Air brakes use compressed air to apply and release brakes

    • Mechanical brakes use friction to slow down or stop the train

    • Electronic brakes use sensors and computer systems to control the braking process

    • The brake system also includes brake shoes, brake discs, brake pads, and brake calipers

    • The brake system is designed

  • Answered by AI
  • Q3. Please perform Emergency Brake Distance calculation for a Locomotive
  • Ans. 

    Emergency brake distance calculation for a locomotive.

    • Determine the speed of the locomotive

    • Find the deceleration rate of the locomotive

    • Calculate the stopping distance using the formula: (speed^2) / (2 x deceleration rate)

    • Consider factors such as track conditions and weather

    • Perform regular maintenance to ensure brakes are functioning properly

  • Answered by AI
  • Q4. What are the projects you have worked in the past?
  • Ans. 

    I have worked on various projects including network infrastructure, cloud migration, and software development.

    • Designed and implemented a new network infrastructure for a small business

    • Migrated on-premise servers to AWS cloud for a healthcare company

    • Developed a web application for a non-profit organization to manage volunteers

    • Implemented security measures for a financial institution's IT systems

    • Upgraded and maintained s...

  • Answered by AI
  • Q5. What was your specific role in those projects?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good interview as the interviews were eager to listen and very attentive. I prepared myself for the test and was able to explain to them in a whiteboard.
Round 1 - Personal Interview 

(1 Question)

  • Q1. Questions bases on your resume and projects

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable
  • Q2. Prepare about ur current project and process followed for entire development process thoroughly
  • Q3. Prepare common tools like. Linux, git, gdb
  • Q4. Prepare basics of data structures, OOPS, design patterns used

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a steady approach, focus more and more on basics and working principle of concepts

I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Write a logic given to you in any plc software that you have
  • Ans. 

    Logic for PLC software

    • Define inputs and outputs

    • Create ladder logic diagram

    • Test and debug program

  • Answered by AI
  • Q2. Tell me something about the projects you have handled

Interview Preparation Tips

Interview preparation tips for other job seekers - Brief your projects as short as possible... Otherwise your interviewer may get bored...

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

Interview Questionnaire 

1 Question

  • Q1. Do you know anything about cloud computing?
  • Ans. 

    Yes, cloud computing refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very chill interview on the basis of profile.
Learn about new technology like cloud etc.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Scenario-based questions. ex: how you will differentiate two different login 2. Remove duplicates from the array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are simple if you are fresher and average/difficult for experienced.
3 to 4 rounds of interviews can take place.

I appeared for an interview in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

Telecon Systems Interview FAQs

How many rounds are there in Telecon Systems interview for experienced candidates?
Telecon Systems interview process for experienced candidates usually has 2 rounds. The most common rounds in the Telecon Systems interview process for experienced candidates are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Telecon Systems interview for experienced candidates?

Some of the top questions asked at the Telecon Systems interview for experienced candidates -

  1. Whats diffrence between earth , ground and neutral earth...read more
  2. Why always uses in industries induction mot...read more
  3. What is the actual measured output of a 155 kW motor during testing, expressed ...read more

Tell us how to improve this page.

Telecon Systems Interview Process for Experienced

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 425 Interviews
Johnson Controls Interview Questions
3.6
 • 262 Interviews
Falcon Autotech Interview Questions
3.9
 • 45 Interviews
Wipro PARI Interview Questions
3.3
 • 44 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 34 Interviews
View all

Telecon Systems Reviews and Ratings

based on 24 reviews

2.6/5

Rating in categories

2.5

Skill development

2.7

Work-life balance

2.7

Salary

2.7

Job security

2.8

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 24 Reviews and Ratings
Automation Engineer
7 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Data Analyst
5 salaries
unlock blur

₹1.2 L/yr - ₹1.5 L/yr

Instrument Engineer
5 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Instrumentation Project Manager
4 salaries
unlock blur

₹4.3 L/yr - ₹7.8 L/yr

AM-IT
4 salaries
unlock blur

₹4.8 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Telecon Systems with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Johnson Controls

3.5
Compare

Honeywell Automation

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