Upload Button Icon Add office photos

Filter interviews by

IDEMIA C Developer Interview Questions and Answers

Updated 13 Sep 2021

IDEMIA C Developer Interview Experiences

1 interview found

C Developer Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2021

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Pointers, difference between Union and Structure, Dangling pointer, Pattern program,

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst interview experience ever. I cleared all the interviews and got positive response but later they said they were not okay with my salary expectations which I already mentioned before my 1 st round and then they were like we won't be able to offer you this much amount. If you can't offer someone as per their expectations why you interview them. They were very unethical and unprofessional.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology (IIIT), Sri City and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array question based

Round 2 - Assignment 

Asked about some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - good
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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff bn angular and react
  • Ans. 

    Angular is a full-fledged framework for building web applications, while React is a JavaScript library for building user interfaces.

    • Angular is a complete framework with built-in features like routing, forms, and HTTP client, while React is a library focused on building UI components.

    • Angular uses two-way data binding, while React uses one-way data flow.

    • Angular uses TypeScript as its primary language, while React uses Ja...

  • Answered by AI
  • Q2. Why js used not java
  • Ans. 

    JavaScript is used for front-end web development due to its ability to create interactive and dynamic user interfaces.

    • JavaScript is specifically designed for client-side scripting in web development.

    • Java is a backend language and is not typically used for front-end development.

    • JavaScript allows for dynamic content updates without reloading the entire page.

    • JavaScript is supported by all major web browsers, making it a v

  • Answered by AI

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was 3 rounds of aptitude test. They give us back to back test.

Round 2 - HR 

(1 Question)

  • Q1. About personal details

Software Developer Interview Questions & Answers

Sanmina Sci user image LALITHVIGASHINIS 20UG0078

posted on 11 Oct 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basics of apti like ratio , probablity etc..

Round 2 - Group Discussion 

Technical group discussion

Round 3 - One-on-one 

(1 Question)

  • Q1. About skills and resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Pool drive and tough
Interview experience
3
Average
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 - Technical 

(2 Questions)

  • Q1. Basics of Opps virtual functions , destructor
  • Q2. Basics of MFC and its structure
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. What is a data structure?
  • Ans. 

    A data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. What is a linked list?
  • Ans. 

    A linked list is a data structure where each element is connected to the next element through pointers.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can easily insert or delete elements without shifting other elements

    • Examples: singly linked list, doubly linked list, circular linked list

  • Answered by AI
  • Q3. What is HashSet?
  • Ans. 

    HashSet is a collection that does not allow duplicate elements and does not guarantee the order of elements.

    • HashSet implements the Set interface in Java.

    • It uses a hash table for storage.

    • Example: HashSet set = new HashSet<>();

Answered by AI
  • Q4. Explain recursion.
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Recursion can be used to solve problems like factorial calculation, Fibonacci sequence, and tree traversal.

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

    (1 Question)

    • Q1. What is a static constructor?
    • Ans. 

      A static constructor is a special type of constructor in a class that is used to initialize static data members.

      • Static constructors are called only once when the class is first accessed.

      • They are used to initialize static variables or perform any necessary setup for the class.

      • Static constructors do not take any parameters and cannot be called explicitly.

      • Example: public class MyClass { static MyClass() { // initializatio

    • Answered by AI

    Skills evaluated in this interview

    I was interviewed in Dec 2016.

    Interview Questionnaire 

    1 Question

    • Q1. How you will work under a supervisor.

    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

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    G4S Interview Questions
    4.0
     • 95 Interviews
    Thales Interview Questions
    3.6
     • 46 Interviews
    Securitas Interview Questions
    3.8
     • 30 Interviews
    myGate Interview Questions
    3.2
     • 25 Interviews
    NAFFCO Interview Questions
    3.3
     • 22 Interviews
    Methodex Interview Questions
    3.7
     • 13 Interviews
    View all
    Software Engineer
    279 salaries
    unlock blur

    ₹3 L/yr - ₹12 L/yr

    Senior Software Engineer
    194 salaries
    unlock blur

    ₹5.5 L/yr - ₹22 L/yr

    Quality Engineer
    52 salaries
    unlock blur

    ₹2.1 L/yr - ₹5.4 L/yr

    Technical Lead
    51 salaries
    unlock blur

    ₹10.5 L/yr - ₹27.5 L/yr

    Software Developer
    46 salaries
    unlock blur

    ₹3.2 L/yr - ₹10.4 L/yr

    Explore more salaries
    Compare IDEMIA with

    Gemalto

    4.7
    Compare

    Oberthur Technologies

    4.0
    Compare

    Thales

    3.6
    Compare

    G4S

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