Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Mallow Technologies Software Developer Interview Questions and Answers

Updated 19 Dec 2024

Mallow Technologies Software Developer Interview Experiences

8 interviews found

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

General basic aptitude

Round 2 - Coding Test 

Medium level coding test and trying to pass testcases

Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on the round 2
  • Q2. Basic technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. General discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy basic ones

Round 2 - Technical 

(1 Question)

  • Q1. Python qns were aksed
Round 3 - HR 

(1 Question)

  • Q1. Self intro was asked and presented my resume

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

50 questions asked and it is friendly

Round 2 - Coding Test 

2 questions asked medium to hard level

Round 3 - HR 

(2 Questions)

  • Q1. Springboot questions
  • Q2. Resume based questions

Software Developer Interview Questions & Answers

user image Sanjay Aravindh

posted on 1 Jul 2023

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. They told to develop a game it was very hard
  • Q2. Develop a snake ladder game
  • Ans. 

    A classic snake ladder game where players roll dice to move along the board, encountering snakes and ladders.

    • Create a game board with squares numbered from 1 to 100

    • Define the positions of snakes and ladders on the board

    • Implement dice rolling mechanism to move players along the board

    • Handle cases where players land on a snake or ladder and move accordingly

  • Answered by AI
Round 2 - Coding Test 

In the second round itself they told to develop a game.

Skills evaluated in this interview

Mallow Technologies interview questions for designations

 Junior Software Developer

 (1)

 Senior Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (1)

 Laravel Developer

 (1)

 Junior Developer

 (1)

 Ruby on Rails Developer

 (1)

 Senior Laravel Developer

 (1)

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

I applied via Referral and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

90 minutes aptitude and reasoning

Round 3 - Coding Test 

Questions were mainly from data structures.

Round 4 - HR 

(3 Questions)

  • Q1. Where do would you like to see yourself in the next five years?
  • Q2. Why should we hire you?
  • Q3. What is bubble sorting?
  • Ans. 

    Bubble sorting is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Compares adjacent elements and swaps them if they are in the wrong order

    • Repeats this process until the list is sorted

    • Not efficient for large datasets

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mallow Technologies Software Developer interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Focus on aptitude and data structures.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

It's general aptitude questions and with some logical programming questions

Round 2 - Coding Test 

Easy And Medium Question Like Big O and Occurrence

Round 3 - Coding Test 

Its Medium and Hard Level Question

Round 4 - Technical 

(2 Questions)

  • Q1. They Asked Some Programming Logics Like Definition
  • Q2. He asked explanation for 3rd round code what we submitted
Round 5 - HR 

(2 Questions)

  • Q1. Just Formal Question about ourself
  • Q2. He Explaining about the company and policies

Interview Preparation Tips

Interview preparation tips for other job seekers - If your fresher just prepare any one Coding language till Easy, Medium, Little Hard and practice that in Hackerrank, leetcode
Round 1 - Technical 

(1 Question)

  • Q1. Attended on campus, 1st round contains logical and technical reasoning along with 2 programming questions - 1 question is easy with composite or prime numbers with more no of testcases, 2nd question is tou...
Round 2 - Technical 

(1 Question)

  • Q1. Questions raised from the resume - project explanation, c conditional statements, java oops, sql, web development and explanation of 1st round solved programming questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare continuously, don't give up.
Clear with the concepts of OPPS and JOINS

I applied via Referral and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 

It will high level of the coding test.

Round 3 - Coding Test 

It contain coding round with the technical and personal hr round.

Interview Preparation Tips

Topics to prepare for Mallow Technologies Software Developer interview:
  • C
  • Java
  • Problem Solving
Interview preparation tips for other job seekers - Learn the C or Java or Python which helpful to clear the interview.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

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

Mallow Technologies Interview FAQs

How many rounds are there in Mallow Technologies Software Developer interview?
Mallow Technologies interview process usually has 3-4 rounds. The most common rounds in the Mallow Technologies interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in Mallow Technologies Software Developer interview?

Some of the top questions asked at the Mallow Technologies Software Developer interview -

  1. Develop a snake ladder g...read more
  2. What is bubble sorti...read more
  3. Attended on campus, 1st round contains logical and technical reasoning along wi...read more

Recently Viewed

INTERVIEWS

Granite River Labs

No Interviews

INTERVIEWS

Granite River Labs

No Interviews

INTERVIEWS

Mallow Technologies

No Interviews

INTERVIEWS

Flexsin Technologies

No Interviews

INTERVIEWS

Mallow Technologies

No Interviews

INTERVIEWS

Temenos

No Interviews

INTERVIEWS

Temenos

No Interviews

INTERVIEWS

Temenos

No Interviews

INTERVIEWS

Flexsin Technologies

No Interviews

INTERVIEWS

Flexsin Technologies

No Interviews

Tell us how to improve this page.

Mallow Technologies Software Developer Interview Process

based on 6 interviews

3 Interview rounds

  • Aptitude Test Round
  • Coding Test Round - 1
  • Coding Test Round - 2
View more
Mallow Technologies Software Developer Salary
based on 9 salaries
₹3 L/yr - ₹7.7 L/yr
42% less than the average Software Developer Salary in India
View more details

Mallow Technologies Software Developer Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

4.5

Salary

4.1

Job security

3.7

Company culture

4.5

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Developer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Ruby on Rails Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mallow Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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