Upload Button Icon Add office photos

Filter interviews by

Pumo Technovation India Embedded Engineer Interview Questions and Answers

Updated 30 May 2024

Pumo Technovation India Embedded Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Its is a easy question where everyone can answer if they know the basics

Round 2 - Technical 

(4 Questions)

  • Q1. They asked about micro controllers
  • Q2. Formula for frequency and how to calculate frequency in 8051
  • Ans. 

    Frequency in 8051 is calculated using the formula: Freq = 1 / (2 * T * 12 * (65536 - TH0 + TL0))

    • Frequency can be calculated by using the formula: Freq = 1 / (2 * T * 12 * (65536 - TH0 + TL0))

    • T is the crystal oscillator period in seconds

    • TH0 and TL0 are the values stored in Timer 0 registers

    • Example: If T = 1/12 MHz, TH0 = 0x00, TL0 = 0xFF, then Freq = 1 / (2 * (1/12e6) * 12 * (65536 - 0x00FF))

  • Answered by AI
  • Q3. Why they call port 0 as no power port
  • Ans. 

    Port 0 is called no power port because it does not have any power supply connected to it.

    • Port 0 is typically used for communication purposes and does not provide power to connected devices.

    • It is commonly found in microcontrollers and is designated for data transfer rather than power supply.

    • Devices connected to port 0 may need to be powered separately to function properly.

  • Answered by AI
  • Q4. How to calculate voltage
  • Ans. 

    Voltage can be calculated using Ohm's Law, which states V = I * R.

    • Use Ohm's Law formula V = I * R, where V is voltage, I is current, and R is resistance.

    • Measure the current flowing through the circuit using an ammeter.

    • Measure the resistance of the circuit using a multimeter.

    • Multiply the current by the resistance to calculate the voltage.

    • For example, if the current is 2A and the resistance is 5 ohms, the voltage would b

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared in electronic basic and prepare any one kind of micro controller throughouly

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

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

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

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

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

Interview Questionnaire 

1 Question

  • Q1. Indexes, union and union all, data warehousing questions

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Interfaces
  • Q2. Oop concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed for software engineer profile. Interview process were easy 1st apti round 2nd pseudo code round 3rd technical and HR. It was quite easy.

I applied via Walk-in and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They ask only basics of programming languages which are mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in communication skills and be aware of general questions.

Pumo Technovation India Interview FAQs

How many rounds are there in Pumo Technovation India Embedded Engineer interview?
Pumo Technovation India interview process usually has 2 rounds. The most common rounds in the Pumo Technovation India interview process are Coding Test and Technical.
What are the top questions asked in Pumo Technovation India Embedded Engineer interview?

Some of the top questions asked at the Pumo Technovation India Embedded Engineer interview -

  1. Formula for frequency and how to calculate frequency in 8...read more
  2. Why they call port 0 as no power p...read more
  3. How to calculate volt...read more

Tell us how to improve this page.

Pumo Technovation India Embedded Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Pumo Technovation India Embedded Engineer Salary
based on 9 salaries
₹2 L/yr - ₹3 L/yr
52% less than the average Embedded Engineer Salary in India
View more details

Pumo Technovation India Embedded Engineer Reviews and Ratings

based on 2 reviews

3.7/5

Rating in categories

4.4

Skill development

3.7

Work-life balance

3.7

Salary

3.1

Job security

3.7

Company culture

3.7

Promotions

4.4

Work satisfaction

Explore 2 Reviews and Ratings
Design Engineer
61 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Junior Design Engineer
15 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Embedded Engineer
9 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Software Engineer
7 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Software Trainee
7 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Pumo Technovation India with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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