Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cognizant Team. If you also belong to the team, you can get access from here

Cognizant Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 48.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Embedded Engineer Interview Questions and Answers

Updated 13 Nov 2024

Cognizant Embedded Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Volatile keyword
  • Q2. Project specific
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Reason for job change
Interview experience
5
Excellent
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 - HR 

(3 Questions)

  • Q1. What about your self
  • Ans. 

    I am a dedicated and passionate embedded engineer with a strong background in programming and hardware design.

    • Proficient in programming languages such as C, C++, and Python

    • Experience in designing and implementing embedded systems

    • Familiarity with microcontrollers and microprocessors

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. What is your name
  • Ans. 

    My name is not available.

    • Answered by AI
    • Q3. Ok then what was the theme of the job
    • Ans. We empovering congnizent compy in any culture
    • Answered Anonymously

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Not at all

    Embedded Engineer Interview Questions Asked at Other Companies

    Q1. What is the difference between sensors and actuators
    Q2. how many algorithms that you got familiar with when learning c pr ... read more
    Q3. Why are you interested in the field of embedded software developm ... read more
    asked in LTIMindtree
    Q4. How packet goes from source to destination.
    Q5. What are the Protocols in Industry. Like SPI,I2c, CAN

    Interview questions from similar companies

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. Advanced embedded
    Round 2 - Coding Test 

    Array, linked list ,oops

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    Structure, union and project work

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

    (2 Questions)

    • Q1. What is pointer
    • Ans. 

      A pointer is a variable that stores the memory address of another variable.

      • Pointers are used to access and manipulate memory directly.

      • They are often used in programming languages like C and C++.

      • Example: int *ptr; // declares a pointer to an integer variable

    • Answered by AI
    • Q2. What is stack ?
    • Ans. 

      Stack is a data structure that follows Last In First Out (LIFO) principle, used for storing temporary data in a program.

      • Stack is a linear data structure with two main operations: push (adds data) and pop (removes data).

      • Example: function call stack in programming languages like C, where function calls are added and removed in a LIFO manner.

      • Stack memory is used for local variables and function call management.

      • Stack overf...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Nice experience

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    C basics , data structure, logical questions.
    , pointers

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

    I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Percentage, speed, series, logical abulity, differnces

    Round 2 - Technical 

    (3 Questions)

    • Q1. C programs, protocols, Embedded C, pointers
    • Q2. Strings swapping nibbles using c
    • Ans. 

      Swapping nibbles of strings in C

      • Use bitwise operations to swap the nibbles of each character in the string

      • Iterate through each character in the string and swap the nibbles

      • Ensure to handle edge cases like strings with odd length or non-hex characters

    • Answered by AI
    • Q3. I2c, can, spi, uart
    Round 3 - HR 

    (2 Questions)

    • Q1. Normal hr questions
    • Q2. Self, company details

    Skills evaluated in this interview

    I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.

    Round 1 - Technical 

    (3 Questions)

    • Q1. Describe your project
    • Q2. Code snippets of c programming
    • Ans. 

      Code snippets of c programming

      • Use #include to include header files

      • Use int main() to start the program

      • Use printf() to print output

      • Use scanf() to take input

      • Use if-else statements for conditional execution

      • Use loops like for, while, do-while for repetitive tasks

      • Use arrays to store multiple values of same data type

      • Use pointers to manipulate memory addresses

      • Use structures to group related data

      • Use functions to modularize code

    • Answered by AI
    • Q3. What is isr routine in c programming
    • Ans. 

      ISR routine is a function that is executed in response to an interrupt signal.

      • ISR stands for Interrupt Service Routine

      • It is used to handle hardware interrupts

      • ISR routines are written in C language

      • They are executed when an interrupt signal is received

      • ISR routines should be short and efficient

      • They should not block other interrupts

      • Examples of ISR routines include handling keyboard input or timer interrupts

    • Answered by AI
    Round 2 - HR 

    (1 Question)

    • Q1. Why do you want to work for Wipro

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Stay on basics and your last work details

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. What is a latest embedded C programming?
    • Ans. 

      Latest embedded C programming includes features like dynamic memory allocation, multi-threading, and object-oriented programming.

      • Dynamic memory allocation allows for more efficient use of memory

      • Multi-threading enables concurrent execution of multiple tasks

      • Object-oriented programming allows for better code organization and reusability

    • Answered by AI
    • Q2. What is a embedded new Ideas?
    • Ans. 

      Embedded new ideas refer to innovative concepts and solutions that can be implemented in embedded systems.

      • Embedded new ideas can improve the functionality, performance, and efficiency of embedded systems.

      • Examples of embedded new ideas include the use of machine learning algorithms, IoT integration, and real-time data processing.

      • Embedded new ideas can also involve the development of new hardware components or the optimi...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I'm a fresher,and

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

    Round 1 - Technical 

    (3 Questions)

    • Q1. Basic concepts of C++ language - I was asked to write programs for C-style string class
    • Q2. I was asked theory questions - design patterns which I have used during my work and to write sample code for these design patterns How to use virtual functions. Explain the concept
    • Q3. Data structures which I have learnt during college days STL classes which I have seen during my work
    • Ans. 

      I have learned various data structures during my college days and have also worked with STL classes.

      • I have knowledge of arrays, linked lists, stacks, queues, trees, and graphs.

      • I have worked with STL classes like vector, list, map, set, etc.

      • I am familiar with algorithms like sorting, searching, and traversal.

      • I have experience in implementing data structures and algorithms in C++, Java, and Python.

    • Answered by AI
    Round 2 - HR 

    (4 Questions)

    • Q1. What are your salary expectations?
    • Ans. 

      My salary expectations are based on my experience, skills, and the industry standards for Embedded Testing Engineers.

      • Consider the average salary range for Embedded Testing Engineers in the industry

      • Take into account your level of experience and expertise

      • Factor in the location and cost of living

      • Consider any additional benefits or perks offered by the company

      • Be open to negotiation and discuss your expectations during the

    • Answered by AI
    • Q2. Share details of your previous job.
    • Ans. 

      I worked as an Embedded Testing Engineer at XYZ Company.

      • Performed testing and validation of embedded systems

      • Developed test plans and test cases for various projects

      • Executed test cases and reported defects

      • Collaborated with cross-functional teams to resolve issues

      • Conducted regression testing to ensure software stability

      • Used tools like JIRA and Jenkins for test management and automation

    • Answered by AI
    • Q3. Why are you looking for a change?
    • Ans. 

      I am looking for a change to explore new opportunities and challenges in my career.

      • Seeking professional growth and advancement

      • Wanting to work in a different industry or domain

      • Desire for a better work-life balance

      • Relocation or proximity to family

      • Company culture or values misalignment

      • Seeking better compensation or benefits

    • Answered by AI
    • Q4. Tell me about yourself.
    • Ans. 

      I am an experienced Embedded Testing Engineer with a strong background in testing and debugging embedded systems.

      • I have a Bachelor's degree in Electrical Engineering.

      • I have worked on various projects involving testing and validation of embedded systems.

      • I am proficient in programming languages like C and Python.

      • I have experience in using testing tools and frameworks such as JUnit and Selenium.

      • I have a strong understandi...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well for the technical interview.
    Inspite of having a few years of work experience you are expected to recall the data structures learnt during college days and write programs on these lines
    For 5+ years of experience candidates design patterns questions are definitely asked
    Practice writing programs on paper because you will definitely be asked to explain the theory and write programs during the interview
    Be honest with the HR during the HR interview
    Do not ask for too much salary hike

    Skills evaluated in this interview

    Cognizant Interview FAQs

    How many rounds are there in Cognizant Embedded Engineer interview?
    Cognizant interview process usually has 2 rounds. The most common rounds in the Cognizant interview process are HR, Resume Shortlist and Technical.
    What are the top questions asked in Cognizant Embedded Engineer interview?

    Some of the top questions asked at the Cognizant Embedded Engineer interview -

    1. Volatile keyw...read more
    2. project speci...read more

    Tell us how to improve this page.

    Cognizant Embedded Engineer Interview Process

    based on 2 interviews

    Interview experience

    4.5
      
    Good
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Accenture Interview Questions
    3.9
     • 8.1k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Capgemini Interview Questions
    3.7
     • 4.8k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    Genpact Interview Questions
    3.9
     • 3k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    IBM Interview Questions
    4.0
     • 2.4k Interviews
    View all
    Associate
    72.4k salaries
    unlock blur

    ₹5.1 L/yr - ₹16 L/yr

    Programmer Analyst
    55.5k salaries
    unlock blur

    ₹2.4 L/yr - ₹9.8 L/yr

    Senior Associate
    48.4k salaries
    unlock blur

    ₹9 L/yr - ₹27.2 L/yr

    Senior Processing Executive
    28.7k salaries
    unlock blur

    ₹1.8 L/yr - ₹9 L/yr

    Technical Lead
    17.6k salaries
    unlock blur

    ₹5.9 L/yr - ₹24.5 L/yr

    Explore more salaries
    Compare Cognizant with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    Accenture

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