Upload Button Icon Add office photos

Filter interviews by

Metaminds Software Solutions Interview Questions and Answers

Updated 31 Jul 2024

Metaminds Software Solutions Interview Experiences

Popular Designations

4 interviews found

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

(3 Questions)

  • Q1. What work you did apart from your project
  • Ans. 

    Apart from my project, I have worked on developing a personal website, contributing to open source projects, and participating in coding competitions.

    • Developed a personal website using HTML, CSS, and JavaScript

    • Contributed to open source projects on GitHub

    • Participated in coding competitions like Codeforces and LeetCode

  • Answered by AI
  • Q2. What is Orm in sql
  • Ans. 

    ORM stands for Object-Relational Mapping, a programming technique for converting data between incompatible type systems in object-oriented programming languages and relational databases.

    • ORM is a programming technique that allows developers to work with objects in code instead of database tables.

    • It maps object-oriented models to relational database tables, simplifying data manipulation.

    • ORM frameworks like Hibernate, JPA...

  • Answered by AI
  • Q3. Write program for condition in exceptionala handling?
  • Ans. 

    Program for condition in exception handling in Java

    • Use try-catch blocks to handle exceptions

    • Use if-else statements within catch blocks to check for specific conditions

    • Throw custom exceptions based on conditions

  • Answered by AI

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)
Round 1 - One-on-one 

(1 Question)

  • Q1. All details about background
Round 2 - Technical 

(1 Question)

  • Q1. If Product Manager likes no another rounds
Round 3 - HR 

(2 Questions)

  • Q1. Details background work
  • Q2. Background work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about skills nothing worry about it

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Airlines code
  • Q2. International, domestic codes

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is about knowledge on airlines codes and communication skills I tryed to answer most of the questions correctly.and they said to write a code on paper and I think It was good experience and pretty well for a fresh

AIR Ticketing Executive Interview Questions asked at other Companies

Q1. What is the most important thing is airhostess girl
View answer (6)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2021

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is Sql ,what is RDBMS, What are non sql tools, what is schema
  • Ans. 

    SQL is a programming language used to manage relational databases. RDBMS is a software used to manage databases. Non-SQL tools are alternatives to SQL. Schema is a blueprint of a database.

    • SQL is used to manage relational databases

    • RDBMS is a software used to manage databases

    • Non-SQL tools are alternatives to SQL, such as NoSQL databases

    • Schema is a blueprint of a database, defining its structure and relationships

  • Answered by AI
  • Q2. And some of the Business Techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Direct Face to Face

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Metaminds Software Solutions interview questions for popular designations

 AIR Ticketing Executive

 (1)

 Data Analyst

 (1)

 Java Developer

 (1)

 Softwaretest Engineer

 (1)

Interview questions from similar companies

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

Test scenarios, regression sanity and integration testing

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

I applied via Company Website and was interviewed in Apr 2023. There were 5 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. Detailed discussion on the projects worked on
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions and answers
Round 4 - Technical 

(1 Question)

  • Q1. Face to face interview
Round 5 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and.
This is the correct place if yo want to gain more technical knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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 - Technical 

(3 Questions)

  • Q1. Describe the inner working of recyclerview?
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large data sets that can be scrolled efficiently.

    • It reuses the views that are no longer visible to display new data.

    • It uses a LayoutManager to position the items and a ViewHolder to cache the views.

    • It provides built-in animations for adding, removing, and updating items.

    • It supports both vertical and hori...

  • Answered by AI
  • Q2. Difference between Array and Linkedlist?
  • Ans. 

    Array is a collection of elements of similar data type stored in contiguous memory locations. LinkedList is a data structure where each element is a separate object with a reference to the next element.

    • Array has fixed size, LinkedList can grow dynamically

    • Array has faster access time, LinkedList has faster insertion and deletion time

    • Array is best for random access, LinkedList is best for sequential access

    • Example of Arra...

  • Answered by AI
  • Q3. What is context? explain it's types
  • Ans. 

    Context is an object that provides access to application-specific resources and classes.

    • Context is used to get access to system services, resources, preferences, etc.

    • There are two types of context: Application Context and Activity Context.

    • Application Context is tied to the lifecycle of the application and is available throughout the application.

    • Activity Context is tied to the lifecycle of an activity and is available o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have thorough knowledge of Android topics you mention.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is different between router and switches?
  • Ans. 

    Routers connect different networks, switches connect devices within a network.

    • Routers operate at the network layer and use IP addresses to forward packets between networks.

    • Switches operate at the data link layer and use MAC addresses to forward frames within a network.

    • Routers can prioritize traffic and perform network address translation (NAT).

    • Switches can create virtual LANs (VLANs) to segment a network.

    • Example of a r...

  • Answered by AI
  • Q2. What is different between windows 10 and windows 7
  • Ans. 

    Windows 10 has a more modern interface, better security features, and improved performance compared to Windows 7.

    • Windows 10 has a Start menu with live tiles, while Windows 7 has a traditional Start menu.

    • Windows 10 has Cortana, a virtual assistant, while Windows 7 does not.

    • Windows 10 has better security features such as Windows Hello, biometric authentication, and improved Windows Defender.

    • Windows 10 has improved perfor...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Analytical thinking Attention to details Customer service best practices Knowledge of hardware and networking knowledge of networking troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills
Networking troubleshooting
Hardware troubleshooting

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Program output prediction,Logical

Round 2 - Coding Test 

3 programs ,any Language you choose. One SQL and 2 programs

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Coding skills
  • Logic
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Design the APIs for uber/ola kind of use-case.
  • Ans. 

    Designing APIs for a ride-sharing service like Uber/Ola.

    • Create endpoints for user registration, login, booking a ride, cancelling a ride, viewing ride history, and rating drivers.

    • Include authentication and authorization mechanisms to ensure secure access to the APIs.

    • Implement endpoints for driver registration, accepting/rejecting ride requests, updating location, and viewing earnings.

    • Utilize geolocation services for tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First 6 months were very crucial( Probation Period ), its better to show your full potential from day 1 So that you are permanent after 6 months.

Metaminds Software Solutions Interview FAQs

How many rounds are there in Metaminds Software Solutions interview?
Metaminds Software Solutions interview process usually has 2 rounds. The most common rounds in the Metaminds Software Solutions interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Metaminds Software Solutions interview?

Some of the top questions asked at the Metaminds Software Solutions interview -

  1. what is Sql ,what is RDBMS, What are non sql tools, what is sche...read more
  2. write program for condition in exceptionala handli...read more
  3. What is Orm in ...read more

Tell us how to improve this page.

Metaminds Software Solutions Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.2
 • 26 Interviews
ClaySys Interview Questions
3.0
 • 24 Interviews
Contus Interview Questions
4.3
 • 20 Interviews
Knoldus Inc Interview Questions
4.0
 • 20 Interviews
DynPro Interview Questions
3.8
 • 18 Interviews
View all

Metaminds Software Solutions Reviews and Ratings

based on 52 reviews

2.8/5

Rating in categories

2.6

Skill development

2.8

Work-life balance

2.2

Salary

2.3

Job security

2.5

Company culture

2.1

Promotions

2.6

Work satisfaction

Explore 52 Reviews and Ratings
Operations Executive
53 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Data Analyst
25 salaries
unlock blur

₹1.5 L/yr - ₹5.8 L/yr

Senior Executive Operations
16 salaries
unlock blur

₹2.6 L/yr - ₹7.5 L/yr

Senior Executive
10 salaries
unlock blur

₹3 L/yr - ₹6.3 L/yr

Accountant
9 salaries
unlock blur

₹3 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Metaminds Software Solutions with

Accel Frontline

3.9
Compare

VHS Consulting

3.7
Compare

Apex CoVantage

3.2
Compare

IVTL Infoview Technologies

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