Upload Button Icon Add office photos

Filter interviews by

Miranda Tools Interview Questions and Answers

Updated 18 Jan 2023

Miranda Tools Interview Experiences

2 interviews found

Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2023

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions for cutting tools
Round 3 - One-on-one 

(1 Question)

  • Q1. HR and TOP MANAGEMENT

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is still under some establishment phase . Systems are getting developed . Definately not a good place to work for another 2 years .

HCL Healthcare

Rated 4.5 for Work-Life Balance by our employees on AmbitionBox

Success to our employee's well-being? A work-life balance that's simply unbeatable.

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

All general Profile Related Question

Round 2 - HR 

(1 Question)

  • Q1. Family Background salary discussion
Round 3 - Technical 

(1 Question)

  • Q1. All Experience And Academic Skills related
Round 4 - Group Discussion 

One topic give

Interview Preparation Tips

Topics to prepare for Miranda Tools Production Engineer interview:
  • Engineering manufacturing
Interview preparation tips for other job seekers - Keep prepared and apply reference also

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

Jobs at Miranda Tools

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. What's your aim?
  • Q2. Why you are here?
  • Q3. Tell me about your hobbies?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Simple and confident.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. As per the resume
  • Q2. All about resume
  • Q3. Tell me about previous company
  • Q4. R u confident to work with Kennametal

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to prepare for the worst job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Most interview question based on resume only. And related oil and gas industry.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for TechnipFMC Senior Engineer interview:
  • API 6A
  • Subsea
  • Pressure Handling
Interview preparation tips for other job seekers - Go with confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Geotechnical questions
  • Q2. Piling Design, Shallow Foundation Design, International Codes for subsea structure foundation designs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Design knowledge should be must.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Technical questions on project
  • Q2. How long you worked with your project?
  • Q3. Project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company for Mechanical Engineers and Civil Engineers
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Jun 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Input output list the digital and analog signals from field instruments to control room via the single core and multicore cables via the junction boxes.
  • Q2. What is dca an# plc
  • Ans. 

    DCA and PLC are commonly used acronyms in the field of engineering.

    • DCA stands for Direct Current Amplifier, which is a device used to amplify direct current signals.

    • PLC stands for Programmable Logic Controller, which is a digital computer used for automation of electromechanical processes.

    • DCA and PLC are essential components in various engineering applications such as industrial automation and control systems.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn hard and work hard

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on the experiences and technical information provided in resume
  • Q2. Based on the standards mentioned in resume regarding oil and gas

Interview Preparation Tips

Interview preparation tips for other job seekers - Technipfmc is a one of good company to join , it will be tough for one who is good at work.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. 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 Resume tips
Round 2 - Technical 

(6 Questions)

  • Q1. Normalization in SQL, What is Cursor in SQL
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity. A cursor in SQL is a database object used to retrieve and manipulate data row by row.

    • Normalization in SQL involves breaking down a large table into smaller tables and defining relationships between them to reduce redundancy.

    • Cursors in SQL are used to fetch and process individual rows returned by a query...

  • Answered by AI
  • Q2. .Net Core and API based questions
  • Q3. Abstract and interface difference
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods along with abstract methods

    • Interfaces can only have abstract methods and constants

    • A class can implement multiple interfaces but can only inherit from one abstract class

  • Answered by AI
  • Q4. Const and read only difference in C#
  • Ans. 

    Const keyword is used to declare constants at compile time, while read-only keyword is used to create immutable fields that can only be assigned a value at runtime.

    • Const values are determined at compile time and cannot be changed, while read-only values can only be assigned a value once at runtime.

    • Const fields are implicitly static, while read-only fields are not.

    • Example: const int x = 5; read-only int y = 10;

  • Answered by AI
  • Q5. Azure basic fundamental questions
  • Q6. Sample query to join tables using SQL
  • Ans. 

    Sample query to join tables using SQL

    • Use the JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to be selected from each table

    • Use the ON keyword to specify the join condition

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Miranda Tools Interview FAQs

How many rounds are there in Miranda Tools interview?
Miranda Tools interview process usually has 3-4 rounds. The most common rounds in the Miranda Tools interview process are Technical, Aptitude Test and HR.
How to prepare for Miranda Tools 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 Miranda Tools. The most common topics and skills that interviewers at Miranda Tools expect are Salesforce, Analytical Chemistry, Focus, Training and Agile Coaching.
What are the top questions asked in Miranda Tools interview?

Some of the top questions asked at the Miranda Tools interview -

  1. All Experience And Academic Skills rela...read more
  2. Technical questions for cutting to...read more

Recently Viewed

SALARIES

Shivam Autotech

SALARIES

Mercer

INTERVIEWS

Wendt India

No Interviews

JOBS

Quest Global

No Jobs

SALARIES

UST

LIST OF COMPANIES

Deepak Fasteners

Overview

DESIGNATION

JOBS

Browse jobs

Discover jobs you love

LIST OF COMPANIES

Shivam Autotech

Overview

DESIGNATION

Tell us how to improve this page.

Miranda Tools Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview Questions from Similar Companies

John Deere Interview Questions
4.1
 • 229 Interviews
Caterpillar Inc Interview Questions
4.3
 • 176 Interviews
KONE Interview Questions
4.1
 • 101 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
TechnipFMC Interview Questions
4.0
 • 70 Interviews
Sandvik Asia Interview Questions
4.3
 • 30 Interviews
Kennametal Interview Questions
3.6
 • 24 Interviews
Addison Interview Questions
3.4
 • 5 Interviews
View all

Miranda Tools Reviews and Ratings

based on 72 reviews

3.5/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.3

Salary

2.7

Job security

3.4

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 72 Reviews and Ratings
Business Controller

Pune

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Executive
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Supervisor
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Technologist
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Officer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Machine Operator
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Miranda Tools with

Addison

3.2
Compare

Bharat Fritz Werner

3.7
Compare

Kennametal

3.6
Compare

Sandvik Asia

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