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 Interview Questions and Answers

Updated 12 Apr 2025
Popular Designations

8 Interview questions

A Human Resource and RMG Executive was asked 12mo ago
Q. What is SQL?
Ans. 

SQL is a programming language used for managing and manipulating databases.

  • SQL stands for Structured Query Language.

  • It is used to communicate with and manipulate databases.

  • SQL can be used to retrieve data, update data, insert data, and delete data from databases.

  • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.

  • Example: SELECT * FROM customers WHERE country = 'USA';

View all Human Resource and RMG Executive interview questions
A Human Resource and RMG Executive was asked 12mo ago
Q. What is the difference between PL/SQL and SQL?
Ans. 

PL/SQL is a procedural extension of SQL used for writing stored procedures, functions, and triggers.

  • PL/SQL stands for Procedural Language/SQL, while SQL stands for Structured Query Language.

  • SQL is used for querying and manipulating data in a database, while PL/SQL is used for writing procedural code like stored procedures and functions.

  • PL/SQL allows for more complex logic and control flow compared to SQL.

  • PL/SQL ca...

View all Human Resource and RMG Executive interview questions
A Linux System Administrator was asked
Q. What is the Apache server configuration file?
Ans. 

The Apache server configuration file is a text file that contains directives for configuring the Apache web server.

  • The default location of the configuration file is /etc/httpd/conf/httpd.conf on Red Hat-based systems and /etc/apache2/apache2.conf on Debian-based systems.

  • The configuration file is used to set options such as the server's port number, document root directory, and virtual hosts.

  • The file can be edited ...

View all Linux System Administrator interview questions
A Linux System Administrator was asked
Q. How do you extend LVM size?
Ans. 

To extend LVM size, we need to add physical volumes and then extend the logical volume.

  • Add a new physical volume using the 'pvcreate' command

  • Extend the volume group using the 'vgextend' command

  • Extend the logical volume using the 'lvextend' command

  • Resize the file system using the appropriate command for the file system type

View all Linux System Administrator interview questions
A Software Developer was asked
Q. What is the difference between a dataset and a 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 rea...

View all Software Developer interview questions
A Software Developer was asked
Q. What is the difference between an abstract class and an 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 i...

View all Software Developer interview questions
A System Software Engineer was asked
Q. Introduced yourself, what is Selenium, what is webdriver, what Agile methodology, Difference between find element and find elements.
Ans. 

Selenium is a tool for automating web browsers. WebDriver is a component of Selenium. Agile is a software development methodology.

  • Selenium is used for automating web browsers to test web applications.

  • WebDriver is a component of Selenium that provides a programming interface to control the browser.

  • Agile is a software development methodology that emphasizes iterative development and collaboration between cross-funct...

View all System Software Engineer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. 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 ind...

View all Software Developer interview questions

MBit Computraining Interview Experiences

11 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about you and yourprevious job role
  • Ans. 

    I'm a passionate creative writer with a background in content creation and storytelling, eager to explore new narratives.

    • Previous role as a content writer for a digital marketing agency, crafting engaging blog posts and articles.

    • Developed a unique voice for various brands, enhancing their online presence and audience engagement.

    • Collaborated with designers and marketers to create cohesive campaigns, such as a successful...

  • Answered by AI
  • Q2. Tell me more about your previpus experience
  • Ans. 

    I have diverse writing experience, including fiction, poetry, and content creation for various platforms.

    • Worked as a freelance writer for online magazines, focusing on lifestyle and travel articles.

    • Published a collection of short stories that explore themes of identity and belonging.

    • Contributed poetry to local anthologies and participated in open mic events.

    • Created engaging content for social media campaigns, increasin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and avoid extra talk during interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. How can I improve the performance of a React.js application?
  • Q2. What are the different types of data types?
  • Q3. What is JavaScript?
  • Q4. What is React.js?
  • Q5. What is Redux?

Interview Preparation Tips

Interview preparation tips for other job seekers - Essentially, it is a fundamental question regarding JavaScript and React, particularly focused on UI component performance and development tools, similar to inquiries about improving the performance of HTML and CSS UI components.

