Upload Button Icon Add office photos

IDEMIA

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

IDEMIA Software Developer Interview Questions and Answers

Updated 23 Aug 2024

IDEMIA Software Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

An aptitude test having questions on html, SQL, oops concepts and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Joins in SQL.
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RI...

  • Answered by AI
  • Q2. How to create an HTML table.
  • Ans. 

    HTML tables can be created using the <table> element with nested <tr> (table row), <th> (table header), and <td> (table data) elements.

    • Use the <table> element to create the table structure.

    • Use <tr> elements to define rows within the table.

    • Use <th> elements for table headers and <td> elements for table data within each row.

    • Add attributes like colspan and rowspan to merge c...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2022. There were 2 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. C language ,java language and oops,

Interview Preparation Tips

Topics to prepare for IDEMIA Software Developer interview:
  • Programming
  • Core Java
Interview preparation tips for other job seekers - sir,i am a fresher I have a theoretical knowledge , I am a good practice in programming language

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 Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C programming,Java language,oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Sir , i am a fresher . I have a throttical knowledge

Interview questions from similar companies

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly about .Net, AWS, Angular
Round 2 - Technical 

(1 Question)

  • Q1. Mostly about AWS, .Net
Round 3 - HR 

(1 Question)

  • Q1. Behavioral Round + Salary Discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

The authentication related questions and architecture wise too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare authentication types and How the middle ware working.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Basic family and behaviour
  • Q2. How is your strength?
  • Q3. What is family background?
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list

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

Contribute & help others!
anonymous
You can choose to be anonymous

IDEMIA Interview FAQs

How many rounds are there in IDEMIA Software Developer interview?
IDEMIA interview process usually has 1-2 rounds. The most common rounds in the IDEMIA interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for IDEMIA 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 IDEMIA. The most common topics and skills that interviewers at IDEMIA expect are Biometrics, Cloud Computing, Identity Management, Software Testing and Troubleshooting.
What are the top questions asked in IDEMIA Software Developer interview?

Some of the top questions asked at the IDEMIA Software Developer interview -

  1. How to create an HTML tab...read more
  2. Explain Joins in S...read more
  3. c language ,java language and oo...read more

Recently Viewed

INTERVIEWS

United Colors of Benetton

No Interviews

INTERVIEWS

Jindal Power

No Interviews

INTERVIEWS

Bombay Dyeing

No Interviews

INTERVIEWS

Pothys

No Interviews

JOBS

Harsha Engineers

No Jobs

SALARIES

Bhaskar Industries

INTERVIEWS

IDEMIA

No Interviews

SALARIES

Bhaskar Industries

INTERVIEWS

Bodycare International

No Interviews

INTERVIEWS

Mobase

No Interviews

Tell us how to improve this page.

IDEMIA Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
IDEMIA Software Developer Salary
based on 46 salaries
₹3.2 L/yr - ₹10.4 L/yr
18% less than the average Software Developer Salary in India
View more details

IDEMIA Software Developer Reviews and Ratings

based on 7 reviews

2.8/5

Rating in categories

3.7

Skill development

3.1

Work-life balance

2.4

Salary

3.8

Job security

3.1

Company culture

2.1

Promotions

3.4

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
266 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
193 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
53 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