Upload Button Icon Add office photos

Isuzu Motors

Compare button icon Compare button icon Compare

Filter interviews by

Isuzu Motors Application Developer Interview Questions and Answers

Updated 18 Aug 2024

Isuzu Motors Application Developer Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why this position?
  • Ans. 

    Passionate about coding and problem-solving, excited to contribute to innovative projects as an Application Developer.

    • Enjoy creating efficient and user-friendly applications

    • Excited about the opportunity to work on cutting-edge technologies

    • Passionate about problem-solving and finding creative solutions

    • Desire to contribute to innovative projects and make a positive impact

  • Answered by AI
  • Q2. Previous experience
Round 2 - Group Discussion 

Relevant experience, a coding question

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Isuzu Motors?
Ask anonymously on communities.

Interview questions from similar companies

I applied via AmbitionBox and was interviewed in Aug 2021. There were 3 interview rounds.

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 

Basic coding aptitude

Round 3 - Coding Test 

JavaScript and python relevant codings

Interview Preparation Tips

Topics to prepare for Sasken Software Developer interview:
  • HTML
  • CSS3
  • Javascript
  • Python
  • React.Js
  • Figma
  • Photoshop
  • Wordpress
Interview preparation tips for other job seekers - I am interested to join this company

Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
Q2. Aapali Taxi is a taxi cab operator. They have 3 types of cars- Mi ... read more
asked in Fujitsu
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Two persons X and Y are sitting side by side with a coin in each’ ... read more
Round 1 - Technical 

(4 Questions)

  • Q1. Go through the basics of Cobol, Jcl, Db2
  • Q2. Perform until executing infinite loop what could be the reason?
  • Ans. 

    Infinite loop can occur due to logical errors in the loop condition or the loop body.

    • Incorrect loop condition

    • Missing or incorrect loop termination condition

    • Infinite recursion

    • Deadlock or race condition

    • Hardware or software failure

  • Answered by AI
  • Q3. Program has abend with -911 how do you fix?
  • Ans. 

    Abend with -911 is a deadlock error. Identify the resources causing the deadlock and release them.

    • Check the application logs for more information on the error.

    • Identify the resources involved in the deadlock using system logs or monitoring tools.

    • Release the resources causing the deadlock by terminating the associated processes or transactions.

    • Modify the application code to prevent future deadlocks.

  • Answered by AI
  • Q4. How do you pass varying parameters from cobol to stored procedure
  • Ans. 

    Varying parameters can be passed using arrays of strings in COBOL to stored procedures.

    • Define an array in COBOL to hold the parameters

    • Populate the array with the varying parameters

    • Pass the array as a parameter to the stored procedure

    • In the stored procedure, use the array to access the varying parameters

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at Basics and Go through interview questions at google

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

1 hour, 45 questions

Round 2 - HR 

(3 Questions)

  • Q1. Introduce Yourself?
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiar with version control systems like Git

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What are your strengths?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong programming abilities.

    • Strong problem-solving skills - I am able to analyze complex problems and come up with effective solutions.

    • Attention to detail - I pay close attention to the details in my code to ensure accuracy and quality.

    • Strong programming abilities - I have a solid understanding of various programming languages and technologies.

    • Team ...

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have a strong background in software development, a passion for learning new technologies, and a proven track record of delivering high-quality code.

    • Extensive experience in software development

    • Passion for learning new technologies

    • Proven track record of delivering high-quality code

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Which language you will code
  • Ans. 

    I am proficient in coding in multiple languages including Java, Python, and JavaScript.

    • Java

    • Python

    • JavaScript

  • Answered by AI
  • Q2. Dsa topics in java
  • Ans. 

    Data Structures and Algorithms topics commonly used in Java programming.

    • Arrays and ArrayLists

    • Linked Lists

    • Stacks and Queues

    • Trees and Graphs

    • Sorting and Searching algorithms

    • Dynamic Programming

    • Hashing and Hashmaps

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. About yourself and introduce

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitude and coding round. It consist 70 question, 30 aptitude question and 40 mcq type coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Find the one repeated number in an array and asked for four approaches
  • Ans. 

    Find the one repeated number in an array using four different approaches.

    • Approach 1: Using a hash set to store unique elements and checking for duplicates

    • Approach 2: Sorting the array and checking adjacent elements for duplicates

    • Approach 3: Using XOR operation to find the repeated number

    • Approach 4: Using the sum formula to find the repeated number

  • Answered by AI
  • Q2. Simple sql queries

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 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 - Aptitude Test 

Mcq

Interview Preparation Tips

Topics to prepare for Sasken Software Developer interview:
  • C
  • C++
Interview preparation tips for other job seekers - I am fullstack software developer.And i have no experience.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude round containing question section for coding as well

Round 2 - Technical 

(1 Question)

  • Q1. Core java concepts. Coding problem, star pattern.
Round 3 - HR 

(1 Question)

  • Q1. HR+Managerial round concept of stack and queues

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview rounds.
Know the basics and you shall thrive.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Multiple choice questions from different modules .

Round 2 - Aptitude Test 

Question from percentage , profit and loss and others apti module

Round 3 - Coding Test 

Input output qustions from java language.

Interview Preparation Tips

Interview preparation tips for other job seekers - One programming language is needed.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coading question easy

Round 2 - Technical 

(2 Questions)

  • Q1. Where c questions reverse a string, dynamic memory allocation
  • Q2. All basic c programs
Round 3 - HR 

(1 Question)

  • Q1. About self and policies and joining dats

Isuzu Motors Interview FAQs

How many rounds are there in Isuzu Motors Application Developer interview?
Isuzu Motors interview process usually has 2 rounds. The most common rounds in the Isuzu Motors interview process are HR and Group Discussion.

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

Incheon Motors Interview Questions
4.8
 • 162 Interviews
Sonalika Tractors Interview Questions
3.6
 • 146 Interviews
Force Motors Interview Questions
3.6
 • 129 Interviews
Sasken Interview Questions
3.8
 • 82 Interviews
Yamaha Motor Interview Questions
4.1
 • 74 Interviews
Volvo Interview Questions
4.1
 • 68 Interviews
Piaggio Interview Questions
3.5
 • 65 Interviews
View all
Junior Support Engineer
266 salaries
unlock blur

₹2.2 L/yr - ₹3.1 L/yr

Assistant Support Engineer
148 salaries
unlock blur

₹2.6 L/yr - ₹3.5 L/yr

Junior Engineer
96 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Engineer
95 salaries
unlock blur

₹4.3 L/yr - ₹8.2 L/yr

Assistant Manager
91 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Explore more salaries
Compare Isuzu Motors with

Escorts Kubota Limited

4.1
Compare

Sonalika Tractors

3.6
Compare

Ola Electric Mobility

3.3
Compare

Force Motors

3.6
Compare
write
Share an Interview