Upload Button Icon Add office photos

Ola Electric Mobility

Compare button icon Compare button icon Compare

Filter interviews by

Ola Electric Mobility Graduate Engineer Trainee (Get) Interview Questions and Answers for Freshers

Updated 31 Jan 2024

Ola Electric Mobility Graduate Engineer Trainee (Get) Interview Experiences for Freshers

2 interviews found

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

I applied via Recruitment Consulltant

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Basic aptitude & reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Electrical Engineering technical test
Round 4 - Technical 

(1 Question)

  • Q1. Technical interview for 10-12 Mins
Round 5 - HR 

(1 Question)

  • Q1. HR round was about 20 min

Interview Preparation Tips

Interview preparation tips for other job seekers - You shou have very basic engineering knowledge and mostly you should focus on electronics part .
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 

Deep knowledge of electrical engineering.

Round 3 - Technical 

(1 Question)

  • Q1. Basics of EV knowledge imp, also the way of your answer presentation of technical skills is important to crack technical round.
Round 4 - HR 

(1 Question)

  • Q1. You should be confidential to clear the HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be , prepare for the interview, ans question by technical way . Listing the proper questions by interviewer than Ans.

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies for Fresher

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. What will be the cost of painting the wall behind me?
Q3. What happen when there is large air void in concrete?
Q4. What are the different types of concrete?
Q5. Puzzle 2 - 10 bags each have 10 coins each coin weighs 1 gm but i ... read more

Interview questions from similar companies

I appeared for an interview in Jan 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about yourself?
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and contribute to a dynamic team.

    • Recent graduate with a degree in engineering

    • Passionate about learning and contributing to a team

    • Eager to apply theoretical knowledge in practical scenarios

  • Answered by AI
  • Q2. What is your GPA?
  • Ans. 

    My GPA is 3.8 out of 4.0, reflecting my strong academic performance.

    • My GPA is 3.8 out of 4.0

    • It demonstrates my consistent academic excellence

    • I have excelled in courses such as Engineering Mathematics and Thermodynamics

  • Answered by AI
  • Q3. What is your final year project?
  • Ans. 

    My final year project was designing and implementing a smart irrigation system using IoT technology.

    • Developed a system to monitor soil moisture levels and weather conditions in real-time

    • Implemented automated watering schedules based on data collected

    • Utilized IoT devices such as sensors and actuators for efficient water usage

    • Designed a user-friendly interface for remote monitoring and control

    • Conducted field tests to val

  • Answered by AI
  • Q4. Questions on my final year project

Interview Preparation Tips

Round: Group Discussion
Experience: Alot of people wanted to speak first and prove their points.My point was viewed by most of the gd members.
Tips: Don't fight over a point. It's a discussion not a debate.
Duration: 15 minutes

Round: Technical + HR Interview
Experience: I entered the room , greeted everyone. First question was tell us about yourself followed by my GPA score. Then they asked me about my final year project and how will it change the industry and technicalities regarding my final year project.
Tips: Be calm and confident

College Name: VIT Vellore

I applied via Company Website and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Diploma in mechanical engineering
  • Q2. BE mechanical engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - check my talent and my knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Basic question on aptitude

Round 2 - Group Discussion 

Topic on emotional intelligence in workplace

Round 3 - Technical 

(1 Question)

  • Q1. Based on basic concepts of material science

Interview Preparation Tips

Interview preparation tips for other job seekers - i went till the last round but unfortounately i cant able to make it , i would say brush up with the basic concept and prepare your resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Basic reasoning , Math and logical reasoning and English question....

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for aptitude and technical round by doing the previous question for the same job of Yamaha

I applied via Campus Placement and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

There were 2 sections, first section consist of aptitude (quantitative, verbal, reasoning) and another section consist of core questions based on dbms, oops, os and programming output questions. the level of the round is moderate.

Round 2 - HR 

