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 Interview Questions and Answers

Updated 5 Aug 2025
Popular Designations

11 Interview questions

A Test Engineer was asked 4d ago
Q. Write a function to calculate the factorial of a given number.
Ans. 

The factorial of a number is the product of all positive integers up to that number.

  • Factorial of n (n!) = n × (n-1) × (n-2) × ... × 1.

  • Example: 5! = 5 × 4 × 3 × 2 × 1 = 120.

  • Factorial of 0 is defined as 1 (0! = 1).

  • Factorials grow very quickly; for example, 10! = 3,628,800.

View all Test Engineer interview questions
A Software Engineer was asked 2mo ago
Q. Define the ICCID structure.
Ans. 

ICCID (Integrated Circuit Card Identifier) is a unique identifier for SIM cards, crucial for mobile network operations.

  • ICCID is typically 19-20 digits long.

  • It consists of several parts: Issuer Identification Number (IIN), individual account identification, and check digit.

  • Example: An ICCID might look like 8901 2345 6789 0123 4567.

  • The first few digits (IIN) indicate the country and the network provider.

  • ICCID is ess...

View all Software Engineer interview questions
A Software Engineer was asked 2mo ago
Q. What is T-IMSI?
Ans. 

T-IMSI is a temporary identifier used in mobile networks to enhance user privacy and security.

  • T-IMSI stands for Temporary International Mobile Subscriber Identity.

  • It is used to protect the user's permanent IMSI from being exposed.

  • T-IMSI is generated by the network and changes periodically.

  • For example, when a user connects to a new network, a T-IMSI may be assigned.

  • This helps in reducing the risk of tracking and un...

View all Software Engineer interview questions
A Software Engineer was asked 2mo ago
Q. What is ACC and how do we calculate ACC?
Ans. 

ACC stands for Actual Cash Value, calculated as replacement cost minus depreciation.

  • ACC = Replacement Cost - Depreciation.

  • Example: If a car's replacement cost is $20,000 and depreciation is $5,000, ACC = $20,000 - $5,000 = $15,000.

  • Used in insurance to determine payout for damaged or lost property.

  • Depreciation can be calculated using various methods like straight-line or declining balance.

View all Software Engineer interview questions
A Software Engineer was asked 2mo ago
Q. What features are used in roaming?
Ans. 

Roaming features enable mobile users to access services outside their home network seamlessly.

  • Network Selection: Automatically connects to available networks (e.g., T-Mobile in the US when roaming in Europe).

  • Billing and Charges: Different rates apply for calls, texts, and data usage while roaming.

  • Data Roaming: Allows users to access mobile data services abroad, often requiring activation.

  • Voice Roaming: Enables voi...

View all Software Engineer interview questions
A Security Engineer was asked
Q. What Python libraries do you use?
Ans. 

I primarily use the following Python libraries: requests, BeautifulSoup, pandas, numpy, scikit-learn, matplotlib.

  • requests: for making HTTP requests

  • BeautifulSoup: for web scraping

  • pandas: for data manipulation and analysis

  • numpy: for numerical computing

  • scikit-learn: for machine learning

  • matplotlib: for data visualization

View all Security Engineer interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Service Engineer was asked
Q. Are you ready for relocation?
Ans. 

Yes, I am open to relocation for the right opportunity.

  • I am willing to relocate for the right job opportunity

  • I have experience moving for previous roles

  • I am open to exploring new locations and cultures

View all Service Engineer interview questions
Are these interview questions helpful?
An Assistant Engineer was asked
Q. What is an NSM machine?
Ans. 

NSM machine stands for Non-Stop Motion machine, which is used in the textile industry for continuous fabric production.

  • NSM machine is a type of weaving machine used in the textile industry.

  • It is designed for continuous fabric production without stopping.

  • NSM machines are known for their high efficiency and productivity.

  • They are commonly used in the production of fabrics like denim and twill.

  • NSM machines have advanc...

View all Assistant Engineer interview questions
A Junior Software Engineer was asked 1mo ago
Q. What is Linked list, arrays?
Ans. 

Linked lists and arrays are data structures used to store collections of elements, each with unique characteristics.

  • Arrays are fixed-size collections of elements, stored in contiguous memory locations.

  • Example: int arr[5] = {1, 2, 3, 4, 5};

  • Linked lists consist of nodes, where each node contains data and a reference to the next node.

  • Example: Node* head = new Node(1); head->next = new Node(2);

  • Arrays allow random a...

View all Junior Software Engineer interview questions
A Team Lead was asked 7mo ago
Q. High speed design
Ans. 

High speed design involves optimizing electronic circuits for fast signal processing.

  • Utilize high-speed components like FPGAs and ASICs

  • Minimize signal propagation delays through careful layout and routing

  • Consider signal integrity and impedance matching

  • Use simulation tools like SPICE or HyperLynx for analysis

  • Implement techniques like clock skew optimization and pipelining

View all Team Lead interview questions

Giesecke & Devrient Interview Experiences

