Upload Button Icon Add office photos

Filter interviews by

Trunexa Embedded Software Engineer Interview Questions and Answers for Experienced

Updated 5 Nov 2023

Trunexa Embedded Software Engineer Interview Experiences for Experienced

1 interview found

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

I applied via campus placement at Terna Public Charitable Trust Engineering College, Navi Mumbai and was interviewed in May 2023. There were 5 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 tips
Round 2 - Aptitude Test 

Aptitude was of 4 types
1. Mathematical
2.logical
3.SQL programming
4.Verbal

Round 3 - Coding Test 

Language for this round was:
1. Java
2. Python

Round 4 - Technical 

(2 Questions)

  • Q1. Everything based on resume first. Then Linux based questions and the development and testing.
  • Q2. All skills that u have mentioned
Round 5 - HR 

(1 Question)

  • Q1. About you and your family background n all

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good at Linux and from elex or extc branch then only join .
Or else this company won't give any kind of training first they directly say u have to learn it from Google itself.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between Normal OS and RTOS? What is difference between microcontroller and microprocessor? Write a C program to swap two numbers without using 3rd variable.
  • Ans. 

    RTOS is a real-time operating system designed for time-sensitive applications. Microcontrollers are integrated circuits with built-in memory and peripherals.

    • RTOS is designed to provide deterministic and predictable response times for critical tasks.

    • Normal OS is designed for general-purpose computing and may not prioritize real-time tasks.

    • Microcontrollers are typically used in embedded systems and have limited resources...

  • Answered by AI
  • Q2. What is storage class in C?
  • Ans. 

    Storage class in C determines the scope, visibility, and lifetime of variables.

    • C has four storage classes: auto, register, static, and extern.

    • Auto storage class is the default and is used for local variables.

    • Register storage class is used for variables that should be stored in CPU registers for faster access.

    • Static storage class is used for variables that retain their values between function calls.

    • Extern storage class ...

  • Answered by AI
  • Q3. What is difference between macro and constant variable in C? How to divide a number without using division operator?
  • Ans. 

    A macro is a preprocessor directive that is replaced by its value before compilation, while a constant variable is a read-only variable.

    • Macros are defined using the #define directive, while constant variables are declared using the const keyword.

    • Macros are replaced by their values during preprocessing, while constant variables are stored in memory.

    • Macros can lead to code duplication, while constant variables provide ty...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Embedded Software Engineer interview:
  • C
  • Embedded Systems

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Asked regarding programs
  • Q2. Asked regarding questions of memory structure
  • Q3. What is Compilation process
  • Ans. 

    Compilation process is the process of converting source code into machine code by a compiler.

    • Source code is written in a high-level programming language

    • Compiler translates the source code into assembly code

    • Assembler converts the assembly code into machine code

    • Final executable file is generated

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice ..I got selected
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What are storage classes
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • Storage classes include auto, register, static, extern, and typedef.

    • Auto variables are local to the block they are declared in.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

    • Typedef is used to create new dat

  • Answered by AI
  • Q2. What is use of device drivers
  • Ans. 

    Device drivers are software programs that allow the operating system to communicate with hardware devices.

    • Device drivers act as a translator between the hardware device and the operating system.

    • They provide a standardized interface for the operating system to interact with different types of hardware devices.

    • Device drivers help improve system stability and performance by enabling efficient communication between hardwar...

  • Answered by AI
  • Q3. How do you copy files from and device to other
  • Ans. 

    You can copy files from one device to another by using file transfer protocols like FTP, SCP, or by physically transferring the files via USB or external storage devices.

    • Use FTP (File Transfer Protocol) to transfer files over a network

    • Use SCP (Secure Copy Protocol) for secure file transfers

    • Physically transfer files by connecting devices via USB or using external storage devices like USB drives or SD cards

  • Answered by AI
  • Q4. Bit mask operation
  • Q5. Swapping without 3 rd variable
  • Ans. 

    Swapping two variables without using a third variable

    • Use XOR operation: a = a ^ b; b = a ^ b; a = a ^ b;

    • Use addition and subtraction: a = a + b; b = a - b; a = a - b;

    • Use multiplication and division: a = a * b; b = a / b; a = a / b;

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Phone interview 

(1 Question)

  • Q1. Advanced data structures like double linked list

Interview Preparation Tips

Topics to prepare for Amazon Embedded Software Engineer interview:
  • Data Structures
Interview preparation tips for other job seekers - They ask you about advanced data structures even though you are never going to use them.
The thing is their hiring standards are very high and work is mostly project maintenance type only.

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about all protocols,vector tools,project and analysis and some of traceability tools

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s really very good in processing about structure which they follow in panel
And it’s really giving a good time to give an interview
Then totally depends on us about how confident we are giving a 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 Dec 2019. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. I was selected for the Largest Aircraft manufacturing company in world, hence the interview process was harder then expected. My advice is to be very confident with what knowledge you have and represent yo...
  • Q2. Be very firm with C Programming, be 100% prepared with one of the language.
  • Q3. I2C and SPI are the key Communication protocols which you should look out for.
  • Q4. Interview without question on Hardware for Embedded Engineer is incomplete, give a matured answer (which comes by experience) which makes interviewer get more confident on you. Be prepared with minimum 3 m...
  • Q5. Go with good knowledge on Sensors, interfacing sensors, interrupts, polling and ADC

Trunexa Interview FAQs

How many rounds are there in Trunexa Embedded Software Engineer interview for experienced candidates?
Trunexa interview process for experienced candidates usually has 5 rounds. The most common rounds in the Trunexa interview process for experienced candidates are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Trunexa Embedded Software Engineer interview for experienced candidates?
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 Trunexa . The most common topics and skills that interviewers at Trunexa expect are Android, Embedded C, Embedded Software, I2C and Software Engineering.

Tell us how to improve this page.

People are getting interviews through

based on 1 Trunexa interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Senior Software Engineer
5 salaries
unlock blur

₹13 L/yr - ₹14.9 L/yr

Embedded Engineer
5 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Software Engineer
4 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Senior Hardware Design Engineer
4 salaries
unlock blur

₹5.9 L/yr - ₹6 L/yr

Project Manager
3 salaries
unlock blur

₹6 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Trunexa with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview