Upload Button Icon Add office photos

Filter interviews by

Welspun Metallics Industrial Automation Engineer Interview Questions and Answers for Experienced

Updated 14 Dec 2021

Welspun Metallics Industrial Automation Engineer Interview Experiences for Experienced

1 interview found

Industrial Automation Engineer Interview Questions & Answers

user image Sarvesh Rajendra Chaudhari

posted on 1 Dec 2021

I applied via Walk-in and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. PLC programming,which interfacing module you used,what is function block,data block, principle of induction motor,DOL starter SLD dig.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your technical knowledge regarding industry automation like sensors interfacing, instrumentation,give your interview honestly

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: CRITERIA:6.5+ CGPANO BACKLOGS
Tips: TRY TO WORK HARD IN THE EARLIER SEMESTERS TO BE ELIGIBLE FOR MOST OF THE COMPANIES.

Round: Test
Experience: 30 TECHNICAL QUESTIONS, PURELY BRANCH SPECIFIC, EASY AND BASIC CONCEPTS WERE ASKED.30 APTITUDE AND ENGLISH QUESTIONS, VERY EASY
Tips: PREPARE TECHNICAL PART WELLPRACTICE APTITUDE AND ENGLISH FROM www.indiabix.comVERY HELPFUL WEBSITE
Duration: 60 minutes
Total Questions: 60

Round: HR Interview
Experience: GENERAL QUESTIONS WERE ASKED:ABOUT MYSELFFAMILY BACKGROUNDSCHOOLING AND ACADEMIC ACHIEVEMENTSABOUT JOINING TCE
Tips: DON'T MANIPULATE THE TRUTH.ANSWER CLEARLY AND CONFIDENTLY.

Round: Technical Interview
Experience: TECHNICAL QUESTIONS RELATED TO ELECTIVE SUBJECTS WERE ASKED.ALSO DESIGN STEPS OF VARIOUS STRUCTURAL ELEMENTS WERE ASKED.
Tips: BE PREPARED. SAY "DON'T KNOW THE ANSWER" INSTEAD OF SPEAKING NONSENSE. ANSWER ONLY WHAT IS ASKED. EXTRA INFO GIVEN BY YOU CAN GET YOU IN UNWANTED TROUBLE!! :P

General Tips: BEST OF LUCK.
Skill Tips: MAIN FOCUS ON THE WAY YOU COMMUNICATE WITH THE INTERVIEWERS IN ENGLISH!!
Skills: COMMUNICATION SKILLS
College Name: NIT SURAT
Motivation: GOOD REPUTATION. IT WAS EXACTLY MATCHING TO THE JOB PROFILE I ASPIRED FOR.TATA GROUP IS A BIG BRAND IN INDIA AND CAN LEAD TO MANY FUTURE BENEFITS IF YOU SERVE THEM FOR CONSIDERABLE AMOUNT OF TIME.
Funny Moments: THEY ASKED ME: "ANY SUGGESTION FOR IMPROVING OUR SELECTION PROCEDURE?"I ANSWERED: "YOU SHOULD CHANGE IT. TEST SHOULD BE ONLINE RATHER THAN BEING OFFLINE i.e. PEN AND PAPER."THEY WERE IMPRESSED AND APPRECIATED IT. :P

Electrical Engineer Interview Questions & Answers

TCS user image Ganesh Chandurkar

posted on 24 Oct 2017

Interview Questionnaire 

1 Question

  • Q1. About Transformer

Interview Preparation Tips

Round: Test
Duration: 10 hours 5 minutes
Total Questions: 10

Interview Questionnaire 

