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

Updated 7 Jul 2024

Giesecke & Devrient Security Engineer Interview Experiences

1 interview found

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 questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Very basic qutions

Interview Questionnaire 

1 Question

  • Q1. What are your goals while looking to join our organization?

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions on javascript, angular, html,css
  • Q2. Questions on localstorage , tokens, security, interceptors

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and u will rock

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. The round comprised of basic multiple choice questions from DBMS, networking, data structure, algorithms and Java/C++ coding.
Round 2 - Aptitude Test 

This round consisted of flow diagram based aptitude questions. No multiple choices were present.

Round 3 - Group Discussion 

A simple group discussion on topics related to current affairs.

Round 4 - HR 

(1 Question)

  • Q1. An interesting interaction with HR about the company's expectations on hiring you.
Round 5 - Technical 

(1 Question)

  • Q1. This was the final round where simple technical questions were asked from topics specified in applicant's resume. Also some basic questions from Networking and data structures.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the interview on all topics mentioned in your resume. Keep your basics clear. Be interactive and show good communication skills.

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

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

I applied via Company Website and was interviewed before Jan 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Self introduction and technical what is data factory and explain about the project
  • Q2. What is your goals and family background
  • Ans. 

    My goal is to become a highly skilled software engineer and contribute to innovative projects. My family background is supportive and has encouraged my pursuit of a career in technology.

    • Goal: Become a highly skilled software engineer

    • Contribute to innovative projects

    • Family background: Supportive and encouraging

    • Pursuit of a career in technology

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy interview and there will be two rounds but

I applied via Campus Placement and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Technical MCQ on concepts of Computer Science (Programming, Database, etc)

Round 2 - Aptitude Test 

Flow Chart - Aptitude Round

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Interview. Technical questions based on resume. Some basic programming questions.
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush through basic concepts of Computer Science. It shall help.

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

Giesecke & Devrient Interview FAQs

How many rounds are there in Giesecke & Devrient Security Engineer interview?
Giesecke & Devrient interview process usually has 1 rounds. The most common rounds in the Giesecke & Devrient interview process are One-on-one Round.
What are the top questions asked in Giesecke & Devrient Security Engineer interview?

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

  1. What are the python libraries you ...read more
  2. Qualys API and usage of pyt...read more

Tell us how to improve this page.

Giesecke & Devrient Security Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 367 Interviews
Movate Interview Questions
3.3
 • 263 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 174 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Sopra Steria Interview Questions
3.8
 • 128 Interviews
Luxoft Interview Questions
3.7
 • 126 Interviews
TEKsystems Interview Questions
3.3
 • 119 Interviews
View all
Software Engineer
105 salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Senior Software Engineer
104 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.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare

SS&C TECHNOLOGIES

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