Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AT Moon Ventures Team. If you also belong to the team, you can get access from here

AT Moon Ventures Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

AT Moon Ventures Interview Questions and Answers

Updated 2 Jul 2024
Popular Designations

AT Moon Ventures Interview Experiences

2 interviews found

Vice President Sales Interview Questions & Answers

user image Krunal Trivedi

posted on 22 Nov 2022

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 

(2 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What do know about sales?
  • Ans. 

    Sales is the process of persuading potential customers to buy products or services.

    • Sales involves identifying potential customers and their needs

    • It requires effective communication and negotiation skills

    • Salespeople must be knowledgeable about their products or services

    • Building and maintaining relationships with customers is crucial for long-term success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in yourself. Don't be nervous.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Case Study 

Service based interview what we can do in such scenarios like that

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about AT Moon Ventures?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Projects, previous work , dsa and database
Round 2 - One-on-one 

(1 Question)

  • Q1. System design , dsa
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural, system design
Round 4 - HR 

(1 Question)

  • Q1. General discussion , salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Ans. 

    2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Ans. 

    The coin change problem involves finding the number of ways to make a certain amount using given coin denominations.

    • Dynamic Programming Approach: Use an array to store the number of ways to make each amount up to the target.

    • Example: For coins [1, 2, 5] and target 5, ways are: 5 (1x5), 2+2+1, 2+1+1+1, 1+1+1+1+1.

    • Base Case: Initialize dp[0] = 1, as there's one way to make 0 amount (using no coins).

    • Iterate through each coi...

  • Answered by AI
  • Q2. Aggressive cows problem
  • Ans. 

    The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.

    • Use binary search to find the maximum distance between cows.

    • Sort the cows' positions and check if a certain distance is feasible.

    • Consider the constraints of the problem such as the number of cows and the size of the field.

  • Answered by AI
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Technical round 2 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - work on dsa questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Describe a failure and what you learnt from it?
  • Ans. 

    I once mismanaged a project timeline, leading to delays, but learned the importance of communication and proactive planning.

    • Underestimated project complexity, resulting in missed deadlines.

    • Failed to communicate effectively with team members about progress.

    • Learned to set realistic timelines and involve the team in planning.

    • Implemented regular check-ins to monitor progress and address issues early.

    • Developed a more collab...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In five years, I envision myself as a strategic leader, driving team success and fostering innovation in our projects.

    • Leading a high-performing team that consistently meets and exceeds project goals.

    • Implementing innovative strategies that enhance productivity and collaboration, such as agile methodologies.

    • Mentoring junior team members to help them grow in their careers, similar to how I was guided early on.

    • Contributing...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Worked on developing web applications using Java Spring framework

    • Proficient in database management with SQL

  • Answered by AI
  • Q2. Brief about projects you have worked
  • Ans. 

    Developed web application for online shopping platform with user authentication and payment gateway integration.

    • Implemented user authentication using JWT tokens

    • Integrated payment gateway APIs for secure transactions

    • Designed responsive UI for seamless user experience

  • Answered by AI
Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Design and implement LRU cache?

Interview Preparation Tips

Topics to prepare for Fampay Software Engineer interview:
  • Data Structures
  • Algorithmns

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Challenging situation you have encountered
Round 2 - Technical 

(1 Question)

  • Q1. Describe the actions you took to address the chanllenge
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Xl sheet and typing speed
  • Q2. How many years u hv experience in xl

AT Moon Ventures Interview FAQs

How many rounds are there in AT Moon Ventures interview?
AT Moon Ventures interview process usually has 1-2 rounds. The most common rounds in the AT Moon Ventures interview process are Resume Shortlist, One-on-one Round and Case Study.
How to prepare for AT Moon Ventures 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 AT Moon Ventures. The most common topics and skills that interviewers at AT Moon Ventures expect are Hindi, Merchant Acquiring, Merchant Onboarding, Merchant Services and Teaching English.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Stashfin Interview Questions
4.4
 • 11 Interviews
Tazapay Interview Questions
3.8
 • 7 Interviews
Fampay Interview Questions
3.7
 • 5 Interviews
JustLend Interview Questions
4.8
 • 4 Interviews
BeFiSc Interview Questions
4.4
 • 4 Interviews
Monexo Fintech Interview Questions
4.1
 • 3 Interviews
View all

AT Moon Ventures Reviews and Ratings

based on 17 reviews

4.9/5

Rating in categories

5.0

Skill development

4.9

Work-life balance

4.9

Salary

5.0

Job security

4.9

Company culture

5.0

Promotions

4.9

Work satisfaction

Explore 17 Reviews and Ratings
Compare AT Moon Ventures with

Stashfin

4.4
Compare

PrimeXBT

4.7
Compare

SmartOwner

4.7
Compare

WEBPLAT TECHNOLOGIES

4.0
Compare
write
Share an Interview