(4 Questions)

  • Q1. Starts with the introduction then family background
  • Q2. Some question related to resume regarding challenges faced in projects and internships
  • Q3. Why should we hire you
  • Ans. 

    I am a highly motivated and skilled engineer with a strong educational background and relevant experience.

    • I have a Bachelor's degree in Engineering with a focus on [specific field].

    • I have completed internships at [company name] where I gained hands-on experience in [relevant skills].

    • I am a quick learner and have a strong ability to adapt to new technologies and methodologies.

    • I have excellent problem-solving skills and ...

  • Answered by AI
  • Q4. Hobbies, willing to re-allocate
  • Ans. 

    Yes

    • My hobbies include playing the guitar and hiking.

    • I am willing to re-locate for the right opportunity.

    • I enjoy playing sports such as basketball and soccer in my free time.

  • Answered by AI
Round 3 - Technical 

(11 Questions)

  • Q1. Sql queries - group by, types of joins, they give you a table and ask to write any sql query
  • Q2. Write query to find second highest salary in a table
  • Ans. 

    Query to find second highest salary in a table

    • Use ORDER BY and LIMIT to select the second highest salary

    • Assume the table name is 'employees' and salary column name is 'salary'

    • SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

  • Answered by AI
  • Q3. Questions related to projects and internship
  • Q4. Write a program to traverse a linked list using recursion
  • Ans. 

    Program to traverse a linked list using recursion

    • Create a function that takes the head of the linked list as input

    • Base case: if the current node is null, return

    • Recursive case: print the data of the current node and call the function with the next node

    • Call the function with the head of the linked list as input

  • Answered by AI
  • Q5. Oops concept like abstraction, encapsulation, constructor, polymorphism, overloading and overriding
  • Q6. Pattern related question
  • Q7. What is SDLC? Waterfall model ? difference between waterfall and algae model.
  • Ans. 

    SDLC is a process followed for software development. Waterfall model is a linear sequential approach to SDLC.

    • SDLC stands for Software Development Life Cycle

    • It is a process followed for software development from conception to deployment

    • Waterfall model is a linear sequential approach to SDLC

    • It consists of distinct phases such as planning, design, development, testing, and deployment

    • Each phase must be completed before mov...

  • Answered by AI
  • Q8. What is difference between authentication and authorisation. how to implement it. how to apply form validation
  • Ans. 

    Authentication is verifying identity, authorization is granting access. Form validation ensures data is entered correctly.

    • Authentication confirms the identity of a user, while authorization determines what actions they can perform.

    • Authentication can be implemented through methods like passwords, biometrics, or two-factor authentication.

    • Authorization can be implemented through role-based access control or attribute-base...

  • Answered by AI
  • Q9. What do you know about OS
  • Ans. 

    OS stands for Operating System, it is a software that manages computer hardware and software resources.

    • OS acts as an interface between the user and the computer hardware.

    • It manages memory, processes, and input/output devices.

    • Examples of OS include Windows, macOS, and Linux.

    • OS can be classified into single-user and multi-user systems.

    • OS can also be classified into real-time and non-real-time systems.

  • Answered by AI
  • Q10. What is indexing? types of indexing
  • Ans. 

    Indexing is a way of organizing data for faster retrieval. There are different types of indexing.

    • Indexing is the process of creating an index for a database table or a column in a table.

    • It helps in faster retrieval of data by creating a pointer to the location of the data.

    • Types of indexing include primary, secondary, clustered, non-clustered, bitmap, and full-text indexing.

    • Primary indexing is based on the primary key o...

  • Answered by AI
  • Q11. How to reverse a linked list, how to reverse a string
  • Ans. 

    To reverse a linked list, traverse the list and change the direction of pointers. To reverse a string, use built-in functions or loop through the string and swap characters.

    • For reversing a linked list, use three pointers - prev, current, and next. Traverse the list and change the direction of pointers.

    • For reversing a string, use built-in functions like reverse() or loop through the string and swap characters using two ...

  • Answered by AI
Round 4 - CTO 

(6 Questions)

  • Q1. Introduction then family background
  • Q2. Questions regarding projects and internship
  • Q3. What was my jee score
  • Q4. What i did in my internship, what i learned from it
  • Ans. 

    During my internship, I worked on various engineering projects and gained valuable hands-on experience.

    • I assisted in designing and testing new products.

    • I collaborated with a team to troubleshoot and resolve technical issues.

    • I conducted research and analysis to improve manufacturing processes.

    • I learned how to use industry-specific software and tools.

    • I developed strong problem-solving and communication skills.

  • Answered by AI
  • Q5. What i know about yamaha? why i choose yamaha
  • Ans. 

    Yamaha is a renowned multinational corporation known for manufacturing motorcycles, marine products, and other motorized products.

    • Yamaha is known for its high-quality motorcycles and has a strong presence in the global market.

    • The company has a rich history and has been producing motorcycles for over 65 years.

    • Yamaha is also involved in the production of marine products such as boats and outboard motors.

    • The company is kn...

  • Answered by AI
  • Q6. Am i placed in any other company?

