Upload Button Icon Add office photos

Filter interviews by

Mbit Wireless Developer and Engineer Interview Questions and Answers

Updated 11 Sep 2024

Mbit Wireless Developer and Engineer Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

They asked basic aptitude questions on probability, compound interests,...

Round 2 - Technical 

(3 Questions)

  • Q1. Detailing on Storage classes
  • Q2. Applications of OSI layers
  • Ans. 

    The OSI layers are used to define the different functions of a network communication system.

    • The OSI model consists of 7 layers, each with specific functions.

    • Application layer (Layer 7) handles high-level protocols, such as HTTP and FTP.

    • Transport layer (Layer 4) ensures end-to-end communication and error-checking.

    • Network layer (Layer 3) deals with routing and forwarding of data packets.

    • Data link layer (Layer 2) manages ...

  • Answered by AI
  • Q3. Bitwise operations
Round 3 - Technical 

(2 Questions)

  • Q1. Check string is substring of other or not
  • Ans. 

    Check if a string is a substring of another string

    • Use the 'includes' method in JavaScript to check if a string is a substring of another string

    • Iterate through an array of strings and use 'includes' to check for substrings

    • Consider case sensitivity when checking for substrings

  • Answered by AI
  • Q2. Transpose of matrix
  • Ans. 

    Transpose of a matrix involves swapping rows with columns.

    • To transpose a matrix, swap the rows with the columns.

    • The transpose of a matrix A with dimensions m x n is a new matrix B with dimensions n x m.

    • Example: If A = [[1, 2], [3, 4]], then the transpose of A is B = [[1, 3], [2, 4]].

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
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 Wireless?
Ask anonymously on communities.

Interview questions from similar companies

Analyst Interview Questions & Answers

CLSA user image Anonymous

posted on 20 Sep 2021

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is angular? What is react hooks? How to bind data? How to create DOM structure ? Copying array in to const arrays.. all the basic questions are asked in the first interview
  • Ans. 

    Angular is a JavaScript framework for building web applications. React Hooks are a feature in React that allow for stateful logic to be used in functional components.

    • Angular is a full-featured framework with a lot of built-in functionality, while React is a library that focuses on the view layer.

    • Angular uses two-way data binding, while React uses one-way data flow.

    • React Hooks allow for stateful logic to be used in func...

  • Answered by AI
  • Q2. Second interview consist of database related queries and questions.. this question was based on the role that you applied and also knowledge of front end and java .. questions difficulty is strong
  • Q3. After that 3 rd interview is completely based in your logical and virtual thinking based . In that they check about your capacity to working and how to handle situation.
  • Q4. Some basic information asked about cloud like aws and docker
  • Q5. Prepare very basic questions and logical question for clsa . Company is very strict to hiring so you need to clear all the round
  • Q6. Read all the database and it's workings
  • Q7. Hands-on on basic code writting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basic and interview with confidence and knowledge. This suggestion is role specific.

Skills evaluated in this interview

Developer and Engineer Interview Questions Asked at Other Companies

Q1. How do you check if a string is a substring of another string?
Q2. applications of OSI layers
Q3. Given a matrix, find its transpose.

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Treeset, Treemap, Logical and tricky questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, be yourself. Stick to CV.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA DSA DSA DSA DAS DSA DSa

Round 2 - Coding Test 

20 min 50 question done selected

Round 3 - HR 

(1 Question)

  • Q1. Name Phone no , details addresss lst compnay

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont Join
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, speed, logical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Background and coding knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online aptitude consists of general aptitude and technical aptitude

Round 2 - Technical 

(1 Question)

  • Q1. More about java and project review and coding
Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Quants and logical questions

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create a procedure
  • Ans. 

    Create a procedure to sort an array of integers in ascending order.

    • Declare a function that takes an array of integers as input

    • Implement a sorting algorithm like bubble sort, selection sort, or insertion sort

    • Return the sorted array

  • Answered by AI
  • Q2. Create xml and declare xml
  • Ans. 

    Creating and declaring XML involves defining the structure and content of the XML document.

    • Define the XML version and encoding at the beginning of the document

    • Declare the root element and any nested elements with opening and closing tags

    • Include attributes within the opening tag to provide additional information

    • Use self-closing tags for elements without content

    • Example: Harry Potter

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Experience and basic questions like roles and responsibilities in last role
  • Q2. What is agile and waterfall ?
  • Ans. 

    Agile and waterfall are two different project management methodologies used in software development.

    • Agile is a flexible, iterative approach where requirements and solutions evolve through collaboration between self-organizing cross-functional teams.

    • Waterfall is a linear, sequential approach where each phase must be completed before the next one begins.

    • Agile focuses on delivering working software in short iterations, wh...

  • Answered by AI
  • Q3. Explain the Gap analysis?
  • Ans. 

    Gap analysis is a strategic planning tool used to compare the current state of a business or project with its desired future state.

    • Identify the current state of the business or project

    • Determine the desired future state

    • Analyze the gaps between the current and future states

    • Develop strategies to bridge the gaps

    • Monitor and evaluate progress towards closing the gaps

  • Answered by AI
  • Q4. Explain the use case and user stories
  • Ans. 

    Use cases describe interactions between a system and its users, while user stories are specific, actionable requirements from a user's perspective.

    • Use cases provide a high-level view of system functionality and interactions.

    • User stories are detailed, specific requirements written from the user's perspective.

    • Use cases are typically written in a more formal, structured format.

    • User stories are often written on index cards...

  • Answered by AI
  • Q5. Banking domain knowledge
Round 2 - Assignment 

Create BRD, FSD on any banking related software ware like LOS

Interview Preparation Tips

Interview preparation tips for other job seekers - God knowledge about LOS,LMS required as well as banking

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Working principal basic joins
  • Ans. 

    Joins in SQL combine rows from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;

    • RIGHT JOIN: Returns all records from the right table and matched records from th...

  • Answered by AI
  • Q2. Normalization and their types
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is divided into different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF.

    • Each normal form has specific rules to eliminate redundancy and dependency issues.

    • For example, 1NF ensures that each column contains atomic values, 2NF eliminates partial dependencies, and 3NF removes transitive dependenci...

  • Answered by AI

Mbit Wireless Interview FAQs

How many rounds are there in Mbit Wireless Developer and Engineer interview?
Mbit Wireless interview process usually has 3 rounds. The most common rounds in the Mbit Wireless interview process are Technical and Aptitude Test.
What are the top questions asked in Mbit Wireless Developer and Engineer interview?

Some of the top questions asked at the Mbit Wireless Developer and Engineer interview -

  1. Check string is substring of other or ...read more
  2. applications of OSI lay...read more
  3. Transpose of mat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CapitalOne Interview Questions
3.7
 • 81 Interviews
Bank Muscat Interview Questions
4.0
 • 24 Interviews
Solenis Interview Questions
3.9
 • 20 Interviews
Jitm Skills Interview Questions
3.7
 • 15 Interviews
Craft Silicon Interview Questions
3.4
 • 10 Interviews
CLSA Interview Questions
2.8
 • 9 Interviews
View all
Development Engineer
42 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Senior Engineer
20 salaries
unlock blur

₹10.2 L/yr - ₹20.5 L/yr

Test Engineer
17 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Associate Engineer
7 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Associate Test Engineer
6 salaries
unlock blur

₹3.8 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Mbit Wireless with

IVTL Infoview Technologies

3.5
Compare

Bank Muscat

4.0
Compare

Jitm Skills

3.7
Compare

Ludhiana Beverages

3.9
Compare
write
Share an Interview