Upload Button Icon Add office photos
Engaged Employer

i

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

Pravaig Dynamics Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Pravaig Dynamics Embedded Developer Interview Questions and Answers

Updated 19 Jul 2024

Pravaig Dynamics Embedded Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Embedded c,c, coding, communication protocols
  • Q2. I2c vs spi different between
  • Ans. 

    I2C and SPI are two different communication protocols used in embedded systems.

    • I2C (Inter-Integrated Circuit) is a multi-master, multi-slave protocol with a slower data rate compared to SPI.

    • SPI (Serial Peripheral Interface) is a full-duplex, synchronous protocol with higher data rates but limited to one master device.

    • I2C uses two wires (SDA and SCL) for communication, while SPI typically uses four wires (MISO, MOSI, SC...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 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. Basic fucndamemtals
  • Q2. GD&T , stack up analysis

I applied via Company Website and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions asked
Round 2 - Technical 

(1 Question)

  • Q1. Forging and casting process related questions raised
Round 3 - Technical 

(1 Question)

  • Q1. With head level technical for casting and forging related process,part,

Interview Preparation Tips

Interview preparation tips for other job seekers - Fluently English speaking no fear of interview fully confident speak to all the technical questions
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 - Technical 

(5 Questions)

  • Q1. Embedded C questions
  • Q2. Watchdog Timer, I2C, SPI, UART
  • Q3. Design State Machine
  • Q4. Mix Sound Driver
  • Q5. Renesas related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be technically prepared

Senior Engineer Interview Questions & Answers

Marelli user image Parthiban Srinivasan

posted on 30 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Bootloader related UDS services
  • Q2. HSM and flash driver
  • Q3. Startup code sequence
  • Ans. 

    Startup code sequence refers to the order in which code is executed when a program is launched.

    • Startup code sequence typically involves initializing variables, setting up memory, and executing any necessary setup functions.

    • Examples of startup code sequence include setting up hardware registers in embedded systems, initializing global variables in C programs, and loading configuration files in web applications.

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. Are you ready to work on weekends
  • Ans. 

    Yes, I am willing to work on weekends if necessary to meet project deadlines or address urgent issues.

    • I understand that sometimes working on weekends may be required in order to meet project deadlines or address urgent issues.

    • I am committed to delivering high-quality work and am willing to put in extra hours when needed.

    • I am flexible with my schedule and can adjust my plans to accommodate weekend work if necessary.

  • Answered by AI
  • Q2. How will you manage conflicts within the team
  • Ans. 

    I will address conflicts by promoting open communication, active listening, and facilitating constructive discussions.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives involved

    • Facilitate constructive discussions to find mutually beneficial solutions

    • Establish clear team norms and guidelines for conflict resolution

    • Seek input from team mem...

  • Answered by AI
  • Q3. Why are you switching jobs
  • Ans. 

    Seeking new challenges and opportunities for growth in a more innovative and dynamic environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative and dynamic environment

    • Seeking career advancement and professional development

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation and Notice period
  • Q2. Why are you switching
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working with different technologies or industries

    • Seeking a better work-life balance or company culture

    • Wanting to expand skill set or take on more responsibilities

    • Relocation to a new area

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

I applied via Naukri.com and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you satisfy your job
  • Q2. With hardwork and my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Wor
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA ,sql, OS,CN, aptitude

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

I applied via Campus Placement and was interviewed before Apr 2022. There were 4 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 - One-on-one 

(2 Questions)

  • Q1. Some Algo question based on Stock buy and sell
  • Q2. Projects and puzzles from gfg
Round 3 - One-on-one 

(2 Questions)

  • Q1. Intersection of Linked list
  • Ans. 

    Intersection of two linked lists is finding the common node(s) between them.

    • Traverse both lists and compare each node to find the common node(s).

    • Use a hash table to store the nodes of one list and check for their presence in the other list.

    • Calculate the length of both lists and move the pointer of the longer list to match the length of the shorter list, then compare each node.

  • Answered by AI
  • Q2. Projects and Puzzles
Round 4 - HR 

(3 Questions)

  • Q1. Why This Company
  • Q2. What motivates you to work here
  • Q3. Some other Hr questions

Skills evaluated in this interview

Pravaig Dynamics Interview FAQs

How many rounds are there in Pravaig Dynamics Embedded Developer interview?
Pravaig Dynamics interview process usually has 1 rounds. The most common rounds in the Pravaig Dynamics interview process are Technical.
How to prepare for Pravaig Dynamics Embedded Developer 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 Pravaig Dynamics. The most common topics and skills that interviewers at Pravaig Dynamics expect are Embedded C, Embedded Development, Microcontroller, C++ and Firmware Development.
What are the top questions asked in Pravaig Dynamics Embedded Developer interview?

Some of the top questions asked at the Pravaig Dynamics Embedded Developer interview -

  1. I2c vs spi different betw...read more
  2. Embedded c,c, coding, communication protoc...read more

Tell us how to improve this page.

Pravaig Dynamics Embedded Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 995 Interviews
TVS Motor Interview Questions
4.0
 • 312 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Ather Energy Interview Questions
4.0
 • 55 Interviews
Marelli Interview Questions
3.7
 • 36 Interviews
Maxxis Rubber Interview Questions
3.4
 • 25 Interviews
Ahresty India Interview Questions
3.6
 • 20 Interviews
View all
Design Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graduate Engineer Trainee (Get)
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Hardware Design Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Prototype Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Pravaig Dynamics with

Mahindra Last Mile Mobility

3.8
Compare

Tata Motors

4.2
Compare

Ather Energy

4.0
Compare

Hero Electric

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