Upload Button Icon Add office photos

Filter interviews by

Pure EV Interview Questions, Process, and Tips

Updated 24 Aug 2024

Top Pure EV Interview Questions and Answers

Pure EV Interview Experiences

Popular Designations

8 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (29)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. There were 4 interview rounds.

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation could you explain briefly?
View answer (45)
Pure EV Interview Questions and Answers for Freshers
illustration image

HR Executive Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2022

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

Interview Preparation Tips

Interview preparation tips for other job seekers - There is communication gap0 and be firm in maintaining formal conversation to have proof of word

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer asked so many questions on the Pure Energy
and also by giving tasks and giving the model and asking so many questions on it and the interviewer explained about the company and finally got selected in it

Maintenance Engineer Interview Questions asked at other Companies

Q1. 1)which refrigeration cycle used in chilling plant?
View answer (9)

Pure EV interview questions for popular designations

 Management Trainee

 (1)

 MIS Executive

 (1)

 HR Executive

 (1)

 Maintenance Engineer

 (1)

 Thermal Engineer

 (1)

 Area Sales Manager

 (1)

 Service Engineer

 (1)

Interview Questions & Answers

user image Neeraj Kumar

posted on 20 Dec 2022

I applied via LinkedIn and was interviewed before Dec 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics if meshing, vibration, static and dynamic cases, linear and non-linear cases.

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips work hard without cheat day you will get what you want

MIS Executive Interview Questions asked at other Companies

Q1. HOW TO CREATING PIVOT TABLE IN EXCEL. HOW MANY PIVOT TABLES YOU WAS USING ON YOUR PREVIOUS ORGANISATION.
View answer (4)

Jobs at Pure EV

View all

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. How mach do you have experience??
  • Q2. Last experience, with details?
  • Q3. Do you know about electric Vehicle?
  • Ans. 

    Electric vehicles are vehicles that run on electricity instead of gasoline or diesel.

    • Electric vehicles use electric motors and batteries to power the vehicle.

    • They are more environmentally friendly than traditional gasoline or diesel vehicles.

    • Examples of electric vehicles include the Tesla Model S, Nissan Leaf, and Chevy Bolt.

    • Electric vehicles require charging stations to recharge their batteries.

    • They are becoming more ...

  • Answered by AI
  • Q4. What your last CTC and Expectations CTC?
  • Ans. 

    I prefer not to disclose my previous CTC. As for my expectations, I am looking for a competitive salary based on my skills and experience.

    • I am not comfortable sharing my previous CTC as it is confidential.

    • However, I am looking for a salary that is commensurate with my skills and experience.

    • I am open to negotiation and willing to discuss the salary package.

    • I am looking for a competitive salary that reflects the market s...

  • Answered by AI
  • Q5. When do you join ?
  • Q6. Any Questions?
  • Ans. 

    Yes, I have a few questions regarding the role and responsibilities of a Service Engineer.

    • Can you provide more details about the types of equipment I will be working on?

    • What is the typical work schedule for this position?

    • Are there any opportunities for professional development and advancement within the company?

    • Can you tell me more about the company culture and work environment?

    • What are the biggest challenges that Serv

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite well, Normal formalities related to qualifications. All stuff is coordinating with new stuff.

Service Engineer Interview Questions asked at other Companies

Q1. What are the compulsory policy excess in four wheeler private vehicles?
View answer (12)

I applied via LinkedIn and was interviewed before Jun 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly focused on basics. Whatever the job post is unless you are applying for experience post

Thermal Engineer Interview Questions asked at other Companies

