Upload Button Icon Add office photos

MNC Group

Compare button icon Compare button icon Compare

Filter interviews by

MNC Group Web Developer Interview Questions and Answers

Updated 19 Oct 2023

MNC Group Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2023

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

I applied via Walk-in and was interviewed in Sep 2023. There were 3 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 - Aptitude Test 

Arithmetic and reasoning

Round 3 - HR 

(5 Questions)

  • Q1. What is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is interpreted, not compiled

    • It supports multiple programming paradigms like procedural, object-oriented, and functional programming

    • Python has a large standard library and a thriving community for support and resources

  • Answered by AI
  • Q2. Futures of Python?
  • Ans. 

    Python has a bright future due to its simplicity, versatility, and strong community support.

    • Python is widely used in web development, data science, artificial intelligence, and automation.

    • Its simple syntax and readability make it a popular choice for beginners and experienced developers alike.

    • The large community of Python developers ensures continuous improvement and support for the language.

    • Python's extensive standard...

  • Answered by AI
  • Q3. Interpreted it's mean easily find the debugs
  • Q4. Futures of MySQL?
  • Ans. 

    MySQL is a popular open-source relational database management system with a strong community and continuous development.

    • MySQL continues to evolve with new features and improvements in each release.

    • It supports various storage engines, including InnoDB, MyISAM, and NDB Cluster.

    • MySQL 8.0 introduced many enhancements like window functions, common table expressions, and improved JSON support.

    • It is widely used in web develop...

  • Answered by AI
  • Q5. Explain your project

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Process related and General knowledge
  • Q2. Always know what the profile is asking for which questions would be asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was intermediate but interesting.. Candidate should be prepared for the profile they are looking for on which questions would be shooted.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Different types of options
  • Q2. Different case study
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, maths, cs fundamentals, dbms

Round 2 - Technical 

(1 Question)

  • Q1. Leetcode easy-medium
Round 3 - HR 

(1 Question)

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was angular and java

Round 2 - Technical 

(1 Question)

  • Q1. A question about dbms etc

Interview Questionnaire 

1 Question

  • Q1. There were 4 rounds of interview. In the final round the questions were divided in 3 sections -1) Direct Technical questions like what is so & so explain 2) Scenario based technical questions 3)Logical qu...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through in detail what ever u work in. Prepare urself in such a way that u can handle every situation. Failure can happen u can get rejected but learn from those. Where do you stand and how much u need to push urself.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I appeared for an interview in Mar 2024.

Round 1 - Coding Test 

Prime number, string segmentation, unique array.

Round 2 - Technical 

(2 Questions)

  • Q1. Flask,fast grpc architectural
  • Q2. Centralisation, decentralisation, lambda expression,oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare accordingly to the resume and job description
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 3 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 - Aptitude Test 

Tell me about a time where you resolve a conflict

Round 3 - Coding Test 

Reverse a string, identify anagram

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and be confident in yourself
Interview experience
4
Good
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 - Coding Test 

70 minutes test, and 4 questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural Queston

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was the qualification round which comprised of several MCQs and 3 coding questions.
It was held on Hackerearth from 3:00 PM to 4:00 PM.
Use of any other IDE was prohibited.

  • Q1. Given a problem statement and a piece of code, how would you find and correct the bug in the code?
  • Ans. 

    To find and correct a bug in code, analyze problem statement, review code, use debugging tools, and test different scenarios.

    • Understand the problem statement and expected output.

    • Review the code for syntax errors, logical errors, and potential bugs.

    • Use debugging tools like breakpoints, print statements, and IDE debuggers.

    • Test the code with different inputs to identify the bug.

    • Make necessary corrections based on the iden...

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    Given a binary tree, a target node, and an integer K, find all nodes at distance K from the target node.

    • Traverse the binary tree to find the target node.

    • Use BFS to traverse the tree from the target node to nodes at distance K.

    • Keep track of the distance while traversing the tree.

    • Return the values of nodes at distance K in any order.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

I was shared a link of Google Meet and the Google Docs was shared where there was 1 coding problem to be coded there and then the code was run on an IDE to check the sample tests.
Then the interview was followed by a lot of Operating System and Computer System Architecture Questions.
There were 2 Interviewers and both were helpful.
The timing was from 2:30 PM to 4:00 PM

  • Q1. 

    Subarray Challenge: Largest Equal 0s and 1s

    Determine the length of the largest subarray within a given array of 0s and 1s, such that the subarray contains an equal number of 0s and 1s.

    Input:

    Input beg...

  • Ans. 

    Find the length of the largest subarray with equal number of 0s and 1s in a given array.

    • Iterate through the array and maintain a count of 0s and 1s encountered so far.

    • Store the count difference in a hashmap with the index as the key.

    • If the same count difference is encountered again, the subarray between the two indices has equal 0s and 1s.

    • Return the length of the longest subarray found.

  • Answered by AI
Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

The round was held on Google Meet with HR from 2:30 PM to 3:15 PM.
The HR was friendly and asked the basic questions.

Interview Preparation Tips

Eligibility criteriaNeeded Work Experience in a leading Tech CompanyTower Research Capital interview preparation:Topics to prepare for the interview - Dynamic Programming, Data Structures - Sets, HashMap, Priority Queue, SQL, OOPS, Operating System, AlgorithmsTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice daily 4-5 medium level problems on sites like Leetcode, CodeZen, Hackerearth
Tip 2 : Even though Data Structures and Algorithms is the base but study Course Subjects like DBMS,OS,OOPS too.
Tip 3 : Try to Participate in Contests on LeetCode,Codeforces.

Application resume tips for other job seekers

Tip 1 : Mention the projects you worked on in your past work experience and how it helped your company.
Tip 2 : Keep your resume up to date in accordance with the role you are applying for
Tip 3 : Don't put false things on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

MNC Group Interview FAQs

How many rounds are there in MNC Group Web Developer interview?
MNC Group interview process usually has 3 rounds. The most common rounds in the MNC Group interview process are Resume Shortlist, Aptitude Test and HR.
What are the top questions asked in MNC Group Web Developer interview?

Some of the top questions asked at the MNC Group Web Developer interview -

  1. What is pyth...read more
  2. Futures of Pyth...read more
  3. Futures of MyS...read more

Tell us how to improve this page.

MNC Group Web Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
ITC Interview Questions
3.9
 • 548 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
Nomura Holdings Interview Questions
3.8
 • 68 Interviews
View all

MNC Group Web Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Accountant
24 salaries
unlock blur

₹1 L/yr - ₹6.2 L/yr

Executive Accountant
22 salaries
unlock blur

₹1.9 L/yr - ₹4.3 L/yr

Data Entry Operator
18 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Engineer
17 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Team Lead
12 salaries
unlock blur

₹2 L/yr - ₹13.2 L/yr

Explore more salaries
Compare MNC Group with

Nomura Holdings

3.8
Compare

Blackrock

3.8
Compare

Muthoot Homefin India

4.0
Compare

Adarsh Credit Co-Operative Society

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