Interview Questions & Answers

user image Anonymous

posted on 25 Mar 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Which is best for work power bi admin or developer?
  • Q2. What is power bi ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is SQL ?
  • Ans. 

    SQL is a programming language used for managing and manipulating databases.

    • SQL stands for Structured Query Language.

    • It is used to communicate with and manipulate databases.

    • SQL can be used to retrieve data, update data, insert data, and delete data from databases.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.

    • Example: SELECT * FROM customers WHERE country = 'USA';

  • Answered by AI
  • Q2. Difference between PLSQL And SQL ?
  • Ans. 

    PL/SQL is a procedural extension of SQL used for writing stored procedures, functions, and triggers.

    • PL/SQL stands for Procedural Language/SQL, while SQL stands for Structured Query Language.

    • SQL is used for querying and manipulating data in a database, while PL/SQL is used for writing procedural code like stored procedures and functions.

    • PL/SQL allows for more complex logic and control flow compared to SQL.

    • PL/SQL can inc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Crontab, file permissions
  • Q2. Ftp server username
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

About the experience

Round 2 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Topics to prepare for MBit Computraining Business Facilitator interview:
  • Business Development
Interview preparation tips for other job seekers - Be confident when you give Interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Related to Previous Experience and Technical Questions
Round 1 - Technical 

(2 Questions)

  • Q1. How to extent lvm size
  • Ans. 

    To extend LVM size, we need to add physical volumes and then extend the logical volume.

    • Add a new physical volume using the 'pvcreate' command

    • Extend the volume group using the 'vgextend' command

    • Extend the logical volume using the 'lvextend' command

    • Resize the file system using the appropriate command for the file system type

  • Answered by AI
  • Q2. What is appache server configuration file
  • Ans. 

    The Apache server configuration file is a text file that contains directives for configuring the Apache web server.

    • The default location of the configuration file is /etc/httpd/conf/httpd.conf on Red Hat-based systems and /etc/apache2/apache2.conf on Debian-based systems.

    • The configuration file is used to set options such as the server's port number, document root directory, and virtual hosts.

    • The file can be edited manua...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Usermenegaement file system crontab lvm like sum servers

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jan 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 

(2 Questions)

  • Q1. Qualification details
  • Q2. Experience, studies, hobbies, English language fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and try to be attentive listen to them what they say then answer improve your English speaking skills

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about MBit Computraining?
Ask anonymously on communities.

MBit Computraining Interview FAQs

How many rounds are there in MBit Computraining interview?
MBit Computraining interview process usually has 1-2 rounds. The most common rounds in the MBit Computraining interview process are One-on-one Round, Technical and HR.
How to prepare for MBit Computraining 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 MBit Computraining. The most common topics and skills that interviewers at MBit Computraining expect are Oracle Apps DBA, Oracle BI, Data Analytics, Data Visualization and Oracle ERP.
What are the top questions asked in MBit Computraining interview?

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

  1. Introduced yourself, what is Selenium, what is webdriver, what Agile methodolog...read more
  2. What is difference between abstract class and interfa...read more
  3. What is difference between dataset and datarea...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.8/5

based on 12 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Acme Services Interview Questions
4.5
 • 23 Interviews
Ven Consulting Interview Questions
3.5
 • 22 Interviews
Hire Glocal Interview Questions
4.6
 • 18 Interviews
Boyen Haddin Interview Questions
3.5
 • 18 Interviews
Gi Group Interview Questions
3.7
 • 15 Interviews
View all

MBit Computraining Reviews and Ratings

based on 128 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.5

Salary

3.2

Job security

3.3

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 128 Reviews and Ratings
Software Developer
45 salaries
unlock blur

₹4 L/yr - ₹7.2 L/yr

Information Technology Recruiter
18 salaries
unlock blur

₹1.2 L/yr - ₹3.4 L/yr

Software Tester
17 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Software Engineer
14 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare MBit Computraining with

Vision India Services

3.7
Compare

Gi Group

3.7
Compare

Creative Hands HR Consultancy

4.1
Compare

Ven Consulting

3.5
Compare
write
Share an Interview