Upload Button Icon Add office photos

IDEMIA

Compare button icon Compare button icon Compare

Filter interviews by

IDEMIA Senior Software Engineer Interview Questions and Answers

Updated 27 Jul 2020

IDEMIA Senior Software Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Regarding protocols and app security.
  • Q2. How will you secure an iOS application?
  • Ans. 

    Securing an iOS application involves implementing various measures to protect user data and prevent unauthorized access.

    • Implement secure authentication mechanisms such as biometric authentication or two-factor authentication.

    • Use encryption to protect sensitive data both in transit and at rest.

    • Implement secure coding practices to prevent common vulnerabilities such as SQL injection or cross-site scripting.

    • Regularly upda...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding questions like Fibonacci series, array etc.

Skills evaluated in this interview

Senior Software Engineer Jobs at IDEMIA

View all

Interview questions from similar companies

I appeared for an interview 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

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. How you will work under a supervisor.
  • Ans. 

    I will communicate effectively, follow instructions, seek feedback, and collaborate with my supervisor.

    • Communicate regularly with supervisor to provide updates on progress and ask for clarification when needed

    • Follow instructions carefully and ask for help if unsure about a task

    • Seek feedback on my work to improve and grow professionally

    • Collaborate with supervisor and team members to achieve project goals

    • Provide suggesti

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: I got selected for next round.
Tips: Do not loses hope.
Duration: 1 hour
Total Questions: 10

Round: Technical + HR Interview
Experience: It was nice experience.
Tips: Do not loses hope.

Skills: Technical Analysis, Managing People
College Name: IIT Kharagpur

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was aptitude and technical MCQ questions round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview- regarding skills mentioned in resume and projects
  • Q2. In same round hr interview was done

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned in resume.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Return the list of pairs as the final result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Salary expectation .
  • Q2. Why should I hire you?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mendix Advanced questions.
  • Q2. Everything which you mentioned in your resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 coding questions one was greedy and 2nd one was of dp.

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
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

IDEMIA Interview FAQs

How to prepare for IDEMIA Senior 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 Troubleshooting, Medical Coding, USB, Agile Coaching and Database Management.
What are the top questions asked in IDEMIA Senior Software Engineer interview?

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

  1. How will you secure an iOS applicati...read more
  2. Regarding protocols and app securi...read more

Tell us how to improve this page.

IDEMIA Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 189 Interviews
Foxconn Interview Questions
3.9
 • 157 Interviews
Navitasys India Interview Questions
4.2
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 84 Interviews
Wistron Interview Questions
3.9
 • 82 Interviews
DBG Technology Interview Questions
3.8
 • 64 Interviews
Vertiv Interview Questions
3.9
 • 49 Interviews
View all
IDEMIA Senior Software Engineer Salary
based on 186 salaries
₹6 L/yr - ₹23.2 L/yr
9% less than the average Senior Software Engineer Salary in India
View more details

IDEMIA Senior Software Engineer Reviews and Ratings

based on 19 reviews

4.1/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.4

Salary

4.3

Job security

4.1

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 19 Reviews and Ratings
Senior Software Engineer (C++)

Noida

3-8 Yrs

Not Disclosed

Senior Software Engineer (C++)

Noida

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
268 salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

Senior Software Engineer
186 salaries
unlock blur

₹6 L/yr - ₹23.2 L/yr

Technical Lead
67 salaries
unlock blur

₹8.9 L/yr - ₹28 L/yr

Team Lead
56 salaries
unlock blur

₹5 L/yr - ₹16.1 L/yr

Quality Engineer
53 salaries
unlock blur

₹2.1 L/yr - ₹5.4 L/yr

Explore more salaries
Compare IDEMIA with

Gemalto

4.7
Compare

Bharat Electronics

4.2
Compare

Flex

4.0
Compare

Foxconn

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