Upload Button Icon Add office photos

Filter interviews by

ECDM Technology Junior Engineer Production Interview Questions and Answers

Updated 9 Aug 2023

ECDM Technology Junior Engineer Production Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Aug 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why are you leaving your previous job?
  • Q3. Why are join to us ?
Round 3 - Technical 

(2 Questions)

  • Q1. What do mean about Lean manufacturing.? What is UPH nd UPPH how to calculate it's? 7 qc tools Why why analysis Capa Esd Oee
  • Ans. 

    Lean manufacturing focuses on minimizing waste and maximizing efficiency. UPH and UPPH are productivity metrics. 7 QC tools are used for quality control. Why-Why analysis is a problem-solving technique. CAPA stands for Corrective and Preventive Actions. ESD refers to Electrostatic Discharge. OEE is Overall Equipment Effectiveness.

    • Lean manufacturing aims to eliminate waste and improve efficiency in production processes.

    • ...

  • Answered by AI
  • Q2. What is line of balancing
  • Ans. 

    Line balancing is the process of assigning tasks to workstations in a production line to ensure smooth workflow and optimal efficiency.

    • Line balancing aims to minimize idle time and maximize productivity by evenly distributing workload among workstations.

    • It involves analyzing the production process, identifying bottlenecks, and rearranging tasks to achieve a balanced workflow.

    • For example, in an assembly line, line balan...

  • Answered by AI

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C++ ,Java , CAD , CNC programming, Data analytics

Round 2 - Technical 

(5 Questions)

  • Q1. What product management ur doing
  • Q2. Where did you undergo your technical traing
  • Q3. Where did u place most of your focus when reviewing somebody else code
  • Q4. What did you develop
  • Q5. What was the project before you are doing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question incomplete - please add more details
  • Q2. Question are incomplete - please add more details
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is abstraction in c#
  • Ans. 

    Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of the code

    • In C#, abstraction is achieved using abstract classes and interfaces

  • Answered by AI
  • Q2. What is xpath and its type.
  • Ans. 

    XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

    • XPath stands for XML Path Language.

    • It is used to navigate through elements and attributes in an XML document.

    • There are two types of XPath: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node, denoted by a single forward slash (/).

    • Relative XPath starts from the current node, denote

  • Answered by AI
  • Q3. Can we change wait time during runtime.
  • Ans. 

    Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

    • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

    • Configuration settings in the application or system can also be adjusted to change wait times.

    • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te

  • Answered by AI
  • Q4. How to hand window in selenium
  • Ans. 

    To handle windows in Selenium, you can use the switchTo() method to switch between windows.

    • Use getWindowHandles() to get all window handles

    • Use switchTo().window() to switch to a specific window handle

    • Perform actions on the desired window

  • Answered by AI
  • Q5. How to hand scroll bar.
  • Ans. 

    To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

    • Click on the scroll bar and drag it up or down to move through the content.

    • Use the scroll wheel on your mouse to scroll up or down.

    • On touch devices, swipe up or down on the screen to scroll.

    • You can also use the arrow keys on your keyboard to scroll up or down.

  • Answered by AI
  • Q6. How to handle popup window.
  • Ans. 

    To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

    • Use Selenium WebDriver to switch to the popup window

    • Identify and interact with elements on the popup window

    • Perform necessary actions on the popup window

    • Switch back to the main window after handling the popup

  • Answered by AI
  • Q7. How to open new tab.
  • Ans. 

    To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

    • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

    • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

    • You can also click on the '+' icon next to the existing tabs to open a new tab.

    • Some browsers allow you to open a new tab by pressing Ctr

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy cognitive aptitude and reasoning qsns

Round 2 - Coding Test 

Med-Hard problems given 1hr to solve for 2 qsns

Round 3 - Technical 

(2 Questions)

  • Q1. Explain one of the project that you are good at
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented features like reminders and progress tracking

    • Tested app with focus groups for feedback and improvements

  • Answered by AI
  • Q2. What is your long term goal
  • Ans. 

    My long term goal is to become a senior engineer in a reputable company and eventually move into a leadership role.

    • Continuously improve my technical skills and knowledge through training and certifications

    • Seek opportunities for mentorship and leadership roles within the company

    • Work on challenging projects to gain experience and expertise

    • Build a strong professional network within the industry

    • Eventually transition into a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differnce between static and dynamic testing
  • Ans. 

    Static testing is done without executing the code, while dynamic testing involves executing the code.

    • Static testing is performed during the early stages of development to prevent defects from entering the codebase.

    • Dynamic testing is carried out during the later stages of development to validate the behavior of the software.

    • Examples of static testing include code reviews, walkthroughs, and inspections.

    • Examples of dynami...

  • Answered by AI
  • Q2. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page in order to perform actions like click, type, etc.

    • Locators are used to find elements on a web page based on certain attributes like id, name, class, etc.

    • Common types of locators in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • For example, driver.findElement(By.id("username")) will find the elem

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was hard but not that much hard

