Upload Button Icon Add office photos

Filter interviews by

INOXCVA Senior Design Engineer Interview Questions and Answers

Updated 6 Sep 2024

INOXCVA Senior Design Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Past Experience Question
  • Q2. Asme Code section 8 and 9
  • Ans. 

    ASME Code Section 8 covers pressure vessels while Section 9 covers welding and brazing qualifications.

    • ASME Code Section 8 provides guidelines for the design, fabrication, inspection, testing, and certification of pressure vessels.

    • ASME Code Section 9 covers the qualification of welding and brazing procedures, welders, and brazers.

    • Both sections are important for ensuring the safety and quality of pressure vessel designs

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2022. There were 4 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 - Aptitude Test 

Basic MCQs from ASME BPVC DIV. 1, Cryogenic properties of LIN, LOX & LAR

Round 3 - One-on-one 

(1 Question)

  • Q1. 1. PWHT & PFHT requirement / Cycle. 2. Difference between Stress relieving & Normalising. 3. U stamp nameplate description 4. UG- 44b significance 5. Rate of Heating/Cooling formula during heat treatment c...
  • Ans. 

    The interview questions cover topics related to heat treatment, material properties, and industry standards in engineering.

    • PWHT (Post Weld Heat Treatment) and PFHT (Preheat and Post Weld Heat Treatment) are required for certain materials to relieve residual stresses and improve mechanical properties.

    • Stress relieving involves heating the material to a specific temperature and holding it for a period of time to reduce in...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. This was my final round of interview and I was asked basic personal questions and regarding my last job description.

Interview Preparation Tips

Interview preparation tips for other job seekers - As a Static Engineer, have your basics covered regarding ASME BPVC section 8 Div. 1, material selection.

Senior Design Engineer Interview Questions Asked at Other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced ... read more
Q2. How many methods are used to forecast population
Q3. 1. What is GD and T? 2. Selection of motor as per weight. 3. Type ... read more
Q4. What is the internal band radius for a rod sheet with a thickness ... read more
Q5. How to decide sheetmetal bracket or casting is required.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Snake and ladder lld
  • Q2. Spring question on annotations
Round 2 - One-on-one 

(2 Questions)

  • Q1. Find k closest elements
  • Ans. 

    Find k closest elements in an array

    • Sort the array based on the absolute difference between each element and the target element

    • Return the first k elements from the sorted array

  • Answered by AI
  • Q2. K Closest elements

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA spring and LLD

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Rest api vs kafla
  • Ans. 

    REST API is a standard way of building web services, while Kafka is a distributed streaming platform for handling real-time data feeds.

    • REST API is used for building web services that follow the REST architectural style

    • Kafka is used for handling real-time data feeds and building real-time data pipelines

    • REST API is synchronous, while Kafka is asynchronous and can handle high throughput and low latency data streams

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C# basics, api, program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in c# basics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About your self

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Spring Boot SQL
Round 2 - Technical 

(1 Question)

  • Q1. Java Spring Boot AWS SQL Jenkins Kafka Git
Round 3 - HR 

(1 Question)

  • Q1. Why Morningstar, and what is your background

Interview Preparation Tips

Interview preparation tips for other job seekers - Add only those points on resume, which you are aware of.

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Spring Boot AWS SQL Jenkins Kafka Git
Round 2 - HR 

(1 Question)

  • Q1. Why Morningstar, and what is your background

Interview Preparation Tips

Interview preparation tips for other job seekers - Add only those points on resume, which you are aware of.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 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 tips
Round 2 - Technical 

(5 Questions)

  • Q1. Pagination in SQL
  • Ans. 

    Pagination in SQL allows for displaying a subset of query results at a time.

    • Use LIMIT and OFFSET clauses in SQL queries to implement pagination.

    • LIMIT specifies the maximum number of rows to return.

    • OFFSET specifies the number of rows to skip before starting to return rows.

  • Answered by AI
  • Q2. OOPS concepts.. SOILD design principles
  • Q3. Thread vs task in multiprocessing.. explain with examples
  • Ans. 

    Threads and tasks are both used in multiprocessing, but have different characteristics and use cases.

    • Threads are lightweight processes within a single process, sharing memory space. They are managed by the operating system.

    • Tasks are units of work that can be executed asynchronously. They are typically managed by a task scheduler.

    • Threads are suitable for parallel processing and improving performance, while tasks are use...

  • Answered by AI
  • Q4. ViewBag vs Tempdata in MVC
  • Ans. 

    ViewBag is used to pass data from controller to view, while TempData is used to pass data between controller actions.

    • ViewBag is a dynamic property that allows you to pass data from controller to view

    • TempData is a dictionary object that allows you to pass data between controller actions

    • ViewBag is not type-safe and requires typecasting, while TempData is type-safe

    • ViewBag data is lost if redirection occurs, while TempData

  • Answered by AI
  • Q5. Abstract vs Interface
  • 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.

    • 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

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of OOPS concepts, SQL joins

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Arraylist find duplicate
  • Ans. 

    Find duplicates in an ArrayList of strings.

    • Iterate through the ArrayList and use a HashSet to keep track of seen elements.

    • If an element is already in the HashSet, it is a duplicate.

    • Store the duplicates in a separate ArrayList or print them directly.

  • Answered by AI

Skills evaluated in this interview

INOXCVA Interview FAQs

How many rounds are there in INOXCVA Senior Design Engineer interview?
INOXCVA interview process usually has 2-3 rounds. The most common rounds in the INOXCVA interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
What are the top questions asked in INOXCVA Senior Design Engineer interview?

Some of the top questions asked at the INOXCVA Senior Design Engineer interview -

  1. 1. PWHT & PFHT requirement / Cycle. 2. Difference between Stress relieving & No...read more
  2. Asme Code section 8 an...read more

Tell us how to improve this page.

INOXCVA Senior Design Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 244 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
TresVista Interview Questions
2.8
 • 115 Interviews
Pine Labs Interview Questions
3.4
 • 113 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
View all
INOXCVA Senior Design Engineer Salary
based on 7 salaries
₹4.8 L/yr - ₹7 L/yr
32% less than the average Senior Design Engineer Salary in India
View more details

INOXCVA Senior Design Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

3.0

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
23 salaries
unlock blur

₹6.6 L/yr - ₹10.8 L/yr

Senior Engineer
22 salaries
unlock blur

₹4.2 L/yr - ₹8.4 L/yr

Production Engineer
19 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Deputy Manager
14 salaries
unlock blur

₹7.8 L/yr - ₹12 L/yr

Executive Design Engineer
12 salaries
unlock blur

₹4.9 L/yr - ₹7.2 L/yr

Explore more salaries
Compare INOXCVA with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Aadhar Housing Finance

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