Premium Employer

i

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

Onward Technologies Inc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Onward Technologies Inc CAE Engineer Interview Questions and Answers

Updated 8 May 2024

Onward Technologies Inc CAE Engineer Interview Experiences

2 interviews found

CAE Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2023

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

I applied via Referral and was interviewed in Mar 2023. 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 - HR 

(1 Question)

  • Q1. Last job description Bond policy Salary package
Round 3 - Technical 

(2 Questions)

  • Q1. Strength of material topics such as Stress and strain diagram Elasticity Ductility Stiffness Strength Steel vs Aluminum Theories of Failure Factor of safety
  • Q2. Analysis Related Question such as Components you have worked on How to prepare solver desk What are the material property input parameters in software answer to that is Density, Young's modulus and poisso...
Round 4 - Tool test 

(1 Question)

  • Q1. Meshing with the given quality criteria
  • Ans. 

    Meshing with quality criteria involves creating a finite element mesh that meets specific requirements.

    • Understand the quality criteria and how it affects the simulation results

    • Choose appropriate meshing techniques and element types

    • Use mesh refinement to improve accuracy in critical areas

    • Perform mesh sensitivity analysis to ensure mesh independence

    • Validate the mesh with experimental or analytical data

    • Optimize the mesh f

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Onward Technologies Inc CAE Engineer interview:
  • Ansa
  • HyperMesh
  • Optistruct
  • Abacus
Interview preparation tips for other job seekers - Be confident, because they need you more than you need them.

CAE Engineer Interview Questions & Answers

user image Anonymous

posted on 8 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Stress strain graph

CAE Engineer Interview Questions Asked at Other Companies

Q1. 2 different materials with same cross section are taken. Equal te ... read more
asked in Autoliv
Q2. What is meant by density? And how you calculate the weight of any ... read more
Q3. How does stiffness vary and what are the factors affecting it?
asked in Autoliv
Q4. What is the difference between frequency and the vibration
asked in Autoliv
Q5. What do you mean by atmospheric pressure? And how it's very with ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good.

I applied via Naukri.com and was interviewed in Apr 2022. There were 5 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 

(1 Question)

  • Q1. Java 8 vs 7 case studies. Stream vs collections case studies.
  • Ans. 

    Java 8 introduced streams which are more efficient than collections in certain cases.

    • Streams are useful for processing large amounts of data in parallel

    • Collections are better for small amounts of data or when modifying data

    • Java 8's stream API provides a functional programming approach to data processing

    • Java 7's collections API is more traditional and imperative

    • Example: Using streams to filter and map data from a databa...

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

(1 Question)

  • Q1. Add one to a given String of number
  • Ans. 

    Add one to a given String of number

    • Convert the string to integer, add one, and convert back to string

    • Handle edge cases like leading zeros

    • Consider using built-in functions like parseInt() and toString()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hash map implementation. exception handling in lambda exp. microservices architecture.
Round 5 - Client Interview 

(1 Question)

  • Q1. Why u want to join?

Interview Preparation Tips

Topics to prepare for Iris Software Senior Engineer interview:
  • Core Java
  • Spring Framework
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Focus on the tech stack u have worked on.
Focus on concepts and basics.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.

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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of java , spring boot , angular and some coding Average interview . easy to crack if basics are clear
Round 3 - Technical 

(1 Question)

  • Q1. Little more deep on java , angular and some scenario based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Objective technical question was given.

Round 3 - Technical 

(3 Questions)

  • Q1. Java, DB, Spring, UI related questions asked.
  • Q2. CoreJava Multi-threading
  • Q3. Database many to many relattionship related question
Round 4 - Technical 

(1 Question)

  • Q1. Mutli-threading related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and joining details.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java Multithreading
  • Q2. Core java using java 8 features
  • Ans. 

    Core Java features in Java 8 include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to process collections of objects in a functional style.

    • Default methods allow interfaces to have methods with implementat...

  • Answered by AI
  • Q3. Oops concepts in java
  • Ans. 

    Oops concepts in java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

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

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q4. Spring MVC and Batch
  • Q5. Basic SQL queries, joins and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, whatever you know explain well.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Questions on SQL and SSIS
Round 2 - Technical 

(1 Question)

  • Q1. Advanced question on SQL and SSIS
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Round 1 - Coding Test 

Live coding on my technology

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops, solid principles, mvc vs mvvm vs mvp
Round 3 - HR 

(1 Question)

  • Q1. About ur self and recent achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and present what u know..

Onward Technologies Inc Interview FAQs

How many rounds are there in Onward Technologies Inc CAE Engineer interview?
Onward Technologies Inc interview process usually has 2-3 rounds. The most common rounds in the Onward Technologies Inc interview process are Technical, Resume Shortlist and HR.
How to prepare for Onward Technologies Inc CAE Engineer 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 Onward Technologies Inc. The most common topics and skills that interviewers at Onward Technologies Inc expect are Cae, HyperMesh, Ansa, FEA and LS - DYNA.
What are the top questions asked in Onward Technologies Inc CAE Engineer interview?

Some of the top questions asked at the Onward Technologies Inc CAE Engineer interview -

  1. Meshing with the given quality crite...read more
  2. Analysis Related Question such as Components you have worked on How to prepare...read more
  3. Strength of material topics such as Stress and strain diagram Elasticity Ductil...read more

Tell us how to improve this page.

Onward Technologies Inc CAE Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join Onward Technologies Inc Your Trusted Outsourcing Partner for Digital and ER&D Services

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 223 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
Apexon Interview Questions
3.3
 • 140 Interviews
View all
Onward Technologies Inc CAE Engineer Salary
based on 42 salaries
₹3 L/yr - ₹10.5 L/yr
28% more than the average CAE Engineer Salary in India
View more details

Onward Technologies Inc CAE Engineer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.2

Salary

2.8

Job security

3.7

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 6 Reviews and Ratings
Design Engineer
660 salaries
unlock blur

₹2.2 L/yr - ₹9.2 L/yr

Senior Design Engineer
333 salaries
unlock blur

₹4 L/yr - ₹10.3 L/yr

Software Engineer
225 salaries
unlock blur

₹1.9 L/yr - ₹11.5 L/yr

Senior Software Engineer
167 salaries
unlock blur

₹5.3 L/yr - ₹22 L/yr

Project Lead
163 salaries
unlock blur

₹5.5 L/yr - ₹16.3 L/yr

Explore more salaries
Compare Onward Technologies Inc with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

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