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
4.1

based on 808 Reviews

Filter interviews by

Secure Meters Java Developer Interview Questions and Answers

Updated 2 May 2024

Secure Meters Java Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Explain runtime polymorphism used in your project
  • Ans. 

    Runtime polymorphism in Java allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • Runtime polymorphism is achieved through method overriding, where a subclass provides its own implementation of a method that is already defined in its superclass.

    • The method to be overridden must have the same name, return type, and parameters in both the superclass and subclass.

    • At ...

  • Answered by AI
  • Q2. How do you do authentication and authorisation in your java spring boot app
  • Ans. 

    Authentication and authorization in a Java Spring Boot app involves using Spring Security for managing user access.

    • Use Spring Security to handle authentication and authorization

    • Configure security settings in the application.properties file

    • Implement custom authentication providers if needed

    • Use annotations like @PreAuthorize and @Secured for method-level security

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Test, java, spring, microservices

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Test, java, spring, microservices

Software Developer Interview Questions & Answers

Sanmina Sci user image LALITHVIGASHINIS 20UG0078

posted on 11 Oct 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basics of apti like ratio , probablity etc..

Round 2 - Group Discussion 

Technical group discussion

Round 3 - One-on-one 

(1 Question)

  • Q1. About skills and resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Pool drive and tough
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 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 

(4 Questions)

  • Q1. What is a data structure?
  • Ans. 

    A data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. What is a linked list?
  • Ans. 

    A linked list is a data structure where each element is connected to the next element through pointers.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can easily insert or delete elements without shifting other elements

    • Examples: singly linked list, doubly linked list, circular linked list

  • Answered by AI
  • Q3. What is HashSet?
  • Ans. 

    HashSet is a collection that does not allow duplicate elements and does not guarantee the order of elements.

    • HashSet implements the Set interface in Java.

    • It uses a hash table for storage.

    • Example: HashSet set = new HashSet<>();

Answered by AI
  • Q4. Explain recursion.
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Recursion can be used to solve problems like factorial calculation, Fibonacci sequence, and tree traversal.

  • Answered by AI
    Round 3 - One-on-one 

    (1 Question)

    • Q1. What is a static constructor?
    • Ans. 

      A static constructor is a special type of constructor in a class that is used to initialize static data members.

      • Static constructors are called only once when the class is first accessed.

      • They are used to initialize static variables or perform any necessary setup for the class.

      • Static constructors do not take any parameters and cannot be called explicitly.

      • Example: public class MyClass { static MyClass() { // initializatio

    • Answered by AI

    Skills evaluated in this interview

    I applied via campus placement at KJ Somaiya Institute of Engineering and Information Technology and was interviewed before Nov 2021. There were 4 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 - Coding Test 

    Their were 2 medium level leetcode questions and mcq on core subjects.

    Round 3 - Technical 

    (2 Questions)

    • Q1. 30 min technical round. It was mainly focus on core subject questions on oops, os , dbms and cn. 2 dsa questions were asked.
    • Q2. It was an hour long technical round. All the questions were dsa almost 8-10 questions were asked also you are supposed to provide the optimised code for the same.
    Round 4 - HR 

    (1 Question)

    • Q1. It was an hour long hr round which was also a elimination round.

    Interview Preparation Tips

    Topics to prepare for nVent Software Developer interview:
    • OS
    • DBMS
    • Computer Networking
    • DSA
    • OOPS
    Interview preparation tips for other job seekers - Just have confidence on your dsa skills and do core subjects well.

    Secure Meters Interview FAQs

    How many rounds are there in Secure Meters Java Developer interview?
    Secure Meters interview process usually has 1 rounds. The most common rounds in the Secure Meters interview process are Technical.
    How to prepare for Secure Meters Java 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 Hibernate, Java, Javascript, OOPS and SQL.
    What are the top questions asked in Secure Meters Java Developer interview?

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

    1. How do you do authentication and authorisation in your java spring boot ...read more
    2. Explain runtime polymorphism used in your proj...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Siemens Interview Questions
    4.1
     • 424 Interviews
    Thermax Limited Interview Questions
    4.2
     • 235 Interviews
    ABB Interview Questions
    4.1
     • 226 Interviews
    Foxconn Interview Questions
    4.0
     • 145 Interviews
    BHEL Interview Questions
    4.1
     • 104 Interviews
    Navitasys India Interview Questions
    4.2
     • 94 Interviews
    Wistron Interview Questions
    3.9
     • 81 Interviews
    TE Connectivity Interview Questions
    4.2
     • 80 Interviews
    View all
    Executive
    123 salaries
    unlock blur

    ₹3.7 L/yr - ₹10 L/yr

    Manager
    104 salaries
    unlock blur

    ₹7 L/yr - ₹23.3 L/yr

    Engineer
    102 salaries
    unlock blur

    ₹2.4 L/yr - ₹5.2 L/yr

    Engineer 1
    90 salaries
    unlock blur

    ₹2.9 L/yr - ₹5.3 L/yr

    Software Developer
    70 salaries
    unlock blur

    ₹4 L/yr - ₹8 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