12 Questions

  • Q1. What is an ideal diode?. Draw its input output characteristic curve
  • Ans. 

    An ideal diode is a theoretical diode that exhibits zero voltage drop when forward biased and infinite resistance when reverse biased.

    • An ideal diode acts as a perfect conductor when forward biased.

    • It allows current to flow in one direction with zero voltage drop.

    • When reverse biased, it acts as an open circuit with infinite resistance.

    • The input-output characteristic curve of an ideal diode is a vertical line at zero vol...

  • Answered by AI
  • Q2. Write a program for computing the factorial of a number using recursion
  • Ans. 

    Program to compute factorial of a number using recursion

    • Define a function that takes a number as input

    • Check if the number is 0 or 1, return 1 if true

    • Else, call the function recursively with n-1 as input and multiply with n

    • Return the result

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
  • Q3. List ten cellular operators in India
  • Ans. 

    There are several cellular operators in India. Here are ten of them.

    • Airtel

    • Vodafone Idea

    • Reliance Jio

    • BSNL

    • MTNL

    • Tata Docomo

    • Aircel

    • Uninor

    • Videocon

    • Loop Mobile

  • Answered by AI
  • Q4. Draw the layers of OSI model
  • Ans. 

    The OSI model has 7 layers that define how data is transmitted over a network.

    • Layer 1: Physical - deals with the physical connection of devices

    • Layer 2: Data Link - responsible for error-free transfer of data between devices

    • Layer 3: Network - handles routing of data between different networks

    • Layer 4: Transport - ensures reliable delivery of data between applications

    • Layer 5: Session - establishes and manages connections ...

  • Answered by AI
  • Q5. What is the function of session layer?
  • Ans. 

    Session layer manages and controls the connections between applications.

    • Establishes, maintains and terminates sessions between applications

    • Synchronizes data exchange between applications

    • Manages session checkpoints and recovery

    • Examples: Telnet, FTP, SMTP

  • Answered by AI
  • Q6. Tell us something about zener diode
  • Ans. 

    A zener diode is a type of diode that allows current to flow in the reverse direction when a certain voltage is reached.

    • Zener diodes are commonly used as voltage regulators.

    • They have a sharp breakdown voltage, which makes them useful for stabilizing voltage in electronic circuits.

    • Zener diodes are often used in power supplies, voltage references, and surge protectors.

    • They are also used in noise reduction circuits and as...

  • Answered by AI
  • Q7. Who is the chairman of ISRO?
  • Ans. 

    The chairman of ISRO is K. Sivan.

    • K. Sivan is an Indian space scientist and the current chairman of ISRO.

    • He has been associated with ISRO for over three decades and has contributed to several missions.

    • Under his leadership, ISRO has achieved several milestones including the successful launch of Chandrayaan-2.

  • Answered by AI
  • Q8. Write a program to print first 10 natural numbers on the screen
  • Ans. 

    Program to print first 10 natural numbers on the screen

    • Declare a variable i and initialize it to 1

    • Use a loop to print i and increment it until i reaches 10

  • Answered by AI
  • Q9. What is an IP address?
  • Ans. 

    An IP address is a unique numerical identifier assigned to every device connected to the internet.

    • IP stands for Internet Protocol

    • It consists of four sets of numbers separated by dots

    • Each set can range from 0 to 255

    • Example: 192.168.1.1 is an IP address

    • IPv4 and IPv6 are the two versions of IP addresses

  • Answered by AI
  • Q10. What is the full form of DRDO and NASA?
  • Ans. 

    DRDO stands for Defense Research and Development Organization and NASA stands for National Aeronautics and Space Administration.

    • DRDO is an agency of the Government of India, responsible for the development of technology for use by the military.

    • NASA is a United States government agency responsible for the civilian space program, as well as aeronautics and aerospace research.

    • DRDO was established in 1958 and has developed...

  • Answered by AI
  • Q11. Why do you want to join TCS?
  • Q12. How will you be able to adjust yourself in the environment of the company?

Interview Preparation Tips

Round: Test
Experience: Aptitude test was of a good level. It testing the basic concepts and was quants based with a few questions on reasoning which were comparatively easy. Good practice is required since the cut off in ky round was over 20 que out of a total of 30 questions.

Letter writing is an easy task. Just make sure that you use all the words given in the question statement.
Tips: Practice as much as you can!
Total Questions: 1 hour

Round: Technical Interview
Experience: This was quite long! Lasted for about 30 minutes! Questions were general and based on diodes, square wave rectifier. They as you about your favorite subject and the programming language you are comfortable with. It was not difficult. If one has a basic knowledge of your field then one can easy crack it.
Tips: Stay calm and confident

