Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Raphe mPhibr Team. If you also belong to the team, you can get access from here

Raphe mPhibr Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Raphe mPhibr Macanical Eng Interview Questions and Answers

Updated 22 Jun 2022

Raphe mPhibr Macanical Eng Interview Experiences

1 interview found

Macanical Eng Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2022

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 to Varniar measurements
  • Ans. 

    To vary measurements, you can adjust the input parameters or change the measuring instrument.

    • Adjust the input parameters such as temperature, pressure, or speed to vary the measurements.

    • Change the measuring instrument to obtain different measurements.

    • Use different calibration settings or measurement techniques to vary the measurements.

    • Modify the experimental setup or test conditions to introduce variations in measureme...

  • Answered by AI
  • Q2. What is your cad system of choice
  • Ans. 

    My CAD system of choice is SolidWorks.

    • I prefer SolidWorks because of its user-friendly interface.

    • It has a wide range of tools and features that make designing easier.

    • SolidWorks also has excellent simulation capabilities.

    • It is widely used in the industry and has a large community for support.

    • Other CAD systems I have experience with include AutoCAD and Inventor.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am good hardworking and Honesutman

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Please go through the basics questions and programs.
  • Q2. C#, SQL, Html, angular, asp.net, asp.net mvc basic questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. 1. What are delegates? 2. Question on Linq C# 3. Most of the questions were on design patterns and SOLID principles 4. OOPS concepts 5. Puzzles were also there.

I appeared for an interview in Jul 2022.

Round 1 - One-on-one 

(1 Question)

  • Q1. Use of volatile const ?
  • Ans. 

    Volatile const is used to indicate that a variable's value may change outside the program's control.

    • Volatile const is used for hardware registers that can change their value without the program's knowledge.

    • It is also used for variables that are accessed by multiple threads.

    • Example: volatile const int* const ptr = (int*)0x1234; // pointer to a hardware register

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - precise answers are expected in micron interviews, sometimes they expect you to write the code logic in the way they only know. it is impossible to others to meet the expectations

Skills evaluated in this interview

Round 1 - Coding Test 

C,C++,SQL,Java,Python

Round 2 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?
  • Q3. Why should we hire you?
  • Q4. Tell me about yourself.
Round 3 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - Due to financial problems,I want to join in a job.Please join me in your job
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is abstraction
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain oop concets
  • Ans. 

    OOP concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detai...

  • Answered by AI
  • Q2. Virtual functions
Round 2 - Technical 

(2 Questions)

  • Q1. Explain vectors and array difference
  • Ans. 

    Vectors are dynamic arrays that can change in size, while arrays have a fixed size.

    • Vectors can grow or shrink in size dynamically, while arrays have a fixed size.

    • Vectors can be resized using functions like push_back() and pop_back(), while arrays cannot.

    • Vectors are part of the C++ Standard Template Library (STL), while arrays are a fundamental data structure.

    • Example: vector vec; int arr[5];

Answered by AI
  • Q2. Virtual destructors
  • Round 3 - One-on-one 

    (2 Questions)

    • Q1. About last project
    • Q2. Puzzle with some analytical skills

    Skills evaluated in this interview

    Interview experience
    4
    Good
    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 tips
    Round 2 - Technical 

    (2 Questions)

    • Q1. What is Micro service ?
    • Ans. 

      Microservices are a software development technique where applications are composed of small, independent services that communicate over well-defined APIs.

      • Microservices are small, independent services that work together to form a complete application

      • Each microservice is responsible for a specific function or feature

      • Microservices communicate with each other over well-defined APIs

      • Microservices can be developed, deployed, ...

    • Answered by AI
    • Q2. What about XUnit Testing and NUnit testing difference
    • Ans. 

      XUnit and NUnit are both unit testing frameworks for .NET, with XUnit being newer and more extensible.

      • XUnit is newer and more extensible compared to NUnit

      • XUnit uses attributes for test methods while NUnit uses attributes for test fixtures

      • XUnit does not support TestFixtureSetUp and TestFixtureTearDown like NUnit

      • XUnit has better support for parallel testing compared to NUnit

    • Answered by AI

    Skills evaluated in this interview

    Raphe mPhibr Interview FAQs

    How many rounds are there in Raphe mPhibr Macanical Eng interview?
    Raphe mPhibr interview process usually has 2 rounds. The most common rounds in the Raphe mPhibr interview process are Technical and Resume Shortlist.
    What are the top questions asked in Raphe mPhibr Macanical Eng interview?

    Some of the top questions asked at the Raphe mPhibr Macanical Eng interview -

    1. What is your cad system of cho...read more
    2. How to Varniar measureme...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Siemens Interview Questions
    4.1
     • 425 Interviews
    Vivo Interview Questions
    4.1
     • 197 Interviews
    RGBSI Interview Questions
    3.4
     • 24 Interviews
    Fldec Systems Interview Questions
    3.7
     • 15 Interviews
    Watertec India Interview Questions
    4.0
     • 14 Interviews
    View all
    Technical Staff
    7 salaries
    unlock blur

    ₹2.5 L/yr - ₹4 L/yr

    HR Executive
    7 salaries
    unlock blur

    ₹6 L/yr - ₹8 L/yr

    Research Software Developer
    6 salaries
    unlock blur

    ₹5.1 L/yr - ₹7.9 L/yr

    Mechanical Engineer
    6 salaries
    unlock blur

    ₹2.5 L/yr - ₹6.8 L/yr

    Embedded Software Engineer
    5 salaries
    unlock blur

    ₹6 L/yr - ₹10 L/yr

    Explore more salaries
    Compare Raphe mPhibr with

    Siemens

    4.1
    Compare

    Vivo

    4.1
    Compare

    Panasonic Life Solutions India

    4.0
    Compare

    V-Guard Industries

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