Upload Button Icon Add office photos

IDEMIA

Compare button icon Compare button icon Compare

Filter interviews by

IDEMIA Product Manager Interview Questions and Answers

Updated 8 Mar 2022

IDEMIA Product Manager Interview Experiences

1 interview found

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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Profile discussion around your career

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus a little around biometrics and identity management

Interview questions from similar companies

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

(3 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Why you want to join us.
  • Q3. Considering the number of employees, how many buses will be required for a smooth transport operation?
  • Ans. 

    The number of buses required for smooth transport operation depends on factors like distance, frequency, capacity, and scheduling.

    • Consider the distance between the employees' residences and the workplace

    • Take into account the frequency of bus trips needed to transport all employees

    • Factor in the capacity of each bus and the number of employees per trip

    • Consider the scheduling of bus trips to ensure timely arrival and depa

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. About the project management activities u would have done in the current organization

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction, skills, work experience, future goals
Round 2 - Technical 

(1 Question)

  • Q1. Project Management skills , Project scheduling skills, people management, project budgeting, Stake holder management
Round 3 - HR 

(1 Question)

  • Q1. Introduction, salary expectations, work location.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself! Calm and relax! All the best
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Daily roles and responsibilities .
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion , Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident what you tell . Do not lie . Be frank

I applied via LinkedIn and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell about yourself
  • Q2. How do you think will you be able to learn new skills required for the role
  • Q3. Why are you leaving your current job

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls show ability to learn quickly, technical written test should be done well too.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of testing
  • Q2. Sql basic, joins
  • Q3. Unix and shell scripting

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was in the afternoon. I have to switch on my webcam during test. 1 person taking the test and 3 people were monitoring me. they ask many questions apart from the test as well. He give me some situations and ask me to give solution for the problem by writing algorithm and code.

  • Q1. 

    Anagrams Problem Statement

    You are given an array/list of strings called inputStr. Your task is to return the strings as groups of anagrams such that strings belonging to the same group are anagrams of ea...

  • Ans. 

    Given an array of strings, group the strings that are anagrams of each other.

    • Iterate through the array of strings and sort each string alphabetically to create a key for grouping.

    • Use a hashmap to store the sorted string as key and the list of anagrams as value.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI
Round 2 - Coding Test 

Round duration - 90 minutes
Round difficulty - Medium

It was in the evening. I have to switch on my webcam during test. 1 person taking the test and 3 people were monitoring me. They asked many questions apart from the test as well.

Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Medium

It was in the evening. There was total 3 persons in the meeting. They asked me many questions regarding my projects and my previous experience too. The interviewer were very friendly.

Round 4 - HR 

Round duration - 90 minutes
Round difficulty - Medium

It was in the morning. It was a one to one conversation. He asked me questions regarding my lifestyle, interests and work experience too. He asked me to tell me about myself for about 5 minutes. Then we talk a lot about current affairs too. Then we talked about package too. The interviewer was very nice and friendly in nature.

Interview Preparation Tips

Eligibility criteriaWork ExperenceThales interview preparation:Topics to prepare for the interview - Data Structure, OOPS, STL, CPP, Socket Programming, PointersTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : You should know each and everything about your current project and your role and responsibilities. 
Tip 2 : Continue practice on online coding platforms and do participate in coding challenges. 
Tip 3 : Study everyday complete online courses on platform like Udemy.

Application resume tips for other job seekers

Tip 1: Add only what you know properly. don't add extra stuff just to add weight to your resume.
Tip 2: First page of the resume must in tabular form and it must give complete information about you in very simple manner. 
Tip 3: Make it short and direct.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 5 interview rounds.

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 tips
Round 2 - HR 

(1 Question)

  • Q1. Introduction about us and basic details.
Round 3 - Technical 

(1 Question)

  • Q1. Technical round about experience
Round 4 - Technical 

(1 Question)

  • Q1. Technical round about our experience
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiations

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Concept about Java and it’s experience and in depth analysis of code with different situations
  • Q2. OOPS concept
  • Q3. Sorting Algorithm
  • Ans. 

    Sorting algorithm is a method of arranging elements in a specific order.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quick sort, and heap sort.

    • The choice of sorting algorithm depends on the size of the data set, the data type, and the desired time complexity.

    • Sorting algorithms can be implemented in various programming languages such as Java, Python, and C++.

  • Answered by AI
  • Q4. Project discussion in detail
  • Q5. A thorough questions based on your resume so make sure you know everything in detail from projects to tech stack used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. It’ll be appreciated to be honest if you don’t have much idea about it rather than being over confident. Also whatever you know about learn in detail. For example I was given to write a code showing inheritance, I was asked questions on multiple scenario it is important to understand the in depth of concept of all keywords like static and annotations (@override) as this is basic but we need to know about how it works and what exactly happens when we don’t have it.

Skills evaluated in this interview

IDEMIA Interview FAQs

How many rounds are there in IDEMIA Product Manager interview?
IDEMIA interview process usually has 2 rounds. The most common rounds in the IDEMIA interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 185 Interviews
Foxconn Interview Questions
3.9
 • 150 Interviews
Navitasys India Interview Questions
4.2
 • 101 Interviews
Wistron Interview Questions
3.9
 • 82 Interviews
TE Connectivity Interview Questions
4.1
 • 81 Interviews
DBG Technology Interview Questions
3.8
 • 63 Interviews
Vertiv Interview Questions
4.0
 • 49 Interviews
View all

IDEMIA Product Manager Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
266 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
194 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Maintenance Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IDEMIA with

Gemalto

4.7
Compare

Oberthur Technologies

4.0
Compare

Thales

3.6
Compare

Bharat Electronics

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