Upload Button Icon Add office photos

Filter interviews by

Mindspace Airoli Interview Questions and Answers

Updated 5 Oct 2023

Mindspace Airoli Interview Experiences

Popular Designations

5 interviews found

Accountant Interview Questions & Answers

user image Siddarth Rana

posted on 1 Sep 2023

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 5 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 - HR 

(3 Questions)

  • Q1. General details
  • Q2. Name , occupation
  • Q3. Last Experience of work
Round 3 - Assignment 

Accounting questions and prepair of balance sheet

Round 4 - One-on-one 

(1 Question)

  • Q1. Last Experience Answers of accounting questions
Round 5 - HR 

(1 Question)

  • Q1. They told you select or not select

Interview Preparation Tips

Topics to prepare for Mindspace Airoli Accountant interview:
  • Tally prime
  • Prepair of balance sheet
  • Profit and lose
Interview preparation tips for other job seekers - Your last experience taking to be interview

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (26)

I applied via Newspaper Ad and was interviewed in Jun 2022. There were 5 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 - HR 

(2 Questions)

  • Q1. Tell me your self introduction
  • Q2. Where are you living
Round 3 - Group Discussion 

Company work questions in group discussion

Round 4 - One-on-one 

(2 Questions)

  • Q1. First round clear than after second round
  • Q2. Excel questions asking to the employee
Round 5 - Aptitude Test 

HR not interview only your test

Interview Preparation Tips

Topics to prepare for Mindspace Airoli Accounting and Finance Executive interview:
  • Finance Control
Interview preparation tips for other job seekers - I advice to please find out the good job

Accounting and Finance Executive Interview Questions asked at other Companies

Q1. As 16 Borrowing cost, Journal entries.
View answer (1)

I applied via Newspaper Ad and was interviewed in May 2022. There were 2 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 - HR 

(5 Questions)

  • Q1. Introduction of yourself
  • Q2. Are you searching for job
  • Q3. Do you have any experience or fresher?
  • Q4. What is your salary expectations
  • Q5. What do you know about our company

Interview Preparation Tips

Topics to prepare for Mindspace Airoli Customer Service interview:
  • Customer services
Interview preparation tips for other job seekers - Practise your skills be a quick learner

Customer Service Interview Questions asked at other Companies

Q1. What do you say about customer service?
View answer (19)

IT Supporter Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2023

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

I applied via Company Website and was interviewed before Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Do you have ITIL
  • Q2. Yes i have ITIL certification which is valid.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be prepared.

IT Supporter Interview Questions asked at other Companies

Q1. How do you handle a situation where a user is frustrated or upset with a technical issue they're facing?
View answer (2)

Mindspace Airoli interview questions for popular designations

 Customer Service

 (1)

 IT Supporter

 (1)

 Accountant

 (1)

 Accounting and Finance Executive

 (1)

 Web Developer

 (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2020

I applied via Internshala and was interviewed before Nov 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Why you changed your field and come to IT field
  • Q2. Wht you have only one one year experience after passing before 3-4 years
  • Ans. 

    I took a break to pursue further education and gain more skills.

    • I pursued a master's degree in computer science to gain more knowledge and skills.

    • During my break, I also worked on personal projects to improve my coding abilities.

    • I attended coding bootcamps and workshops to learn new technologies and frameworks.

    • I wanted to ensure that I had a strong foundation before entering the workforce.

    • My one year of experience has ...

  • Answered by AI
  • Q3. What is client side programming and server side programming
  • Ans. 

    Client side programming runs on user's browser while server side programming runs on server.

    • Client side programming involves HTML, CSS, and JavaScript.

    • Server side programming involves languages like PHP, Python, and Ruby.

    • Client side programming is responsible for user interface and user experience.

    • Server side programming is responsible for server management and database handling.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give answer confidentantly and dress well.if you have any gap after education completed decide some valid reason for that.

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

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

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

Mindspace Airoli Interview FAQs

How many rounds are there in Mindspace Airoli interview?
Mindspace Airoli interview process usually has 3-4 rounds. The most common rounds in the Mindspace Airoli interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Mindspace Airoli 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 Mindspace Airoli. The most common topics and skills that interviewers at Mindspace Airoli expect are Compliance, Presentation Skills, Accounting, PDF and Aircraft Handling.
What are the top questions asked in Mindspace Airoli interview?

Some of the top questions asked at the Mindspace Airoli interview -

  1. What is client side programming and server side programm...read more
  2. Wht you have only one one year experience after passing before 3-4 ye...read more
  3. Last Experience Answers of accounting questi...read more

Tell us how to improve this page.

Mindspace Airoli Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
CARS24 Interview Questions
3.6
 • 331 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
RMZ Ecoworld Interview Questions
4.9
 • 1 Interview
View all

Mindspace Airoli Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

3.3

Salary

3.8

Job security

4.5

Company culture

3.1

Promotions

4.0

Work satisfaction

Explore 12 Reviews and Ratings
Assistant General Manager - Direct Tax

Mumbai

14-15 Yrs

Not Disclosed

Explore more jobs
Junior Architect
4 salaries
unlock blur

₹1.5 L/yr - ₹2.4 L/yr

Site Engineer
3 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

BMS Operator
3 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Mumbra
3 salaries
unlock blur

₹0.2 L/yr - ₹0.2 L/yr

Explore more salaries
Compare Mindspace Airoli with

RMZ Ecoworld

4.9
Compare

Bagmane Tech Park

4.0
Compare

International Tech Park Bangalore(ITPB)

4.4
Compare

Ascendas IT Park

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