Upload Button Icon Add office photos
Engaged Employer

i

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

Secure Meters Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Secure Meters Embedded Software Developer Interview Questions, Process, and Tips

Updated 1 Sep 2021

Top Secure Meters Embedded Software Developer Interview Questions and Answers

Secure Meters Embedded Software Developer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Array short without using another array, with minimum parameters
  • Ans. 

    Short an array without using another array, with minimum parameters

    • Use a sorting algorithm like bubble sort or insertion sort

    • Iterate through the array and compare adjacent elements, swapping them if necessary

    • Repeat the process until the array is sorted

  • Answered by AI
  • Q2. How many result cases are possible when to find maximum of three numbers. This is tricky question
  • Ans. 

    There are 4 possible result cases when finding the maximum of three numbers.

    • The maximum number is the same as the first number.

    • The maximum number is the same as the second number.

    • The maximum number is the same as the third number.

    • The maximum number is different from all three numbers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have domain knowledge and experience, secure is working on that's why only few questions are asked.
So it is good if applicant have knowledge of metering fundamentals and related communication protocols too.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Aks about Timer , I2C, Uart. With deep knowledge upto register level of micro controller.
  • Q2. Optimisation in c
  • Ans. 

    Optimization in C involves improving the efficiency and performance of code.

    • Use efficient algorithms and data structures

    • Minimize memory usage

    • Avoid unnecessary function calls

    • Optimize loops and conditionals

    • Use compiler optimizations

    • Profile and analyze code for bottlenecks

  • Answered by AI
  • Q3. Ask two to write simple code in c for string copy without use of library function.
  • Q4. Write a code for bit set or reset.
  • Ans. 

    Code for bit set or reset

    • To set a bit, use bitwise OR operator with 1 shifted left by the bit position

    • To reset a bit, use bitwise AND operator with the complement of 1 shifted left by the bit position

    • Use unsigned integer data type for bit manipulation

  • Answered by AI
  • Q5. Some basic c questions on Volatile,Pointer , Structure, union.

Interview Preparation Tips

Interview preparation tips for other job seekers - Secure Meter interview are in Three Step
1. Online Assessment (Technical+Non-technical)
2.Technical Interview
Interviewer ask from basic to top level
Project knowledge should help .
3.HR Round
First give to solve three puzzles.
Than ask about salary expectation.

Skills evaluated in this interview

Embedded Software Developer Interview Questions Asked at Other Companies

Q1. How many result cases are possible when to find maximum of three ... read more
Q2. What is the difference between volatile constant Int a, constant ... read more
Q3. Array short without using another array, with minimum parameters
asked in FEV
Q4. what is interrupt service routine, watchdog timer, lambda functio ... read more
Q5. how to interface mocroproceesor kit wid the I/O devices

Embedded Software Developer Jobs at Secure Meters

View all

Interview questions from similar companies

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know anything about cloud computing?
  • Ans. 

    Yes, cloud computing refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very chill interview on the basis of profile.
Learn about new technology like cloud etc.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic OOPs concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics.

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable
  • Q2. Prepare about ur current project and process followed for entire development process thoroughly
  • Q3. Prepare common tools like. Linux, git, gdb
  • Q4. Prepare basics of data structures, OOPS, design patterns used

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a steady approach, focus more and more on basics and working principle of concepts

Interview Questionnaire 

1 Question

  • Q1. C++ Basic , malloc, calloc
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 Resume tips
Round 2 - Aptitude Test 

Profit loss, directions, all basic aptitude.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What do you know about cloud
  • Ans. 

    Cloud computing is the delivery of computing services over the internet.

    • Cloud computing allows users to access and store data and applications on remote servers.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises solutions.

    • Examples of cloud services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

  • Answered by AI
Round 4 - Leadership Round 

(1 Question)

  • Q1. Where do you see yourself in 5 years
Round 5 - HR 

(1 Question)

  • Q1. Do you want to do foreign studies

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. How do you handle dynamic sharepoint permission through flows
  • Ans. 

    Dynamic SharePoint permissions can be handled through flows using the 'Grant Access to an Item or a Folder' action.

    • Use the 'Grant Access to an Item or a Folder' action in the flow

    • Set the 'Site Address' and 'List Name' for the SharePoint site and list

    • Set the 'Item ID' for the specific item you want to grant access to

    • Set the 'User or Group' field to the user or group you want to grant access to

    • Set the 'Permissions' field...

  • Answered by AI
  • Q2. How do you handle casaded dropdown
  • Ans. 

    Cascaded dropdowns are handled by populating the second dropdown based on the selection made in the first dropdown.

    • Create an event listener for the first dropdown to detect changes

    • Use AJAX to retrieve data for the second dropdown based on the selected value of the first dropdown

    • Populate the second dropdown with the retrieved data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked about Powerapps and Sharepoint technologies.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Skill Sets abd Projects
  • Q2. Describer Projects done in previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through previous projects and skill sets, only those questions will be asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Program to Reverse linked list

Contribute & help others!
anonymous
You can choose to be anonymous

Secure Meters Interview FAQs

How to prepare for Secure Meters Embedded Software 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 Secure Meters. The most common topics and skills that interviewers at Secure Meters expect are I2C, C, RTOS, SPI and UART.
What are the top questions asked in Secure Meters Embedded Software Developer interview?

Some of the top questions asked at the Secure Meters Embedded Software Developer interview -

  1. How many result cases are possible when to find maximum of three numbers. This ...read more
  2. Array short without using another array, with minimum paramet...read more
  3. Write a code for bit set or res...read more

Recently Viewed

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Chiripal Poly Films

No Interviews

INTERVIEWS

Chiripal Poly Films

No Interviews

INTERVIEWS

Nath Pulp & Paper Mills

No Interviews

INTERVIEWS

Chiripal Poly Films

No Interviews

SALARIES

Nath Pulp & Paper Mills

INTERVIEWS

Oil And Natural Gas Corporation

No Interviews

DESIGNATION

INTERVIEWS

Amara Raja Infra

No Interviews

INTERVIEWS

Sureworks Infotech Pvt. Ltd.

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 420 Interviews
Thermax Limited Interview Questions
4.1
 • 252 Interviews
ABB Interview Questions
4.1
 • 236 Interviews
Flex Interview Questions
4.0
 • 186 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
Navitasys India Interview Questions
4.2
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 83 Interviews
Wistron Interview Questions
3.9
 • 82 Interviews
View all
Secure Meters Embedded Software Developer Salary
based on 43 salaries
₹4.8 L/yr - ₹8 L/yr
5% less than the average Embedded Software Developer Salary in India
View more details

Secure Meters Embedded Software Developer Reviews and Ratings

based on 8 reviews

4.0/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

2.7

Salary

4.7

Job security

4.1

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 8 Reviews and Ratings
Executive
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer 1
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Secure Meters with

Genus Power Infrastructures

4.0
Compare

Hpl Electric & Power

3.5
Compare

Crompton Greaves Consumer Electricals

3.8
Compare

ABB

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