Upload Button Icon Add office photos
Engaged Employer

i

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

MBM Newtech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MBM Newtech Interview Questions and Answers

Updated 30 Dec 2024

MBM Newtech Interview Experiences

Popular Designations

2 interviews found

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

(2 Questions)

  • Q1. Could you please review your entire resume twice?
  • Ans. 

    I have thoroughly reviewed my resume twice to ensure accuracy and relevance.

    • Highlighted key achievements and experiences in each role

    • Checked for any spelling or grammatical errors

    • Ensured consistency in formatting and layout

  • Answered by AI
  • Q2. You're fishing fishing
  • Ans. 

    The question seems to be incomplete or unclear.

    • Ask for clarification on the question

    • Request more information to provide a relevant answer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview with MBM NewTech was a complete disaster. The interviewers were unprepared, clueless, and utterly unprofessional. Despite clear communication about my experience, they couldn't even grasp basic details from my resume. The virtual setup was awkward, impersonal, and uncomfortable. Their outdated, entitled views on employee growth were offensive, and the salary discussion was insulting, with the interview abruptly ended. This company is a joke—avoid them at all costs.

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About work experience About IT solution About Hardware products Why mbm

Senior Sales Coordinator Interview Questions asked at other Companies

Q1. Tell me your account gst regarding
View answer (2)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It included mcqs and multiple coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Yours technical skillls related questions
  • Q2. Managerial questions

Interview Preparation Tips

Topics to prepare for Aptos Software Developer interview:
  • Full Stack
Interview preparation tips for other job seekers - It was an on campus opportunity. Technical and managerial round happened together. The process was very smooth. The interviewers were professional yet friendly and made everything very comfortable. You should know the basics at least.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Baisc Linux, what is diff b/w linux and Unix
  • Ans. 

    Linux is a free and open-source operating system based on Unix, with some key differences in licensing and development.

    • Linux is open-source and freely available, while Unix is a proprietary operating system.

    • Linux is developed by a community of developers worldwide, while Unix is developed by various companies.

    • Linux has a wider range of distributions (e.g. Ubuntu, Fedora), while Unix has fewer variations (e.g. Solaris, ...

  • Answered by AI
  • Q2. Databases like Mongodb, sql
Round 2 - HR 

(2 Questions)

  • Q1. Basic Introduction to company
  • Q2. What does company do
  • Ans. 

    The company specializes in developing innovative software solutions for various industries.

    • Develops software solutions for industries such as healthcare, finance, and retail

    • Focuses on creating cutting-edge technology to improve efficiency and productivity

    • Provides customized software solutions to meet specific business needs

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Starts with an online assessment test on HackerRank. Expect a LeetCode Medium question most of the time, mostly created by HackerRank.

Round 2 - One-on-one 

(2 Questions)

  • Q1. LC medium related to dynamic programming.
  • Q2. LC easy related to heaps.
Round 3 - One-on-one 

(1 Question)

  • Q1. LC medium-hard, don't remember the category.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a design round. You can expect to be asked to design the DB schema and API endpoints for a well-known use case. Interviewer was super helpful and receptive throughout. While getting to an agreeabl...
Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Mostly discussions about your profile, discussion on past projects from your resume. You can do well in this round if you know your basics and can explain your projects to some depth....

Interview Preparation Tips

Interview preparation tips for other job seekers - Apart from DSA (which is very important in the initial rounds, I would say), putting down your understanding of your past projects in a doc and refining it should help in most conversations you have throughout the interview process. Also brush up on schema design, normalisation, and API design.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Generate a Dataframe
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is promise
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and failure callbacks.

    • Example: Fetching data from an API returns a promise that resolves with the data or rejects with an error.

  • Answered by AI
  • Q2. What is hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable and function declarations are hoisted to the top of their scope.

    • Only declarations are hoisted, not initializations.

    • Function declarations take precedence over variable declarations.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is event loop
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.

    • Event loop is commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.

    • It allows for non-blocking I/O operations, ensuring that the program can continue running while waiting for I/O operations to complete.

    • Event loop works by contin...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find frequency of integer in array
  • Ans. 

    Calculate the frequency of a specific integer in an array of strings.

    • Iterate through the array and use a hashmap to store the frequency of each integer.

    • Return the frequency of the specified integer from the hashmap.

  • Answered by AI
  • Q2. Node js project explanation and evaluation
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications and APIs.

    • It has a large ecosystem of libraries and frameworks, such as Express and Socket.io.

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. What is dns port no?
  • Ans. 

    DNS port number is 53.

    • DNS port number is used for DNS queries and responses.

    • It is a well-known port number, which is 53.

    • DNS uses both TCP and UDP protocols on port 53.

  • Answered by AI
  • Q2. What is ssh port no?
  • Ans. 

    SSH port number is 22.

    • SSH port number is used for secure communication over a network.

    • Default port number for SSH is 22.

    • Port number can be changed for security reasons.

    • Example: ssh user@hostname -p 2222

  • Answered by AI
  • Q3. What brust force attack?
  • Ans. 

    A brute force attack is a trial-and-error method used by hackers to crack passwords or encryption by systematically trying all possible combinations.

    • Brute force attacks are time-consuming but effective against weak passwords.

    • Hackers use automated tools to try all possible combinations until the correct one is found.

    • Examples include trying all possible 4-digit PIN codes or dictionary words as passwords.

    • Strong passwords ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Questions were asked about my on my education background, my family, and why do I want to join this company?

MBM Newtech Interview FAQs

How many rounds are there in MBM Newtech interview?
MBM Newtech interview process usually has 1 rounds. The most common rounds in the MBM Newtech interview process are One-on-one Round and HR.
How to prepare for MBM Newtech 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 MBM Newtech. The most common topics and skills that interviewers at MBM Newtech expect are Administration Management, Content Writing, Coordination Skills, Creative Designing and EA.
What are the top questions asked in MBM Newtech interview?

Some of the top questions asked at the MBM Newtech interview -

  1. About work experience About IT solution About Hardware products Why ...read more
  2. You're fishing fish...read more

Tell us how to improve this page.

MBM Newtech Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 205 Interviews
MathCo Interview Questions
3.0
 • 109 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
embedUR Systems Interview Questions
3.3
 • 47 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.7
 • 28 Interviews
MoEngage Interview Questions
3.9
 • 26 Interviews
View all

MBM Newtech Reviews and Ratings

based on 16 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.8

Salary

3.6

Job security

3.9

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 16 Reviews and Ratings
Compare MBM Newtech with

Fractal Analytics

4.0
Compare

Watchyourhealth.com

4.8
Compare

Subex

3.5
Compare

MathCo

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