Upload Button Icon Add office photos

MBit

Compare button icon Compare button icon Compare
3.3

based on 49 Reviews

Filter interviews by

MBit Interview Questions, Process, and Tips

Updated 24 Sep 2024

Top MBit Interview Questions and Answers

View all 9 questions

MBit Interview Experiences

Popular Designations

5 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is setup and hold time
  • Ans. 

    Setup and hold time are timing constraints in digital circuits to ensure proper operation of flip-flops.

    • Setup time is the minimum amount of time data must be stable before the clock edge for proper capture.

    • Hold time is the minimum amount of time data must be stable after the clock edge for proper capture.

    • Violating setup time can lead to metastability issues, while violating hold time can lead to data corruption.

    • Example...

  • Answered by AI
  • Q2. Give an elaboration on ur project
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Implemented user registration and login functionality using JWT tokens

    • Integrated Stripe API for secure payment processing

    • Designed responsive UI using HTML, CSS, and JavaScript

    • Utilized Node.js and Express for backend development

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Synthesiszable operators
  • Q2. Non synthesizable operators
  • Ans. 

    Non-synthesizable operators are used in software development to perform operations that cannot be directly translated into hardware logic.

    • Non-synthesizable operators include file operations, dynamic memory allocation, and floating-point arithmetic.

    • These operators are used in software development for tasks that are not directly related to hardware implementation.

    • Examples of non-synthesizable operators include 'malloc' f...

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Priority inversion
  • Q2. Binary semaphore
Round 2 - One-on-one 

(2 Questions)

  • Q1. Malloc vs calloc
  • Ans. 

    malloc is used to allocate memory without initializing it, while calloc is used to allocate memory and initialize it to zero.

    • malloc allocates a block of memory of specified size but does not initialize the memory contents

    • calloc allocates a block of memory of specified size and initializes all bytes to zero

    • malloc is faster than calloc as it does not initialize the memory

    • calloc is useful when you want to ensure that the ...

  • Answered by AI
  • Q2. What malloc will return
  • Ans. 

    malloc will return a pointer to the allocated memory block

    • malloc returns a void pointer (void *)

    • It returns NULL if it fails to allocate memory

    • Example: int *ptr = (int *)malloc(sizeof(int));

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. I didn't get selected

Skills evaluated in this interview

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
Add answer

I applied via Approached by Company and was interviewed before Apr 2021. 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 - Coding Test 

Duration - 1hr
topics covered - Python basics, Python advance, SQL, data structure (mainly focused on python),
OOPS, concepts.
Platform - Google meet

Round 3 - Technical 

(3 Questions)

  • Q1. Duration - 1 hr topics - 1. Asked about designing-based questions for developing seamless software solutions. 2. Gives a brief about how their system works 3. Ask questions about how to better the curren...
  • Q2. 1. what are multilevel and multiple inheritances 2. data structures in python 3. what is GIL 4. what is concurrency and can we achieve this in python 5. Find the third highest number from a given list
  • Ans. 

    Questions on inheritance, data structures, concurrency, and coding problem

    • Multilevel inheritance is when a subclass inherits from a superclass, which in turn inherits from another superclass

    • Multiple inheritance is when a subclass inherits from multiple superclasses

    • Python has built-in data structures like lists, tuples, sets, and dictionaries

    • GIL stands for Global Interpreter Lock and is a mechanism in Python that allows...

  • Answered by AI
  • Q3. 1. How can we perform better tracking for the system errors for the background jobs and how we can handle these cases? 2. How we can scale this system for usage in a banking system or data warehouse where ...
  • Ans. 

    Answering questions on error tracking and system scalability for software engineering consultant role.

    • For error tracking, use logging frameworks like Log4j or Logback to log errors and exceptions. Use a centralized logging system like ELK stack to collect and analyze logs.

    • For handling errors, use error handling techniques like try-catch blocks, error codes, and error messages. Use monitoring tools like Nagios or Zabbix...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MBit Software Engineering Consultant interview:
  • Data Structures
  • Python
  • Node.Js
  • Design
Interview preparation tips for other job seekers - Study data structure and algorithm part. And if you are an experienced person and have worked in an individual capacity in any of your projects then prepare the design level question regarding those projects.

