Upload Button Icon Add office photos

InsanelyGood

Compare button icon Compare button icon Compare

Filter interviews by

InsanelyGood Business Associate Interview Questions and Answers

Updated 28 May 2024

InsanelyGood Business Associate Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Case based discussion and scenarios based questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Case based questions and scenarios based

Interview questions from similar companies

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

Round 1 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Vishnu Sharma. It's qualification B.Sc (hon math). Three years experience in TL post.

I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sales

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

I applied via Naukri.com and was interviewed in Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How to increase business?
  • Ans. 

    To increase business, focus on customer satisfaction, expand marketing efforts, and offer promotions.

    • Improve customer service to increase customer satisfaction and loyalty

    • Expand marketing efforts through social media, email marketing, and targeted advertising

    • Offer promotions such as discounts, referral programs, and loyalty rewards

    • Analyze market trends and adjust business strategies accordingly

    • Collaborate with other bu...

  • Answered by AI
  • Q2. Case study and solutions to business problem
  • Q3. Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 40 candidates and 2 posts were there,
The interview was ,
Written test,
Group discussion,
Interview with Manager.

You need to be prepared for ground level questions.

Team Lead Interview Questions & Answers

Udaan user image Amanpreet Sigh

posted on 27 Jun 2022

I applied via LinkedIn and was interviewed before Jun 2021. 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 tips
Round 2 - Aptitude Test 

General knowledge about logistics

Round 3 - Group Discussion 

Logistics how to manage team

Round 4 - One-on-one 

(1 Question)

  • Q1. Logistics lm fm tms rto rvp
  • Ans. 

    These are acronyms related to supply chain management and transportation.

    • Logistics - the process of planning, implementing, and controlling the movement of goods from point of origin to point of consumption

    • LM - Logistics Manager, responsible for overseeing the logistics process

    • FM - Freight Manager, responsible for managing the transportation of goods

    • TMS - Transportation Management System, software used to manage transp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look 5s and basic questions of logistics

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

Interview Questionnaire 

1 Question

  • Q1. Your last month ctc salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your answer for commonly asked interview questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is credit card .
  • Ans. 

    A credit card is a payment card issued by a financial institution that allows the cardholder to borrow funds to pay for goods and services.

    • Credit cards allow users to make purchases on credit, with the promise to repay the borrowed amount at a later date.

    • They often come with a credit limit, which is the maximum amount the cardholder can borrow.

    • Interest is charged on the outstanding balance if not paid in full by the du...

  • Answered by AI
  • Q2. Tell me about yourself and experience
  • Q3. What is Paisa bazaar.
  • Ans. 

    PaisaBazaar is a financial marketplace in India that offers comparison and application services for loans, credit cards, and insurance.

    • Provides comparison services for various financial products like loans, credit cards, and insurance

    • Allows users to apply for financial products through their platform

    • Offers personalized recommendations based on user's financial profile

    • Helps users make informed decisions by providing det...

  • Answered by AI
  • Q4. What your previous company roll and how to manage your team.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Personal Introduction
  • Q2. Experience & Qualification
Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal Introduction
  • Q2. Experience & Qualification

Interview Preparation Tips

Interview preparation tips for other job seekers - NA NA NA NA NA NA NA NA NA NA NA NA
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are design patterns available in Micro services?
  • Ans. 

    Design patterns in Micro services help in solving common architectural challenges.

    • Service Registry pattern

    • Circuit Breaker pattern

    • Gateway pattern

    • Saga pattern

    • API Gateway pattern

  • Answered by AI
  • Q2. Write Singleton design pattern code
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Create a private static instance of the class

    • Provide a public static method to access the instance

    • Ensure the constructor is private to prevent instantiation of multiple objects

  • Answered by AI
  • Q3. Write login RESTful web service
  • Ans. 

    Create a RESTful web service for user login functionality

    • Use POST method to send user credentials to the server

    • Validate the credentials against a database of users

    • Return a success message or error message based on the validation result

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Explain CNN models with practical skills
  • Ans. 

    CNN models are deep neural networks used for image classification and object recognition.

    • CNN models use convolutional layers to extract features from images

    • Pooling layers are used to reduce the spatial dimensions of the feature maps

    • Fully connected layers are used for classification

    • Examples of CNN models include VGG, ResNet, and Inception

  • Answered by AI
Round 3 - Assignment 
Round 4 - One-on-one 

(1 Question)

  • Q1. How to train CNN model
  • Ans. 

    Training a CNN model involves selecting appropriate architecture, preparing data, setting hyperparameters, and optimizing loss function.

    • Select appropriate CNN architecture based on the problem at hand

    • Prepare data by preprocessing, augmenting, and splitting into training, validation, and test sets

    • Set hyperparameters such as learning rate, batch size, and number of epochs

    • Optimize loss function using backpropagation and g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth recruiting process. Challenging and satisfying.

Skills evaluated in this interview

InsanelyGood Interview FAQs

How many rounds are there in InsanelyGood Business Associate interview?
InsanelyGood interview process usually has 2 rounds. The most common rounds in the InsanelyGood interview process are Case Study and One-on-one Round.

Tell us how to improve this page.

InsanelyGood Business Associate Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 436 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
Udaan Interview Questions
3.9
 • 337 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Zepto Interview Questions
3.5
 • 246 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
Tata 1mg Interview Questions
3.6
 • 153 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
Urban Company Interview Questions
3.4
 • 136 Interviews
View all
Team Lead
122 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Team Lead Operations
109 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Senior Team Leader
89 salaries
unlock blur

₹3.2 L/yr - ₹5.3 L/yr

Area Manager
54 salaries
unlock blur

₹5 L/yr - ₹8.7 L/yr

Assistant Manager
44 salaries
unlock blur

₹5 L/yr - ₹12.3 L/yr

Explore more salaries
Compare InsanelyGood with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

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