Round 2 - Technical 

(2 Questions)

  • Q1. Have you got any experience in coding
  • Ans. 

    Yes, I have experience in coding with languages like Java, Python, and C++.

    • I have worked on projects using Java, Python, and C++

    • I have experience in writing algorithms and solving coding problems

    • I have completed coding courses and participated in coding competitions

  • Answered by AI
  • Q2. Why you choose our company
  • Ans. 

    I chose your company because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation - I am impressed by the cutting-edge projects your company is known for.

    • Strong company culture - I value a supportive and collaborative work environment.

    • Opportunities for growth - Your company offers training programs and career advancement opportunities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for MNC
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

It happened for 1 hour with basic questions

Round 2 - Group Discussion 

Thet ask to speak about current polltics

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your expected salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about your self and about banking sector
  • Q2. What is banking
  • Ans. 

    Banking is a financial service industry that deals with managing money, providing loans, and facilitating transactions.

    • Banking involves accepting deposits from customers and lending money to individuals and businesses.

    • Banks also offer services such as checking and savings accounts, credit cards, and investment products.

    • Banking institutions play a crucial role in the economy by providing liquidity, credit, and financial...

  • Answered by AI
  • Q3. What is financial sector
  • Ans. 

    The financial sector refers to the industry that deals with the management of money and other assets.

    • Includes banks, investment firms, insurance companies, and stock exchanges

    • Involves activities such as lending, borrowing, investing, and risk management

    • Plays a crucial role in the economy by facilitating the flow of funds and capital

    • Regulated by government authorities to ensure stability and protect consumers

  • Answered by AI
  • Q4. What is Banking products
  • Ans. 

    Banking products are financial instruments offered by banks to customers for managing their money and achieving financial goals.

    • Savings accounts

    • Checking accounts

    • Certificates of deposit (CDs)

    • Credit cards

    • Loans (personal, auto, mortgage)

    • Investment products (stocks, bonds, mutual funds)

  • Answered by AI
  • Q5. What is Loans and investments
  • Ans. 

    Loans and investments refer to financial transactions where money is lent or invested for a return.

    • Loans involve lending money to individuals or businesses with the expectation of repayment with interest.

    • Investments involve putting money into assets such as stocks, bonds, real estate, or mutual funds with the expectation of generating a return.

    • Both loans and investments carry risks and rewards, and are essential compon...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Training demonstration
  • Q2. Risk assessments or Risk register maintenance example
  • Ans. 

    I conducted regular risk assessments and maintained a risk register to identify and mitigate potential risks.

    • Regularly reviewed and updated the risk register to ensure all potential risks were identified

    • Analyzed the likelihood and impact of each risk to prioritize mitigation efforts

    • Collaborated with team members to develop action plans for addressing high-priority risks

    • Monitored the implementation of risk mitigation st...

  • Answered by AI
  • Q3. ISO audit experience
  • Ans. 

    I have experience conducting ISO audits in my previous role.

    • Conducted ISO audits to ensure compliance with standards

    • Analyzed processes and documentation for adherence to ISO requirements

    • Provided recommendations for improvement based on audit findings

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

ECDM Technology Interview FAQs

How many rounds are there in ECDM Technology Junior Engineer Production interview?
ECDM Technology interview process usually has 3 rounds. The most common rounds in the ECDM Technology interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in ECDM Technology Junior Engineer Production interview?

Some of the top questions asked at the ECDM Technology Junior Engineer Production interview -

  1. What do mean about Lean manufacturing.? What is UPH nd UPPH how to calculate it...read more
  2. What is line of balanc...read more

Tell us how to improve this page.

ECDM Technology Junior Engineer Production Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 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
 • 3k Interviews
View all

ECDM Technology Junior Engineer Production Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

2.0

Salary

3.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Junior Engineer
28 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Engineer
12 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Quality Engineer
11 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Production Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Assistant Manager
6 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Explore more salaries
Compare ECDM Technology with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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