Skills evaluated in this interview

Software Engineering Consultant Interview Questions asked at other Companies

Q1. 1. How can we perform better tracking for the system errors for the background jobs and how we can handle these cases? 2. How we can scale this system for usage in a banking system or data warehouse where the transaction will be very high?
View answer (1)

Software Developer Interview Questions & Answers

user image Vishnu Paleri

posted on 30 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. At first MBit called me and asked me about the basic details. After that they set up a meeting with TCS mulitple project leaders. MBit doesnt take ur interview, they only setup a call with TCS or the Clien...

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont be nervous, i got multiple calls from TCS team / different leads for interviews.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

MBit interview questions for popular designations

 Associate Engineer

 (1)

 Software Developer

 (1)

 Software Development Engineer 1

 (1)

 Software Engineering Consultant

 (1)

 Trainee

 (1)

Trainee Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2022

I applied via Referral and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Java with multithreading questions

Round 2 - HR 

(2 Questions)

  • Q1. How you come to know abput us?
  • Ans. 

    I found out about your company through a job search website.

    • I was actively searching for trainee positions in my field

    • I came across your company's job posting on a popular job search website

    • I was impressed by the company's mission and values, and decided to apply

  • Answered by AI
  • Q2. How you want to grow?
  • Ans. 

    I want to grow by continuously learning and developing new skills.

    • I plan to attend workshops and seminars to gain new knowledge.

    • I will seek out mentors to guide me in my career.

    • I will take on challenging projects to expand my skill set.

    • I will actively seek feedback to improve my performance.

    • I will network with professionals in my field to gain new perspectives.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice as much as you can,try solving data structure

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. Example of Team work
  • Q3. Any Situation : Ex: One small island,only one person,island is full of dry grass and it is firing,then how he will escape
  • Ans. 

    The person can escape the island by creating a firebreak or finding a body of water.

    • Create a firebreak by clearing a path of grass around oneself to prevent the fire from spreading.

    • Look for a body of water such as a lake, river, or ocean to escape the fire.

    • If no water source is available, try to find a sheltered area with less dry grass to wait for the fire to pass.

    • Use any available tools or materials to help create a

  • Answered by AI
  • Q4. One situation people appreciated you

Interview Preparation Tips

Round: Test
Experience: APTITUDE: General questions about ages,interests,trains,percentages etc. VERBAL: Antonyms,synomys,two
passages,basic English grammar. REASONING: Blood relations,graphs,sillograms etc.
Total Questions: 85

Round: HR Interview
Experience: Written test is some what difficult ,interview is easy.

General Tips: Prepare well for written test. Only HR Interview is easy. ALL THE BEST
College Name: NIT WARANGAL

Assistant Trainee Interview Questions & Answers

TCS user image YATISH KUMAR KESHWANI

posted on 9 Feb 2015

Interview Questionnaire 

22 Questions

  • Q1. What are the subjects you have command in?
  • Q2. Tell me about your final year project?
  • Q3. Tell me about the industrial training you had?
  • Q4. How does an induction motor works?
  • Q5. Why motor is rated in KW whereas Transformer and generator in KVA?
  • Ans. 

    Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.

    • Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.

    • Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.

    • KVA takes into account both the real power (KW) and the reactive power (KVAR) produc...

  • Answered by AI
  • Q6. What is the type of motor used in ceiling fans?
  • Ans. 

    The type of motor used in ceiling fans is an induction motor.

    • Ceiling fans typically use single-phase induction motors.

    • These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.

    • The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.

    • The stator contains windings that create a rotating m...

  • Answered by AI
  • Q7. Hoe does a thermal power plant works?
  • Ans. 

    A thermal power plant generates electricity by converting heat energy into mechanical energy.

    • Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.

    • The steam drives a turbine, which is connected to a generator that produces electricity.

    • The heat source can be coal, natural gas, oil, or nuclear reactions.

    • The steam is condensed back into water and recycled in a closed-loop system.

    • Thermal p...

  • Answered by AI
  • Q8. Write a program to make a GP
  • Ans. 

    A program to generate a geometric progression (GP).

    • Take the first term, common ratio and number of terms as input.

    • Use a loop to calculate each term of the GP.

    • Print the generated GP as output.

  • Answered by AI
  • Q9. Write a program to print factorial using recursion
  • Ans. 

    A program to print factorial using recursion

    • Define a function to calculate factorial recursively

    • Base case: if the number is 0 or 1, return 1

    • Recursive case: multiply the number with factorial of (number - 1)

    • Print the factorial of a given number

  • Answered by AI
  • Q10. Write the logic to reverse a string without using string fnctions
  • Ans. 

    Logic to reverse a string without using string functions

    • Iterate through the string from the last character to the first

    • Create a new string and append each character to it in reverse order

  • Answered by AI
  • Q11. Tell me about yourself?
  • Q12. What are your hobbies?
  • Q13. Apart from your technical pat and studies what have you done in college?
  • Q14. What do you prefer, ethics or values?
  • Q15. Suppose you are working in office and somebody came and slapped you, what will you do?
  • Q16. Tell me about yourself for 5 minutes
  • Q17. What are your views about Mr. Narendra Modi as PM of India
  • Q18. Any extra curricular activities you have participated in school or college
  • Q19. What are your strengths?
  • Q20. What are your weaknesses?
  • Q21. Being an Electrical engineer why do you want to join an IT company
  • Q22. What do you know about TCS?

