Upload Button Icon Add office photos

Filter interviews by

Profenaa Technologies Embedded Testing Engineer Interview Questions and Answers

Updated 23 Dec 2021

Profenaa Technologies Embedded Testing Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Embedded questions like sensors and adc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare embedded basic and c programming

Interview questions from similar companies

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

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Bare metal code for blinking an LED,
  • Ans. 

    Blinking an LED using bare metal code involves directly manipulating hardware registers without an operating system.

    • Access the GPIO register for the specific pin connected to the LED

    • Set the pin as an output

    • Toggle the pin state at regular intervals to create the blinking effect

  • Answered by AI
  • Q2. Different types of pointers, volatile variable, storage classes, Static and extern keywords, ISR,
  • Ans. 

    Different types of pointers, volatile variable, storage classes, Static and extern keywords, ISR

    • Pointers: Null pointer, void pointer, function pointer

    • Volatile variable: Used to indicate that a variable may be changed by external factors

    • Storage classes: auto, register, static, extern

    • Static keyword: Used to declare variables that are only accessible within the same file

    • Extern keyword: Used to declare variables that are d...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Find nth largest number in a jumbled array
  • Ans. 

    Use sorting to find the nth largest number in a jumbled array.

    • Sort the array in descending order.

    • Access the nth element in the sorted array to find the nth largest number.

  • Answered by AI
  • Q2. Deeper questions on static, compilation

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Compilation process in c
  • Ans. 

    Compilation process in C involves preprocessing, compiling, assembling, and linking.

    • Preprocessing: Includes header files, macro expansions, and conditional compilation.

    • Compiling: Translates source code to assembly code specific to the target architecture.

    • Assembling: Converts assembly code to machine code in object files.

    • Linking: Combines object files and libraries to generate an executable file.

  • Answered by AI
  • Q2. Write a function pointer syntax?
  • Ans. 

    Function pointer syntax allows for storing the address of a function in a pointer variable.

    • Syntax: return_type (*pointer_name)(parameters)

    • Example: void (*funcPtr)(int) = &someFunction;

  • Answered by AI
  • Q3. Discussion on current project?
  • Q4. Reverse the string?
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Continue swapping until reaching the middle of the string

  • Answered by AI
  • Q5. Set , clear and toggle the bit
Round 2 - HR 

(2 Questions)

  • Q1. Mostly salary discussion
  • Q2. Tell about yourself

Interview Preparation Tips

Topics to prepare for TCS Embedded Firmware Engineer interview:
  • Embedded C
Interview preparation tips for other job seekers - Prepare it well.

Skills evaluated in this interview

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

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

Online c programming test using online tool

Round 2 - One-on-one 

(1 Question)

  • Q1. Manager level round - explain about project and area of difficulty in embedded. Which one we work and fix issue
Round 3 - HR 

(1 Question)

  • Q1. Discuss about offer letter

Embedded Software Engineer Interview Questions & Answers

Infosys user image Vishnupriya Thamilarasan

posted on 1 May 2024

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

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Very basic c questions like an array

Interview experience
4
Good
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 

(1 Question)

  • Q1. Programing language
Round 3 - Aptitude Test 

Syllabus based question

Round 4 - HR 

(1 Question)

  • Q1. Introduction, education
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 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 

(2 Questions)

  • Q1. Mainly focused on basics of c language Stack program
  • Q2. Compilation stages , function

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic c fundamentals well and do practice with program like palindrome etc

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k 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
View all
Design Engineer
20 salaries
unlock blur

₹2.1 L/yr - ₹3.5 L/yr

Front end Developer
20 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

UI Developer
7 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Web Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Software Trainee
4 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Explore more salaries
Compare Profenaa Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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