Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Smart-I Electronics Systems Team. If you also belong to the team, you can get access from here

Smart-I Electronics Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Smart-I Electronics Systems Test Engineer Interview Questions and Answers

Updated 11 Jun 2024

Smart-I Electronics Systems Test Engineer Interview Experiences

2 interviews found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Just General Questions to test our English Speaking skill.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the types of motor?
  • Ans. 

    Types of motors include AC motors, DC motors, servo motors, stepper motors, and linear motors.

    • AC motors: Alternating current motors commonly used in household appliances and industrial applications.

    • DC motors: Direct current motors found in tools, toys, and electric vehicles.

    • Servo motors: Precise motors used in robotics, automation, and CNC machines.

    • Stepper motors: Motors that move in precise increments, commonly used i...

  • Answered by AI
  • Q2. Draw motor. What is Capacitor?
  • Ans. 

    A motor is a device that converts electrical energy into mechanical energy. A capacitor is an electronic component that stores and releases electrical energy.

    • A motor typically consists of a rotor, stator, and bearings.

    • Capacitors are used in motors to improve power factor and starting torque.

    • Examples of motors include AC motors, DC motors, and stepper motors.

    • Examples of capacitors include electrolytic capacitors, cerami

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be Yourself. Don't show like you know everything. Keep patience and understand what they want

I applied via Referral and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic electronic
  • Q2. All sysmbol block diagram
  • Ans. 

    All symbol block diagram is a graphical representation of a system using symbols to represent its components.

    • It is used to represent complex systems in a simplified manner.

    • Symbols are used to represent components such as inputs, outputs, processes, and storage.

    • It helps in understanding the flow of information and processes within a system.

    • Examples include flowcharts, UML diagrams, and circuit diagrams.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical questions

Skills evaluated in this interview

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What are the problems we faced in the old generation video game c ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

Test Engineer Jobs at Smart-I Electronics Systems

View all

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why UDP and not TCP in project
  • Ans. 

    UDP is preferred over TCP in this project due to its low latency and lightweight nature.

    • UDP is a connectionless protocol, which means it does not establish a direct connection between the sender and receiver.

    • UDP is faster than TCP as it does not have the overhead of establishing and maintaining a connection.

    • UDP is suitable for applications where real-time data transmission is crucial, such as video streaming or online ...

  • Answered by AI
  • Q2. How would you clear the 7th bit in a 32 bit register
  • Ans. 

    To clear the 7th bit in a 32-bit register, perform a bitwise AND operation with a mask that has all bits set to 1 except the 7th bit.

    • Create a mask with the 7th bit set to 0 and all other bits set to 1

    • Perform a bitwise AND operation between the register and the mask

    • Store the result back in the register

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output, etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Tips: Practice aptitude, C, data structures (geeksforgeeks.org is a good source).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked about that, details like what fields did you use in that structure, why this implementation and not some related other. Memory management, network communications, operating systems. Then questions on C concepts like memory allocation, function pointers, then data structures like linked lists, then bit manipulation in registers. Questions from electrical coursework. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Be thorough with C (know your Kernighan & Ritchie) and be prepared to go into details about your projects.

Skills: C, Data Structures, Coursework Understanding, Project And Internship
College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2016. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Phases of compiler
  • Ans. 

    Phases of compiler include lexical analysis, syntax analysis, semantic analysis, code generation, and optimization.

    • Lexical analysis: breaking down input into tokens

    • Syntax analysis: checking if tokens form valid syntax

    • Semantic analysis: checking if syntax is semantically correct

    • Code generation: generating machine code from input

    • Optimization: improving generated code performance

  • Answered by AI
  • Q2. Compiler optimisations
  • Q3. Why to c over cpp
  • Ans. 

    C is preferred over C++ for certain applications due to its simplicity and efficiency.

    • C is a simpler language compared to C++ and has a smaller runtime footprint.

    • C is often used for low-level programming, embedded systems, and operating systems.

    • C allows for more control over memory management and can be faster in certain scenarios.

    • C++ introduces additional features like object-oriented programming and templates, which

  • Answered by AI
  • Q4. Classes and structure and memory allocation for them
  • Ans. 

    Classes are blueprints for creating objects, while structures are similar but with different default access levels.

    • Classes and structures are used to define the structure and behavior of objects in object-oriented programming.

    • Classes are reference types and are allocated on the heap, while structures are value types and are allocated on the stack.

    • Memory allocation for classes is managed by garbage collection, while mem...

  • Answered by AI
  • Q5. My research area
  • Q6. My professional experience
  • Q7. Knowledge in cpp, c and debugging

Interview Preparation Tips

Round: Technical Interview
Experience: Asked about, basic cpp, c. compiler optimisations and phases, lex and yacc. why and how compiler optimisations help.
Tips: Its good.