Interview Preparation Tips

Round: Test
Experience: In email writing one question was given describing the situation and maximum word limit. It has the keywords given to be used. 1 question, 10 minutes.This section is generally used to check your verbal ability. Make sure to use all the keywords given and complete it within time, with no spelling mistakes of course. Missing a keyword or a spelling mistake could be your goodbye to qualified list.The second section had 30 questions of quantitative aptitude. Duration 70 mins. There are questions from various sections, such as Time and speed, Time and distance, Data interpretation,etc.There are 2-3 star marked questions which have more weight-age. There my also be a dummy question who doesn't have any matching answer. Make sure uh don't attempt these questions.26-27 questions is the cut-off for qualified list.But you have to do the email writing part correctly.
Tips: Practice email writing online from various websites such as technicalbaba.com, indiageeks.comPractice quantitative aptitude as it is a must in any interview you will face. you can use R.S.Agarwal or CAT material.
Duration: 90 minutes
Total Questions: 30 + 1

Round: Interview
Experience: Greeting the interviewer is a must. Be confident and enthusiastic. Have your resume properly ready. Technical questions from your subject will be asked. Not a must that you should know any programming language like C, C++, JAVA.
Tips: Prepare 3-4 subjects of your core branch. Never try to flatter the interviewer. Be confident and answer the questions appropriately. Dont say directly " I DON'T KNOW". Atleast try even if you dont know the answer.

Round: Interview
Experience: There are certain questions which doesnt have direct answers. You have to be diplomatic about them. You should be able to see all the possible situation when a question like that is asked.

Round: Interview
Experience: The HR head may manipulate you, try to stress you, etc. Be calm and confident.Think before you speak. Prepare your answers before hand for general questions. Write your introduction on a paper and prepare it well so that you speak it confidently...
Tips: Be yourself. Be confident. Never argue with the interviewer.All the best

General Tips: Be presentable in the interview. Wear a watch. Show respect to the interviewer. Prepare 3-4 technical subjects well. Read last 15 days newspaper. Be confident when you speak. Improve your English if you are weak in it.
Skill Tips: ""
Skills: Verbal ability, Attitude, Technical knowledge, General knowledge
College Name: IMS ENGINEERING COLLEGE, GHAZIABAD
Motivation: TCS is a semi government company with a decent package and high job security.

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

Project Engineer Interview Questions & Answers

Wipro user image PRIYANKA CHOUDHURY

posted on 12 Jan 2015

Interview Preparation Tips

Round: Test
Experience: There were two parts : Aptitude and English.
The Aptitude part consisted of questions related to Maths which were quite easy.
The English section consisted of reading comprehensions.
Tips: Read the questions carefully because some of them might be lengthy.
Apply quick formulas so that you save time on each question.
Duration: 90 minutes

Round: Group Activity
Experience: We were asked to write an essay on a topic.
My topic was "Global Warming".
This was not an elimination round.
Tips: Writing essay requires a good fair of English and also thinking capability.
Divide your essay into paragraphs and don't forget to assign a title to your essay.

