Upload Button Icon Add office photos

Ashok Leyland

Compare button icon Compare button icon Compare

Filter interviews by

Ashok Leyland Junior Software Developer Interview Questions and Answers

Updated 26 Apr 2025

Ashok Leyland Junior Software Developer Interview Experiences

1 interview found

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Explain about your project?
  • Q2. Resume based questions...
  • Q3. OOPs concept questions
  • Q4. Purpose of new keyword in java?
  • Ans. 

    The 'new' keyword in Java is used to create new objects and allocate memory for them in the heap.

    • Object Creation: The 'new' keyword instantiates a class, creating an object. Example: MyClass obj = new MyClass();

    • Memory Allocation: It allocates memory for the new object on the heap, which is essential for dynamic memory management.

    • Constructor Invocation: Using 'new' calls the constructor of the class, allowing for initia...

  • Answered by AI
  • Q5. Write the Sql queries? (Basic)
  • Ans. 

    SQL queries are used to interact with databases, allowing for data retrieval, manipulation, and management.

    • SELECT Statement: Used to retrieve data from a database. Example: SELECT * FROM users;

    • INSERT Statement: Used to add new records to a table. Example: INSERT INTO users (name, age) VALUES ('Alice', 30);

    • UPDATE Statement: Used to modify existing records. Example: UPDATE users SET age = 31 WHERE name = 'Alice';

    • DELETE S...

  • Answered by AI
  • Q6. List some inbuilt classes in Python?
  • Ans. 

    Python has several built-in classes that provide essential functionalities for data manipulation and object-oriented programming.

    • int: Represents integer values. Example: x = 5

    • str: Represents string values. Example: name = 'Alice'

    • list: Represents a mutable sequence of items. Example: fruits = ['apple', 'banana', 'cherry']

    • dict: Represents a collection of key-value pairs. Example: person = {'name': 'Bob', 'age': 30}

    • set: R...

  • Answered by AI
  • Q7. Frontend questions
  • Q8. What are the datat types in java?
  • Ans. 

    Java has two main categories of data types: primitive types and reference types, each serving different purposes in programming.

    • Primitive Data Types: These include int, char, double, boolean, etc., representing simple values. Example: int age = 25;

    • Reference Data Types: These include objects and arrays, which reference memory locations. Example: String name = 'John';

    • Wrapper Classes: Each primitive type has a correspondi...

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple

Junior Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
Q2. Which of the following is not a storage class in C? a) auto b) ex ... read more
asked in Pisolv Tech
Q3. Did You Know what is golang and where did You uses that? Why You ... read more
Q4. What does 'int x:4;' mean? a) x is a four-digit number. b) x is a ... read more
Q5. What is a lint? a) Analyzing tool. b) Compiler. c) Debugger. d) I ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Introduced about company and it's business, background discussion
  • Q2. Salary, appraisal and other policy discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your basics clear and prepare according to your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Current work background
  • Ans. 

    I currently work as a software developer, focusing on building scalable web applications and improving user experience.

    • Developed a web application using React and Node.js, improving load time by 30%.

    • Collaborated with cross-functional teams to gather requirements and deliver features on time.

    • Implemented RESTful APIs to enhance data retrieval processes, resulting in a 25% increase in efficiency.

    • Conducted code reviews and...

  • Answered by AI
  • Q2. C pointers concept
  • Q3. Rtos concepts were asked
  • Q4. Given a tech situation, they judged my thought process, that how I perceive a problem

Interview Preparation Tips

Interview preparation tips for other job seekers - While answering, dont think in the mind, always speak up what you are thinking.

What people are saying about Ashok Leyland

View All
catherinetitan
Verified Icon
1w
currently not working
Ashok Leyland Rudrapur: Direct hiring for GET roles?
Is Ashok Leyland doing direct hiring for GET (Graduate Engineer Trainee) positions at the Rudrapur plant?
Got a question about Ashok Leyland?
Ask anonymously on communities.
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 - HR 

