Upload Button Icon Add office photos

Filter interviews by

Matiyas Interview Questions and Answers

Updated 1 Nov 2023

Matiyas Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Brief intro, events based questions, technical & functional questions, family background
  • Q2. How many project completed and role in the project

Interview Preparation Tips

Interview preparation tips for other job seekers - More of event based questions and practical test

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Your past internship experience?
  • Ans. 

    I have completed internships at two tech companies, where I worked on product development and market research.

    • Developed new features for a mobile app at Company A

    • Conducted user surveys and analyzed data to improve user experience at Company B

    • Collaborated with cross-functional teams to launch a new product at Company A

  • Answered by AI
  • Q2. Expectations from PM role and your skills?
  • Ans. 

    Expectations from PM role include leading product development, collaborating with cross-functional teams, and driving product strategy.

    • Leading product development by defining product roadmap and prioritizing features

    • Collaborating with cross-functional teams such as engineering, design, and marketing to ensure successful product launches

    • Driving product strategy by analyzing market trends, customer feedback, and competit...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Sep 2023.

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 - Coding Test 

15 minutes on paper coding questions is given

Round 3 - Technical 

(4 Questions)

  • Q1. Java related question
  • Q2. Jdk information on java
  • Q3. Java interface in actual coding
  • Ans. 

    Java interfaces are used to define a contract for classes to implement, allowing for polymorphism and loose coupling.

    • Interfaces in Java are used to define abstract methods that must be implemented by classes that implement the interface.

    • Interfaces can also contain constants, default methods, and static methods.

    • Example: interface Animal { void eat(); } class Dog implements Animal { public void eat() { System.out.println

  • Answered by AI
  • Q4. Object oriented programming langauge
Round 4 - One-on-one 

(1 Question)

  • Q1. Hr round on java

Interview Preparation Tips

Interview preparation tips for other job seekers - not too good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2023. 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 - Aptitude Test 

Basic computer knowledge, English grammar

Round 3 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself Common question
  • Q2. Tell me about yourself
  • Q3. Common topic we say about that topic
  • Q4. Testing english knowledge
Round 4 - One day observation 

(1 Question)

  • Q1. Just observe how we work
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

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 

(3 Questions)

  • Q1. What is bias variance tradeoff in machine learning
  • Ans. 

    Bias-variance tradeoff is the balance between underfitting and overfitting in machine learning models.

    • Bias refers to error from erroneous assumptions in the learning algorithm, leading to underfitting.

    • Variance refers to error from sensitivity to small fluctuations in the training set, leading to overfitting.

    • The tradeoff involves finding the right level of model complexity to minimize both bias and variance.

    • Regularizati...

  • Answered by AI
  • Q2. Explain your project
  • Q3. Write a SQL code to find 2nd highest salary
  • Ans. 

    SQL code to find 2nd highest salary

    • Use the MAX() function to find the highest salary

    • Use the WHERE clause to exclude the highest salary

    • Order the salaries in descending order and limit the result to 1

  • Answered by AI

Skills evaluated in this interview

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

I applied via AmbitionBox and was interviewed in Mar 2023. There were 2 interview rounds.

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

(5 Questions)

  • Q1. At to nhi hai yrr tum tud ho gya hai kya tumhare liye hai kya tumhare liye hai kya tumhare liye hai kya
  • Q2. Tumhare liye hai kya tumhare liye hai kya tumhare liye hai kya tumhare liye hai kya tumhare liye hai kya tumhare
  • Q3. Fgtyyyyyy in the tiger Raja Singh and my friend not
  • Q4. Your name is not send me the tiger Raja Singh and my friend not your friend not your friend
  • Q5. Try to get the tiger Raja Singh and my friend not your friend not your friend not

I applied via Walk-in and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduction, salse Related question
  • Q2. System Related question
  • Q3. Banking Related question
  • Q4. Past job Related question
Round 3 - Assignment 

Online courses provide by company

Interview Preparation Tips

Interview preparation tips for other job seekers - Trending provide company online
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

..............................

Round 2 - Coding Test 

...................................

Round 3 - One-on-one 

(2 Questions)

  • Q1. Java ,oops,DBMS,data structure
  • Q2. Diff between throw and throws Diff between class and interface
  • Ans. 

    throw vs throws and class vs interface

    • throw is used to explicitly throw an exception in a method while throws is used to declare the exception that a method may throw

    • class is a blueprint for creating objects while interface is a collection of abstract methods that can be implemented by a class

    • throw is followed by an exception object while throws is followed by the name of the exception class

    • a class can have constructor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview preparation tips for other job seekers
- Focus on your coding skills in Java or C++ (they don't allow python idk why, may be because it is dynamically typed), DBMS, SQL and DS. Practice basic CP question and slay the interview like a king

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

First round was based on logical questions and was taken on hacker earth

Round 3 - Technical 

(1 Question)

  • Q1. First question was based on rotating a matrix by 90 degrees

I applied via Walk-in and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Accept all problem....
  • Q2. What is vernier caliper liscaunt...?
  • Ans. 

    Vernier caliper is a precision measuring tool used to accurately measure dimensions of objects.

    • Vernier caliper has a main scale and a sliding vernier scale for more precise measurements.

    • It can measure internal dimensions, external dimensions, and depth of objects.

    • The accuracy of a vernier caliper is typically up to 0.02 mm.

    • Example: Measuring the diameter of a small rod using a vernier caliper.

  • Answered by AI
  • Q3. What is ppm how many use ..??
  • Ans. 

    PPM stands for parts per million, a unit of measurement used to describe the concentration of a substance in a solution.

    • PPM is commonly used in various industries such as manufacturing, environmental monitoring, and water treatment.

    • It is used to express very small concentrations of pollutants or chemicals in air, water, soil, etc.

    • For example, if a water sample contains 5 ppm of lead, it means there are 5 parts of lead

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Venus Industrial Corporation Junior Mechanical Engineer interview:
  • Instruments

Matiyas Interview FAQs

How many rounds are there in Matiyas interview?
Matiyas interview process usually has 2 rounds. The most common rounds in the Matiyas interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.6
 • 1.3k Interviews
Any Brand Interview Questions
4.1
 • 55 Interviews
Pie Infocomm Interview Questions
4.6
 • 36 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 33 Interviews
Birla White Interview Questions
4.2
 • 24 Interviews
FreshToHome Interview Questions
3.6
 • 23 Interviews
Beyondriffs Interview Questions
4.7
 • 21 Interviews
View all

Matiyas Reviews and Ratings

based on 28 reviews

4.3/5

Rating in categories

4.4

Skill development

4.2

Work-Life balance

4.3

Salary & Benefits

4.3

Job Security

4.4

Company culture

4.2

Promotions/Appraisal

4.4

Work Satisfaction

Explore 28 Reviews and Ratings
ERP Functional Consultant
4 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Matiyas with

ACTE

4.7
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.2
Compare

Ricoh

3.8
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