Interview Preparation Tips

Topics to prepare for Yamaha Motor Graduate Engineer Trainee (Get) interview:
  • OOPS
  • Data Structures
  • DBMS
Interview preparation tips for other job seekers - In all the rounds there will be questions based on resume, so don't write anything that you don't know. answer the questions confidently .

Skills evaluated in this interview

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Related to syllabus and Resume
  • Q2. Detailing questions from major and minor project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Assignment 

Basic subjects questions from your stream.

Round 2 - Technical 

(1 Question)

  • Q1. Basic subjects questions and project questions.

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Introduction.about Designing software skill. Difference B/w Petrol v/s Diesel Engine,Draw Top view,Front view and any other view of any physical object present in Room?
  • Ans. 

    Question asks about designing software skill, difference between petrol and diesel engine, and drawing physical object in room.

    • Designing software skill involves knowledge of programming languages and software development tools.

    • Petrol engines use spark ignition while diesel engines use compression ignition.

    • Top view of an object shows its plan view from the top.

    • Front view of an object shows its view from the front.

    • Drawin...

  • Answered by AI
  • Q2. Least Count of VC, Reading a vc?
  • Ans. 

    The least count of a VC (Vernier Caliper) is the smallest measurement that can be read on the scale.

    • The least count of a VC is determined by the number of divisions on the Vernier scale and the main scale.

    • The formula to calculate least count is: Least Count = (1 Main Scale Division) - (1 Vernier Scale Division)

    • For example, if the main scale has 10 divisions and the Vernier scale has 9 divisions, the least count would b...

  • Answered by AI
  • Q3. About Your Favourite subject
Round 2 - Technical 

(1 Question)

  • Q1. GD&T symbols , Machining Simbols,First angle 3rd angle projection

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation of Mechanical Engineering Drawing is must for interview

Ola Electric Mobility Interview FAQs

How many rounds are there in Ola Electric Mobility Graduate Engineer Trainee (Get) interview for freshers?
Ola Electric Mobility interview process for freshers usually has 4-5 rounds. The most common rounds in the Ola Electric Mobility interview process for freshers are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Ola Electric Mobility Graduate Engineer Trainee (Get) interview for freshers?

Some of the top questions asked at the Ola Electric Mobility Graduate Engineer Trainee (Get) interview for freshers -

  1. What is clamp meter and what is the use of...read more
  2. How many Types of motors and explain two of t...read more
  3. Types of motors, Resistance, Current voltage different, Star delta connection, ...read more

Tell us how to improve this page.

Ola Electric Mobility Graduate Engineer Trainee (Get) Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Ola Electric Mobility Graduate Engineer Trainee (Get) Salary
based on 72 salaries
₹2.6 L/yr - ₹4.5 L/yr
At par with the average Graduate Engineer Trainee (Get) Salary in India
View more details

Ola Electric Mobility Graduate Engineer Trainee (Get) Reviews and Ratings

based on 15 reviews

2.8/5

Rating in categories

2.4

Skill development

2.4

Work-life balance

3.2

Salary

1.9

Job security

2.4

Company culture

2.2

Promotions

2.1

Work satisfaction

Explore 15 Reviews and Ratings
Assistant Manager
541 salaries
unlock blur

₹6 L/yr - ₹20.5 L/yr

Manager
296 salaries
unlock blur

₹7.7 L/yr - ₹31.5 L/yr

Senior Associate
205 salaries
unlock blur

₹2.1 L/yr - ₹11 L/yr

Store Manager
204 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Senior Manager
183 salaries
unlock blur

₹17 L/yr - ₹44 L/yr

Explore more salaries
Compare Ola Electric Mobility with

Escorts Kubota Limited

4.1
Compare

Sonalika Tractors

3.7
Compare

Force Motors

3.6
Compare

Yamaha Motor

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