Upload Button Icon Add office photos
Engaged Employer

i

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

Giesecke & Devrient Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Giesecke & Devrient Software Developer Interview Questions and Answers

Updated 17 Jul 2024

Giesecke & Devrient Software Developer Interview Experiences

4 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Multithreading, process and performance
  • Q2. Process handling
  • Q3. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a wise decision before joining this organization, go through all the reviews.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Technical round followed by HR

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts ,c#,SQL
  • Q2. Basic programming skills
Round 3 - HR 

(1 Question)

  • Q1. About your techical and professional background

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad management

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
2
Poor
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude based questions , some on DSA and trees, MCQ's, general

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, Programming, Algorithms, Problem-solving
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and intern experience
Round 4 - HR 

(1 Question)

  • Q1. Basic introduction and communication skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Oops concept, string manipulation, general questions

Round 2 - Technical 

(2 Questions)

  • Q1. C#, oops, sql, ds algo
  • Q2. String based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare basics if you're a fresher

Giesecke & Devrient interview questions for designations

 Software Engineer

 (2)

 Senior Software Engineer

 (3)

 Embedded Software Engineer

 (1)

 Security Engineer

 (1)

 Technical Project Manager

 (1)

 Softwaretest Engineer

 (1)

Software Developer Jobs at Giesecke & Devrient

View all

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

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

DSA questions and programming concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse string and optimize it
  • Ans. 

    Reverse array of strings efficiently

    • Use two pointers approach to swap characters from start and end of each string

    • Optimize by using in-place reversal instead of creating new strings

    • Consider edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q2. Reverse binary tree
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank coding round.

Round 2 - Technical 

(1 Question)

  • Q1. Questions and coding testing your OOPS knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Every tech stack, SQL, OOPS, JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with designing and writing better code follwing OOPS, YAGNI,DRY principles.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. OS questions,graph dfs question, geeks for geeks chocolate factory question
Round 2 - Technical 

(1 Question)

  • Q1. Children sum property trees,height of BT
  • Ans. 

    The question is about implementing a children sum property in trees and finding the height of a binary tree.

    • Children sum property in trees means that the value of a node must be equal to the sum of the values of its children nodes.

    • To find the height of a binary tree, you can recursively calculate the height of the left and right subtrees and return the maximum height plus one.

    • Example: For a binary tree with nodes 1, 2,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NetApp Software Developer interview:
  • OS
  • C++

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project amd Advanced C++ concepts
Round 2 - Coding Test 

C++ coding questions and logical questions

Giesecke & Devrient Interview FAQs

How many rounds are there in Giesecke & Devrient Software Developer interview?
Giesecke & Devrient interview process usually has 2-3 rounds. The most common rounds in the Giesecke & Devrient interview process are Technical, HR and Coding Test.
How to prepare for Giesecke & Devrient Software Developer 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 Giesecke & Devrient. The most common topics and skills that interviewers at Giesecke & Devrient expect are C++, Credit Cards, EMV, Java and Payment Domain.
What are the top questions asked in Giesecke & Devrient Software Developer interview?

Some of the top questions asked at the Giesecke & Devrient Software Developer interview -

  1. OOPS, Programming, Algorithms, Problem-solv...read more
  2. Basic introduction and communication ski...read more
  3. Multithreading, process and performa...read more

Tell us how to improve this page.

Giesecke & Devrient Software Developer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Giesecke & Devrient Software Developer Salary
based on 25 salaries
₹3.6 L/yr - ₹9 L/yr
At par with the average Software Developer Salary in India
View more details

Giesecke & Devrient Software Developer Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.3

Salary

4.3

Job security

3.1

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 6 Reviews and Ratings
Software Developer

Chennai

2-4 Yrs

Not Disclosed

EMV - Sr. Software Developer

Chennai

2-5 Yrs

Not Disclosed

Sr. Software Developer - EMV

Chennai

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
102 salaries
unlock blur

₹2.9 L/yr - ₹9 L/yr

Senior Software Engineer
98 salaries
unlock blur

₹7.9 L/yr - ₹31 L/yr

Service Engineer
93 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Lead Engineer
80 salaries
unlock blur

₹11.5 L/yr - ₹27.5 L/yr

Assistant Engineer
66 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Giesecke & Devrient with

Synechron

3.6
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare

SS&C TECHNOLOGIES

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