Q1. Difference between explicit and implicit scheme?
View answer (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: The resume was as per the norms of our institute’s placement office. One should mention only relevant points in the resume because if they ask you something from the resume and you are unable to answer then they will reject you bluntly.

Round: Test
Experience: In the written test the questions asked were mainly aptitude based. The company had sent us some sample question papers before the written test. The questions in the test appeared from those sample papers only. Most of the questions were tricky – questions were framed in a very lengthy manner and the answers or the data required to solve the question was hidden in the last few lines. Many students wasted their time analysing such questions completely. Out of the 80 odd students who appeared for the test only 11 qualified for the next round.

Round: Technical Interview
Experience: In the technical interview he asked me whether I knew programming, I replied in the negative. He asked me to suggest an algorithm to a problem. The problem was based on swapping of numbers. At first I gave a very bland reply. The interviewer wasn’t convinced by my reply and gave me another opportunity to explain me the process. This time I managed to answer appropriately. The interviewer then enquired about my internship and my projects.

Round: HR Interview
Experience: The HR interview was taken by some top company official. He asked me to narrate any challenging incident in my life that I had to struggle through to emerge out of it. One important thing to note here is that your CGPA would speak for you – if you have a good CGPA half the battle is won.

College Name: IIT ROORKEE
Motivation: TCS recruits a large number of students from various colleges across the country. Knowing this fact beforehand I was not much interested in joining the company. I appeared for its process as a last resort. The company had organized a pre-placement talk. I attended the talk and before appearing for the first round I went through the brochure that was given out during the pre-placement talk.

You do not require any specific information regarding the company to ace the interviews or any questionnaire.

Interview Questionnaire 

9 Questions

  • Q1. The technical round was followed by HR interview to save time
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a program to perform multiple tasks concurrently.

    • Multithreading allows for better utilization of CPU resources

    • It can improve program performance and responsiveness

    • Examples include running multiple downloads simultaneously or updating a GUI while performing a background task

    • Synchronization is important to prevent race conditions and ensure thread safety

  • Answered by AI
  • Q3. How is multithreading implemented in JAVA
  • Ans. 

    Multithreading in Java allows concurrent execution of multiple threads.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • The start() method is used to start a new thread, which calls the run() method.

    • Synchronization mechanisms like synchronized blocks and locks can be used to control access to ...

  • Answered by AI
  • Q4. Does Java support multiple Inheritance? If not then how an interface inherits two interfaces? Explain?
  • Ans. 

    No, Java does not support multiple inheritance. However, interfaces can inherit multiple interfaces.

    • Java does not allow a class to inherit from multiple classes.

    • This is because multiple inheritance can lead to ambiguity and conflicts.

    • However, a class can implement multiple interfaces in Java.

    • An interface can extend multiple interfaces, allowing for inheritance of multiple interfaces.

    • This is known as interface inheritan

  • Answered by AI
  • Q5. Difference between DO-WHILE & WHILE Loop
  • Ans. 

    DO-WHILE loop executes the code block at least once, while WHILE loop executes only if the condition is true.

    • DO-WHILE loop checks the condition at the end of the loop

    • WHILE loop checks the condition at the beginning of the loop

    • DO-WHILE loop executes the code block at least once

    • WHILE loop may not execute the code block at all if the condition is false

  • Answered by AI
  • Q6. Rate urself on 1-10 scale
  • Ans. 

    I would rate myself as an 8 on a scale of 1-10.

    • I have a strong understanding of software development principles and practices.

    • I have experience working with multiple programming languages and frameworks.

    • I am skilled in problem-solving and debugging.

    • I have successfully delivered complex software projects in the past.

    • I continuously strive to learn and improve my skills.

  • Answered by AI
  • Q7. How wil you dispaly data of two tables? explain?
  • Ans. 

    Display data of two tables by joining them using a common column.

    • Use SQL JOIN statement to combine data from two tables based on a common column.

    • Choose the appropriate type of JOIN based on the relationship between the tables.

    • Specify the columns to be displayed in the SELECT statement.

    • Use aliases to differentiate between columns with the same name in both tables.

    • Apply any necessary filters or sorting to the result set.

  • Answered by AI
  • Q8. Why should i hire you
  • Q9. Why TCS

Interview Preparation Tips

Round: Test
Experience: If you are taking examination of both analytical and verbal part then you will get 10 minutes for verbal part first and then 80 minutes for analytical part. Even if you solve verbal part in less than 10 minutes the remaining time will not be added to your analytical part. Analytical part consists of 30 questions need to be solved within 80 minutes. You can easily navigate the question and exam environment is same as in TCS Open See Same. You will have an on screen calculator. You can also carry a calculator in examination hall. My suggestion is to carry your own calculator because on screen calculator will only waste your time.
Tips: You can refer Quantitative Aptitude by Arun Sharma : This is the book for a CAT aspirants. Believe me if you solve LOD 1 and LOD 2, you can easily crack the analytical round. This is the sole book I used while preparing for TCS. Here you will get each concept explained beautifully. Read all the theory and solve example problems also. Do not rely on Quantitative Aptitude by R. S. AGARWAL
Duration: 90 minutes
Total Questions: 50

Round: Technical Interview
Experience: I do not remember all the questions they asked me, but a few are as above. i hope it helps :)
Tips: In technical round you will be asked simple conceptual questions. Never ever show how smart you are because interviewer is smarter than you. Keep calm and be confident. If you do not know answer of any question, simply say no and do not proceed with half answers or wrong answer because they will trap you in your own answer.  In this round you will be asked question mostly from your CV. If you are a CSE/IT guy then never ever rely only on your CV. It entirely depends on the interviewer mind. If they do not see your resume then you will be asked question from any topic related to CSE/IT branch. So the idea is to prepare well for the subject and topic you have mentioned in your CV and also keep sound knowledge of other CSE/IT subjects.  This is what happened in my P. I. . They reviewed my resume but not even a single technical questions they asked related to the subjects or topics mentioned in my resume. So guys/gals be prepared and have a basic knowledge of important CSE/IT subjects ( Data Structure, DBMS, C/C++, JAVA, Operating Systems,  Software Engineering etc.) .   They do not go in depth of any subject and ask only basic questions.

