Upload Button Icon Add office photos

Filter interviews by

Tif Labs Embedded Engineer Intern Interview Questions and Answers

Updated 2 Aug 2022

Tif Labs Embedded Engineer Intern Interview Experiences

1 interview found

I applied via Internshala and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Introduced your self briefly
  • Q2. Write a program blink LED in Arduino using millis function
  • Ans. 

    Program to blink LED using millis function in Arduino

    • Declare a variable to store the current time

    • Use the millis() function to get the current time

    • Compare the current time with the previous time to check if the desired time has elapsed

    • If the desired time has elapsed, toggle the LED state and update the previous time

    • Repeat the process in a loop

  • Answered by AI
  • Q3. Some quetion on raspberry pi
  • Q4. One coding question on Python
  • Q5. Some of basics quetions on microcontrollers and processors, RTOS, Embedded system, IoT, etc...
Round 2 - One-on-one 

(3 Questions)

  • Q1. This round by CTO of their company simply checked the knowledge about Embedded systems and IoT.
  • Q2. Some of basic quetions
  • Q3. Projects I mentioned in resume
Round 3 - HR 

(11 Questions)

  • Q1. This round by Founder and one experienced employee its my one experienced best interview ever, they didn't ask any cross question in this round,
  • Q2. First and foremost quetion in all interview is introduce yourself.
  • Q3. Asked the education qualifications and schools and college
  • Q4. Asked about Experinced I mention in the resume,
  • Q5. Actually I mention a small company I done internship, may they not know, they checked in front of me, whether its exists or not,
  • Q6. They also asked about projects I done in acadamics years and also I mentioned in resume, they asked full details of the projects applications, usecases, components, controller used, sensors etc...
  • Q7. Training I was attended and I mention in resume they asko asked about it, like what you all learn from that course, is there any practically done, projects durings training etc..
  • Q8. Hobbies... Simply asked
  • Q9. When you will join to our company
  • Q10. I am applied to Internship only, so they asked NOC, will able get NoC from college.
  • Q11. If their any queries?

Interview Preparation Tips

Topics to prepare for Tif Labs Embedded Engineer Intern interview:
  • Practice Intiduced youself queti
Interview preparation tips for other job seekers - I would like share my interview experience, I hope you read above questions, clearly observe they only asked they questions what you have mention in the resume, so please kindly Tharrough with content in your resume.

Interview questions from similar companies

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

Normal aptitude question

Round 2 - Technical 

(3 Questions)

  • Q1. Which language you like?
  • Ans. 

    I prefer C++ for its performance and versatility.

    • C++ is known for its high performance and efficiency.

    • C++ is a versatile language that can be used for a wide range of applications.

    • C++ allows for low-level memory manipulation, making it suitable for embedded systems.

    • Examples: Developing firmware for microcontrollers, implementing real-time systems.

  • Answered by AI
  • Q2. Why c is faster than java or python
  • Ans. 

    C is faster than Java or Python due to its lower-level nature and direct hardware access.

    • C is a low-level language that allows for direct memory manipulation and hardware access, resulting in faster performance.

    • Java and Python are higher-level languages with more abstractions, leading to slower execution compared to C.

    • C code is compiled directly to machine code, while Java and Python code are typically interpreted or r...

  • Answered by AI
  • Q3. Reverse string ?

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy, basic questions

Round 2 - Coding Test 

Written test
C programming

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy as it contained basic questions.

Round 2 - Technical 

(2 Questions)

  • Q1. It was tough as they asked questions from project, microcontroller interfacing with sensors.
  • Q2. Basic OS and analog questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop skills to get better jobs as it is mostly luck that helps you in campus placements.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions include English test, coding test, programming related questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is functional pointer
  • Ans. 

    A functional pointer is a pointer that points to a function instead of a data object.

    • Functional pointers are used to call functions indirectly.

    • They can be passed as arguments to other functions.

    • Example: int (*ptr)(int, int) = &add; where add is a function that takes two integers and returns an integer.

  • Answered by AI
  • Q2. What is static keyword in c
  • Ans. 

    The static keyword in C is used to declare variables and functions with a local scope that persists throughout the program's execution.

    • Static variables retain their value between function calls

    • Static functions can only be called within the file they are defined in

    • Static variables are initialized only once at the start of the program

    • Static keyword can also be used to limit the scope of global variables to the file they

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Explain compilation process of c programming
  • Ans. 

    Compilation process of C programming involves preprocessing, compiling, assembling, and linking.

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

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

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

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

  • Answered by AI
  • Q2. Coding questions related to string manupul

Interview Preparation Tips

Interview preparation tips for other job seekers - Do more basic coding questions related to topics bitwise operation, string manipulation, structure, pointers , recursion

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions in Embedded C, and about microcontrollers we have worked with
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Very array strings structures

I applied via Walk-in and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Storage classes, pointers, structure, union, memory allocation
  • Q2. Projects, used protocols

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with the concepts of C and embedded technologies. Be proficient with the projects done and better communication skill will be expected.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some basic c questions

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

C coading and basic electronics and logical questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical question asked
Round 3 - HR 

(1 Question)

  • Q1. Hr questions asked

Tif Labs Interview FAQs

How many rounds are there in Tif Labs Embedded Engineer Intern interview?
Tif Labs interview process usually has 3 rounds. The most common rounds in the Tif Labs interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Tif Labs Embedded Engineer Intern interview?

Some of the top questions asked at the Tif Labs Embedded Engineer Intern interview -

  1. Write a program blink LED in Arduino using millis funct...read more
  2. Training I was attended and I mention in resume they asko asked about it, like ...read more
  3. Actually I mention a small company I done internship, may they not know, they c...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 798 Interviews
UST Interview Questions
3.8
 • 507 Interviews
FIS Interview Questions
3.9
 • 477 Interviews
View all
Operations Associate
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Backend Developer
3 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Procurement Executive
3 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Tif Labs with

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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