Upload Button Icon Add office photos

Filter interviews by

Senior Flexonics Interview Questions and Answers

Updated 20 Jul 2024

Senior Flexonics Interview Experiences

Popular Designations

5 interviews found

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

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

Round 1 - HR 

(3 Questions)

  • Q1. How many years of experience do you have?
  • Q2. Are you ready for this job?
  • Q3. What was the salary at the previous place and how much would you like to get here?

Diploma Trainee Engineer Interview Questions asked at other Companies

Q1. Wich of the following laws states that: in any electrical network the algebraic sum of the current meeting at a poin is zero ?
View answer (9)
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 

(1 Question)

  • Q1. Tell me about yourseft
Round 3 - One-on-one 

(1 Question)

  • Q1. Presented with an offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Student Intern Interview Questions asked at other Companies

Q1. Have you finished the database and data structures courses in you study program?
View answer (1)
Senior Flexonics Interview Questions and Answers for Freshers
illustration image

OET Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2022

I applied via Walk-in and was interviewed in Jan 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Asked about my background, education qualification, family, my location
Round 3 - Technical 

(1 Question)

  • Q1. Asked about technical subjects like parts of the automobile parts, various operations on different machines
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked about history of india, 1857 revolt, causes of 1857 revolt and main people in it

Interview Preparation Tips

Topics to prepare for Senior Flexonics OET interview:
  • Automobile
  • History of India
  • General knowledge
Interview preparation tips for other job seekers - The company is good for freshers and for experience persons. Company offers various incentive to their employees like pf, bonus, meals, overtime facilty

OET Interview Questions asked at other Companies

Q1. What is DI? Please explain the DI.
View answer (1)

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was questioned about the PPM ,OEE and KPI. After that! about Poka yoka, DWM and process implement activity.

Interview Preparation Tips

Interview preparation tips for other job seekers - There should be a confidence in you. There should be a smile on the face! Then interview is cracked easily.You shouldn't hide anything that you know is all clear.

Production Engineer Interview Questions asked at other Companies

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

Senior Flexonics interview questions for popular designations

 ETP Operator

 (1)

 Diploma Trainee Engineer

 (1)

 Production Engineer

 (1)

 Student Intern

 (1)

 OET

 (1)

ETP Operator Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2021

I applied via Company Website and was interviewed in Mar 2021. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. ETP operated ka kitne years ka experience h
  • Q2. Salary kitna h wha pr

Interview Preparation Tips

Interview preparation tips for other job seekers - ETP &RO Plant & DM WATER OPERATOR at senior Flexonics pvt Ltd imt manesar

ETP Operator Interview Questions asked at other Companies

Q1. Which chemical we used mostly in etp plant.
View answer (12)

Interview questions from similar companies

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

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

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

Round 1 - Aptitude Test 

There were 4 sections and first one was quant, second one was logical, third was English and finally 3 coding questions in last section

Round 2 - Coding Test 

4 codes and 5 technical questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Explain multi threading
  • Ans. 

    Multi threading is the ability of a CPU to execute multiple threads concurrently.

    • Allows for parallel execution of tasks, improving performance

    • Each thread has its own stack and runs independently

    • Threads can communicate and synchronize using shared memory

    • Examples: running multiple tasks simultaneously in a web server, processing data in parallel

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. Diff b/w inner and outer joins
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join: returns rows with matching values in both tables

    • Outer join: returns all rows from both tables, with NULL values where there is no match

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Outer join - SELECT * FROM table1 LEFT OUTER JOIN table

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hitachi Intern interview:
  • Java
  • Web Technologies
  • Threads
  • OOPS
Interview preparation tips for other job seekers - Easy interview and all questions will be asked from your resume. Difficulty would be mainly depend on interviewer. Apart from technical few behavioral questions were asked.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude test, quant, grammer, logical

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

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

Round 1 - Group Discussion 

Online sales vs offline sales

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What have you done is your internship?
  • Ans. 

    During my internship, I worked on developing sales strategies, conducting market research, and assisting with client presentations.

    • Developed sales strategies to target new clients

    • Conducted market research to identify potential leads

    • Assisted in creating and delivering client presentations

    • Collaborated with the sales team to analyze sales data and trends

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

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic and advanced concepts
Contribute & help others!
anonymous
You can choose to be anonymous

Senior Flexonics Interview FAQs

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

Some of the top questions asked at the Senior Flexonics interview -

  1. Asked about technical subjects like parts of the automobile parts, various oper...read more
  2. Asked about history of india, 1857 revolt, causes of 1857 revolt and main peopl...read more
  3. I was questioned about the PPM ,OEE and KPI. After that! about Poka yoka, DWM a...read more

Recently Viewed

INTERVIEWS

BCG

No Interviews

INTERVIEWS

PwC

No Interviews

INTERVIEWS

Cipla

No Interviews

JOBS

Affixious

No Jobs

JOBS

Affixious

No Jobs

SALARIES

Wipro

SALARIES

Reltio

JOBS

Affixious

No Jobs

SALARIES

BCG

SALARIES

PwC

Tell us how to improve this page.

Senior Flexonics Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Thermax Limited Interview Questions
4.1
 • 250 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
John Deere Interview Questions
4.1
 • 228 Interviews
Caterpillar Inc Interview Questions
4.3
 • 176 Interviews
KONE Interview Questions
4.1
 • 101 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
Atlas Copco Interview Questions
4.2
 • 78 Interviews
View all

Senior Flexonics Reviews and Ratings

based on 65 reviews

4.1/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.7

Salary

4.0

Job security

4.0

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 65 Reviews and Ratings
Senior Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

OET
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Senior Flexonics with

John Deere

4.1
Compare

Thermax Limited

4.1
Compare

Cummins

4.3
Compare

ABB

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