Upload Button Icon Add office photos

Filter interviews by

Regami Solutions Embedded Engineer Interview Questions and Answers

Updated 7 Jan 2025

Regami Solutions Embedded Engineer Interview Experiences

3 interviews found

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

I applied via Referral and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Intro, more on c and microcontroller
Round 2 - HR 

(1 Question)

  • Q1. More on technical on c , and DS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via campus placement at Adhiyamaan College of Engineering, Hosur and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Inquire about the sensors and electrical components and formulate scenario-based questions utilizing those sensors.

Round 2 - Coding Test 

Three coding questions that focus on data structures and algorithms (DSA).

Round 3 - Technical 

(2 Questions)

  • Q1. What is the difference between sensors and actuators
  • Q2. Can you explain your project, the challenges you faced during its execution, and your contributions as a team leader?

Interview Preparation Tips

Topics to prepare for Regami Solutions Embedded Engineer interview:
  • DSA
  • C++
  • Embedded Systems
Interview preparation tips for other job seekers - learn about sensors and embedded related questions

Embedded Engineer Interview Questions Asked at Other Companies

Q1. What is the difference between sensors and actuators
Q2. how many algorithms that you got familiar with when learning c pr ... read more
Q3. Why are you interested in the field of embedded software developm ... read more
asked in LTIMindtree
Q4. How packet goes from source to destination.
Q5. What are the Protocols in Industry. Like SPI,I2c, CAN
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Parsing strings to jump the go to function

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on technical and be very strong in c program,

Interview questions from similar companies

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Advanced embedded
Round 2 - Coding Test 

Array, linked list ,oops

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

Structure, union and project work

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

(2 Questions)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory directly.

    • They are often used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
  • Q2. What is stack ?
  • Ans. 

    Stack is a data structure that follows Last In First Out (LIFO) principle, used for storing temporary data in a program.

    • Stack is a linear data structure with two main operations: push (adds data) and pop (removes data).

    • Example: function call stack in programming languages like C, where function calls are added and removed in a LIFO manner.

    • Stack memory is used for local variables and function call management.

    • Stack overf...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic c datastructucture networking l2 l3 questions

Round 2 - Technical 

(5 Questions)

  • Q1. Question on projects.
  • Q2. How packet goes from source to destination.
  • Ans. 

    Packets are sent from source to destination through a series of network devices using routing protocols.

    • Packet is created at the source with source and destination IP addresses.

    • Packet is sent to the default gateway or router.

    • Router checks its routing table to determine the next hop for the packet.

    • Packet is forwarded to the next hop until it reaches the destination.

    • Destination receives the packet and sends an acknowledg

  • Answered by AI
  • Q3. Delete a node from single linked list.
  • Ans. 

    To delete a node from a single linked list, we need to find the node and update the pointers.

    • Traverse the list to find the node to be deleted

    • Update the previous node's pointer to point to the next node

    • Free the memory of the node to be deleted

  • Answered by AI
  • Q4. Dynamic memory alocation in c
  • Ans. 

    Dynamic memory allocation in C allows allocation of memory at runtime.

    • Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().

    • malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.

    • calloc() allocates memory block of specified size and initializes all bits to zero.

    • realloc() changes the size of previously allocated memory block...

  • Answered by AI
  • Q5. Interprocess communication in OS
  • Ans. 

    Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.

    • IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.

    • IPC can be used for synchronization, data sharing, and coordination between processes.

    • IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Embedded Engineer interview:
  • Pointer array structure linked l
Interview preparation tips for other job seekers - Slove c problems and clear all basic concepts.

Skills evaluated in this interview

Interview experience
5
Excellent
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 - HR 

(3 Questions)

  • Q1. What about your self
  • Ans. 

    I am a dedicated and passionate embedded engineer with a strong background in programming and hardware design.

    • Proficient in programming languages such as C, C++, and Python

    • Experience in designing and implementing embedded systems

    • Familiarity with microcontrollers and microprocessors

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. What is your name
  • Ans. 

    My name is not available.

    • Answered by AI
    • Q3. Ok then what was the theme of the job
    • Ans. We empovering congnizent compy in any culture
    • Answered Anonymously

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Not at all
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    It was really good and the interview was proctored

    Round 2 - Coding Test 

    It consists of five questions and they are also mid level questions

    Regami Solutions Interview FAQs

    How many rounds are there in Regami Solutions Embedded Engineer interview?
    Regami Solutions interview process usually has 2 rounds. The most common rounds in the Regami Solutions interview process are Coding Test, Technical and HR.
    What are the top questions asked in Regami Solutions Embedded Engineer interview?

    Some of the top questions asked at the Regami Solutions Embedded Engineer interview -

    1. What is the difference between sensors and actuat...read more
    2. intro, more on c and microcontrol...read more
    3. more on technical on c , and...read more

    Tell us how to improve this page.

    Regami Solutions Embedded Engineer Interview Process

    based on 3 interviews

    Interview experience

    4.3
      
    Good
    View more

    Regami Solutions Embedded 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
    Embedded Software Engineer
    5 salaries
    unlock blur

    ₹3.5 L/yr - ₹6 L/yr

    HR and IT Recruiter
    4 salaries
    unlock blur

    ₹3.2 L/yr - ₹3.8 L/yr

    Software Engineer
    3 salaries
    unlock blur

    ₹3 L/yr - ₹3.8 L/yr

    UI/UX Designer
    3 salaries
    unlock blur

    ₹2.5 L/yr - ₹3 L/yr

    Hardware Design Engineer
    3 salaries
    unlock blur

    ₹3 L/yr - ₹4.7 L/yr

    Explore more salaries
    Compare Regami Solutions with

    TCS

    3.7
    Compare

    Infosys

    3.7
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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