Upload Button Icon Add office photos

Filter interviews by

Ib Automation Engineering Projects Project Engineer Interview Questions and Answers

Updated 16 Mar 2024

Ib Automation Engineering Projects Project Engineer Interview Experiences

1 interview found

Project Engineer Interview Questions & Answers

user image Waseem Ahemad

posted on 16 Mar 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is your experience

Interview questions from similar companies

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 Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic technical questions regarding engineering
Round 2 - HR 

(1 Question)

  • Q1. Programming questions and some basic general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn PLC Programming before joining the company. learn about the softwares used by Rockwell

Interview Questionnaire 

1 Question

  • Q1. Favourite books, family background, strengths, weakness, travelling etc

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

Interview Questionnaire 

3 Questions

  • Q1. What is the typical architecture of scada?
  • Ans. 

    SCADA typically consists of a hierarchical architecture with multiple levels of control and monitoring.

    • SCADA systems have a distributed architecture with multiple remote terminal units (RTUs) or programmable logic controllers (PLCs) connected to a central control system.

    • The central control system is responsible for collecting data from the RTUs/PLCs and displaying it to the operator.

    • SCADA systems may also include a sup...

  • Answered by AI
  • Q2. Asked about the projects that you have worked
  • Q3. Technical Questions related to role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and answer with short description

Skills evaluated in this interview

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

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

Costing of a machined part with details

Round 3 - HR 

(2 Questions)

  • Q1. What is current and expected salary is it negotiable?
  • Q2. What is current and expected salary?

Interview Preparation Tips

Topics to prepare for Titan Engineering & Automation Senior Engineer interview:
  • CNC Machines
  • Costing
  • Machining
  • Heat Treatment
  • Surface Treatment
Interview preparation tips for other job seekers - Prepare yourself technically and study your resume.
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. How many Degree of freedom controlled in fixture?
  • Ans. 

    The number of degrees of freedom controlled in a fixture depends on the type and complexity of the fixture.

    • A simple fixture may control only one degree of freedom, such as rotation around a single axis.

    • A more complex fixture may control multiple degrees of freedom, such as rotation around multiple axes and translation in multiple directions.

    • The number of degrees of freedom controlled in a fixture can also depend on the...

  • Answered by AI
  • Q2. 12 Degree Of Freedom.
  • Ans. 

    12 Degree of Freedom refers to the number of independent movements a rigid body can make in 3D space.

    • A rigid body with 12 degrees of freedom can move in any direction and rotate around any axis.

    • The 12 degrees of freedom are divided into 6 translational and 6 rotational degrees of freedom.

    • Examples of systems with 12 degrees of freedom include a spacecraft in orbit or a robot arm with 6 joints.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To sound in manufacturing process and GD &T ( Machining, Sheetmetal, Fabrication.)

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Project Explanation , Workflow
  • Q2. Take Xpath using parent traverse
  • Ans. 

    Using parent traverse to create Xpath

    • Parent traverse is used to select the parent element of the current element

    • The syntax for parent traverse is '..'

    • Example: To select the parent of a div element with class 'example', the Xpath would be '//div[@class='example']/..'

  • Answered by AI
  • Q3. Use JAVA loop iteration for splitting alphabet, number and Symbols in @4Bft#67yjk#
  • Ans. 

    Using JAVA loop iteration to split alphabet, number and symbols in a given string.

    • Create three empty string arrays for alphabet, number and symbol

    • Loop through each character in the given string

    • Check if the character is an alphabet, number or symbol using ASCII values

    • Add the character to the respective array

    • Return the array of strings containing alphabet, number and symbol

  • Answered by AI
  • Q4. Some Manual Questions
Round 2 - Technical 

(4 Questions)

  • Q1. Project Explanation and Day to day Activities
  • Ans. 

    As a Senior Engineer, I lead projects and oversee day-to-day activities, ensuring timely delivery and quality output.

    • Lead project planning and execution

    • Collaborate with cross-functional teams

    • Monitor project progress and adjust timelines as needed

    • Ensure adherence to project scope, budget, and quality standards

    • Provide technical guidance and mentorship to team members

    • Identify and mitigate project risks

    • Communicate project

  • Answered by AI
  • Q2. How to solve conflict during Git push?
  • Ans. 

    Resolve conflicts by merging changes and resolving conflicts manually.

    • Pull the latest changes from the remote branch

    • Merge the changes with your local branch

    • Resolve conflicts manually by editing the conflicting files

    • Add and commit the changes

    • Push the changes to the remote branch

  • Answered by AI
  • Q3. Where will you execute test cases
  • Ans. 

    Test cases will be executed in a dedicated testing environment.

    • Test cases will be executed in a separate environment to avoid interference with the production environment.

    • The testing environment will be set up to mimic the production environment as closely as possible.

    • Test cases will be executed on multiple platforms and browsers to ensure compatibility.

    • Automated testing tools will be used to execute test cases efficie...

  • Answered by AI
  • Q4. What kind of project and it's requirement and your goals
  • Ans. 

    The project is to develop a software application for managing inventory in a manufacturing company.

    • The project requires understanding the manufacturing process and inventory management principles.

    • The software should be able to track inventory levels, generate purchase orders, and provide real-time reports.

    • Goals include improving efficiency, reducing stockouts, and optimizing inventory levels.

    • The application should have...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Project Explanation and personal details
  • Q2. Very good background scrutiny
  • Q3. Our expectations and expected CTC
  • Ans. 

    The company expects high performance and offers competitive compensation.

    • The company expects the candidate to have a strong technical background and experience in senior engineering roles.

    • They are looking for someone who can deliver high-quality work and meet project deadlines.

    • The candidate should have excellent problem-solving and communication skills.

    • They expect the candidate to be a team player and collaborate effec...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Agiliad Technologies Senior Engineer interview:
  • Manual Testing
  • Github
  • Split
  • Core Java
Interview preparation tips for other job seekers - Don't worry much just trust yourself and be bold about expressing yourself.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Question from C Programming Language
  • Q2. Question from Embedded Communication Protocol like I2C, SPI and CAN
  • Q3. Current Project Explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure the things which are specified in Resume

Ib Automation Engineering Projects Interview FAQs

How many rounds are there in Ib Automation Engineering Projects Project Engineer interview?
Ib Automation Engineering Projects interview process usually has 1 rounds. The most common rounds in the Ib Automation Engineering Projects interview process are One-on-one Round.
How to prepare for Ib Automation Engineering Projects Project Engineer 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 Ib Automation Engineering Projects. The most common topics and skills that interviewers at Ib Automation Engineering Projects expect are AutoCAD, Cable Schedule, Commissioning, Control System Design and DCS.

Tell us how to improve this page.

Ib Automation Engineering Projects Project Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Ib Automation Engineering Projects Project Engineer Salary
based on 91 salaries
₹1 L/yr - ₹4 L/yr
50% less than the average Project Engineer Salary in India
View more details

Ib Automation Engineering Projects Project Engineer Reviews and Ratings

based on 18 reviews

2.4/5

Rating in categories

2.5

Skill development

2.3

Work-life balance

2.3

Salary

2.4

Job security

2.4

Company culture

2.6

Promotions

2.4

Work satisfaction

Explore 18 Reviews and Ratings
Project Engineer
91 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Senior Project Engineer
27 salaries
unlock blur

₹2.6 L/yr - ₹5 L/yr

DCS Engineer
8 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Executive Accountant
6 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Instrument Engineer
6 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Ib Automation Engineering Projects with

Schneider Electric

4.1
Compare

Rockwell Automation

3.7
Compare

GKN

3.8
Compare

Titan Engineering & Automation

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