Round: HR Interview
Experience: This interview was of very short duration and was quite simple.
Tips: Stay calm and confident.

Skills: Basic Concepts, Confidence
College Name: Guru Nanak Dev University, Amritsar

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Question 1: What is memory leak? Question 2: What is static variable in C? with program Question 3: What are local variable and global variables? and their default values and program Question 4: What is me...
  • Ans. 

    Technical interview questions for Executive Engineer position

    • Memory leak is a situation where a program fails to release memory that is no longer needed

    • Static variables in C are variables that retain their values between function calls

    • Local variables are declared inside a function and have a limited scope, while global variables can be accessed from any part of the program

    • Method overriding is a feature in object-orient...

  • Answered by AI
  • Q2.  Differences between C and Java? Explain me about exception handling? with program Run time exceptions? What is stack?operations and program
  • Ans. 

    Comparison between C and Java, explanation of exception handling and stack operations.

    • C is a procedural language while Java is object-oriented.

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

    • Exception handling in Java involves try-catch blocks while C uses error codes.

    • Runtime exceptions are unchecked exceptions that occur during program execution.

    • Stack is a data structure that follows the...

  • Answered by AI
  • Q3.  Pyramid question

Interview Preparation Tips

Round: Group Discussion
Tips: Knowledge of all the Current & upcoming trends.
Take into consideration topics outside the engineering world.
Duration: 45 minutes

Round: Technical Interview
Experience: Asked some questions bases on my resume.Make sure that you know everything that you have written in your resume.
And that's it!! Both of the interviewers were impressed and told we are done.
I was happy and they told them thanks with a smile!
Tips: If you are from IT or CSE background then make sure that you know 2 programming languages,DBMS (very important), sql queries are very important.
4. Prepare for your favorite subject.
5.Prepare your resume well.Questions will be asked from it. I did not mention C++ and they did not ask a single question from it.
6.Prepare your mini project well and they will ask to write the code.Prepare some snippets of code and explain its functionality.
7.Dress well,it showcases your confidence

Round: HR Interview
Experience: Still trying to find the answer.!!
Tips: Just to test your decision making skills.
Don't stress out too much or you'll get rejected.

Skills: Public Speaking Skills, decision makin, Thinking Under Pressure
College Name: gujarat Institute of technology

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Basic programming questions, final year graduation project details, way of speaking
Round 3 - HR 

(1 Question)

  • Q1. Interest in joining company

Interview Preparation Tips

Topics to prepare for TCS Assistant Engineer interview:
  • Java
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare general aptitude and any basic programming like java Or python. Basic questions can be asked.

Interview Questionnaire 

3 Questions

  • Q1. I am interested in your company so please me join the you company
  • Q2. Kya me apki team ka member ban sakta hun
  • Q3. Yea

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

3 sections :
1.Aptitude
2.Reasoning
3.Coding

Round 2 - One-on-one 

(1 Question)

  • Q1. Resume based technical questions
Round 3 - HR 

(1 Question)

  • Q1. Family background and company related things.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare aptitude well and resume based questions.

Interview Questionnaire 

1 Question

  • Q1. What is PHP
  • Ans. 

    PHP is a server-side scripting language used for web development.

    • PHP stands for Hypertext Preprocessor.

    • It is an open-source language.

    • PHP code is executed on the server, generating HTML which is sent to the client.

    • It can be embedded into HTML code.

    • PHP is commonly used for creating dynamic web pages and web applications.

    • Popular websites like Facebook, Wikipedia, and WordPress are built using PHP.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested in IT industry

Skills evaluated in this interview

I was interviewed before Jul 2016.

Interview Questionnaire 

1 Question

  • Q1. Introduction, company profile,hobby,about your work

Interview Preparation Tips

Round: Resume Shortlist
Experience: after shortlisted of resume call from jindal group

Round: Group Activity
Experience: fulfill form and enjoy.

Round: Test
Experience: passed in exam.
Duration: 30 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: I'm faces all questions and confidentially answerd

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Welspun Metallics with

Tata Steel

4.1
Compare

JSW Steel

3.9
Compare

Steel Authority Of India

4.1
Compare

ArcelorMittal Nippon Steel

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