Upload Button Icon Add office photos

IDEMIA

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

IDEMIA Associate Software Engineer Interview Questions and Answers

Updated 21 Dec 2024

IDEMIA Associate Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C progrmming questions like macros, if-else, etc

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Joins, String questions
  • Q2. Inner Join, Inheritance and its types

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 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 - Aptitude Test 

Basic aptitude and coding questions.

Round 3 - Technical 

(1 Question)

  • Q1. They ask whatever you mentioned in your resume, College project, basic SQL commands, OOPS concept, binary search, bubble sort, merge sort write logic aslo ask about time complexity.
Round 4 - HR 

(1 Question)

  • Q1. Normal discussion about CTC, relocation.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are freshers, highly recommend to join this organisation.

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Coding question was given.

  • Q1. 

    Remove Vowels from a Given String

    Given a string STR of length N, your task is to remove all the vowels present in that string and return the modified string.

    Explanation:

    English alphabets ‘a’, ‘e’, ‘i...

  • Ans. 

    Remove vowels from a given string while maintaining the relative position of other characters.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u).

    • If the character is not a vowel, add it to the modified string.

    • Return the modified string as the output.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was first technical round with technical team.

  • Q1. What is the difference between MySQL and MongoDB?
  • Ans. 

    MySQL is a relational database management system, while MongoDB is a NoSQL database.

    • MySQL is a relational database, meaning it stores data in tables with rows and columns.

    • MongoDB is a NoSQL database, storing data in collections of JSON-like documents.

    • MySQL uses SQL for querying data, while MongoDB uses a query language similar to JSON.

    • MySQL is ACID-compliant, ensuring data integrity, while MongoDB sacrifices some ACID ...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Tehnical round 2.
Here my projects and internships were evaluated

  • Q1. Can you explain your projects, including the technologies used and your approach?
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR questions were asked and remuneration details were given to me

Interview Preparation Tips

Eligibility criteriaSSC and Diploma 70% & above, BE 6.5 cgpa & above, no live ATKTFlex interview preparation:Topics to prepare for the interview - OOPs Concepts, MySQL Database, MongoDB database, Data structures, PHP, JQuery, Angular6, Python, basic HR questionsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Start preparation as early as possible
Tip 2 : Prepare atleast 2 industry standard projects
Tip 3 : Focus on communication more

Application resume tips for other job seekers

Tip 1 : Explain yourself properly there, resume reflects your personality. Modify resume according to company/position requirements
Tip 2 : Do not write too much, it should be simple and decent

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What happens in the backend when we cret an object in Java? What should be done before creating the method body in Java?
  • Ans. 

    When an object is created in Java, memory is allocated in the heap for the object and its instance variables.

    • Memory is allocated in the heap for the object and its instance variables

    • Constructor is called to initialize the object

    • Reference to the object is returned

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain the working of Springboot and microservices. What can and cannot be done when using Final keyword in Java?
  • Ans. 

    Springboot is a framework for building Java applications, while microservices is an architectural style for developing applications as a collection of small services.

    • Springboot simplifies the development of Java applications by providing a set of pre-configured tools and frameworks.

    • Microservices architecture breaks down applications into smaller, independent services that can be developed, deployed, and scaled independ...

  • Answered by AI

Skills evaluated in this interview

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
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list
Round 1 - Technical 

(1 Question)

  • Q1. Core Java Spring EJB Rest API
Round 2 - Technical 

(1 Question)

  • Q1. Core Java Spring Design Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Core Java, and Spring knowledge should suffice

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

Interview Questionnaire 

3 Questions

  • Q1. 1. some basic questions related to selenium.
  • Q2. 2. reverse a string, find a duplicate in a string.
  • Ans. 

    Reverse a string and find a duplicate in an array of strings.

    • To reverse a string, we can use the built-in reverse() method or loop through the string and append each character to a new string in reverse order.

    • To find a duplicate in an array of strings, we can use a hash table to keep track of the frequency of each string and return the first string with a frequency greater than 1.

  • Answered by AI
  • Q3. Some Linux basic command, cut, find.

Interview Preparation Tips

Interview preparation tips for other job seekers - Write a simple resume and be extra polite.
Contribute & help others!
anonymous
You can choose to be anonymous

IDEMIA Interview FAQs

How many rounds are there in IDEMIA Associate Software Engineer interview?
IDEMIA interview process usually has 2 rounds. The most common rounds in the IDEMIA interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for IDEMIA Associate Software Engineer 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, Computer Networking, Cryptography, Linux Administration and Operations.
What are the top questions asked in IDEMIA Associate Software Engineer interview?

Some of the top questions asked at the IDEMIA Associate Software Engineer interview -

  1. Inner Join, Inheritance and its ty...read more
  2. Normal discussion about CTC, relocati...read more
  3. SQL Joins, String questi...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Macleods Pharmaceuticals

No Interviews

JOBS

Macleods Pharmaceuticals

No Jobs

JOBS

Macleods Pharmaceuticals

No Jobs

INTERVIEWS

Bharat Oman Refineries

No Interviews

INTERVIEWS

Piramal Group

No Interviews

Tell us how to improve this page.

IDEMIA Associate Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 186 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 Associate Software Engineer Salary
based on 32 salaries
₹2.2 L/yr - ₹5.5 L/yr
19% less than the average Associate Software Engineer Salary in India
View more details

IDEMIA Associate Software Engineer Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.1

Salary

4.5

Job security

4.2

Company culture

3.8

Promotions

3.7

Work satisfaction

Explore 5 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
55 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent