Upload Button Icon Add office photos

Filter interviews by

E C Blades And Tools Interview Questions and Answers

Updated 30 Apr 2022

E C Blades And Tools Interview Experiences

1 interview found

Interview Questions & Answers

user image Gurpreet Singh

posted on 10 Mar 2022

I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Drawings views, Sections

Interview Preparation Tips

Interview preparation tips for other job seekers - Drawing knowledge is must for every engineer

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about E C Blades And Tools?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed in Oct 2019. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How does IC engines work ?
  • Ans. 

    IC engines work by converting fuel into mechanical energy through combustion within the engine.

    • Fuel is mixed with air and ignited in the combustion chamber

    • The resulting explosion pushes a piston, which turns a crankshaft

    • The crankshaft converts the linear motion of the piston into rotational motion

    • The rotational motion is used to power the vehicle or machinery

    • Examples include gasoline engines, diesel engines, and natura...

  • Answered by AI
  • Q2. How do you think aircraft engine works ?
  • Ans. 

    Aircraft engines work by sucking in air, compressing it, adding fuel, igniting it, and expelling the exhaust gases to create thrust.

    • Air is sucked in through the front of the engine by the fan blades

    • The compressor squeezes the air to increase its pressure

    • Fuel is added and ignited in the combustion chamber

    • The hot exhaust gases are expelled out the back of the engine, creating thrust

    • Different types of engines include turb...

  • Answered by AI
  • Q3. Many behavioural question
  • Q4. Question on Excel

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare in depth about your role, about the industry, be good with your communication

I appeared for an interview in Jun 2016.

Interview Preparation Tips

Round: Resume Shortlist
Tips: 1.Keep you resume simple and use the right keywords
2.Name your resume.
3.Use appropriate headings.
4. Only provide those details which is required for the job.

Round: Technical Interview
Tips: 1. Be specific while giving any answer.
2. Take your time to answer.
3. Be consice.
4.Be strong in the basics.



Skills: Leadership Skills, Problem Solving Abilties, Communication skills
College Name: Maharaja Surajmal Institute of Technology

I appeared for an interview in Dec 2018.

Interview Questionnaire 

3 Questions

  • Q1. Hindi mideeyam me
  • Q2. Compuret ves
  • Q3. Gk

Interview Preparation Tips

Round: Resume Shortlist
Experience: resume

Round: Test
Experience: test in hindi

General Tips: computer bes par and samanya gyan
Skills: Basics Of Computer Science
Duration: 1-4 weeks
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Two practical coding challenges will be followed by a multiple-choice section and then a system design task.

Round 2 - Case Study 

Develop an airline system that facilitates flight ticket booking.

Round 3 - HR 

(2 Questions)

  • Q1. What are the reasons for your interest in this position?
  • Ans. 

    I'm excited about this position due to its alignment with my skills, growth opportunities, and the chance to contribute to impactful projects.

    • Alignment with my expertise in software development, particularly in technologies like Java and cloud computing.

    • Opportunities for professional growth, such as leading projects and mentoring junior developers.

    • The company's commitment to innovation and its focus on developing solut...

  • Answered by AI
  • Q2. Can you describe a situation in which you encountered challenges and explain how you overcame them?
  • Ans. 

    Faced a critical deadline with a complex project; collaborated with the team to streamline processes and deliver on time.

    • Identified bottlenecks in the development process, such as unclear requirements and lack of communication.

    • Organized daily stand-up meetings to enhance team collaboration and ensure everyone was aligned on tasks.

    • Implemented a task management tool to track progress and prioritize work effectively.

    • Condu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For the technical round, be prepared to discuss the latest technologies in use and demonstrate a strong understanding of data structures and reactive frameworks. Being a full stack developer is advantageous. Additionally, you should be familiar with design patterns and design principles, as well as best practices for architectural flow.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2022. 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 

(2 Questions)

  • Q1. Tell me about a time you solved a problem
  • Q2. What is your favorite class youve taken so far?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Don’t try to act a certain way interviewers can tell
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. Common technical questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance Technical Questions based on your skill set taken by architect
Round 4 - Coding Test 

Common coding problems difficulty laver moderate

Round 5 - Behavioral 

(1 Question)

  • Q1. Common managerial question ,scenario base questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice common number and string interview questions.
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your weakness?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is the internal implementation of Hashing and what is collision?
  • Ans. 

    Hashing is a technique used to map data to a fixed-size array, collision occurs when two different inputs produce the same hash value.

    • Hashing involves using a hash function to map data to a fixed-size array.

    • Collision happens when two different inputs produce the same hash value.

    • Common techniques to handle collisions include chaining and open addressing.

  • Answered by AI
  • Q2. Is time complexity of HashMap always O(1) ?
  • Ans. 

    No, time complexity of HashMap is not always O(1).

    • Time complexity of HashMap is O(1) on average, but can degrade to O(n) in worst case scenarios.

    • Worst case scenarios include hash collisions, which can lead to linear probing and degrade performance.

    • Load factor and capacity of the HashMap can also affect time complexity.

    • In scenarios where many keys hash to the same index, the time complexity can degrade.

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Why United Airlines
  • Ans. 

    United Airlines stands out for its commitment to customer service, innovation, and sustainability in the aviation industry.

    • Strong focus on customer experience, evident in their MileagePlus loyalty program that rewards frequent flyers.

    • Innovative use of technology, such as the United app for seamless check-in and flight updates.

    • Commitment to sustainability, with initiatives like reducing carbon emissions and investing in...

  • Answered by AI
  • Q2. How do you identify outliers in a dataset
  • Ans. 

    Outlier identification involves statistical methods to detect data points that deviate significantly from the norm.

    • 1. Visual Inspection: Use scatter plots or box plots to visually identify outliers. For example, a box plot can show points outside the whiskers as outliers.

    • 2. Z-Score Method: Calculate the Z-score for each data point. A Z-score above 3 or below -3 typically indicates an outlier.

    • 3. IQR Method: Calculate th...

  • Answered by AI

E C Blades And Tools Interview FAQs

How many rounds are there in E C Blades And Tools interview?
E C Blades And Tools interview process usually has 1 rounds. The most common rounds in the E C Blades And Tools interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

E C Blades And Tools Reviews and Ratings

based on 35 reviews

3.7/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.2

Salary

3.1

Job security

3.2

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 35 Reviews and Ratings
Production Engineer
23 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Quality Engineer
14 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Assistant Engineer
6 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Assistant Design Engineer
5 salaries
unlock blur

₹4.2 L/yr - ₹5.2 L/yr

Mechanical Engineer
5 salaries
unlock blur

₹3.4 L/yr - ₹9 L/yr

Explore more salaries
Compare E C Blades And Tools with

InterGlobe Aviation

3.5
Compare

Air India Sats Airport Services

3.6
Compare

Qatar Airways

3.8
Compare

Airports Authority of India

4.2
Compare
write
Share an Interview