Upload Button Icon Add office photos
Engaged Employer

i

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

MBit Computraining Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MBit Computraining Software Developer Interview Questions and Answers

Updated 27 Dec 2021

MBit Computraining Software Developer Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. What is difference between abstract class and interface?
  • Ans. 

    Abstract class can have implementation while interface cannot. A class can implement multiple interfaces but only extend one abstract class.

    • Abstract class can have constructors while interface cannot

    • Abstract class can have non-abstract methods while interface cannot

    • Interfaces are used for multiple inheritance while abstract classes are used for single inheritance

    • Abstract classes can have instance variables while interf...

  • Answered by AI
  • Q2. What is difference between dataset and datareader
  • Ans. 

    Dataset is an in-memory representation of a database while DataReader is a forward-only, read-only stream of data.

    • Dataset is disconnected and can be modified while DataReader is connected and read-only

    • Dataset can hold multiple tables while DataReader can only hold one table at a time

    • Dataset is slower than DataReader for large amounts of data

    • Dataset can be used for data manipulation while DataReader is used for read-onl

  • Answered by AI
  • Q3. What is Index? Type of index?
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are used to quickly locate data without having to search every row in a database table.

    • Types of indexes include clustered, non-clustered, unique, and full-text indexes.

    • Clustered indexes determine the physical order of data in a table, while non-clustered indexes create a separate structure to store the index da...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare and confident and improve your communication skills

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2023. 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 method overloading?
  • Ans. 

    Method overloading is when multiple methods in a class have the same name but different parameters.

    • Allows multiple methods with the same name but different parameters to be defined in a class

    • Parameters can differ in number, type, or order

    • Example: void print(int num) and void print(String text) are overloaded methods

  • Answered by AI
  • Q2. What is method overiding ?
  • Ans. 

    Method overriding is a feature in object-oriented programming that allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • Method overriding is done when a subclass provides a specific implementation for a method that is already defined in its superclass.

    • The method in the subclass must have the same name, return type, and parameters as the method in the superclass.

    • M...

  • Answered by AI
  • Q3. What is sigleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from outside the class.

    • The class itself usually provides a static method to access the single instance.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What are Oops Pillars?
  • Ans. 

    Oops Pillars are the four main concepts of Object-Oriented Programming: Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundles data and methods into a single unit, protecting data from outside interference.

    • Polymorphism: Allows objects to be treated as instances of their parent class, enabling flexibility in code.

    • ...

  • Answered by AI
  • Q2. What is Dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Mar 2024.

Round 1 - Assignment 

Mcq test on c#, sql, Mvc

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce your self?
  • Q2. What is pipeline? Explained in brif?
  • Ans. 

    A pipeline is a series of interconnected steps or stages in a process, where output of one step is input to the next step.

    • Pipeline is commonly used in software development for continuous integration and continuous delivery processes.

    • Each step in the pipeline performs a specific task, such as building, testing, and deploying code.

    • Pipeline automation tools like Jenkins, GitLab CI/CD, and Azure DevOps help in managing and

  • Answered by AI
  • Q3. Explained the dot net framework
  • Ans. 

    The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.

    • Developed by Microsoft

    • Provides a large library of pre-coded solutions

    • Supports multiple programming languages like C#, VB.NET, F#

    • Consists of Common Language Runtime (CLR) and Framework Class Library (FCL)

  • Answered by AI
  • Q4. What Are The Different Components Of DOT-NET?
  • Ans. 

    The different components of DOT-NET include Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.

    • Common Language Runtime (CLR) - provides various services such as memory management, exception handling, and security.

    • Framework Class Library (FCL) - a collection of reusable classes, interfaces, and value types that provide access to system functionality.

    • ASP.NET - a web application framework for buildi...

  • Answered by AI
  • Q5. What Is The Difference Between Abstract Classes And Interfaces In C#?
  • Ans. 

    Abstract classes can have implementation details while interfaces cannot.

    • Abstract classes can have method implementations while interfaces cannot.

    • A class can inherit only one abstract class but can implement multiple interfaces.

    • Abstract classes can have access modifiers on their members while interfaces cannot.

    • Interfaces are used to define a contract for classes to implement.

    • Abstract classes are used to provide a commo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After 1 hour interview they rejected you. Slow process.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Related to skills that you have mentioned in your resume.
Round 3 - Aptitude Test 

It's Amcat test having 4 parts which is grammar, logical reasoning, basic mathematics and coding.

Round 4 - One-on-one 

(1 Question)

  • Q1. Another on screening nterview .

Interview Preparation Tips

Topics to prepare for NIIT Software Developer interview:
  • DSA
  • SQL
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is indexing in dbms and oops qrelated questions
  • Q2. Indexing is way to optimize data retrival process

Interview Preparation Tips

Topics to prepare for NIIT Software Developer interview:
  • OOPS
  • SQL
Interview preparation tips for other job seekers - study oops

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

(7 Questions)

  • Q1. What is ur education background ?
  • Ans. I am from it background students. My education done on cse.
  • Answered Anonymously
  • Q2. What are ur hobbies do u like more?
  • Q3. Which thing do u like most in studies?
  • Q4. What are ur long term goals?
  • Ans. 

    My long term goal is to become a technical lead and contribute to the development of innovative software solutions.

    • I plan to continuously improve my technical skills and knowledge through training and self-learning.

    • I aim to gain experience in leading and managing software development projects.

    • I aspire to work on cutting-edge technologies and contribute to the development of innovative software solutions.

    • I hope to build...

  • Answered by AI
  • Q5. Are u satisfied from ur knowledge??
  • Q6. No any hr questione now?
  • Q7. Tell me about urself ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to live positive. And do hard work . Always try best

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How many numbers consulting in this year?

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction your self. project. skills

I was interviewed in May 2022.

Round 1 - Aptitude Test 

Speed distance, relations, coding decoding, work time

Round 2 - Coding Test 

Strings, LinkedList

Round 3 - Coding Test 

Basic bath included and Strings sorting, leetcode medium basic SQL and some basic web related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and attend the interview, easy to medium will be asked.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Hr calls to understand candidates experience and expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Both technical discussion and coding happens in this round
Round 3 - One-on-one 

(1 Question)

  • Q1. Some technical discussion with engineer manager and cultural fit
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Write the program to swipe number

Round 2 - HR 

(2 Questions)

  • Q1. How much salary do you want and what was you last ctc
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code properly and they will ask you to write code on notepad

MBit Computraining Interview FAQs

What are the top questions asked in MBit Computraining Software Developer interview?

Some of the top questions asked at the MBit Computraining Software Developer interview -

  1. What is difference between abstract class and interfa...read more
  2. What is difference between dataset and datarea...read more
  3. What is Index? Type of ind...read more

Tell us how to improve this page.

MBit Computraining Software Developer Salary
based on 45 salaries
₹4 L/yr - ₹7.2 L/yr
35% less than the average Software Developer Salary in India
View more details

MBit Computraining Software Developer Reviews and Ratings

based on 11 reviews

2.8/5

Rating in categories

2.8

Skill development

3.6

Work-life balance

4.0

Salary

2.8

Job security

2.8

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 11 Reviews and Ratings
Software Developer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MBit Computraining with

Aptech

3.5
Compare

NIIT

3.6
Compare

Jetking Infotrain

3.7
Compare

IIHT

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