Round: Interview
Experience: The technical round was quite simple for me as the interviewer asked me few simple questions related to basic programming. I am not well versed with programming but then I managed because I did study the previous day.
I was not nervous since I knew I would be able to crack the interview in one go. After waiting for hours and hours, my turn came and finally I went up to the interviewer.
Tips: Be confident and communicate well.
The interviewers are more interested in how you communicate to them.
Learn the basics and revise a little before you go to the interview .

Round: Interview
Experience: This was the most simple and funniest round for me as the interviewer asked me only a single question .
The question goes like " Which place are you from?"
Tips: When you get selected for the HR round, just relax.
This is not an elimination round .
The HR's won't ask questions related to your subjects or any academics.
They would only ask some basic information regarding your life experiences and or will you be able to work in a corporate environment.

General Tips: 1. You need to be confident.
2. Drink lots of water.
3. Dont discuss anything with your neighbours during the interview process.
4. Dont overthink.
5. Be positive.
Skill Tips: You should well versed with english and try to communicate well with the interviewer.
Skills: COMMUNCATION SKILLS, PROGRAMMING SKILLS, TECHNICAL SKILLS, WRITING SKILLS
College Name: SRM UNIVERSITY
Motivation: A highly-motivated, productive and customer-focused team player with strong communication, interpersonal,organizational, time management, analytical and problem solving skills. Reliable and dedicated with the ability to grasp and apply new procedures quickly; organize and prioritize tasks to meet deadlines and adapt readily to new challenges.

Interview Preparation Tips

Round: Test
Experience:  Written test was CAT based primarily with no negative marking.
Tips: Almost everyone felt the time crunch., but the key is to maintain focus and yes no negative marking so informed guesses are a must.Prepare well for the test especially Quant+ RCs+DI.
Duration: 60 minutes
Total Questions: 60

Round: Group Discussion
Experience: GD was case study based. We were divided into groups of 8 and then we were allotted around 20 minutes to discuss the problem among ourselves and then finally come up with a solution which was to be demonstrated on a flip-chart and then was to be presented in about 8-10 min
Tips: Prepare for case studies from HBS Case Study and Wetfeet Case Study guides.
Duration: 30 minutes

Round: HR Interview
Experience: Only one round of interview was conduced. It was mostly HR based and the resume was discussed along with some common questions like the biggest failure and sucess in life, etc.Only one technical question was asked & the interviewers were very supportive and encouraging.
Tips: The key is to be yourself and take your time to properly frame the answers and then reply withconfidence.

Skill Tips: ""
Skills: Research Skills
College Name: IIT Roorkee

MBit Interview FAQs

How many rounds are there in MBit interview?
MBit interview process usually has 2-3 rounds. The most common rounds in the MBit interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in MBit interview?

Some of the top questions asked at the MBit interview -

  1. 1. How can we perform better tracking for the system errors for the background ...read more
  2. 1. what are multilevel and multiple inheritances 2. data structures in python 3...read more
  3. how you come to know abput ...read more

Tell us how to improve this page.

MBit Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
CoinDCX Interview Questions
3.7
 • 28 Interviews
Zebpay Interview Questions
3.5
 • 3 Interviews
WazirX Interview Questions
3.5
 • 2 Interviews
Koinex Interview Questions
3.1
 • 1 Interview
Giottus Interview Questions
4.0
 • 1 Interview
View all

MBit Reviews and Ratings

based on 49 reviews

3.3/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.2

Salary

2.8

Job security

3.0

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 49 Reviews and Ratings
Software Developer
22 salaries
unlock blur

₹4 L/yr - ₹6.1 L/yr

Information Technology Recruiter
8 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Java Developer
7 salaries
unlock blur

₹4 L/yr - ₹7.1 L/yr

Linux System Administrator
7 salaries
unlock blur

₹4.5 L/yr - ₹7.5 L/yr

Software Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹6.1 L/yr

Explore more salaries
Compare MBit with

Coinsecure

3.0
Compare

Unocoin Technologies

3.5
Compare

Zebpay

3.5
Compare

Koinex

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