31 interviews found

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

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. Factorial of number
  • Ans. 

    The factorial of a number is the product of all positive integers up to that number.

    • Factorial of n (n!) = n × (n-1) × (n-2) × ... × 1.

    • Example: 5! = 5 × 4 × 3 × 2 × 1 = 120.

    • Factorial of 0 is defined as 1 (0! = 1).

    • Factorials grow very quickly; for example, 10! = 3,628,800.

  • Answered by AI
  • Q2. Idempotent testing and mutation testing
  • Q3. Asked about project
  • Q4. Asked about joins

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About myself and my work
Round 2 - One-on-one 

(1 Question)

  • Q1. About job profile
Round 3 - Group Discussion 

Digital Payments and Card manufacturing

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Qualys API and usage of python
  • Ans. 

    Qualys API allows for automated security assessments and reporting, and can be accessed using Python for scripting and automation.

    • Qualys API provides endpoints for scanning, reporting, asset management, and more.

    • Python can be used to interact with the Qualys API by sending HTTP requests and handling responses.

    • Examples of using Qualys API with Python include automating vulnerability scans, retrieving scan reports, and m...

  • Answered by AI
  • Q2. What are the python libraries you use
  • Ans. 

    I primarily use the following Python libraries: requests, BeautifulSoup, pandas, numpy, scikit-learn, matplotlib.

    • requests: for making HTTP requests

    • BeautifulSoup: for web scraping

    • pandas: for data manipulation and analysis

    • numpy: for numerical computing

    • scikit-learn: for machine learning

    • matplotlib: for data visualization

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. C Questions like little and big endian
  • Q2. Links list and data string
Round 2 - Technical 

(2 Questions)

  • Q1. My previous project details
  • Q2. They were focused on what I know better
Round 3 - Technical 

(1 Question)

  • Q1. Yocto project related questions
Round 4 - Group Discussion 

Group discussion with HOD and Director

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

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Embedded questions were asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

BASIC N dsa QUESTION

Round 2 - Technical 

(1 Question)

  • Q1. OOPS N cOLLECTIONS
Round 3 - HR 

(1 Question)

  • Q1. BASIC QUESTIONS
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What have you done in your previous role?
  • Ans. 

    In my previous role, I successfully managed multiple technical projects from initiation to completion.

    • Led cross-functional teams to deliver projects on time and within budget

    • Developed project plans, timelines, and milestones

    • Identified and mitigated risks to ensure project success

    • Communicated project status updates to stakeholders regularly

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. EXPERIENCE RELATED
  • Q2. LOCATION RELATED

Interview Preparation Tips

Interview preparation tips for other job seekers - NICE

Top trending discussions

View All
Interview Hub
5d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Giesecke & Devrient?
Ask anonymously on communities.

Giesecke & Devrient Interview FAQs

How many rounds are there in Giesecke & Devrient interview?
Giesecke & Devrient interview process usually has 2-3 rounds. The most common rounds in the Giesecke & Devrient interview process are Technical, One-on-one Round and HR.
How to prepare for Giesecke & Devrient 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++, Java, Troubleshooting, Analytical and Project Management.
What are the top questions asked in Giesecke & Devrient interview?

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

  1. I am behaving to people as they are expected. That's why they are like to liste...read more
  2. They can ask you regarding somewhat coding basics questi...read more
  3. What is ACC and how Do we calculate A...read more
How long is the Giesecke & Devrient interview process?

The duration of Giesecke & Devrient interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 30 interview experiences

Difficulty level

Easy 6%
Moderate 88%
Hard 6%

Duration

Less than 2 weeks 71%
2-4 weeks 18%
4-6 weeks 12%
View more

Interview Questions from Similar Companies

EPAM Systems Interview Questions
3.7
 • 581 Interviews
Synechron Interview Questions
3.5
 • 388 Interviews
Movate Interview Questions
3.2
 • 273 Interviews
Globant Interview Questions
3.6
 • 188 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 187 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
HTC Global Services Interview Questions
3.5
 • 149 Interviews
Luxoft Interview Questions
3.6
 • 129 Interviews
TEKsystems Interview Questions
3.3
 • 127 Interviews
View all

Giesecke & Devrient Reviews and Ratings

based on 447 reviews

3.6/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.2

Salary

3.5

Job security

3.4

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 447 Reviews and Ratings
Process Excellence Incharge

Chennai

5-8 Yrs

Not Disclosed

EMV - Test Engineer

Chennai

2-4 Yrs

Not Disclosed

Executive - HR / Sr Executive - HR

Chennai

1-5 Yrs

₹ 4.5-5.5 LPA

Explore more jobs
Senior Software Engineer
109 salaries
unlock blur

₹14.3 L/yr - ₹25.8 L/yr

Software Engineer
103 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Service Engineer
92 salaries
unlock blur

₹1.8 L/yr - ₹4.6 L/yr

Lead Engineer
71 salaries
unlock blur

₹17.2 L/yr - ₹27.5 L/yr

Assistant Engineer
64 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Giesecke & Devrient with

Synechron

3.5
Compare

Movate

3.2
Compare

Sopra Steria

3.8
Compare

NCR Corporation

3.7
Compare
write
Share an Interview