(2 Questions)

  • Q1. How many software experience you have?
  • Ans. 

    I have 5 years of software experience.

    • 5 years of software engineering experience

    • Proficient in multiple programming languages

    • Worked on various software projects

    • Experience with software development methodologies

    • Familiar with software testing and debugging

  • Answered by AI
  • Q2. Do u require Visa in the future to work in USA
  • Ans. 

    Yes, a Visa will be required to work in the USA in the future.

    • Visa is necessary for foreign nationals to work in the USA

    • The type of Visa required depends on the individual's qualifications and job offer

    • Examples of work visas include H-1B, L-1, and O-1 visas

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - phone screen is just to check if you are qualify for this position
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I am not remember anything.

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself?

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

Interview Questionnaire 

6 Questions

  • Q1. 1) Introduce yourself.
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for problem-solving.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years as a software engineer at ABC Corp, focusing on web applications.

    • Skills: Proficient in JavaScript, Python, and React; developed a project management tool that improved team efficiency by 30%.

    • Interests: Enjoy contribu...

  • Answered by AI
  • Q2. About your project done in college, challenges faced and how you overcome them.
  • Q3. What was your role in the project and why.
  • Ans. 

    I led the development team, focusing on backend architecture and ensuring seamless integration with frontend components.

    • Managed a team of 5 developers, coordinating tasks and timelines.

    • Designed RESTful APIs to facilitate communication between frontend and backend.

    • Implemented unit tests to ensure code quality and reliability.

    • Collaborated with UI/UX designers to align technical capabilities with user needs.

    • Conducted code...

  • Answered by AI
  • Q4. Situational and behavioral based questions like how you managed conflicts and what in your term Innovation means?
  • Q5. Technical questions related to your programming language.
  • Q6. More technical questions from concepts of OOPS.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was of around 50 to 55 minutes but it was really a wonderful experience.
The interviewer were very supportive and calm and the overall interview went like a simple group talk which was a very nice experience.
The interview went on very smooth and with ease.
Are these interview questions helpful?

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

Interview Questionnaire 

3 Questions

  • Q1. Projects-> Overview, my role.
  • Q2. Skills mentioned in resume
  • Q3. Self- introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very nice and interactive from both -ways. Just be confident and don't mention anything which you are not really good at.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 java oops concept
  • Q2. Java 8 questions and concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Few MCQ's and 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. The technical HR asked me for a self intro
  • Q2. How will you optimize your academic project if you were provided with more funds
  • Ans. 

    I would enhance the project by investing in better technology, hiring more skilled team members, and conducting more extensive research.

    • Invest in better technology to improve performance and efficiency

    • Hire more skilled team members to bring in fresh perspectives and expertise

    • Conduct more extensive research to explore new possibilities and innovations

  • Answered by AI

Ashok Leyland Interview FAQs

What are the top questions asked in Ashok Leyland Junior Software Developer interview?

Some of the top questions asked at the Ashok Leyland Junior Software Developer interview -

  1. What are the datat types in ja...read more
  2. List some inbuilt classes in Pyth...read more
  3. Purpose of new keyword in ja...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 1.1k Interviews
Maruti Suzuki Interview Questions
4.2
 • 649 Interviews
Hero MotoCorp Interview Questions
4.1
 • 368 Interviews
TVS Motor Interview Questions
3.9
 • 348 Interviews
Bajaj Auto Interview Questions
3.8
 • 294 Interviews
Ford Motor Interview Questions
4.3
 • 161 Interviews
View all
Assistant Manager
1.1k salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Deputy Manager
1k salaries
unlock blur

₹4.8 L/yr - ₹20.5 L/yr

Senior Officer
498 salaries
unlock blur

₹2.8 L/yr - ₹8.8 L/yr

Quality Inspector
457 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Quality Engineer
409 salaries
unlock blur

₹1.2 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Ashok Leyland with

Tata Motors

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Maruti Suzuki

4.2
Compare

Hero MotoCorp

4.1
Compare
write
Share an Interview