General Tips: Keep trying ! :)
Skill Tips: NA
Skills: C programming basics, JAVA , DB, C++, OS basics
College Name: TERNA ENGINEERING COLLEGE
Motivation: TCS is the largest software company of India. It is the most admired company of India. Being an employee of TCS is what many dream. And getting into TCS is quite easy also. All that you need is your desire and work towards it.
Funny Moments: Yet to happen

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Pure EV Interview FAQs

How many rounds are there in Pure EV interview?
Pure EV interview process usually has 2-3 rounds. The most common rounds in the Pure EV interview process are Resume Shortlist, Aptitude Test and HR.
How to prepare for Pure EV 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 Pure EV. The most common topics and skills that interviewers at Pure EV expect are MS Office, Automotive, Illustrator, Image Editing and Photoshop.
What are the top questions asked in Pure EV interview?

Some of the top questions asked at the Pure EV interview -

  1. 5. How to modify the natural frequencies and avoid resonan...read more
  2. Do you know about electric Vehic...read more
  3. What your last CTC and Expectations C...read more

Recently Viewed

JOBS

Philips

No Jobs

SALARIES

UnitedHealth

SALARIES

Mastek

SALARIES

Mastek

SALARIES

GE Healthcare

DESIGNATION

SALARIES

Medtronic

SALARIES

Labcorp

DESIGNATION

JOBS

Browse jobs

Discover jobs you love

Tell us how to improve this page.

Pure EV Interview Process

based on 6 interviews

Interview experience

3.3
  
Average
View more

HCLTech

An opportunity to work for Fortune 500 companies

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
TVS Motor Interview Questions
4.0
 • 312 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Ather Energy Interview Questions
4.0
 • 55 Interviews
Okaya Power Interview Questions
3.7
 • 30 Interviews
Hero Electric Interview Questions
4.0
 • 18 Interviews
Tork Motors Interview Questions
3.6
 • 7 Interviews
View all

Pure EV Reviews and Ratings

based on 38 reviews

3.3/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.2

Salary

2.9

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 38 Reviews and Ratings
Explore more jobs
Service Engineer
9 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Electrical Engineer
6 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Area Service Manager
6 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Quality Engineer
5 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Sales Executive
5 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Explore more salaries
Compare Pure EV with

Ather Energy

4.0
Compare

Ola Electric Mobility

3.3
Compare

Ultraviolette Automotive

4.1
Compare

Tork Motors

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