Upload Button Icon Add office photos

Filter interviews by

MBD GROUP Software Developer Interview Questions and Answers

Updated 16 Apr 2021

MBD GROUP Software Developer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. Indexes in sql server
  • Ans. 

    Indexes improve query performance by allowing faster data retrieval.

    • Indexes are created on columns that are frequently used in WHERE, JOIN, and ORDER BY clauses.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure that includes the indexed columns and a pointer to the actual data.

    • Indexes can be created, altered, and dropped using SQL commands.

    • Indexes can al...

  • Answered by AI
  • Q2. Different between Asp.net web form & MVC
  • Ans. 

    ASP.NET Web Forms is a traditional event-driven web application framework, while ASP.NET MVC is a modern web application framework based on the Model-View-Controller (MVC) architectural pattern.

    • Web Forms uses server controls and view state to manage state and behavior, while MVC uses models, views, and controllers to separate concerns.

    • Web Forms has a page-based lifecycle, while MVC has a request-based lifecycle.

    • Web For...

  • Answered by AI
  • Q3. Interfaces and Abstract class
  • Q4. JQuery related questions

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Regarding skills set
Round 2 - Coding Test 

Had technical round with coding

Round 3 - One-on-one 

(1 Question)

  • Q1. Had discussion on skills , i joined as a fresher
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic python qyestions
  • Q2. Oops concepts in python
  • Ans. 

    Oops concepts in Python include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q3. Sql queries in framework
  • Ans. 

    SQL queries are commonly used in frameworks for data manipulation and retrieval.

    • SQL queries are used to interact with databases within a framework.

    • Frameworks like Hibernate, Entity Framework, and Django ORM use SQL queries to perform database operations.

    • SQL queries can be written directly in code or generated by the framework based on object-relational mapping.

    • Examples: SELECT * FROM table_name WHERE condition, INSERT ...

  • Answered by AI
  • Q4. Inheritance and polymorphism
  • Q5. Design pattern in python
  • Ans. 

    Design patterns in Python are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in Python include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and implementation.

    • Design patterns promote code reusability and flexibility.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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 

The written test involved qiestions from bssic aptitude, computer fundamentals and coding.

Round 3 - Technical 

(1 Question)

  • Q1. This was a technical discussion with the pannel. The discussion was mostly based in what's written in resume. Expect the questions from Java, OOPs, Data structures, SQL.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a one on one discussion with the manager. It was mostly to identify if the candidate meets basic non technical requirements for the job role.
Round 5 - HR 

(1 Question)

  • Q1. This round was little tricky as i was interviewed by the HR head since all other HRs were busy interviewing other candidates. it was mostly to check the communication skills, flexibility of the employee, t...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc process, MVC architecture, entity framework, SQL queries
  • Q2. SQL queries, state vs stateless, url

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics alone. Work experience is important
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions on Hacker Earth platform for 1 hour 15min and 1 question from array and 2 questions from strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. This round was based on SQL, DBMS, DSA, OOPS SQL--> Designed the complete schema for one of my projects for COVID-19 vaccination. and SQL queries from that schema. DSA--> 1.) Find the pair in an array whos...
Round 3 - Technical 

(1 Question)

  • Q1. This was a technical managerial round. OOPS--> Example of overloading and overriding. Mostly DBMS and SQL-based questions like what is indexing and SQL queries and joins. DSA--> 1.) Write one sorting algo....
Round 4 - HR 

(1 Question)

  • Q1. Just a normal discussion regarding my tech stack and my internship experience only 15mins.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding test with 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Best Time to sell and buy stock

Round 2 - One-on-one 

(2 Questions)

  • Q1. Promises, closures, hoisting in JS
  • Q2. Classes and Object Prototyping
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Normal dsa questions

Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to OOPs, multi threading etc
  • Q2. Explain OPPs with example
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects: Instances of classes that encapsulate data and behavior

    • Classes: Blueprint for creating objects with attributes and methods

    • Inheritance: Allows a class to inherit attributes and methods from another class

    • Polymorphism: Ability for objects to take on different forms or behaviors

    • Encapsulation: Bund...

  • Answered by AI
  • Q3. Explain Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and modularity by organizing related data and methods together.

    • Example: In a cla...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Framework level and technology level questions

Skills evaluated in this interview

MBD GROUP Interview FAQs

What are the top questions asked in MBD GROUP Software Developer interview?

Some of the top questions asked at the MBD GROUP Software Developer interview -

  1. Different between Asp.net web form & M...read more
  2. Indexes in sql ser...read more
  3. jQuery related questio...read more

Tell us how to improve this page.

MBD GROUP Software Developer Salary
based on 4 salaries
₹6.5 L/yr - ₹7.6 L/yr
17% less than the average Software Developer Salary in India
View more details

MBD GROUP Software Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 2 Reviews and Ratings
Executive Accountant
20 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Sales Executive
19 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

HR Executive
18 salaries
unlock blur

₹2.6 L/yr - ₹4.5 L/yr

Senior Executive
18 salaries
unlock blur

₹3.2 L/yr - ₹7.2 L/yr

Senior Executive - Finance
18 salaries
unlock blur

₹4.1 L/yr - ₹6 L/yr

Explore more salaries
Compare MBD GROUP with

TNQ Tech Private Limited

3.6
Compare

OMICS International

2.5
Compare

Amar Ujala

3.9
Compare

Xerox

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