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 System Software Engineer Interview Questions and Answers

Updated 30 Oct 2024

Ather Energy System Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. It was a 1-0-1 with the head of system engineering where a complete picture of my understanding of a system that I work for in my current organisation was discussed.
Round 2 - Assignment 

The assignment question was impressive, the questions helped me challenge myself to think out of the box and answer all possibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - The org. wasted my time and energy (72hrs) for the assignment and ghosted when I tried to reach the HR via email and call. My suggestion would be to avoid such companies where ethics and morals are not primitive, as I believe only this can take any org to heights.

Interview questions from similar companies

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

I was interviewed in Jun 2022.

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 - Technical 

(2 Questions)

  • Q1. Basics of your Experience.
  • Q2. One Coding will be there in the technical round.

Interview Preparation Tips

Topics to prepare for Sasken System Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - After the interview process you will get the offer letter, and after joining there will be an Fundamental competency Assessment (FCA) to clear. After that you have to clear SME(One more process project regarding). Then you are eligible to assigned to a project.

Sasken Is a Awesome organization to start a career with respect to work culture if you have some good skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

All good to go basic

Round 2 - Coding Test 

Basic to intermediate

I applied via Naukri.com and was interviewed in Nov 2021. 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 

(3 Questions)

  • Q1. Difference between structures and unions
  • Ans. 

    Structures are used to group different data types together while unions are used to store only one value at a time.

    • Structures allocate memory for all its members while unions allocate memory for only one member at a time

    • Structures are used to represent a collection of related data while unions are used to save memory space

    • Structures are accessed using dot operator while unions are accessed using arrow operator

    • Example o...

  • Answered by AI
  • Q2. Reverse a string in following format If the string is Have a good day The resulting string should be day good a Have
  • Ans. 

    Reverse a string in a specific format

    • Split the string into an array of words

    • Reverse the array

    • Join the array into a string with spaces

  • Answered by AI
  • Q3. Explain different storage classes in C.Explain static storage class if used in your project.
  • Ans. 

    Different storage classes in C and explanation of static storage class.

    • Storage classes in C are auto, register, static and extern.

    • Auto storage class is default and variables are stored in stack memory.

    • Register storage class is used for variables that need to be accessed quickly and are stored in CPU registers.

    • Static storage class is used for variables that retain their value even after function execution and are stored...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why Sasken technologies?
  • Ans. 

    Sasken technologies is a leading provider of cutting-edge software solutions.

    • Sasken has a strong reputation for delivering high-quality software solutions.

    • The company has a diverse range of clients across various industries.

    • Sasken offers a great work culture and opportunities for career growth.

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

    • Sasken has a proven track record of success i

  • Answered by AI
  • Q2. Why was there a gap between joining two companies as Sasken was my second company?
  • Ans. 

    I took a break between joining two companies to pursue further education and gain additional skills.

    • I wanted to enhance my knowledge and skills in a specific area, so I decided to pursue a postgraduate degree.

    • During this break, I enrolled in a Master's program in Computer Science to deepen my understanding of system software engineering.

    • I also took the opportunity to work on personal projects and contribute to open-sou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up your C skills for interview.It is better to learn C++ as Sasken is navigating into C++ mode of projects.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic C questions, Data Structure
  • Q2. Functional Pointers program
  • Ans. 

    Functional pointers program

    • Use pointers to pass functions as arguments

    • Function pointers can be used to implement callbacks

    • Function pointers can be used to implement polymorphism

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very very good and easy. They encouraged me and create a happy mood. So feel free to answer.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic C questions, Data structures and Basics of Linux system programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mention the things in your resume for which you are well prepared.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jun 2022.

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 - Technical 

(2 Questions)

  • Q1. Basics of your Experience.
  • Q2. One Coding will be there in the technical round.

Interview Preparation Tips

Topics to prepare for Sasken System Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - After the interview process you will get the offer letter, and after joining there will be an Fundamental competency Assessment (FCA) to clear. After that you have to clear SME(One more process project regarding). Then you are eligible to assigned to a project.

Sasken Is a Awesome organization to start a career with respect to work culture if you have some good skills.

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between structures and unions
  • Ans. 

    Structures are used to group different data types together while unions are used to store only one value at a time.

    • Structures allocate memory for all its members while unions allocate memory for only one member at a time

    • Structures are used to represent a collection of related data while unions are used to save memory space

    • Structures are accessed using dot operator while unions are accessed using arrow operator

    • Example o...

  • Answered by AI
  • Q2. Reverse a string in following format If the string is Have a good day The resulting string should be day good a Have
  • Ans. 

    Reverse a string in a specific format

    • Split the string into an array of words

    • Reverse the array

    • Join the array into a string with spaces

  • Answered by AI
  • Q3. Explain different storage classes in C.Explain static storage class if used in your project.
  • Ans. 

    Different storage classes in C and explanation of static storage class.

    • Storage classes in C are auto, register, static and extern.

    • Auto storage class is default and variables are stored in stack memory.

    • Register storage class is used for variables that need to be accessed quickly and are stored in CPU registers.

    • Static storage class is used for variables that retain their value even after function execution and are stored...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why Sasken technologies?
  • Ans. 

    Sasken technologies is a leading provider of cutting-edge software solutions.

    • Sasken has a strong reputation for delivering high-quality software solutions.

    • The company has a diverse range of clients across various industries.

    • Sasken offers a great work culture and opportunities for career growth.

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

    • Sasken has a proven track record of success i

  • Answered by AI
  • Q2. Why was there a gap between joining two companies as Sasken was my second company?
  • Ans. 

    I took a break between joining two companies to pursue further education and gain additional skills.

    • I wanted to enhance my knowledge and skills in a specific area, so I decided to pursue a postgraduate degree.

    • During this break, I enrolled in a Master's program in Computer Science to deepen my understanding of system software engineering.

    • I also took the opportunity to work on personal projects and contribute to open-sou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up your C skills for interview.It is better to learn C++ as Sasken is navigating into C++ mode of projects.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic C questions, Data Structure
  • Q2. Functional Pointers program
  • Ans. 

    Functional pointers program

    • Use pointers to pass functions as arguments

    • Function pointers can be used to implement callbacks

    • Function pointers can be used to implement polymorphism

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very very good and easy. They encouraged me and create a happy mood. So feel free to answer.

Skills evaluated in this interview

I was interviewed before Sep 2021.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction nd extra curriculum
  • Q2. Positivity, grammar, english, extra curriculum
Round 2 - Technical 

(1 Question)

  • Q1. Sap Technical or cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep positive, more extracurricular, energetic and very active.

Ather Energy Interview FAQs

How many rounds are there in Ather Energy System Software Engineer interview?
Ather Energy interview process usually has 2 rounds. The most common rounds in the Ather Energy interview process are One-on-one Round and Assignment.

Tell us how to improve this page.

Ather Energy System Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TVS Motor Interview Questions
4.0
 • 308 Interviews
Bajaj Auto Interview Questions
3.9
 • 270 Interviews
Sonalika Tractors Interview Questions
3.6
 • 128 Interviews
Force Motors Interview Questions
3.6
 • 116 Interviews
Sasken Interview Questions
3.8
 • 79 Interviews
Yamaha Motor Interview Questions
4.2
 • 65 Interviews
Volvo Interview Questions
4.1
 • 62 Interviews
View all
Associate Manager
122 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Manager
64 salaries
unlock blur

₹11.6 L/yr - ₹28.2 L/yr

Program Manager
63 salaries
unlock blur

₹10.8 L/yr - ₹28 L/yr

Area Sales Manager
62 salaries
unlock blur

₹12 L/yr - ₹29 L/yr

Senior Manager
62 salaries
unlock blur

₹16 L/yr - ₹42 L/yr

Explore more salaries
Compare Ather Energy with

Ola Electric Mobility

3.3
Compare

Ultraviolette Automotive

4.1
Compare

Tork Motors

3.6
Compare

EMFLUX MOTORS

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