Upload Button Icon Add office photos

Filter interviews by

FAITH AUTOMATION SYSTEMS & TOOLING Interview Questions and Answers

Updated 17 Feb 2024

FAITH AUTOMATION SYSTEMS & TOOLING Interview Experiences

Popular Designations

4 interviews found

Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2023

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Arrange technical interview.
Round 3 - Technical 

(1 Question)

  • Q1. Communication protocol and some logic related questions.
Round 4 - HR 

(1 Question)

  • Q1. Discuss about salary and pre. experience.

Interview Preparation Tips

Topics to prepare for FAITH AUTOMATION SYSTEMS & TOOLING Engineer interview:
  • Plc n hmi

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (7)

Graduate Trainee Interview Questions & Answers

user image Ketan Bhojusing Patil

posted on 17 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About previous experience
Round 2 - HR 

(1 Question)

  • Q1. Self Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - As company growth is very good it's good opportunity to start career as fresher. It requires site work so if you are ready for that then must grab opportunity.

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2022. 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 

(3 Questions)

  • Q1. What is 3-2-1 principle ?
  • Ans. 

    3-2-1 principle is a rule of thumb for backup and disaster recovery.

    • 3 copies of data should be kept

    • 2 copies should be stored on different storage media

    • 1 copy should be stored offsite

    • Example: Keeping one copy on a local hard drive, one on a cloud storage, and one on an external hard drive stored in a different location.

    • Example: In case of a fire or flood, the offsite copy ensures data recovery.

  • Answered by AI
  • Q2. Why is 1st and 3rd angle projection method used in engineering drawing ?
  • Ans. 

    1st and 3rd angle projection methods are used in engineering drawing to show the object from different perspectives.

    • 1st angle projection is commonly used in Europe and Asia while 3rd angle projection is used in North America.

    • 1st angle projection shows the object as if it is in front of the plane of projection while 3rd angle projection shows the object as if it is behind the plane of projection.

    • The choice of projection...

  • Answered by AI
  • Q3. What is the formula to calculate density as per Fluid Mechanics ?
  • Ans. 

    Formula to calculate density in Fluid Mechanics.

    • Density = Mass / Volume

    • Units of density are kg/m^3 or lb/ft^3

    • Density of water at 4°C is 1000 kg/m^3 or 62.4 lb/ft^3

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses ?
  • Q3. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for your core-field related questions and BIW-related basic questions.

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2021

Interview Questionnaire 

3 Questions

  • Q1. Tell us about yourself?
  • Q2. What your professional experience in robotics?
  • Q3. Will you able to work in night shift and site if required?

FAITH AUTOMATION SYSTEMS & TOOLING interview questions for popular designations

 Engineer

 (1)

 Graduate Trainee

 (1)

 Graduate Engineer Trainee (Get)

 (1)

Interview questions from similar companies

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 applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design fan.What is bm? What is nozzle?
  • Ans. 

    BM stands for Blade Material. Nozzle is a device that directs or controls the flow of a fluid.

    • BM refers to the material used to make the blades of a fan. It can be plastic, metal, or wood.

    • Nozzle is a component that is used to control the flow of a fluid, such as air or water. It can be found in various devices, such as a garden hose or a spray bottle.

    • In a fan, the nozzle is the part that directs the air flow in a speci...

  • Answered by AI
  • Q2. Design blower for industry
  • Ans. 

    Designing a blower for industrial use requires consideration of factors such as air flow rate, pressure, power consumption, and noise level.

    • Determine the required air flow rate and pressure for the specific application

    • Select an appropriate blower type (centrifugal, axial, etc.) based on the requirements

    • Calculate the power consumption and efficiency of the blower

    • Consider noise level and implement noise reduction measure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and confident

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Scenario based questions on Python.
  • Q2. Automate a travel booking website using python and selenium.
  • Ans. 

    Automating a travel booking website using Python and Selenium involves writing scripts to simulate user actions.

    • Use Selenium WebDriver to automate browser actions

    • Identify web elements using locators like ID, class, name, etc.

    • Use Python libraries like requests and BeautifulSoup for web scraping

    • Implement test cases to ensure the website functions as expected

    • Handle exceptions and errors that may occur during automation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at core python concepts.

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is your motivation to apply for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company from HR policies and mobility

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What about yourself
  • Q2. Java developer
  • Q3. About java
  • Q4. Working experience
  • Q5. About hobby
  • Q6. Communication way

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

FAITH AUTOMATION SYSTEMS & TOOLING Interview FAQs

How many rounds are there in FAITH AUTOMATION SYSTEMS & TOOLING interview?
FAITH AUTOMATION SYSTEMS & TOOLING interview process usually has 3 rounds. The most common rounds in the FAITH AUTOMATION SYSTEMS & TOOLING interview process are HR, Technical and Resume Shortlist.
How to prepare for FAITH AUTOMATION SYSTEMS & TOOLING interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at FAITH AUTOMATION SYSTEMS & TOOLING. The most common topics and skills that interviewers at FAITH AUTOMATION SYSTEMS & TOOLING expect are AutoCAD, Automation Testing, Electronics, Electricals and Biw.
What are the top questions asked in FAITH AUTOMATION SYSTEMS & TOOLING interview?

Some of the top questions asked at the FAITH AUTOMATION SYSTEMS & TOOLING interview -

  1. Why is 1st and 3rd angle projection method used in engineering drawin...read more
  2. What is the formula to calculate density as per Fluid Mechanic...read more
  3. What is 3-2-1 principl...read more

Tell us how to improve this page.

FAITH AUTOMATION SYSTEMS & TOOLING Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
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

FAITH AUTOMATION SYSTEMS & TOOLING Reviews and Ratings

based on 63 reviews

3.8/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

3.6

Salary

4.1

Job security

3.6

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 63 Reviews and Ratings
Senior Design Engineer
18 salaries
unlock blur

₹4.2 L/yr - ₹9.5 L/yr

Engineer
17 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Project Manager
17 salaries
unlock blur

₹7.5 L/yr - ₹18.5 L/yr

Senior Engineer
14 salaries
unlock blur

₹3.7 L/yr - ₹8.2 L/yr

Design Engineer
10 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Explore more salaries
Compare FAITH AUTOMATION SYSTEMS & TOOLING 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