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

Clear (1)

Giesecke & Devrient Product Manager Interview Questions and Answers

Updated 28 Feb 2024

Giesecke & Devrient Product Manager Interview Experiences

1 interview found

Product Manager Interview Questions & Answers

user image Sagar Joshi

posted on 28 Feb 2024

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

Interview questions from similar companies

I appeared for an interview in Jun 2017.

Interview Questionnaire 

1 Question

  • Q1. Questions related to core java, advanced java, programs,

Interview Preparation Tips

Round: Technical + HR Interview
Experience: Previous work experience scenarios based questions

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects involving web development and data analysis.

    • I am proficient in Java and Python programming languages.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Do you know anything about DBMS? Where is it used?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is used in various industries such as healthcare, finance, education, and more.

    • It helps in creating, modifying, and deleting data in a database.

    • DBMS provides security features to protect data from unauthorized access.

    • Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.

  • Answered by AI
  • Q3. Practical example of object
  • Ans. 

    An object is a self-contained entity that contains data and behavior.

    • Objects are instances of classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Example: A car object has attributes like color, make, and model, and methods like start and stop

  • Answered by AI
  • Q4. Practical implementation of sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting can be done in ascending or descending order.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Sorting can be done on various data types, including strings, numbers, and objects.

    • Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.

    • Sorting can be optimized for performance by cho...

  • Answered by AI
  • Q5. Difference between C and C++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance than C.

    • C++ has a larger standard library than C.

    • C++ allows function overloading while C does not.

    • C++ supports exception handling while C does not.

  • Answered by AI
  • Q6. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python. I am passionate about coding and always eager to learn new technologies.

    • Experienced in Java and Python

    • Passionate about coding

    • Eager to learn new technologies

  • Answered by AI
  • Q7. Will your family allow you to move to Hyderabad
  • Ans. 

    Yes, my family is supportive of my career and relocation decisions.

    • My family understands the importance of career growth and is supportive of my decisions.

    • We have discussed the possibility of relocation and they are willing to make the necessary adjustments.

    • They trust my judgment and believe that this move will be beneficial for my career.

    • We have also considered the quality of life in Hyderabad and believe that it will...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Level was pretty high in case of Quant. You not only need a lot of practice but also practice of some really good questions.
Other than quant all the other sections are easy and direct.
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: They give 10 mins to think about the topic and 20 mins for discussion. Main purpose is to check your communication skills so keep on discussing . Even if you can't think of any new point repeat your points
Duration: 20 minutes

Round: Technical Interview
Experience: There were many other questions other than this but what they were emphasizing was whether you have done any practical implementation of IT or the coding skills. Tell them about your projects and how you implemented the coding part.They are much interested in logic than syntax.
Since I'm from ECE these were the main things I talked about.

Round: HR Interview
Experience: It was much of an interactive session.They again asked about projects-nothing technical only some basic idea. Lasted hardly 10 mins.

Round: Other Interview
Experience: In this round they mainly explained the salary structure. This one too was of 10 mins.

General Tips: Even if you don't have excellent coding knowledge do appear for the company. They are not looking for same qualities in each candidate. You should be willing enough to learn.
Skills: Aptitude, Communication Skills, Basic Technical Knowledge-mainly emphasized on the implementation part.
College Name: NIT Bhopal
Motivation: The company dates back to 1983 with locations in almost every US state. It is the 43rd company in Fortune 100 US companies. You have options to switch within the departments. Other than this the compensation is 6lpa.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for theoretical Java questions with less coding.

Interview Questionnaire 

5 Questions

  • Q1. Cte vs temp table
  • Ans. 

    CTE and temp tables are used to store intermediate results in SQL queries.

    • CTE stands for Common Table Expression and is defined within a query.

    • Temp tables are created in the tempdb database and can be accessed across sessions.

    • CTEs are generally faster and more readable than temp tables.

    • Temp tables are useful for complex queries with multiple steps or when data needs to be manipulated.

    • CTEs are useful for recursive queri

  • Answered by AI
  • Q2. Parameter sniffing
  • Q3. Asynchronous programming in .net
  • Ans. 

    Asynchronous programming in .NET allows for non-blocking execution of code, improving performance and responsiveness.

    • Async and Await keywords used to implement asynchronous programming

    • Allows for parallel execution of multiple tasks

    • Improves performance and responsiveness of applications

    • Examples include web applications, file I/O operations, and database queries

  • Answered by AI
  • Q4. Threading in .net
  • Ans. 

    Threading in .NET allows for concurrent execution of code, improving performance and responsiveness.

    • Threading allows for multiple threads of execution to run concurrently

    • Thread class is used to create and manage threads

    • Thread synchronization is important to prevent race conditions and deadlocks

    • Async/await is a newer approach to concurrency in .NET

    • TPL (Task Parallel Library) provides higher-level abstractions for concur

  • Answered by AI
  • Q5. Performance tuning of SQL stored procedure
  • Ans. 

    Performance tuning of SQL stored procedure involves optimizing query execution time and reducing resource usage.

    • Identify and optimize the most resource-intensive queries

    • Use appropriate indexing and partitioning techniques

    • Minimize network round trips and data transfers

    • Avoid using cursors and temporary tables

    • Use query hints and plan guides to influence query execution plan

    • Regularly monitor and analyze query performance u...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing all good, but poor team management

Interview Questionnaire 

1 Question

  • Q1. Interview questions on .net technology

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Interview Preparation Tips

Topics to prepare for Sopra Steria Software Engineer interview:
  • Java
  • OOPS
  • DBMS
  • Software Testing
  • Resume
Interview preparation tips for other job seekers - I got this company in my campus placement. It is very difficult to grab job now a days if you are applying off campus basically. Just focus on your skill and update yourself day by day. Focus on your goal do hardwork until to get your dream job. Don't loose hope. One day you will get your dream job.

I applied via Naukri.com and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round was online test then 1 f2f round and last round was hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - it was average interview

Interview Questionnaire 

1 Question

  • Q1. Basic plsql concepts trigger inDexes for cursor loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for concepts well
Contribute & help others!
anonymous
You can choose to be anonymous

Giesecke & Devrient Interview FAQs

How many rounds are there in Giesecke & Devrient Product Manager interview?
Giesecke & Devrient interview process usually has 1 rounds. The most common rounds in the Giesecke & Devrient interview process are Technical.
How to prepare for Giesecke & Devrient Product Manager 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 Project Management, Analytical, Customer Quality, Data Quality and Data migration.

Recently Viewed

SALARIES

Godrej Industries Group

INTERVIEWS

Centaur Pharmaceuticals

10 top interview questions

SALARIES

Aditya Birla Group

INTERVIEWS

ConsultAdd

No Interviews

INTERVIEWS

Born Group

No Interviews

SALARIES

Centaur Pharmaceuticals

INTERVIEWS

Centaur Pharmaceuticals

No Interviews

INTERVIEWS

Centaur Pharmaceuticals

No Interviews

SALARIES

Barclays Global Service Centre

SALARIES

OneMain Financial

Tell us how to improve this page.

Giesecke & Devrient Product Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.6
 • 363 Interviews
Movate Interview Questions
3.3
 • 256 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
SS&C TECHNOLOGIES Interview Questions
3.4
 • 169 Interviews
ThoughtWorks Interview Questions
3.9
 • 146 Interviews
Sopra Steria Interview Questions
3.8
 • 127 Interviews
Luxoft Interview Questions
3.7
 • 122 Interviews
TEKsystems Interview Questions
3.4
 • 117 Interviews
View all
Giesecke & Devrient Product Manager Salary
based on 6 salaries
₹12.8 L/yr - ₹25 L/yr
13% less than the average Product Manager Salary in India
View more details

Giesecke & Devrient Product Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
106 salaries
unlock blur

₹3.5 L/yr - ₹10 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
65 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

HTC Global Services

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent