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

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 

Aptitude test was esay.i passed that

Round 3 - Case Study 

We have upload a vedio based on given topic

Round 4 - Technical 

(2 Questions)

  • Q1. 1 coding questiin 3 logical apti question Dbms concepts
  • Q2. Foriegn key Primary key

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic.be clear with all the basics in dbms,oops
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. 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 - Coding Test 

General and basic data structure question

Round 3 - Technical 

(4 Questions)

  • Q1. Coding over the video call
  • Q2. Java programs for strings , palindrome etc
  • Ans. 

    Java programs for strings, palindrome, etc.

    • Use the StringBuilder class to manipulate strings efficiently.

    • To check if a string is a palindrome, compare it with its reverse.

    • To count the occurrences of a substring in a string, use the indexOf method in a loop.

    • To split a string into an array of substrings, use the split method.

  • Answered by AI
  • Q3. Projects questions on which you have worked
  • Q4. Explanation skill will also be considered

Interview Preparation Tips

Topics to prepare for Blackbuck Insights Software Engineer interview:
  • Java
  • SQL
  • MySQL
Interview preparation tips for other job seekers - Keep working hard and prepare dsa as much as you could

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apptitude test is a mathematical reasoning in apptitude test there are many reasonings

Round 2 - Coding Test 

It is based on programming on coding test.

Interview Preparation Tips

Topics to prepare for Unify Technologies Software Engineer interview:
  • Python
Interview preparation tips for other job seekers - It is a very good company to work on unify technologies.And can learn new skills.
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
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The test was in hackerrank platform, it was moderate level.

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 116 salaries
₹5.2 L/yr - ₹8.4 L/yr
17% less than the average Software Engineer Salary in India
View more details

Nissan Digital Software Engineer Reviews and Ratings

based on 18 reviews

3.3/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

2.7

Salary

3.6

Job security

3.3

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 18 Reviews and Ratings
Software Engineer
116 salaries
unlock blur

₹5.2 L/yr - ₹8.4 L/yr

Software Engineer2
27 salaries
unlock blur

₹7.3 L/yr - ₹14.5 L/yr

Product Manager
24 salaries
unlock blur

₹18 L/yr - ₹42 L/yr

Software Engineer Level 1
21 salaries
unlock blur

₹5.8 L/yr - ₹8.5 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹14 L/yr - ₹22 L/yr

Explore more salaries
Compare Nissan Digital with

JoulestoWatts Business Solutions

2.9
Compare

DotPe

3.2
Compare

Thoughtsol Infotech

4.6
Compare

Innoplexus

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