Upload Button Icon Add office photos

Filter interviews by

Clear (1)

IND-SPHINX PRECISION Diploma Engineer Interview Questions and Answers

Updated 14 Mar 2024

IND-SPHINX PRECISION Diploma Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About grinding process

I applied via Referral and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Reason for leaving previous employer
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for a more challenging role

    • Seeking a better work-life balance

    • Relocation to a different city

    • Company downsizing or restructuring

    • Conflict with management or colleagues

  • Answered by AI
  • Q2. Salary expected
  • Ans. 

    I am looking for a competitive salary based on my qualifications and experience.

    • Research industry standards for entry-level engineers

    • Consider cost of living in the area

    • Factor in any additional benefits offered by the company

    • Be prepared to negotiate based on your skills and value

  • Answered by AI
  • Q3. Introduction
  • Q4. Type of measuring instruments,their least count etc
  • Ans. 

    Measuring instruments are tools used to measure physical quantities. Their least count is the smallest measurement that can be made.

    • Common measuring instruments include rulers, calipers, micrometers, and thermometers.

    • Least count is determined by the smallest division on the instrument's scale.

    • For example, a ruler with a smallest division of 1 mm has a least count of 1 mm.

    • A micrometer with a smallest division of 0.01 mm...

  • Answered by AI
  • Q5. Work done in previous company
  • Ans. 

    I worked as a Junior Engineer in a manufacturing company, where I was responsible for assisting in the design and implementation of new production processes.

    • Assisted in designing new production processes

    • Implemented improvements to existing processes

    • Collaborated with team members to troubleshoot issues

    • Participated in quality control inspections

  • Answered by AI
  • Q6. Challenges in previous company
  • Ans. 

    In my previous company, the main challenges I faced were related to tight deadlines and limited resources.

    • Tight deadlines often required working long hours and prioritizing tasks effectively.

    • Limited resources meant finding creative solutions and optimizing processes to achieve goals.

    • Communication and coordination among team members were crucial to overcome challenges.

    • Examples: Completing a project ahead of schedule by ...

  • Answered by AI

Interview Preparation Tips

General Tips: Be confident, real and a person with strong attitude.

Skills: Communication, Body Language, Analytical Skills
Duration: 1-4 weeks

Diploma Engineer Interview Questions Asked at Other Companies

Q1. What working principle of MPI and Auto UT and Manual UT m/c and f ... read more
Q2. Type of measuring instruments,their least count etc
Q3. How many microns in 1 mm? Least value of verniar?
Q4. What is Foundation Field Bus communication
Q5. Types of Communication Protocols??

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

I applied via Job Fair and was interviewed before May 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. What is your job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strive hard to achieve what you desire

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Design facebook
  • Ans. 

    Designing Facebook is a complex task involving various components and technologies.

    • Identify the core features of Facebook such as user profiles, news feed, messaging, and groups.

    • Choose appropriate technologies for each component such as PHP for backend, React for frontend, and MySQL for database.

    • Ensure scalability and performance by implementing caching, load balancing, and database sharding.

    • Implement security measures...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Database, logical reasoning

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 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 - Coding Test 

Online Coding Round Easy and Medium questions

Round 3 - Technical 

(1 Question)

  • Q1. Easy Hashset and OOps concepts.

Senior Engineer Interview Questions & Answers

Titan Company user image Sashwat bhardwaj Singh

posted on 17 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitiude test and mcq related to code output

Round 2 - Coding Test 

Normal hackerrank 2 qustions

Round 3 - Group Discussion 

Project discussion and more technical question

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What was your last project
  • Ans. 

    Designed and implemented a new cloud-based data storage system for a large e-commerce company.

    • Led a team of engineers to analyze requirements and design the system architecture

    • Utilized AWS services such as S3 and RDS for scalable and reliable storage

    • Implemented data encryption and access control measures to ensure data security

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

15 Questions on maths quant and di.

Round 2 - Technical 

(2 Questions)

  • Q1. Automobile questions
  • Q2. Supply chain managemengt
Contribute & help others!
anonymous
You can choose to be anonymous

IND-SPHINX PRECISION Interview FAQs

How many rounds are there in IND-SPHINX PRECISION Diploma Engineer interview?
IND-SPHINX PRECISION interview process usually has 1 rounds. The most common rounds in the IND-SPHINX PRECISION interview process are Technical.
What are the top questions asked in IND-SPHINX PRECISION Diploma Engineer interview?

Some of the top questions asked at the IND-SPHINX PRECISION Diploma Engineer interview -

  1. Type of measuring instruments,their least count ...read more
  2. About grinding proc...read more

Recently Viewed

REVIEWS

Johnson Controls Hitachi Air Conditioning

No Reviews

SALARIES

Johnson Controls Hitachi Air Conditioning

No Salaries

SALARIES

Johnson Controls Hitachi Air Conditioning

SALARIES

Johnson Controls Hitachi Air Conditioning

No Salaries

REVIEWS

Johnson Controls Hitachi Air Conditioning

No Reviews

SALARIES

Johnson Controls Hitachi Air Conditioning

INTERVIEWS

Quality Austria Central Asia

No Interviews

INTERVIEWS

Quality Austria Central Asia

No Interviews

SALARIES

Johnson Controls Hitachi Air Conditioning

SALARIES

Johnson Controls Hitachi Air Conditioning

Tell us how to improve this page.

IND-SPHINX PRECISION Diploma Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Maruti Suzuki Interview Questions
4.2
 • 586 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Titan Company Interview Questions
4.3
 • 149 Interviews
Bharat Forge Interview Questions
3.9
 • 55 Interviews
View all
IND-SPHINX PRECISION Diploma Engineer Salary
based on 31 salaries
₹1.9 L/yr - ₹3.5 L/yr
At par with the average Diploma Engineer Salary in India
View more details

IND-SPHINX PRECISION Diploma Engineer Reviews and Ratings

based on 10 reviews

3.6/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

4.2

Salary

4.1

Job security

3.1

Company culture

3.6

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Diploma Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Diploma Mechanical Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IND-SPHINX PRECISION with

Bharat Forge

3.9
Compare

TCS

3.7
Compare

Reliance Industries

4.0
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent