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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

They asked you to automate a complete URL end to end testing

Round 2 - Technical 

(2 Questions)

  • Q1. Basic question asked on the coding that you have used in your project
  • Q2. CORE JAVA Concept
Round 3 - Technical 

(2 Questions)

  • Q1. Focused on your project will ask you about your previous project
  • Q2. Some coding question like finding repeatative string etc
Round 4 - HR 

(1 Question)

  • Q1. Asked you about generic questions like your hobby your strength, weakness, what are the things that you have achieved
Round 5 - Behavioral 

(1 Question)

  • Q1. A general discussion with the CEO. Very understanding will ask you some general question same why you wanna work with them and all.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. I am searching for job IT Location Chandigarh
  • Q2. My name is vaibhav Sharma I am from Chandigarh I am find in the Job
  • Q3. I'm searching for Job Chandigarh location
  • Q4. I'm interested

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm interested in

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.

People are getting interviews through

based on 2 Metaminds Software Solutions interviews
WalkIn
Referral
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

NexTurn Interview Questions
4.2
 • 25 Interviews
ClaySys Interview Questions
3.0
 • 23 Interviews
Contus Interview Questions
4.5
 • 20 Interviews
Knoldus Inc Interview Questions
4.1
 • 19 Interviews
Xactly Corp Interview Questions
3.9
 • 17 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 & Benefits

2.3

Job Security

2.5

Company culture

2.2

Promotions/Appraisal

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

IVTL Infoview Technologies

3.6
Compare

Apex CoVantage

3.3
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