Upload Button Icon Add office photos

Jasmin Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Jasmin Infotech Embedded Systems Engineer Interview Questions and Answers

Updated 22 Mar 2025

Jasmin Infotech Embedded Systems Engineer Interview Experiences

1 interview found

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

I appeared for an interview before Jun 2023, where I was asked the following questions.

  • Q1. Basic c programs and projects discussion
  • Q2. What is static and dynamic linking
  • Ans. 

    Static linking combines all code into a single executable, while dynamic linking loads libraries at runtime.

    • Static linking includes all library code in the executable, increasing size but improving performance.

    • Dynamic linking uses shared libraries, reducing executable size and allowing for updates without recompilation.

    • Example of static linking: a C program compiled with all necessary libraries included in the final bi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company to start your career, there is a lot of opportunities to learn and grow.

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Jasmin Infotech?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Highly technical and scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics and be calm and composed

Embedded Systems Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. Explain what a watchdog timer is.
Q2. Explain your projects and skills listed on your resume.
Q3. What are serial communication protocols? Diff between i2c and uar ... read more
Q4. What is the Microcontroller and Microprocessor?
Q5. Write Python code to automate the detailing of an Excel file.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic technical question as per the role mentioned in JD.
Round 2 - Technical 

(1 Question)

  • Q1. Linux, networking, Billing and commands were asked. SQL queries and its required output was aaked
Round 3 - HR 

(1 Question)

  • Q1. General discussion and work ethics communication
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Find the memory of the given structure (Struct padding is the hint)
  • Ans. 

    The question asks to find the memory of a given structure by considering struct padding.

    • Struct padding refers to the unused bytes added to align the members of a structure.

    • To find the memory of a structure, we need to consider the size of each member and the padding added.

    • The total memory of a structure is the sum of the sizes of its members and the padding.

  • Answered by AI
  • Q2. Write code to find the position of a number in a BST
  • Ans. 

    Code to find the position of a number in a BST

    • Implement a recursive function to traverse the BST

    • Compare the target number with the current node value

    • If the target is smaller, go to the left subtree; if larger, go to the right subtree

    • Repeat until the target is found or the subtree is null

  • Answered by AI
  • Q3. Create a Trie data structure and perform insertion and search on it.
  • Ans. 

    A Trie is a tree-like data structure used for efficient retrieval of strings. It supports insertion and search operations.

    • A Trie is also known as a prefix tree.

    • Each node in the Trie represents a character.

    • The root node represents an empty string.

    • Each node can have multiple children, each representing a different character.

    • Insertion involves traversing the Trie and creating new nodes as needed.

    • Search involves traversing...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arista Networks Senior Software Engineer interview:
  • Data Structures
  • OS
  • C

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. A string contains parenthesis, curly brackets and square brackets. Check if the string is valid or not.
  • Ans. 

    Check if a string containing parenthesis, curly brackets, and square brackets is valid.

    • Use a stack to keep track of opening brackets

    • Pop from stack when encountering a closing bracket, ensuring it matches the corresponding opening bracket

    • Return false if stack is not empty at the end

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Java basics , oops , spring
Round 2 - One-on-one 

(1 Question)

  • Q1. Manger round basics behavior
  • Ans. 

    Understanding basic managerial behaviors is crucial for effective team dynamics and project success.

    • Effective communication: A manager should clearly convey expectations and feedback. For example, holding regular one-on-one meetings.

    • Empathy: Understanding team members' challenges fosters a supportive environment. For instance, offering flexible work hours during personal crises.

    • Decision-making: A good manager makes inf...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Dsa and pointer and logical .

Round 2 - Coding Test 

Tree and LL and graphs.

Round 3 - HR 

(2 Questions)

  • Q1. How will you solved problems
  • Ans. 

    I approach problems methodically by breaking them down, analyzing root causes, brainstorming solutions, and testing them.

    • Break down the problem into smaller, manageable parts

    • Analyze the root causes of the problem

    • Brainstorm potential solutions

    • Test and iterate on the solutions until the problem is resolved

  • Answered by AI
  • Q2. How will you manage workload
  • Ans. 

    I will manage workload by prioritizing tasks, setting realistic deadlines, delegating when necessary, and regularly reviewing progress.

    • Prioritize tasks based on deadlines and importance

    • Set realistic deadlines and milestones

    • Delegate tasks to team members when necessary

    • Regularly review progress and adjust workload as needed

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Regarding Java memory management
Round 2 - One-on-one 

(1 Question)

  • Q1. Regarding RMI process

I applied via Naukri.com and was interviewed in Jun 2022. There were 9 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Work 

(1 Question)

  • Q1. Work related discussion session.
Round 3 - Technical 

(1 Question)

  • Q1. Pick one question from 3 given questions and complete it in 7 days. I opted for creating traingle with opengl using shader.
Round 4 - Coding Test 

Data structures and algorithms
Problem were from leetcode and geek for geeks.

Round 5 - Technical 

(1 Question)

  • Q1. Data structures and algorithms
Round 6 - Technical 

(1 Question)

  • Q1. Design and algorithms
Round 7 - Coding Test 

Coding round , questions from leetcode

Round 8 - Case Study 

Situation based questions and thought process

Round 9 - Behavioral 

(2 Questions)

  • Q1. Managerial round 1, culture fit, behaviour
  • Q2. Managerial round 2, innovative things done previously, how to face criticism, does experience matters in learning from subordinate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. What matters is how you proceed with a blocked situation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics concepts in dot net
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion only

Jasmin Infotech Interview FAQs

What are the top questions asked in Jasmin Infotech Embedded Systems Engineer interview?

Some of the top questions asked at the Jasmin Infotech Embedded Systems Engineer interview -

  1. What is static and dynamic link...read more
  2. Basic c programs and projects discuss...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Indus Towers Interview Questions
3.7
 • 195 Interviews
Nvidia Interview Questions
3.6
 • 112 Interviews
BT Business Interview Questions
4.0
 • 86 Interviews
Tejas Networks Interview Questions
4.0
 • 80 Interviews
Arista Networks Interview Questions
4.0
 • 48 Interviews
ITI Interview Questions
3.7
 • 35 Interviews
View all
Jasmin Infotech Embedded Systems Engineer Salary
based on 14 salaries
₹4 L/yr - ₹7 L/yr
10% less than the average Embedded Systems Engineer Salary in India
View more details

Jasmin Infotech Embedded Systems Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.6

Skill development

4.0

Work-life balance

3.6

Salary

3.8

Job security

3.6

Company culture

3.2

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Systems Engineer
252 salaries
unlock blur

₹5 L/yr - ₹19.4 L/yr

System Engineer
188 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Test Engineer
92 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Principal Engineer
92 salaries
unlock blur

₹8.7 L/yr - ₹20.1 L/yr

Validation Engineer
78 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Jasmin Infotech with

Indus Towers

3.7
Compare

Sterlite Technologies

3.8
Compare

BT Business

4.0
Compare

Lumen Technologies

4.0
Compare
write
Share an Interview