Upload Button Icon Add office photos

Filter interviews by

Mallow Technologies Business Analyst Interview Questions and Answers

Updated 25 Oct 2024

Mallow Technologies Business Analyst Interview Experiences

1 interview found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you manage the difference in scope of the project
  • Q2. How do you record change request?
  • Ans. 

    Change requests are recorded using a standardized form or system to track details and approvals.

    • Use a change request form or system to document all requested changes

    • Include details such as the reason for the change, impact analysis, proposed solution, and approval signatures

    • Assign a unique identifier to each change request for tracking purposes

    • Regularly review and prioritize change requests based on business needs and ...

  • Answered by AI

Business Analyst Jobs at Mallow Technologies

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Case Study 

They will give you to study Abode Magento to study.

Round 3 - Assignment 

They will ask you create a presentation and to present it.
Even after getting the job offer and joining the company please don't think that they will confirm your position. Anytime the higher management will ask you to give test and if you don't perform they will ask you to leave.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after getting the job offer and joining the company please don't think that they will confirm your position. You will ask to give 2-3 test every month on the course they will tell you to study. If you don't clear the test they will ask you to leave.

And if you are a new joinee they expect you to do their whole work immediately.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration

    • I have experience in conducting market research and analyzing data to identify trends

    • I am proficient in using tools like Excel, SQL, and Tableau for data analysis

    • I have excellent communication skills and can effectively collaborate with cross-functional

  • Answered by AI
  • Q2. Some questions on project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you handle conflicting stockholder requirements n a project?
  • Ans. 

    I prioritize stakeholder requirements through effective communication, negotiation, and alignment with project goals.

    • Identify and document all stakeholder requirements to understand the full scope.

    • Facilitate meetings to discuss conflicting requirements and encourage open dialogue.

    • Use prioritization techniques, such as MoSCoW (Must have, Should have, Could have, Won't have), to assess the importance of each requirement.

    • ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What experience do you have in this role?
  • Q2. What tools or technologies are you comfortable using?
  • Ans. 

    I am proficient in various data analysis tools, including Excel, SQL, Python, and visualization software like Tableau.

    • Excel: Advanced functions, pivot tables, and data visualization.

    • SQL: Writing complex queries for data extraction and manipulation.

    • Python: Utilizing libraries like Pandas and NumPy for data analysis.

    • Tableau: Creating interactive dashboards for data visualization.

    • R: Statistical analysis and data visualiza

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow Up – A simple follow-up email can increase your chances of getting hired.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the pivot table in Excel
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Allows users to summarize and analyze large datasets

    • Can easily reorganize data by dragging and dropping fields

    • Provides options to calculate sums, averages, counts, etc. for data

    • Helps in creating interactive reports and charts

    • Useful for identifying trends and patterns in data

  • Answered by AI
  • Q2. A pivot table is used to summarize...........etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - "tailor your resume for each job application."

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The aptitude test mainly covered logical reasoning, quantitative aptitude, and basic programming concepts. Questions were of moderate difficulty, with some time-based problem-solving challenges. Practicing common aptitude topics like puzzles, numerical ability, and coding fundamentals can help in preparation.

Round 2 - Group Discussion 

The group discussion round focused on general topics related to technology, current affairs, and workplace scenarios. The evaluators were looking for clarity of thought, communication skills, and how well candidates could present their points while engaging with others. Staying confident and actively participating helped in getting selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be consistent and work hard

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

Mallow Technologies Interview FAQs

How many rounds are there in Mallow Technologies Business Analyst interview?
Mallow Technologies interview process usually has 1 rounds. The most common rounds in the Mallow Technologies interview process are One-on-one Round.
How to prepare for Mallow Technologies Business Analyst 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 Mallow Technologies. The most common topics and skills that interviewers at Mallow Technologies expect are JIRA, Project Management, Requirement Gathering, Agile Methodology and Business Analysis.

Tell us how to improve this page.

Mallow Technologies Business Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Mallow Technologies Business Analyst Salary
based on 15 salaries
₹3 L/yr - ₹7.5 L/yr
53% less than the average Business Analyst Salary in India
View more details

Mallow Technologies Business Analyst Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.2

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Business Analyst

Karur,

Coimbatore

3-6 Yrs

₹ 3-4.25 LPA

Explore more jobs
Developer
40 salaries
unlock blur

₹4 L/yr - ₹10.8 L/yr

Business Analyst
15 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Android Developer
14 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Ruby on Rails Developer
13 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Software Developer
12 salaries
unlock blur

₹3 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Mallow Technologies with

Cogniter Technologies

3.4
Compare

IVTL Infoview Technologies

3.6
Compare

Apmosys Technologies

3.4
Compare

Pitney Bowes

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