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

Secure Meters Software Application Developer Interview Questions and Answers

Updated 18 Jun 2023

Secure Meters Software Application Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were 4 parts - basic of c#, basics of database, basics questions based on mechanics & basic English

Round 2 - Technical 

(3 Questions)

  • Q1. To write logic for counting characters in a line.
  • Ans. 

    Count characters in a line of text

    • Iterate through each character in the line

    • Use a counter variable to keep track of the number of characters

    • Exclude spaces or other non-alphabetic characters from the count

  • Answered by AI
  • Q2. To writer logic for converting hexadecimal to decimal
  • Ans. 

    To convert hexadecimal to decimal, multiply each digit by 16 raised to the power of its position.

    • Iterate through each digit of the hexadecimal number

    • Convert each digit to its decimal equivalent (0-9 or A-F)

    • Multiply the decimal value by 16 raised to the power of its position

    • Sum up all the values to get the decimal equivalent

  • Answered by AI
  • Q3. Can function overloading done on the basis of return type
  • Ans. 

    No, function overloading cannot be done on the basis of return type.

    • Function overloading is based on the number and type of parameters in the function signature, not the return type.

    • Having two functions with the same name but different return types would result in a compilation error.

    • Example: int add(int a, int b) and float add(int a, int b) would not be allowed.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What you learnt in last 6 months

Interview Preparation Tips

Interview preparation tips for other job seekers - They notice that how quickly you can adapt things and learn something new .. no matter if you don't know an answer but you will have to show that you are a quick learner.

Skills evaluated in this interview

Interview questions from similar companies

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

(3 Questions)

  • Q1. Basic family and behaviour
  • Q2. How is your strength?
  • Q3. What is family background?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly about .Net, AWS, Angular
Round 2 - Technical 

(1 Question)

  • Q1. Mostly about AWS, .Net
Round 3 - HR 

(1 Question)

  • Q1. Behavioral Round + Salary Discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

The authentication related questions and architecture wise too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare authentication types and How the middle ware working.

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About previous experience , and basic stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing deep on any concepts, only major questions decisive question is whether willing to travel frequently to outstation

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Return the list of pairs as the final result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Salary expectation .
  • Q2. Why should I hire you?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mendix Advanced questions.
  • Q2. Everything which you mentioned in your resume.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Assigned data analysis project

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Tell abt the projects
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 coding questions one was greedy and 2nd one was of dp.

Secure Meters Interview FAQs

How many rounds are there in Secure Meters Software Application Developer interview?
Secure Meters interview process usually has 4 rounds. The most common rounds in the Secure Meters interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Secure Meters Software Application 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 C#, .Net, ASP.Net, SQL Server and WCF.
What are the top questions asked in Secure Meters Software Application Developer interview?

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

  1. Can function overloading done on the basis of return t...read more
  2. To writer logic for converting hexadecimal to deci...read more
  3. To write logic for counting characters in a li...read more

Tell us how to improve this page.

Secure Meters Software Application Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 189 Interviews
Foxconn Interview Questions
3.9
 • 160 Interviews
Navitasys India Interview Questions
4.2
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 84 Interviews
Wistron Interview Questions
3.9
 • 82 Interviews
DBG Technology Interview Questions
3.8
 • 64 Interviews
Vertiv Interview Questions
3.9
 • 49 Interviews
ECIL Interview Questions
4.2
 • 48 Interviews
View all
Secure Meters Software Application Developer Salary
based on 49 salaries
₹4.7 L/yr - ₹7.7 L/yr
30% less than the average Software Application Developer Salary in India
View more details

Secure Meters Software Application Developer Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

2.7

Skill development

4.3

Work-life balance

3.5

Salary

4.7

Job security

4.0

Company culture

2.4

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Executive
127 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Engineer
105 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Manager
104 salaries
unlock blur

₹7 L/yr - ₹23.3 L/yr

Engineer 1
89 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Software Developer
69 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Secure Meters with

Bharat Electronics

4.2
Compare

Flex

4.0
Compare

Foxconn

3.9
Compare

Dixon Technologies

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