Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Mountblue Technologies Software Trainee Interview Questions and Answers

Updated 8 Feb 2022

Mountblue Technologies Software Trainee Interview Experiences

2 interviews found

Round 1 - Coding Test 

It was a 2 hr coding test in which 2 random intermediate level questions from hacker earth were asked .

Round 2 - Technical 

(2 Questions)

  • Q1. Then the next round was tr interview in which they again gave you 2 random problems and we are supposed to do it in front of them in a zoom call. in my case the second question was given out of syllabus f...
  • Q2. The coordinates of a bishop is given . tell all the possible moveset coordinates where the bishop can move
  • Ans. 

    Possible moveset coordinates of a bishop given its current coordinates.

    • A bishop can move diagonally in any direction

    • The bishop can move to any square that is on the same diagonal as its current position

    • The bishop can capture an opponent's piece if it is on the same diagonal as the bishop

    • The bishop cannot jump over other pieces

    • The bishop can move any number of squares in a diagonal direction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic coding is recquired in any language
practice mount blue challenges 120 questions from hacker rank

I applied via eLitmus and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Coding Test 

There were 2 questions, one wasy and one medium level. I solved easy one with all test cases and another one with some test cases

Round 2 - Technical 

(1 Question)

  • Q1. Coding question was asked

Interview Preparation Tips

Topics to prepare for Mountblue Technologies Software Trainee interview:
  • Arrays
Interview preparation tips for other job seekers - Practice hackerrank questions so that you can crack interview as the interview will be on hackerrank like questions

Software Trainee Interview Questions Asked at Other Companies

asked in Jhaishna
Q1. 1. What is java and it's features ? 2. Why it is called platform ... read more
Q2. Q3. Why String class has been made immutable in Java? A4. For per ... read more
Q3. Q1. What is the difference between “==” and “equals(…)” in compar ... read more
Q4. the coordinates of a bishop is given . tell all the possible move ... read more
asked in Qualitest
Q5. PayTM is about to launch and you have to test it, then according ... read more

Interview questions from similar companies

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

Coding test was test with basic DSA questions like DP and rotten oranges

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

Round 1 - Aptitude Test 

Aptitude test is easy.

Round 2 - Assignment 

Really tuff

Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and opportunities offered by the position.

    • I am flexible and willing to negotiate based on the overall compensation package.

    • I am more interested in the growth potential and learning opportunities than a specific salary number.

    • I would like to be compensated fairly for my skills and experience in the industry.

    • I am open to discussing salary range during the inter

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and includes individuals from various professions and cultural backgrounds.

    • My father is a doctor and my mother is a teacher.

    • I have two siblings, one is an engineer and the other is a lawyer.

    • We have relatives who are artists, entrepreneurs, and scientists.

    • Our family gatherings are always filled with interesting conversations and different perspectives.

  • Answered by AI
  • Q3. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and improving my skills

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    I have a strong technical background and a passion for software development.

    • I have a solid understanding of programming languages and software development principles.

    • I have experience working on various software projects, including [example project].

    • I am a quick learner and adapt easily to new technologies and frameworks.

    • I am a team player and have excellent communication skills, which are essential for collaborating w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can crack this but work hard
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

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
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Question were very basic from array and stacks

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reverse an array
  • Ans. 

    Reverse an array of strings

    • Iterate through the array from both ends and swap the elements

    • Continue swapping until the middle of the array is reached

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare DS and algo well and some general HR questions

Skills evaluated in this interview

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

Round 1 - HR 

(1 Question)

  • Q1. Expected salary and current salary

Interview Preparation Tips

Interview preparation tips for other job seekers - had a good interview experience and all the best

Interview Questionnaire 

1 Question

  • Q1. What is meant by javascript closure? And why do we use it?
  • Ans. 

    A closure is a function that has access to its outer function's variables, even after the outer function has returned.

    • A closure is created when a function is defined inside another function.

    • It allows for private variables and functions in JavaScript.

    • Closures are used for data hiding, encapsulation, and creating modules.

    • Example: function outer() { var x = 10; function inner() { console.log(x); } return inner; } var clos

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Mountblue Technologies Interview FAQs

How many rounds are there in Mountblue Technologies Software Trainee interview?
Mountblue Technologies interview process usually has 2 rounds. The most common rounds in the Mountblue Technologies interview process are Coding Test and Technical.
What are the top questions asked in Mountblue Technologies Software Trainee interview?

Some of the top questions asked at the Mountblue Technologies Software Trainee interview -

  1. the coordinates of a bishop is given . tell all the possible moveset coordinate...read more
  2. then the next round was tr interview in which they again gave you 2 random prob...read more
  3. Coding question was as...read more

Recently Viewed

CAMPUS PLACEMENT

College of Technology, Pantnagar

INTERVIEWS

VE Commercial Vehicles

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

MindGate Solutions

No Interviews

INTERVIEWS

Valuefy Solutions

No Interviews

INTERVIEWS

Fiserv

No Interviews

INTERVIEWS

PayPal

No Interviews

INTERVIEWS

Jio

No Interviews

INTERVIEWS

IBM

No Interviews

INTERVIEWS

ZeroCodeHR

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Publicis Sapient Interview Questions
3.5
 • 613 Interviews
GlobalLogic Interview Questions
3.6
 • 584 Interviews
UST Interview Questions
3.8
 • 510 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
View all

Fast track your campus placements

View all
Software Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mountblue Technologies with

upGrad

3.7
Compare

Simplilearn

3.2
Compare

Great Learning

3.7
Compare

Jigsaw Academy

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent