Upload Button Icon Add office photos
Engaged Employer

i

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

Ather Energy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ather Energy new Product Development Engineer Interview Questions and Answers

Updated 22 Jan 2022

Ather Energy new Product Development Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is APQP, whole development cycle , How to deal with issues and resolve.
  • Ans. 

    APQP is a structured approach to product development that involves planning, design, validation, and launch phases.

    • APQP stands for Advanced Product Quality Planning

    • It is a framework used to ensure that products meet customer requirements and are launched successfully

    • The development cycle includes planning, design, validation, and launch phases

    • Issues can be dealt with by identifying the root cause, developing a correcti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good and definitely worth it

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic c program algo.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on C basics and other core subject concepts if you're from ECE/EEE background.

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Aptitude questions and Project related questions
Round 2 - Technical 

(1 Question)

  • Q1. SQL, .NET, Reporting and case questions on real time scenarios
Round 3 - HR 

(1 Question)

  • Q1. Why this company, whereabouts of the company
  • Ans. 

    I chose this company because of its strong reputation in the software industry and its commitment to innovation.

    • The company has a track record of delivering high-quality software solutions.

    • It has a strong focus on innovation and staying ahead of industry trends.

    • The company values its employees and provides opportunities for growth and development.

    • The company has a positive work culture and fosters collaboration among t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your technical little bit as some of team members believe they know everything , but they are reluctant to understand you viewpoint on the same solution

Software Engineer Interview Questions & Answers

Sasken user image Abirbhav Goswami

posted on 12 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked about Rust and it's nuances: How the memory management model works, and then asked to write a program to read and write files to disk, as well as accept command line arguments using Rust's standard library.

Round 2 - Technical 

(3 Questions)

  • Q1. How do you work on code that someone else has written?
  • Ans. 

    I review the code thoroughly, understand its functionality, and make necessary changes while following coding standards.

    • Review the code to understand its functionality

    • Follow coding standards and best practices

    • Make necessary changes while ensuring code quality

    • Communicate with the original author if needed

  • Answered by AI
  • Q2. How do you debug and solve problems that might've gotten missed during Unit Testing after they've been presented by QA?
  • Ans. 

    I use a combination of debugging tools, logs, code reviews, and collaboration with team members to identify and fix issues.

    • Utilize debugging tools such as breakpoints, watchpoints, and step-through debugging to pinpoint the root cause of the issue.

    • Analyze logs and error messages to gather more information about the problem.

    • Review the code changes made since the last successful unit test to identify potential causes of ...

  • Answered by AI
  • Q3. How do you improve the performance/memory footprint of your Rust program, without relying on any external crates, profilers, or architectural changes? Assume that logging and monitoring libraries etc. are ...
  • Ans. 

    To improve performance/memory footprint of Rust program without external tools, focus on optimizing algorithms, data structures, and memory management.

    • Optimize algorithms to reduce time complexity

    • Use efficient data structures like HashMaps or Vecs

    • Minimize memory allocations by reusing objects or using stack allocation

    • Avoid unnecessary copying of data

    • Implement lazy evaluation to defer computations until needed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 3 years time?
  • Q2. Why did you leave your previous organisation after such a short stint?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was extremely smooth and streamlined. The interviewer is going to test your technical knowledge, so you should be confident in your basics. Be prepared to answer questions about core Rust concepts such as lifetimes, memory management, ownership, traits, generics etc. Also be prepared to tackle scenario-based technical aptitude questions, where you need to think like a team lead.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I appeared for an interview before Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Function pointer
  • Q2. Sorting an array
  • Ans. 

    Sorting an array of strings

    • Use a sorting algorithm like quicksort or mergesort

    • Consider the case-insensitive sorting if needed

    • Handle special characters and numbers appropriately

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 2023. 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. All technical questions regarding automotive Bootloader
Round 3 - HR 

(1 Question)

  • Q1. 1.Why sasken 2.what you will do if your company tries to retain you 3. what is your plan for KT and how your company is handling your resignation

Interview Preparation Tips

Interview preparation tips for other job seekers - HR had more questions that technical interview
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

In aptitude test, there was coding mcq,pattern, graph,logical reasoning+2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. They asked about os,network and opps concepts
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good aptitude and coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Middle of the Linked List
  • Ans. 

    Finding the middle element of a linked list

    • Traverse the linked list using two pointers - one moving one node at a time and the other moving two nodes at a time

    • When the faster pointer reaches the end of the list, the slower pointer will be at the middle element

    • If the list has even number of elements, there are two middle elements

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Angular Architecture
  • Q2. RXjs operartors

I applied via Walk-in and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

What are the coding test and type of syllabus

Round 2 - Coding Test 
Round 3 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers are the provide in best career opportunities and best suggestion are hiring process and many information .

Tell us how to improve this page.

Interview Questions from Similar Companies

Sonalika Tractors Interview Questions
3.7
 • 130 Interviews
Force Motors Interview Questions
3.6
 • 122 Interviews
Sasken Interview Questions
3.8
 • 80 Interviews
Incheon Motors Interview Questions
4.7
 • 73 Interviews
Yamaha Motor Interview Questions
4.1
 • 68 Interviews
Volvo Interview Questions
4.1
 • 65 Interviews
CNH Industrial Interview Questions
3.7
 • 63 Interviews
Piaggio Interview Questions
3.5
 • 61 Interviews
View all
Ather Energy new Product Development Engineer Salary
based on 4 salaries
₹3.3 L/yr - ₹10 L/yr
60% more than the average new Product Development Engineer Salary in India
View more details

Ather Energy new Product Development Engineer Reviews and Ratings

based on 2 reviews

4.1/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

3.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Associate Manager
118 salaries
unlock blur

₹8 L/yr - ₹25.3 L/yr

Manager
75 salaries
unlock blur

₹11.6 L/yr - ₹28.2 L/yr

Area Sales Manager
67 salaries
unlock blur

₹11 L/yr - ₹29 L/yr

Program Manager
63 salaries
unlock blur

₹10.8 L/yr - ₹27 L/yr

Senior Manager
63 salaries
unlock blur

₹16 L/yr - ₹42 L/yr

Explore more salaries
Compare Ather Energy 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