Upload Button Icon Add office photos
Engaged Employer

i

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

Flex Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Flex IT Trainee Interview Questions, Process, and Tips

Updated 8 May 2024

Top Flex IT Trainee Interview Questions and Answers

Flex IT Trainee Interview Experiences

2 interviews found

IT Trainee Interview Questions & Answers

user image Anonymous

posted on 8 May 2024

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

I applied via Referral and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Method overloading in java
  • Ans. 

    Method overloading in Java allows multiple methods with the same name but different parameters.

    • Method overloading is achieved by changing the number or type of parameters in the method signature.

    • Return type alone is not sufficient to overload a method.

    • Example: void print(int num) and void print(String str) are overloaded methods.

  • Answered by AI
  • Q2. Method overriding in java
  • Ans. 

    Method overriding in Java allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • In method overriding, the method in the subclass has the same name, return type, and parameters as the method in the superclass.

    • The overridden method must be at least as accessible as the method in the superclass.

    • The @Override annotation can be used to ensure that a method is actually ...

  • Answered by AI
  • Q3. Static keyword in java
  • Ans. 

    The static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static blocks are used to initialize static variables.

    • Static keyword can also be used to create static nested classes.

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

(2 Questions)

  • Q1. In depth questioning about constructors in java
  • Q2. Inheritance in java
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behavior from another class.

    • Inheritance is achieved using the 'extends' keyword in Java.

    • Subclasses can access the methods and fields of their superclass.

    • Java does not support multiple inheritance, but a class can implement multiple interfaces.

  • Answered by AI

Skills evaluated in this interview

IT Trainee Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Introduce your self. Education. Technical skills.

Interview Preparation Tips

Topics to prepare for Flex IT Trainee interview:
  • Networking
  • Linux
  • Baan erp

IT Trainee Interview Questions Asked at Other Companies

asked in IFFCO
Q1. Types of Cloud? Various Service Providers for Cloud?
asked in Alankit
Q2. what are latest technologies in market being used by comapanies ?
asked in FIS
Q3. What is the significance of header file in programming language?
asked in TCS
Q4. Tell us about css and its types write program on it
asked in IFFCO
Q5. Difference between DROP and TRUNCATE

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

I applied via Naukri.com and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you satisfy your job
  • Q2. With hardwork and my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Wor

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics about the education and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - They hire in rnd very easily ...not a big task..

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

Interview Questionnaire 

1 Question

  • Q1. Difficulty is moderate. Asked question as per resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume and prepare as per that
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About your work
Round 2 - Technical 

(1 Question)

  • Q1. Previous experience
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - HR 

(2 Questions)

  • Q1. How many last ctc
  • Ans. 

    The question is asking about the candidate's last drawn salary (CTC).

    • CTC stands for Cost to Company and refers to the total salary package of an employee including all benefits and perks.

    • The candidate should provide the exact amount or range of their last drawn CTC.

    • It is important to be honest and transparent about the last CTC to negotiate effectively for the new role.

  • Answered by AI
  • Q2. Your CTC pakage

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before technical interview
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. What is your Experience
  • Q2. What is your expected CTC
  • Ans. 

    My expected CTC is in line with industry standards for a Sr. Engineer role.

    • Research industry standards for Sr. Engineer roles in the current market

    • Consider my years of experience, skills, and qualifications when determining my expected CTC

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make Star-Delta electrical wiring diagram.
  • Ans. 

    Star-Delta wiring diagram involves connecting a motor in two different configurations for starting and running.

    • Star connection involves connecting all three terminals of the motor windings together to form a star shape.

    • Delta connection involves connecting the terminals in a triangular shape.

    • Switching between star and delta configurations is done using a special motor starter.

    • Star-Delta wiring is commonly used for reduc...

  • Answered by AI
  • Q2. Make star-delta ladder logic.
  • Ans. 

    Star-delta ladder logic is used to control the starting method of a three-phase induction motor.

    • Use two sets of contactors to switch between star and delta connections.

    • Implement a timer to delay the transition from star to delta.

    • Include overload protection for the motor.

    • Ensure proper interlocking to prevent simultaneous connection of star and delta.

    • Test the ladder logic thoroughly before implementation.

  • Answered by AI
Round 3 - Disscussion Round withPlant Head 

(1 Question)

  • Q1. Energy Saving questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your technical skills.

Flex Interview FAQs

How many rounds are there in Flex IT Trainee interview?
Flex interview process usually has 1-2 rounds. The most common rounds in the Flex interview process are Technical and One-on-one Round.
What are the top questions asked in Flex IT Trainee interview?

Some of the top questions asked at the Flex IT Trainee interview -

  1. method overloading in j...read more
  2. method overriding in j...read more
  3. static keyword in j...read more

Tell us how to improve this page.

Flex IT Trainee Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 999 Interviews
Maruti Suzuki Interview Questions
4.2
 • 586 Interviews
Hero MotoCorp Interview Questions
4.1
 • 334 Interviews
TVS Motor Interview Questions
4.0
 • 313 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
Foxconn Interview Questions
3.9
 • 150 Interviews
Force Motors Interview Questions
3.6
 • 117 Interviews
View all
Flex IT Trainee Salary
based on 52 salaries
₹1.8 L/yr - ₹3 L/yr
54% less than the average IT Trainee Salary in India
View more details

Flex IT Trainee Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

3.0

Skill development

4.5

Work-life balance

3.5

Salary

4.5

Job security

4.5

Company culture

3.5

Promotions

4.5

Work satisfaction

Explore 4 Reviews and Ratings
Senior Analyst
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Engineer
739 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specialist
549 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Procurement Specialist
518 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
362 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Flex with

Bharat Forge

3.9
Compare

Mahindra & Mahindra

4.1
Compare

Tata Motors

4.2
Compare

TVS Motor

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