Upload Button Icon Add office photos
Engaged Employer

i

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

QMetry Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

QMetry Interview Questions, Process, and Tips

Updated 19 Jul 2024

Top QMetry Interview Questions and Answers

QMetry Interview Experiences

Popular Designations

6 interviews found

Java Developer Interview Questions & Answers

user image Anonymous Function

posted on 7 Jul 2024

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

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

Round 1 - Coding Test 

Prepare basic like core java , spring boot and MySQL.

Round 2 - Technical 

(3 Questions)

  • Q1. What is hashcode method does?
  • Ans. 

    The hashcode method in Java returns the hash code value for an object.

    • Returns an integer value representing the object's memory address

    • Used for efficient storage and retrieval in hash-based collections like HashMap

    • Should be overridden in custom classes to ensure proper functionality

  • Answered by AI
  • Q2. What is internal workingd of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine its index in the array.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to find the correct index and then the l...

  • Answered by AI
  • Q3. What is method overriding and overloading
  • Ans. 

    Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class. Method overloading is when multiple methods have the same name but different parameters.

    • Method overriding is used for runtime polymorphism.

    • Method overloading is used for compile-time polymorphism.

    • Example of method overriding: public class Animal { public void sound() { System.out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice makes man perfect

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. - Java core concepts like hashcode & equals - Internal working of hashmap - Java stream API with live example for fetching list of employees based on emp name starts with something. Coding question to fin...
Round 2 - Technical 

(1 Question)

  • Q1. LinkedList vs ArrayList Comparator in java Explain the logic for creating a utility to validate XML.(You can explain how you can use Stack to write the logic) Provide a HLD for a URL shortner
  • Ans. 

    Comparison between LinkedList and ArrayList, explanation of Comparator in Java, logic for XML validation using Stack, and HLD for URL shortener.

    • LinkedList is a doubly linked list while ArrayList is a resizable array

    • LinkedList is efficient for frequent insertions and deletions, while ArrayList is efficient for random access

    • Comparator interface in Java is used to define custom sorting logic for objects

    • XML validation can ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal Discussion about company and environment and expectations

Skills evaluated in this interview

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Focus on core java , Like string , and java collections , and spring , spring boot

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 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 

Two coding questions, related to Arrays and String java
1 was find second largest number in array without sorting
2. Permutation of string

Round 3 - HR 

(3 Questions)

  • Q1. Basic questions, what you have done previous project
  • Q2. Tell me about yourself
  • Q3. What is last project

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding , Read your resume before interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

QMetry interview questions for popular designations

 Java Developer

 (2)

 Product Marketing

 (1)

 Software Developer

 (1)

 Senior Software Engineer 1

 (1)

 Associate Software Engineer

 (1)

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

I applied via Approached by Company and was interviewed before Aug 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Core java, Spring boot and sql questions were asked

Interview Preparation Tips

Topics to prepare for QMetry Associate Software Engineer interview:
  • Core Java
  • collection framework
  • SQL
  • Procedures
  • Spring Boot
  • OOPS
Interview preparation tips for other job seekers - Medium level interview. You should know your stuff.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Product Marketing Interview Questions & Answers

user image ritvick udasi

posted on 29 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Assignment 

Assignment was inclined with the JD, read the JD carefully!

Interview Preparation Tips

Interview preparation tips for other job seekers - I read the assignment and asked all the questions before starting so that I have a good understanding of what to include in the answers.

Product Marketing Interview Questions asked at other Companies

Q1. If client ask to get the instant packaging Within a day, whereas packaging takes more than 2 days what will you do in this situation?
View answer (2)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is encapsulation ?
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • In Java, encapsulation is achieved through the use of access modifiers such as private, public, and protected.

    • For example, a class may have private variables that c...

  • Answered by AI
  • Q2. What is the meaning of string.
  • Ans. 

    A string is a sequence of characters used to represent text in programming.

    • Strings are often used for storing and manipulating text data.

    • In Java, strings are represented by the String class.

    • Strings can be concatenated using the + operator.

    • Strings are immutable, meaning they cannot be changed once created.

    • Examples of string literals include "hello world" and "42".

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not tell about salary expectations

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Write program fibonacci series, write program using boolean, write class cast exceptn, singleton design pattern(like you have to jvm one have jdk 1.7 and other have jdk 1.8 how many instance created if one...
  • Ans. 

    This interview question covers various topics including programming, design patterns, data structures, and exception handling in Java.

    • Write a program to generate the Fibonacci series

    • Write a program using boolean variables

    • Explain the ClassCastException and how to handle it

    • Discuss the Singleton design pattern and its implementation with different JDK versions

    • Explain abstract classes and interfaces in your current project

    • ...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: core java , spring, hibernate, jsp, jpa

Skills evaluated in this interview

I appeared for an interview in Feb 2017.

Interview Questionnaire 

3 Questions

  • Q1. Basic Java questions, OOPs questions, Questions on abstract, Inteface classes, Spring questions, Hibernate questions, Tomcat server questions.
  • Q2. Related to Project in you worked, work experience, how many technology you know about
  • Q3. Hobbies, aspirations, your family background, what you like dislike, Salary negotiation.

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was for 30 minutes duration. They have started with basic concepts like Abstract, Interface etc. Then they moved to core java. Some basic question on core java related to Exceptions, try-catch-finally blocks. Spring MVC basic questions, bean mapping questions. use of tomcat server in eclipse.
Tips: I was lucky at that day.
Interview was more likely of fresher level. I was first in the interview process, interviewer were not ready, so they directly asked few questions to me.
Level of interview was not up to the mark, I prepared for tougher interview, gone thru 500+ questions on core java, spring, hibernate, exceptions and try catch.
0-3 years in java is equivalent to fresher. But you have to be prepared for worst if you really wanted the job.
Before going to the interview, Do hands-on.

Round: Technical + HR Interview
Experience: They call it MR interview.
This interview was on call, after TR, same day. One HR dialed a no. for me.
The person asked about my previous experience in projects, How many technologies I have worked on. Why i am leaving my current employers as I have only 2 years of experience.
How much I am open up to new technologies.
Where i see myself after 5 years.
What are my career aspirations.
How much flexible I am with shifts and work loads.
Tips: Its simple round, You have to be sure why you want this job. give them a very valid reason of your own. Don't copy anybody else's answer. Be confident. If it is on call, speak clearly, maintain pace and voice. They may throw situations and puzzles. be calm, use your mind. Its fine if you don't know about anything. But don't tell directly that you don't know. Try to use all the positive words and phrases.

Round: HR Interview
Experience: They asked some question about myself. about family background. about hobbies and from your resume also, like how many projects you have done.How you are feeling in IT industry. Why this company.
At last salary negotiations. They have started with lowest, 10% hike. and i was expecting 40-50% hike.
I am getting 4 LPA right now, the offered me 5.2LPA at last. I had no options, so i agreed.
But i was very disappointed and tried my best to get more, but they convinced me that it is the best for my role.
Tips: Be confident and look happy, show the joy when you tell about your hobbies. It will lighten up the environment.
Don't insult your previous employer. Defend your current employer if the say something wrong, It a tricky ques

Java Developer Interview Questions & Answers

TCS user image vishali ravichandran

posted on 13 Jul 2017

I appeared for an interview in Jun 2017.

Interview Questionnaire 

2 Questions

  • Q1. The questions are about fully java
  • Q2. About myself, and something about java, then the questions about general topic

Interview Preparation Tips

Round: Technical Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

Round: HR Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

College Name: Avvm spc, thanjavur

QMetry Interview FAQs

How many rounds are there in QMetry interview?
QMetry interview process usually has 2 rounds. The most common rounds in the QMetry interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for QMetry 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 QMetry . The most common topics and skills that interviewers at QMetry expect are JPA, Javascript, Hibernate, Java and Spring Boot.
What are the top questions asked in QMetry interview?

Some of the top questions asked at the QMetry interview -

  1. LinkedList vs ArrayList Comparator in java Explain the logic for creating a uti...read more
  2. What is method overriding and overload...read more
  3. What is internal workingd of Hash...read more

Tell us how to improve this page.

QMetry Interview Process

based on 6 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Indium Software Interview Questions
4.0
 • 162 Interviews
Apexon Interview Questions
3.3
 • 137 Interviews
ACI Worldwide Interview Questions
4.2
 • 11 Interviews
View all

QMetry Reviews and Ratings

based on 14 reviews

3.3/5

Rating in categories

2.9

Skill development

3.9

Work-life balance

3.3

Salary

3.0

Job security

3.5

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹5.8 L/yr - ₹15.4 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹4.3 L/yr - ₹7.5 L/yr

Technical Lead
7 salaries
unlock blur

₹11 L/yr - ₹21 L/yr

QA Engineer
5 salaries
unlock blur

₹5.8 L/yr - ₹7.1 L/yr

UI Developer
5 salaries
unlock blur

₹4.9 L/yr - ₹11 L/yr

Explore more salaries
Compare QMetry with

Smartters Software

3.6
Compare

Apexon

3.3
Compare

Cigniti Technologies

3.7
Compare

Indium Software

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