Upload Button Icon Add office photos
Engaged Employer

i

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

UST Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 4.2k Reviews

Filter interviews by

UST Firmware Engineer Interview Questions and Answers

Updated 16 Nov 2024

UST Firmware Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Coding Questions on REGEX, Dictionaries, Strings, Unit test coding.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Explain current project
  • Q2. Coding tests in c - psuedo code
  • Ans. 

    The question is about coding tests in C using pseudo code.

    • Understand the problem statement clearly before writing pseudo code.

    • Break down the problem into smaller steps and write pseudo code for each step.

    • Use proper syntax and logic in your pseudo code to demonstrate your understanding of C programming.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage class
  • Ans. 

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

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

    • Auto variables are local to a block and have automatic storage duration.

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

  • Answered by AI
  • Q2. Explain structure program
  • Ans. 

    A structure program is a program that uses structures to group related data together.

    • Structures in C programming allow you to group related data together under one name.

    • You can define a structure using the 'struct' keyword.

    • Structures can contain different data types, including int, float, char, and even other structures.

    • You can access the members of a structure using the dot operator.

    • Example: struct employee { int id; ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why are you interested in the field of embedded software development?
  • Ans. 

    I am fascinated by the challenge of working with low-level hardware and creating efficient, real-time systems.

    • Enjoy the challenge of working with low-level hardware

    • Excited about creating efficient, real-time systems

    • Passionate about developing innovative solutions for embedded systems

  • Answered by AI
  • Q2. What is CAN protocol?
  • Ans. 

    CAN protocol stands for Controller Area Network protocol, used for communication between microcontrollers and devices in automotive and industrial applications.

    • CAN protocol is a robust and reliable communication protocol used in automotive and industrial applications.

    • It allows multiple microcontrollers to communicate with each other without a host computer.

    • CAN protocol uses a differential signaling scheme to reduce ele...

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

(3 Questions)

  • Q1. What is binary coded decimal?
  • Ans. 

    Binary Coded Decimal (BCD) is a way of representing decimal numbers using a binary code.

    • BCD uses four bits to represent each decimal digit.

    • Each decimal digit is represented by its binary equivalent.

    • For example, the decimal number 25 is represented in BCD as 0010 0101.

  • Answered by AI
  • Q2. How keyboard mapping works in a microcontroller?
  • Ans. 

    Keyboard mapping in a microcontroller involves assigning specific key codes to each key on the keyboard.

    • Keyboard mapping is typically done using a lookup table that maps physical key presses to corresponding key codes.

    • The microcontroller reads the key code when a key is pressed and sends it to the computer for processing.

    • Keyboards may use different mapping standards such as ASCII or HID.

    • Custom keyboard mappings can als...

  • Answered by AI
  • Q3. What is the principle of analog to digital converter?
  • Ans. 

    An analog to digital converter converts continuous analog signals into discrete digital values.

    • Converts continuous analog signals into digital values

    • Utilizes sampling and quantization techniques

    • Common types include successive approximation ADC and delta-sigma ADC

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

+ C and C++concepts.
+ RTOS
+ Multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c cpp concepts along with RTOS and problem solving skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2024.

Round 1 - Coding Test 

Embedded c 15 question and c language programming

Round 2 - Technical 

(1 Question)

  • Q1. Basically focaus on c laguage
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic c questions not that much stress

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is embedded c
  • Ans. 

    Embedded C is a programming language used for developing software for embedded systems.

    • Embedded C is a subset of the C programming language.

    • It is optimized for resource-constrained systems with limited memory and processing power.

    • It allows direct access to hardware and provides low-level control.

    • Embedded C is used in various industries like automotive, aerospace, consumer electronics, etc.

    • Example: Writing code to contr...

  • Answered by AI
  • Q2. Refer embedded c

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give to interview for this company.
Especially for ***** hr she is very very worrest person.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked about previous project
pointer's coding

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain your previous project?
  • Q2. Why do you prefer bosch
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic c programming definitions
Round 2 - Coding Test 

Basic c programming coding questions

Round 3 - HR 

(1 Question)

  • Q1. Asked for package
Round 4 - HR 

(1 Question)

  • Q1. He asked salary

UST Interview FAQs

How many rounds are there in UST Firmware Engineer interview?
UST interview process usually has 1 rounds. The most common rounds in the UST interview process are Aptitude Test.
How to prepare for UST Firmware 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 UST. The most common topics and skills that interviewers at UST expect are Embedded C, Firmware, RTOS, SPI and Ble.

Tell us how to improve this page.

UST Firmware Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
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
DXC Technology Interview Questions
3.7
 • 805 Interviews
Mphasis Interview Questions
3.4
 • 798 Interviews
View all
UST Firmware Engineer Salary
based on 7 salaries
₹2.1 L/yr - ₹4.8 L/yr
75% less than the average Firmware Engineer Salary in India
View more details

UST Firmware Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
2.1k salaries
unlock blur

₹2.5 L/yr - ₹12.4 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.6 L/yr - ₹14.8 L/yr

System Analyst
1.2k salaries
unlock blur

₹6.5 L/yr - ₹22.6 L/yr

Senior Software Developer
1.1k salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Explore more salaries
Compare UST 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