Upload Button Icon Add office photos
Engaged Employer

i

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

Metafic Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Metafic Interview Questions, Process, and Tips

Updated 28 Dec 2024

Top Metafic Interview Questions and Answers

View all 6 questions

Metafic Interview Experiences

Popular Designations

8 interviews found

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

1 Programming question on Strings

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are Heuristics
  • Ans. 

    Heuristics are general rules or guidelines used to solve problems or make decisions more efficiently.

    • Heuristics are mental shortcuts that help simplify complex problems.

    • They are often based on past experiences and knowledge.

    • Heuristics can lead to biases and errors in decision-making.

    • Examples include 'availability heuristic' and 'representativeness heuristic'.

  • Answered by AI

Skills evaluated in this interview

UI and UX Designer Intern Interview Questions asked at other Companies

Q1. State the Heuristic principles. 'who' is Heuristic?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2022. 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 - Technical 

(3 Questions)

  • Q1. What is virtual DOM in react?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient rendering in React.

    • Virtual DOM is a JavaScript object that represents the actual DOM.

    • It allows React to update only the necessary parts of the UI, improving performance.

    • Changes made to the virtual DOM are compared with the previous version to determine what needs to be updated.

    • React then updates the actual DOM with the minimum required changes.

    • Virtu...

  • Answered by AI
  • Q2. Explain UseMemo, UseCallback, UseEffect uses, and lifecycle method in the class component.
  • Ans. 

    Explanation of React hooks and lifecycle methods

    • useMemo is used to memoize expensive computations and avoid unnecessary re-renders

    • useCallback is used to memoize functions and avoid unnecessary re-renders of child components

    • useEffect is used to perform side effects such as fetching data or updating the DOM

    • Lifecycle methods in class components are used to manage component state and perform side effects

    • ComponentDidMount i...

  • Answered by AI
  • Q3. Javascript array-based pattern questions dependent on loop, slice, and splice methods
Round 3 - Technical 

(2 Questions)

  • Q1. Write code for functional component to call an API and show a list from the response (given by the interviewer)
  • Ans. 

    Code for functional component to call API and show list from response

    • Use useEffect hook to call API on component mount

    • Use useState hook to store API response

    • Map through response data to display list

    • Handle loading and error states

  • Answered by AI
  • Q2. Write down the code from that API to integrate pagination on scrolling
  • Ans. 

    Code for integrating pagination on scrolling in Reactjs API

    • Use Intersection Observer API to detect when the user has scrolled to the bottom of the page

    • Fetch the next set of data from the server using an API call

    • Update the state with the new data and render it on the page

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare the hook used in to react, basic of JS, and be prepared for a real-life simple implementation like pagination in react.

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

It was pen paper test ..
4 question , basic simple question .
- find number in sorted and unsorted arrat .
- character count ,
- second min

4 psudeo code q.
error detection & output

Round 3 - Technical 

(1 Question)

  • Q1. Questions were about the prior question - what , why do u take this approach etc .

Interview Preparation Tips

Interview preparation tips for other job seekers - learn to write without using ide.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Metafic interview questions for popular designations

 Software Engineer

 (2)

 Reactjs Developer

 (2)

 Test Engineer

 (1)

 UI and UX Designer Intern

 (1)

 React Native Developer

 (1)

 Software Developer Intern

 (1)

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

I applied via Internshala and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic testing of creating function, adding arguments, returning the sum of arguments etc.,

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is the key for interns as they don't have much industry experience having a good communication enables employer to train a intern and thus opportunity

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 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 - Coding Test 

Logic test and js based coding questions for 45-60 mins

Round 3 - HR 

(2 Questions)

  • Q1. How would be dealing with an issue which was caused due to others?
  • Ans. 

    I would approach the issue by identifying the root cause and collaborating with the team to find a solution.

    • Identify the root cause of the issue

    • Collaborate with the team to find a solution

    • Communicate effectively with all parties involved

    • Take ownership of the issue and work towards a resolution

    • Document the issue and the steps taken to resolve it

  • Answered by AI
  • Q2. Where would you see yourself in next 3 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Comparatively easy with not much technicalities, easy to crack the interview.

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

Jobs at Metafic

View all

I applied via Company Website and was interviewed in Jul 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. Basic Manual Testing questions like SDLC, STLC, RTM, Agile, http status codes, Validation and Verification, Regression testing and Retesting. Automation questions based on Selenium Web driver: locators,...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and clear with your answers.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

I applied via Job Fair and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly javascript questions and a few react questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - learn redux and few hooks and everything from javascript.

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

Metafic Interview FAQs

How many rounds are there in Metafic interview?
Metafic interview process usually has 1-2 rounds. The most common rounds in the Metafic interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Metafic 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 Metafic. The most common topics and skills that interviewers at Metafic expect are Github, Javascript, HTML, Application Development and SQL.
What are the top questions asked in Metafic interview?

Some of the top questions asked at the Metafic interview -

  1. Write code for functional component to call an API and show a list from the res...read more
  2. Explain UseMemo, UseCallback, UseEffect uses, and lifecycle method in the class...read more
  3. How would be dealing with an issue which was caused due to othe...read more

Tell us how to improve this page.

Metafic Interview Process

based on 8 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Metafic Reviews and Ratings

based on 67 reviews

4.2/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

3.8

Salary

3.8

Job security

4.4

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 67 Reviews and Ratings
Flutter / FlutterFlow Developer

Bangalore / Bengaluru

1-2 Yrs

Not Disclosed

OutSystems Developer

Kolkata,

Mumbai

+5

2-7 Yrs

Not Disclosed

Explore more jobs
UI/UX Designer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Metafic with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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