Upload Button Icon Add office photos

Filter interviews by

Nissan Digital Software Engineer Interview Questions and Answers

Updated 8 Jul 2024

Nissan Digital Software Engineer Interview Experiences

4 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About Talend and SQL
Round 2 - Technical 

(1 Question)

  • Q1. . About Talend, AWS, DWH Concepts
Round 3 - Behavioral 

(1 Question)

  • Q1. What is your role in your Team
Round 4 - HR 

(1 Question)

  • Q1. Is that work location suits for you

Software Engineer Interview Questions & Answers

user image Pranay Gupta

posted on 21 Sep 2023

Interview experience
4
Good
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 - Coding Test 

Questions based on algorithms and data structures

Round 3 - Group Discussion 

GD to check how we can combine our technical skills with the current industry trends

Round 4 - Technical 

(1 Question)

  • Q1. Coding and Guesstimates
Round 5 - HR 

(1 Question)

  • Q1. General HR questions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2022. There were 5 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 

It's very easy and solvable

Round 3 - Coding Test 

It's very simple and solvable

Round 4 - Technical 

(1 Question)

  • Q1. Mostly about project and your hands on.
Round 5 - One-on-one 

(1 Question)

  • Q1. It's full of positive questions

I applied via Campus Placement and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Lamba expression Singleton class Generics Annotations in Spring boot
  • Ans. 

    Questions related to Java programming language and Spring Boot framework.

    • Lambda expression is a concise way to represent an anonymous function. Example: (x, y) -> x + y

    • Singleton class is a class that can only have one instance at a time. Example: DatabaseConnection

    • Generics allow classes and methods to be parameterized by type. Example: List

    • Annotations in Spring Boot are used to provide metadata to the Spring framework.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nissan Digital Software Engineer interview:
  • Core Java
  • Spring Boot
  • Java EE
Interview preparation tips for other job seekers - The interviewers were very calm and helped a lot during the interview.

Skills evaluated in this interview

Nissan Digital interview questions for designations

 Software Developer

 (2)

 Graduate Engineer

 (1)

Interview questions from similar companies

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

I applied via campus placement at Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a function that prints the numbers from 1 to 100. However, for multiples of three, print "Fizz" instead of the number, and for multiples of five, print "Buzz." For numbers that are multiples of both three and five, print "FizzBuzz."

Round 2 - Group Discussion 

Group discussion with fellow students on topics related to IT companies.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Codechef easy level questions

Round 2 - Technical 

(3 Questions)

  • Q1. Few domain related questions
  • Q2. Virtual don vs actual Dom etc
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.

    • Virtual DOM is a concept used in web development to improve performance by minimizing actual DOM manipulations.

    • Actual DOM refers to the real structure of the HTML elements on a webpage.

    • Virtual DOM is a representation of the actual DOM in memory that gets updated when changes are made, and then efficiently updates the actua...

  • Answered by AI
  • Q3. Frontend related question as this was for frontend role
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Inversion count
Round 2 - Technical 

(1 Question)

  • Q1. Regex pattern Dynamic programming
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python slq apti path json sksa

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving in python
  • Q2. Solving problems in oython
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2023. There were 4 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 - Coding Test 

(2 Questions)

  • Q1. MCQ questions testing your knowing in aptitude, logical reasoning, English and speech.
  • Q2. 2 basic programs which you could solve using Java.
Round 3 - Technical 

(3 Questions)

  • Q1. Basic questions related to Java like "Mention 2 OOPS concepts, their definition, advantages, difference between stack and array, etc."
  • Q2. Execute a basic SQL query in online SQL compiler.
  • Q3. Java program to find if an Array List contains duplicate elements using online Java compiler.
  • Ans. 

    Java program to check for duplicate elements in an ArrayList of strings.

    • Iterate through the ArrayList and use a HashSet to store elements as you go.

    • If an element is already in the HashSet, it is a duplicate.

    • Return true if duplicates are found, false otherwise.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Surprisingly, the most difficult round by far. The HR asked in depth about my project, so don't include projects which you are not very in-depth with. Also asked me to introduce myself without mentioning g...

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are strong in the language they mentioned in the job description.
Have projects related to that language in your resume and most importantly be thorough enough to answer any questions asked about your project.

Skills evaluated in this interview

Nissan Digital Interview FAQs

How many rounds are there in Nissan Digital Software Engineer interview?
Nissan Digital interview process usually has 3-4 rounds. The most common rounds in the Nissan Digital interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Nissan Digital Software Engineer interview?

Some of the top questions asked at the Nissan Digital Software Engineer interview -

  1. Lamba expression Singleton class Generics Annotations in Spring b...read more
  2. . About Talend, AWS, DWH Conce...read more
  3. It's full of positive questi...read more

Tell us how to improve this page.

Nissan Digital Software Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Nissan Digital Software Engineer Salary
based on 125 salaries
₹5.2 L/yr - ₹8.5 L/yr
15% less than the average Software Engineer Salary in India
View more details

Nissan Digital Software Engineer Reviews and Ratings

based on 17 reviews

3.6/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

2.9

Salary

4.0

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
125 salaries
unlock blur

₹5.2 L/yr - ₹8.5 L/yr

Software Engineer2
23 salaries
unlock blur

₹7.3 L/yr - ₹14.5 L/yr

Product Manager
23 salaries
unlock blur

₹19.4 L/yr - ₹42 L/yr

Software Engineer Level 1
20 salaries
unlock blur

₹5.8 L/yr - ₹8.4 L/yr

Data Engineer
14 salaries
unlock blur

₹4.8 L/yr - ₹9.9 L/yr

Explore more salaries
Compare Nissan Digital with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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