Upload Button Icon Add office photos
Engaged Employer

i

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

Metawallah Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Metawallah Programmer Analyst Interview Questions, Process, and Tips

Updated 10 Nov 2022

Metawallah Programmer Analyst Interview Experiences

1 interview found

Programmer Analyst Interview Questions & Answers

user image Akanksha Verma

posted on 10 Nov 2022

I applied via LinkedIn and was interviewed in Oct 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 - Coding Test 

What is the PDCA cycle and where testing fits in?

Round 3 - One-on-one 

(5 Questions)

  • Q1. What are the types of defects?
  • Ans. 

    Defects can be classified into four types: functional, performance, cosmetic, and structural.

    • Functional defects affect the functionality of the software, such as incorrect calculations or missing features.

    • Performance defects affect the speed or efficiency of the software, such as slow response times or high resource usage.

    • Cosmetic defects affect the appearance of the software, such as incorrect fonts or colors.

    • Structur...

  • Answered by AI
  • Q2. What is exploratory testing?
  • Ans. 

    Exploratory testing is a type of testing where the tester explores the software system without a predefined test plan.

    • It involves simultaneous learning, test design, and test execution.

    • It is useful when there is limited time for testing or when the requirements are unclear.

    • It can uncover defects that might be missed by scripted testing.

    • It requires skilled testers who can think creatively and critically.

    • Examples include...

  • Answered by AI
  • Q3. What is Adhoc testing?
  • Ans. 

    Adhoc testing is an informal and unplanned testing approach where the tester tries to break the system by executing random tests.

    • Adhoc testing is performed without any formal test plan or test case documentation.

    • It is usually performed by experienced testers who use their intuition and knowledge to identify defects.

    • Adhoc testing can be performed at any stage of the software development life cycle.

    • It is useful for ident...

  • Answered by AI
  • Q4. What is API and bottom-up testing?
  • Ans. 

    API stands for Application Programming Interface. Bottom-up testing is a testing approach that starts from the lowest level of the software.

    • API is a set of protocols, routines, and tools for building software applications.

    • API allows different software applications to communicate with each other.

    • Bottom-up testing is a testing approach that starts with testing the smallest and lowest level components of the software.

    • Bott...

  • Answered by AI
  • Q5. Which types are testing are important for web testing?
  • Ans. 

    Functional, Performance, Security and Compatibility testing are important for web testing.

    • Functional testing ensures that the website functions as expected

    • Performance testing checks the website's speed and response time

    • Security testing checks for vulnerabilities and ensures data protection

    • Compatibility testing ensures the website works on different browsers and devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly coding questions were asked. Interview experience is quite good.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 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 

A Google Form-based Aptitude Test with Basic Questions

Round 3 - Technical 

(1 Question)

  • Q1. Asked Basic Time Complexity and DSA Questions like Time Complexity Of quick sort use of stack Data Structure etc
Round 4 - Coding Test 

It was the final round asked to do a medium-level coding Question to convert a number such as 244 to word i.e Two Hundred and Forty four

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazyloading
  • Ans. 

    Lazy loading is a design pattern commonly used in software development to defer the loading of non-essential resources until they are actually needed.

    • Lazy loading helps improve performance by only loading resources when they are required.

    • It is commonly used in web development to load images, videos, or other content as the user scrolls down a page.

    • Lazy loading can also be used in database queries to fetch data only whe

  • Answered by AI
  • Q2. What is difference between angularJS and angular 2
  • Ans. 

    AngularJS is the first version of Angular, while Angular 2 is a complete rewrite with improved performance and features.

    • AngularJS is based on JavaScript, while Angular 2 is based on TypeScript.

    • AngularJS uses controllers and $scope for data binding, while Angular 2 uses components and directives.

    • AngularJS has two-way data binding, while Angular 2 has one-way data binding.

    • AngularJS has a digest cycle for change detection...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Puzzle asked from CEO

Skills evaluated in this interview

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

(1 Question)

  • Q1. Easy opps and java
Round 2 - Behavioral 

(1 Question)

  • Q1. Puzzles , above myself and sql
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Basic discussions
  • Q2. Expectations to work
  • Ans. 

    I expect a collaborative environment, opportunities for growth, and clear communication to enhance productivity and job satisfaction.

    • Collaboration: I thrive in teams where ideas are shared openly, like during code reviews or brainstorming sessions.

    • Growth Opportunities: I appreciate companies that invest in employee development, such as offering training programs or workshops.

    • Clear Communication: Regular updates and fee...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Assignment 

A simple Google form assignment to shortlist candidates

Round 2 - Technical 

(2 Questions)

  • Q1. ML related questions
  • Q2. Find duplicates in array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eazy process

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Spyne user image Purushottam Mandal_94

posted on 5 Dec 2024

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

BE Assignment containing how to make a simple backend task

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question

Metawallah Interview FAQs

How many rounds are there in Metawallah Programmer Analyst interview?
Metawallah interview process usually has 3 rounds. The most common rounds in the Metawallah interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Metawallah Programmer Analyst interview?

Some of the top questions asked at the Metawallah Programmer Analyst interview -

  1. Which types are testing are important for web testi...read more
  2. What are the types of defec...read more
  3. What is API and bottom-up testi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
Spyne Interview Questions
3.7
 • 13 Interviews
View all

Metawallah Programmer Analyst Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

5.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Business Development Manager
12 salaries
unlock blur

₹4.2 L/yr - ₹13.4 L/yr

Team Lead
3 salaries
unlock blur

₹7.2 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Metawallah with

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

Woodenstreet.com

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