Upload Button Icon Add office photos

Filter interviews by

Malomatia Mobile Application Developer Interview Questions and Answers

Updated 30 Sep 2024

Malomatia Mobile Application Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic javascript,angular questions
  • Q2. About mobile applications
Round 2 - One-on-one 

(2 Questions)

  • Q1. Application security ways
  • Ans. 

    Application security is crucial for protecting user data and preventing unauthorized access.

    • Implement secure authentication methods such as multi-factor authentication

    • Use encryption to protect data both in transit and at rest

    • Regularly update and patch software to address security vulnerabilities

    • Implement proper input validation to prevent SQL injection and other attacks

    • Conduct regular security audits and penetration te...

  • Answered by AI
  • Q2. Some coding part
Round 3 - HR 

(1 Question)

  • Q1. Overall discussions

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. What is the class?
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors that an object will have.

    • It serves as a template for creating multiple instances of objects.

    • Objects are instances of a class, and they can have their own unique values for the properties defined in the class.

    • Methods defined in a class can be used to perform actions or manipulate the object's data.

    • In m...

  • Answered by AI
  • Q2. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes modularity.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the superclass.

    • Inhe...

  • Answered by AI
  • Q3. What is encapculation?
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is a fundamental concept in object-oriented programming.

    • It helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Examples include access modifiers like public, private, and protected in Java.

    • Encapsulation also helps in reduci

  • Answered by AI
  • Q4. Why do i use loop and how many types of loops in php?
  • Ans. 

    Loops are used to execute a block of code repeatedly. PHP has four types of loops: for, while, do-while, and foreach.

    • Loops help in automating repetitive tasks.

    • For loop is used when the number of iterations is known.

    • While loop is used when the number of iterations is unknown.

    • Do-while loop is similar to while loop, but it executes the code block at least once.

    • Foreach loop is used to iterate over arrays or objects.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: written test in html and css with 100 question and i marked 95 question with accurate answer
Tips: i solved each question with hard concentration

Round: Technical Interview
Experience: i answered all the question with explanation on simpe white paper while explain all the question interviewer was looking happy..
because way of my explain was simple and short
Tips: keep your doubts clear

Skills evaluated in this interview

Interview Preparation Tips

Skills: Problem Solving Abilties
College Name: Gujarat university
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round contains basic aptitude questions

Round 2 - Coding Test 

In coding round string operation are important

Round 3 - Technical 

(1 Question)

  • Q1. It is all about your skills mentioned in the resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

There is aptitude test

Round 2 - Aptitude Test 

Yeah some times there is taff questions too

Round 3 - Technical 

(2 Questions)

  • Q1. I can't share quotation
  • Q2. No I can't share here

Interview Preparation Tips

Interview preparation tips for other job seekers - Please contact all companies and develop ur skill side by side
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Asked questions on Chat GPT, do I read tech based publication and how often? very few questions on my project
  • Q2. The interviewer seemed uninterested from the start, he disconnected twice from the meet
  • Q3. Why should i give this job to you when chatgpt can do the same job?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Remove duplicates from an array
  • Ans. 

    Remove duplicates from an array of strings efficiently using various methods.

    • Use a Set: Convert the array to a Set to automatically remove duplicates. Example: `const uniqueArray = [...new Set(array)];`

    • Filter Method: Use `filter` to keep only unique items. Example: `const uniqueArray = array.filter((item, index) => array.indexOf(item) === index);`

    • Reduce Method: Use `reduce` to build a new array with unique items. Ex...

  • Answered by AI
  • Q2. Coins puzzle, inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont get hired here

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. .NET use in past projects
  • Ans. 

    I have extensive experience using .NET in past projects.

    • Developed web applications using ASP.NET MVC framework

    • Utilized C# for backend development

    • Worked with .NET Core for cross-platform development

    • Used Entity Framework for database access

    • Implemented RESTful APIs using ASP.NET Web API

    • Integrated third-party libraries and frameworks through NuGet

    • Implemented unit tests using NUnit or MSTest

  • Answered by AI
Round 2 - Assignment 

Mix questions of aptitude and technical knowledge. 3 hours 25 questions (may be) even scenario and optimal solution. This interview was conducted in Whitefield, Bangalore branch. Sep 2009.

Round 3 - Panel interview 

(1 Question)

  • Q1. Related to projects in my resume

Interview Preparation Tips

Topics to prepare for IBM Senior Software Developer interview:
  • past projects
  • quants
  • basic english
Interview preparation tips for other job seekers - Influence as employee refferal works or doesn't work is on candidate capabilities of interview skills

Interview Questionnaire 

2 Questions

  • Q1. Oops concepts
  • Q2. Design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one on C# and WPF technologies. It’s around 1 hr of interview. So the interviewer touch all the technologies we mention in the resume and he asked for the scenarios we faced in the realtime. He is very cool and nice person. The topics in c#
Oops concepts
Design patterns
Red and out keywords
When we go for abstraction in realtime
Managed and unmanaged code
String and string builder
Difference between abstraction and interfaces
Struct and class
Static constructor
Sealed keyword
Delegates
Dynamic parameters
Can we return multiple values from a function/method?
Overloading and overriding
Ienumeration and iqueryable
Indexers
First and single in linq

Interview Preparation Tips

Round: Face to face interview
Experience: This round is all about technical, communication skills checking

Malomatia Interview FAQs

How many rounds are there in Malomatia Mobile Application Developer interview?
Malomatia interview process usually has 3 rounds. The most common rounds in the Malomatia interview process are Technical, One-on-one Round and HR.
How to prepare for Malomatia Mobile Application Developer 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 Malomatia. The most common topics and skills that interviewers at Malomatia expect are Mobile Development.
What are the top questions asked in Malomatia Mobile Application Developer interview?

Some of the top questions asked at the Malomatia Mobile Application Developer interview -

  1. application security w...read more
  2. basic javascript,angular questi...read more
  3. About mobile applicati...read more

Tell us how to improve this page.

Malomatia Mobile Application Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Customer Service Representative
34 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Customer Service Executive
17 salaries
unlock blur

₹2.4 L/yr - ₹4.1 L/yr

Technical Lead
7 salaries
unlock blur

₹14.9 L/yr - ₹34.5 L/yr

Azure Developer
7 salaries
unlock blur

₹4.5 L/yr - ₹26 L/yr

Senior Network Security Engineer
6 salaries
unlock blur

₹18 L/yr - ₹25 L/yr

Explore more salaries
Compare Malomatia with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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