Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Diebold Nixdorf Team. If you also belong to the team, you can get access from here

Diebold Nixdorf Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Diebold Nixdorf Software Engineer Interview Questions, Process, and Tips

Updated 22 Jul 2024

Top Diebold Nixdorf Software Engineer Interview Questions and Answers

View all 11 questions

Diebold Nixdorf Software Engineer Interview Experiences

4 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write code of palindrome
  • Ans. 

    Code to check if a given string is a palindrome or not.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the original string with its reverse to check for palindrome

  • Answered by AI
  • Q2. How to pass data in angular from component to component
  • Ans. 

    Data can be passed in Angular from component to component using input properties, output properties, services, and state management libraries like NgRx.

    • Use @Input decorator to pass data from parent to child component

    • Use @Output decorator to emit events from child to parent component

    • Use services to share data between components

    • Use state management libraries like NgRx for complex data sharing scenarios

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ 50 questions for half hour

Round 2 - Technical 

(1 Question)

  • Q1. OOPs concepts with example
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Animal class can inherit from Mammal class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Using private variables and public methods in a cla...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Dec 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Normal core Java question and spring framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial questions,Multithreading questions,one Easy collection code, application server questions, spring boot and architecture of current project related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Normal discussion with Director and few questions on current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core Java, muitithreading, spring framework, SQL and be prepared for questions on your current project

Software Engineer Interview Questions & Answers

user image Santhosh Medide

posted on 2 Sep 2015

Interview Questionnaire 

13 Questions

  • Q1. Explain Polymorphism,Constructors,Destructors,Classes
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. Constructors and destructors are special methods in classes.

    • Polymorphism allows objects to be treated as instances of their own class or as instances of their parent class.

    • Constructors are used to initialize objects when they are created. Destructors are used to clean up after an object when it is destroyed.

    • Classes are templates for creating objects. They ...

  • Answered by AI
  • Q2. Explain Encapsulisation
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only the necessary information to the user.

    • Encapsulation is achieved through access modifiers like public, private, and protected.

    • It helps in achieving data abstraction and information hiding.

    • Encapsulation provides better control over the data and prevents unauthorized access.

    • Example: A class with private variables and public methods to access t...

  • Answered by AI
  • Q3. Remove duplicates in linked lists
  • Ans. 

    Remove duplicates in linked lists

    • Traverse the linked list and keep track of visited nodes using a hash table

    • If a node is already visited, remove it from the linked list

    • Time complexity: O(n), Space complexity: O(n)

  • Answered by AI
  • Q4. Explain mergesort and implement it in code
  • Ans. 

    Mergesort is a divide-and-conquer algorithm that sorts an array by dividing it into two halves, sorting each half, and merging them.

    • Divide the array into two halves

    • Sort each half recursively

    • Merge the two sorted halves

    • Repeat until the entire array is sorted

    • Example: ['apple', 'banana', 'cherry', 'date'] -> ['apple', 'banana', 'cherry', 'date'] -> ['apple', 'banana'], ['cherry', 'date'] -> ['apple'], ['banana'], ['cherry'...

  • Answered by AI
  • Q5. Reverse a string
  • Ans. 

    Reverse a given string

    • Create an empty string

    • Iterate through the original string in reverse order

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q6. Reverse words in a string
  • Ans. 

    Reverse words in a string

    • Split the string into an array of words

    • Reverse the array

    • Join the array into a string

  • Answered by AI
  • Q7. Check if a string is palindrome or not
  • Ans. 

    Check if a string is palindrome or not

    • Reverse the string and compare with original

    • Compare characters from start and end of string

    • Ignore spaces and punctuation marks while comparing

  • Answered by AI
  • Q8. Puzzles- threads,deficient coin,25 horses,two jars
  • Q9. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Proficient in programming languages such as Java and Python

    • Skilled in problem-solving and troubleshooting

    • Strong communication and collaboration skills

    • Passionate about staying up-to-date with the latest technologies

  • Answered by AI
  • Q10. Why not GATE
  • Ans. 

    GATE is not my preferred choice as I am more interested in software development than research.

    • I am more interested in practical application of software development than theoretical research

    • I believe my skills and interests align better with software engineering roles

    • I have researched and found that software engineering roles do not require a GATE qualification

  • Answered by AI
  • Q11. Why not MS
  • Ans. 

    I prefer open-source technologies and have more experience with them.

    • I have more experience with open-source technologies like Linux and Python.

    • I believe in the benefits of open-source software for collaboration and innovation.

    • I am not opposed to using MS technologies if they are the best fit for the project.

    • However, I prefer to work with technologies that align with my values and experience.

  • Answered by AI
  • Q12. Why Diebold
  • Ans. 

    Diebold offers challenging work and opportunities for growth in the software engineering field.

    • Diebold has a strong reputation in the industry

    • The company offers a diverse range of projects and technologies to work on

    • There are opportunities for career growth and development

    • The work is challenging and rewarding

    • Diebold values innovation and creativity in its employees

  • Answered by AI
  • Q13. Why into Software although you are from ECE
  • Ans. 

    Software is the future and ECE has a strong foundation in programming and problem-solving.

    • ECE curriculum includes programming courses

    • Software development is a growing industry

    • Programming skills are transferable across fields

    • Interest in software development and problem-solving

    • Opportunities to work on software projects during ECE studies

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: General Aptitude had 25 questions ,35 minutes was alloted and wasn't much difficult when compared to other company aptitude tests.
Microprocessors had 15 questions ,25 min was alloted and it covered basic and mediocre level questions from Intel 8086 and some c-apti questions.
Tips: www.indiabix.com for general aptitude and c-apti

Duration: 60 minutes
Total Questions: 40

Round: Technical Interview
Tips: Refer any C++ text book
www.geeksforgeeks.com- for any technical interview
www.indiabix.com for puzzles

Round: HR Interview
Tips: Don't just simply say that you are hardworking,punctual etc.Elab

College Name: NIT Surathkal

Skills evaluated in this interview

Diebold Nixdorf interview questions for designations

 Software Engineer Trainee

 (3)

 Senior Software Engineer

 (2)

 Security Engineer

 (1)

 Senior Systems Engineer

 (1)

 Cloud Operations Engineer

 (1)

 Senior Technical Support Engineer

 (1)

 Service Engineer

 (3)

 Associate Technical Engineer

 (1)

Software Engineer Jobs at Diebold Nixdorf

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had sent my resume to the hiring group, Selection through telephonic interviews. I was interviewed by three different research groups  (once by each).
Tips: Factors in decreasing order of importance: CGPA each stage. Ability to explain your projects precisely. Ability to solve ''standard" logarithmic problems.  The way you think and put down your Answer is the most important. The final answer .s not so I important, and they prod you when you think out aloud anyway.

Round: Technical Interview
Experience: Almost- by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile, In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked f or comments/suggestions/.inputs and a discussion followed.
Tips: Basically these are specialized Interviews so it's good to have sound knowledge of your domain (analytical and application skills are very much required).

Skill Tips: CGPA>9.0, 1f not (like me) relevant work done in the domain and in past internship.A recommendation from the professor is also a good add on.
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: There was an apititude test basically in line with CAT pattern. It was conducted online for about 45 min duration. The questions were rather simple but each question was time bound (around 45 sec or so).
Tips: As such I did not have any structured study plan. I did refresh some of my basics in mechanics and analysis. I was more inclined to get a job in aerospace division. Read as per your interest.
Duration: 45 minutes

Round: Group Discussion
Experience: Initially, we are seated randomly in a circular manner and each one was given two minutes to describe the topic. It was followed by an tense debate where participants converged and diverged on different sets of issue. They were particularly looking for interpersonal skills and out of the box thinking.

Round: Interview
Experience: The interview was purely management type.More questions were thrown at team building, bio-data, why this company? , project, what you Can contribute for the firm?, where you see yourself in next 5 -10 years, ambitions, some amount of optimization tools and techniques, concluding remarks....Interpersonal skills and clarity in answering where mainly
IBM was a more relaxed interview, which basically dealt with management and interpersonal skills. Questions like “if one of our team mate is very stubborn, lazy, adamant, how will you tackle the situation” were asked.
Tips: College (B Tech) curricular activities, NTSC certificate, Math Olympiad certificate, all India quiz competition awards were noted and appreciated. That really was a booster. That helps in implanting an idea that you are not just blah blah blah.

Skill Tips: Be very sure about your mechanics, analysis and design. These three are the fundamentals.
I haven prepared for placements exclusively. Here were combined discussions. However, it really helps if you can revise and make your fundamentals were clear. The basic understanding should be there. An hour every day for two months will do the trick.
Be really choosy of the company you want to be in. Learn a lot more of the company and get an idea of what they are actually looking for. But still don’t freeze your mind to those realms alone.. Be open minded and cheerful. The first few questions will set the mood of the interview. If you are bale to crack that, then things will be really smooth. Really concentrate on your fundamentals, especially analysis and design.
Skills: Mechanics, Analysis , Design
College Name: IIT-Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA > 8 is necessary

Round: Test
Experience: Online Test + Written Test
Online Test - Duration 90 minutes + Written Test 30 minutes for Hardware profile
Online Test -Quants, Number Series ; Calculators were not allowed
Written Test - Semiconductor Basics

Round: Interview
Experience: Interview is held in either 1 round for non-core profile or several rounds of technical interviews for Hardware.
Technical round consisted of questions form topics like VLSI, Semiconductors (BJT, MOS), ASIC Design Flow, CMOS Process Flow.

Round: Group Discussion
Experience: Group Discussion is held for non-core profilesDuration varies from 20-30 minutes with 11 members.

General Tips: Never ever mention GRE or MS or any higher studies, for that matter, in any placement interview if you want to get placed in that company
Practicing quant, puzzle solving and GD from early in the semester would definitely help
Core placement: be thorough with the core fundaes
Practice general quant questions without a calculator
Skills: Quants, Puzzle Solving
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: It had 3 parts: Data manipulation, number series and calculations.

Round: Test
Experience: Technical test on C. Typical questions on what will be the output of the program.

Round: Technical Interview
Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked.
Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.

College Name: IIT KANPUR
Contribute & help others!
anonymous
You can choose to be anonymous

Diebold Nixdorf Interview FAQs

How many rounds are there in Diebold Nixdorf Software Engineer interview?
Diebold Nixdorf interview process usually has 2-3 rounds. The most common rounds in the Diebold Nixdorf interview process are One-on-one Round, Technical and Aptitude Test.
How to prepare for Diebold Nixdorf Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Diebold Nixdorf. The most common topics and skills that interviewers at Diebold Nixdorf expect are Javascript, Troubleshooting, Recruitment, C++ and Web Services.
What are the top questions asked in Diebold Nixdorf Software Engineer interview?

Some of the top questions asked at the Diebold Nixdorf Software Engineer interview -

  1. Explain Polymorphism,Constructors,Destructors,Clas...read more
  2. Explain mergesort and implement it in c...read more
  3. How to pass data in angular from component to compon...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Nayara Energy

No Interviews

INTERVIEWS

ACG Worldwide

No Interviews

INTERVIEWS

Vedanta Limited

No Interviews

INTERVIEWS

ACG Worldwide

No Interviews

INTERVIEWS

ACG Worldwide

No Interviews

Tell us how to improve this page.

Diebold Nixdorf Software Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
Diebold Nixdorf Software Engineer Salary
based on 110 salaries
₹4.2 L/yr - ₹15 L/yr
13% more than the average Software Engineer Salary in India
View more details

Diebold Nixdorf Software Engineer Reviews and Ratings

based on 16 reviews

3.6/5

Rating in categories

2.9

Skill development

3.6

Work-life balance

2.8

Salary

3.0

Job security

3.8

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 16 Reviews and Ratings
Senior Software Engineer
219 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Specialist
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Associate
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Diebold Nixdorf with

NCR Corporation

3.4
Compare

Cisco

4.1
Compare

Hewlett Packard Enterprise

4.2
Compare

IBM

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