Round: Technical Interview
Experience: How good am i in c, cpp. My research area.
Tips: Question where not clear to me. when asked how good are you in cpp, in debugging, in firmware I was not able to understand what the interviewer was looking for.

College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image ESHAN SHEKHAR cs15m018

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Given a blackbox with arithmetic circuits , design the logical circuits
  • Ans. 

    Design logical circuits for arithmetic circuits in a blackbox.

    • Understand the functionality of the arithmetic circuits in the blackbox.

    • Identify the inputs and outputs of the blackbox.

    • Design logical circuits using logic gates to replicate the arithmetic operations.

    • Test the logical circuits to ensure they produce the same outputs as the arithmetic circuits.

  • Answered by AI
  • Q2. Embedded c-code for recursion
  • Ans. 

    Recursion in embedded C-code allows a function to call itself, useful for repetitive tasks or complex algorithms.

    • Ensure proper base case to avoid infinite recursion

    • Use stack space efficiently as embedded systems have limited resources

    • Avoid recursive functions with deep call stacks to prevent stack overflow

    • Example: Recursive function to calculate factorial of a number

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: During this round we had some technical questions and some digital logic questions.
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.
Duration: 2 hours
Total Questions: 1

Round: Technical Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

Round: Technical + HR Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output,etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked what fields did you use in that structure, why this implementation and not some related other. Then questions on C concepts, memory allocation, function pointers, data structures, linked lists, then bit manipulation in registers. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Just be thorough with C (Know your Kernighan Ritchie) and be prepared to go into details about your projects.

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Questions on gen data structures and basic electrical questions Regards software - Dsa,computer organization,computer networks

Interview Preparation Tips

Round: Test
Experience: I was gen basic analytics questions
Tips: No needforany serious preperation,just be yourself
Duration: 45 minutes
Total Questions: 25

Round: Technical + HR Interview
Experience: I got trough most of dsa and computer network questions but i was notso strong in digital part so i cupped
Tips: Just know the basics of all the areas you are interested in.

Round: HR Interview
Experience: This is the basic question expected i have gone through my family childhood experiences and hobies
Tips: Every person have a unique style of expressing themselves ,so prepare for these kind of questions,dont rise any interest in higher studies

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Question on pointers and concepts based on Resume
  • Q2. Device Drivers, Linux, Firmware and some questions like "how will you handle some scenarios"
  • Q3. Why Intel, Introduce yourself
  • Ans. 

    I am passionate about technology and innovation, and I believe Intel is at the forefront of cutting-edge advancements in the field.

    • I have always been fascinated by the latest advancements in technology and Intel's reputation for innovation drew me to the company.

    • I admire Intel's commitment to pushing the boundaries of what is possible in the tech industry.

    • I am excited about the opportunity to work with a team of talent...

  • Answered by AI

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OS concepts, C programme to convert big endian (int data type) to little endian(short data type)

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 25

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About compilers and project
  • Q2. About myself and related to intereset in company

Interview Preparation Tips

College Name: IIT Madras

Smart-I Electronics Systems Interview FAQs

How many rounds are there in Smart-I Electronics Systems Test Engineer interview?
Smart-I Electronics Systems interview process usually has 2 rounds. The most common rounds in the Smart-I Electronics Systems interview process are HR and Technical.
How to prepare for Smart-I Electronics Systems Test 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 Smart-I Electronics Systems. The most common topics and skills that interviewers at Smart-I Electronics Systems expect are Embedded Testing, Firmware Testing, Biochemistry, Firmware and Legal Advisory.
What are the top questions asked in Smart-I Electronics Systems Test Engineer interview?

Some of the top questions asked at the Smart-I Electronics Systems Test Engineer interview -

  1. What are the types of mot...read more
  2. Draw motor. What is Capacit...read more
  3. All sysmbol block diag...read more

Tell us how to improve this page.

Smart-I Electronics Systems Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Intel Interview Questions
4.2
 • 214 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Broadcom Interview Questions
3.4
 • 41 Interviews
Analog Devices Interview Questions
4.1
 • 27 Interviews
JBS Enterprises Interview Questions
3.2
 • 25 Interviews
View all
Smart-I Electronics Systems Test Engineer Salary
based on 15 salaries
₹1.5 L/yr - ₹2.4 L/yr
64% less than the average Test Engineer Salary in India
View more details

Smart-I Electronics Systems Test Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Test Engineer

Bhiwandi

0-4 Yrs

Not Disclosed

Explore more jobs
Test Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Smart-I Electronics Systems with

Intel

4.2
Compare

Texas Instruments

4.1
Compare

Analog Devices

4.0
Compare

STMicroelectronics

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