Upload Button Icon Add office photos

Filter interviews by

Mettl Interview Questions and Answers

Updated 17 May 2024

Mettl Interview Experiences

Popular Designations

4 interviews found

Sdet Engineer Interview Questions & Answers

user image Sumit Nimesh

posted on 17 May 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-

I was interviewed in Apr 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Sql related questions
  • Q2. Testcase related questions
  • Q3. Java collection based question
  • Q4. Testng, rest api, assertion

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy MCQ Test COgnitive and Psychometric

Round 2 - Technical 

(1 Question)

  • Q1. Interview on how to handle clients and all

Interview Preparation Tips

Interview preparation tips for other job seekers - should be aware of the ongoing market trends

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)

Online Proctoring Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2021

I applied via Awign and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Q1. Why did you choose this job. Q2. While doing proctoring if internet connection is lost What will you do? Q3. How will you identify malpractices.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was cool and good, interviewer was friendly.

Interview Preparation Tips

Round: Test
Experience: Numeric Reasoning Test

Round: Test
Experience: Numeric Reasoning Test

Round: Test
Experience: Numeric Reasoning Test

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Mettl interview questions for popular designations

 Customer Success Manager

 (1)

 Sdet Engineer

 (1)

 Senior Associate

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Attend face-to-face interview.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. How many years of work experience do you have in call audits?
  • Q3. Would you be able to audit 35 calls per day?
  • Q4. Would you be able to work under pressure and hectic shift timings?
Round 3 - Business Head 

(2 Questions)

  • Q1. Tell me about youself?
  • Q2. Would you be able to work according to shift timings?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give interview, Join and share experiance!
Try to contact employees who are working.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asking about my Self and My Experience.....Team Work ......?
  • Q2. How Many projects have you done?
  • Ans. 

    I have successfully completed 10 projects in my career as a Sales Manager.

    • Managed a team to successfully launch a new product, resulting in a 20% increase in sales

    • Implemented a new CRM system that improved efficiency and communication within the sales team

    • Led a project to expand into a new market, resulting in a 30% growth in revenue

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

(2 Questions)

  • Q1. Asking about Career Journey?
  • Q2. Asking about the Family Background and Location?
Round 3 - One-on-one 

(2 Questions)

  • Q1. That is the Face to Face by Senior Person Regarding all things?
  • Q2. Asking about the All Experience?
Round 4 - One-on-one 

(2 Questions)

  • Q1. In this 4 th Question Asking about the Deal How many have you Done ....
  • Q2. What is the behaviour ?
  • Ans. 

    Behaviour refers to the actions, reactions, and conduct of an individual in a particular situation.

    • Behaviour is influenced by personality, values, beliefs, and emotions.

    • It can be observed through verbal and non-verbal cues.

    • Consistent behaviour patterns can indicate a person's character.

    • Examples: assertiveness, empathy, adaptability, resilience.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Investoxpert is the good company..... future Growth is there ..... Family Environment...every person is supportable ....
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Five coding questions along with technical questions focusing on Object-Oriented Programming (OOP) and the expected output of Java programs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Enthusiastic about learning new technologies and collaborating with team members

  • Answered by AI
  • Q2. Find height of binary tree, Find first repeating character, Find number of Islands
  • Ans. 

    The candidate is asked to solve three common coding problems related to binary trees, strings, and matrices.

    • To find the height of a binary tree, you can use a recursive function to traverse the tree and calculate the height at each node.

    • To find the first repeating character in a string, you can use a hashmap to store the frequency of each character and then iterate through the string to find the first character with a ...

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

(1 Question)

  • Q1. Based on project
Round 4 - HR 

(1 Question)

  • Q1. Didn't Qualify for it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Test contains 26 questions for me 13 are java based 13 are c++ based

Round 2 - Technical 

(2 Questions)

  • Q1. Indexing in dbms
  • Ans. 

    Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Examples of indexing techniques include B-tree, hash, and bitmap indexes.

    • Indexing can...

  • Answered by AI
  • Q2. Find whether two strings are or not anagrams
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Inorder traversal without recursion
  • Ans. 

    Use a stack to simulate the recursive inorder traversal process

    • Create an empty stack to store nodes

    • Start with the root node and push it onto the stack

    • While the stack is not empty, keep traversing left and pushing nodes onto the stack

    • Once you reach a leaf node, pop it from the stack, print its value, and move to its right child

    • Repeat the process until all nodes have been visited

  • Answered by AI
  • Q2. How to make a class final
  • Ans. 

    To make a class final, use the 'final' keyword in the class declaration.

    • Use the 'final' keyword before the 'class' keyword in the class declaration

    • A final class cannot be subclassed or extended

    • Final classes are often used for utility classes or classes that should not be modified

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal

Round 1 - Technical 

(3 Questions)

  • Q1. What do i know about this role ?
  • Ans. 

    Product Manager is responsible for developing and managing a product or product line throughout its lifecycle.

    • Responsible for defining the product vision and strategy

    • Collaborates with cross-functional teams such as engineering, design, and marketing

    • Analyzes market trends and competition to make informed product decisions

    • Creates product roadmaps and prioritizes features based on customer feedback

    • Tracks key performance m

  • Answered by AI
  • Q2. How you think you will be an asset for companies ?
  • Q3. Situational question to see which KPI can be used ?

Mettl Interview FAQs

How many rounds are there in Mettl interview?
Mettl interview process usually has 1-2 rounds. The most common rounds in the Mettl interview process are Technical and Aptitude Test.
How to prepare for Mettl 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 Mettl. The most common topics and skills that interviewers at Mettl expect are Agile, Analytical, Coding, Java and CRM.
What are the top questions asked in Mettl interview?

Some of the top questions asked at the Mettl interview -

  1. Interview on how to handle clients and ...read more
  2. Testng, rest api, assert...read more
  3. Sql related questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Mettl interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

Mettl Reviews and Ratings

based on 72 reviews

3.8/5

Rating in categories

4.0

Skill development

3.8

Work-Life balance

3.8

Salary & Benefits

3.7

Job Security

3.9

Company culture

3.5

Promotions/Appraisal

3.9

Work Satisfaction

Explore 72 Reviews and Ratings
Technical Lead
7 salaries
unlock blur

₹31 L/yr - ₹47.5 L/yr

Assessor
7 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Product Manager
7 salaries
unlock blur

₹14 L/yr - ₹40 L/yr

Software Developer II
7 salaries
unlock blur

₹10 L/yr - ₹25.4 L/yr

Technology Consultant
6 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Explore more salaries
Compare Mettl with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview