Upload Button Icon Add office photos
Engaged Employer

i

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

CASHe Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CASHe Interview Questions and Answers

Updated 8 Feb 2025

CASHe Interview Experiences

Popular Designations

5 interviews found

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Get to know about you
  • Q2. What are you expecting after joining this company ?
Round 2 - Technical 

(3 Questions)

  • Q1. Debounce and throtlling concept in javascript .
  • Ans. 

    Debounce and throttling are techniques used in JavaScript to limit the number of times a function is called.

    • Debounce delays the execution of a function until after a specified time has elapsed without any additional calls.

    • Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.

  • Answered by AI
  • Q2. Make a sorting algorithm and sor the given array . quick and insertion sort
  • Ans. 

    Implement quicksort and insertion sort algorithms to sort an array of strings.

    • Implement quicksort algorithm by selecting a pivot element and partitioning the array around it recursively.

    • Implement insertion sort algorithm by iterating through the array and inserting each element into its correct position.

    • Example: Array of strings ['banana', 'apple', 'cherry', 'date'] can be sorted using quicksort or insertion sort.

  • Answered by AI
  • Q3. UseEffect and other hook of react

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
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 Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Push notifications
  • Q2. Lifecycle of a conponent

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image Rajjyoti Doley

posted on 1 Nov 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
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 

(1 Question)

  • Q1. Find median of 2D array
  • Ans. 

    Find median of 2D array of strings

    • Flatten the 2D array into a 1D array

    • Sort the 1D array

    • Calculate the median based on the length of the array

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. LLD of Twitter System

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Behavioral 

(1 Question)

  • Q1. Can you tell me about yourself? Where do you see yourself in the next five years? What are some of the skills you possess?

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

CASHe interview questions for popular designations

 Associate Manager

 (1)

 Frontend Developer Intern

 (1)

 Full Stack Developer

 (1)

 Software Engineer

 (1)

 Underwriting Executive

 (1)

I applied via Company Website and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Fraud check, banking, cibil, dual pan

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is depend your company experience what you have done?

Underwriting Executive Interview Questions asked at other Companies

Q1. What are the future goals and objectives?
View answer (1)

Interview questions from similar companies

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

I applied via Naukri.com

Round 1 - Technical 

(5 Questions)

  • Q1. Write a js code to reverse a string.
  • Ans. 

    Use JavaScript to reverse a given string.

    • Create a function that takes a string as input

    • Use the split(), reverse(), and join() methods to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a js code fizz bizz
  • Ans. 

    FizzBuzz is a common coding challenge where numbers divisible by 3 are replaced with 'Fizz', numbers divisible by 5 are replaced with 'Buzz', and numbers divisible by both are replaced with 'FizzBuzz'.

    • Create a loop to iterate through numbers 1 to 100

    • Use if statements to check if the number is divisible by 3, 5, or both

    • Replace the number with 'Fizz', 'Buzz', or 'FizzBuzz' accordingly

  • Answered by AI
  • Q3. Angular life cycle hooks
  • Q4. What is Dependency Injection in angular?
  • Ans. 

    Dependency Injection is a design pattern in which a class receives its dependencies from an external source rather than creating them itself.

    • In Angular, Dependency Injection is used to provide instances of services to components.

    • It helps in creating loosely coupled components, making the code more maintainable and testable.

    • Example: In Angular, you can inject services like HttpClient, Router, etc. into components using

  • Answered by AI
  • Q5. What are the Directives in angular?
  • Ans. 

    Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Directives are used to extend HTML with new attributes or elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Mar 2024. 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. Medium level SQL question
  • Q2. Case study on Bigbasket/Instagram
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Technical 

(2 Questions)

  • Q1. They asked based on your resume few excel questions also
  • Q2. They explained about their company
Round 3 - HR 

(1 Question)

  • Q1. About company little bit about project

Interview Preparation Tips

Interview preparation tips for other job seekers - get yourself up with high excel techniques
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself. Why do you know about NETAPS and 3D India Group? Hobbies? What type of career option you are looking?
  • Q2. Are you ready to work in flexible working module and can you decide and set your own target and can you give PowerPoint Presentation?
  • Ans. 

    Yes, I am ready to work in a flexible working module, set my own targets, and give PowerPoint presentations.

    • I am comfortable working in a flexible working module and have experience setting my own targets in previous roles.

    • I have strong presentation skills and am proficient in creating and delivering PowerPoint presentations.

    • I am self-motivated and can effectively manage my time to meet deadlines and achieve goals.

    • I am...

  • Answered by AI
  • Q3. What is salary expectation, Notice Period?
  • Q4. Can you give goal setting presentation??
  • Ans. 

    Yes, I can give a goal setting presentation.

    • Start by defining the overall objective or goal

    • Break down the goal into smaller, achievable targets

    • Set specific, measurable, attainable, relevant, and time-bound (SMART) goals

    • Create an action plan outlining steps to reach each goal

    • Track progress regularly and make adjustments as needed

    • Use visual aids and examples to illustrate key points

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Netaps Foundation Senior Corporate Sales Manager interview:
  • Excel Powerpoint
  • Email writing
  • Proposal Writing
  • Communication Skills
  • Public Speaking
  • Marketing
  • Team Handling
  • Team Management
  • Stakeholder Management
  • Recruitment
  • Franchisee Development
  • Vendor Development
  • Remote Support
  • Corporate Sales
  • Convincing Power
  • Telephone Handling
  • Human Resource Management
  • Govt Liasioning
  • Brand Management
  • Primary Market Research
  • Market Research
  • Profit Centre Operations
  • Branch Management
Interview preparation tips for other job seekers - All the prospective job seekers are suggested before going to attend interview -keep ready your PowerPoint, Video Making/Editing, Basic Graphic Design, Proposal writing, Email Writing and Phone Handling Etiquette skill.
In your PowerPoint show only those data -which you can deliver.
Make your presentation simple no unnecessary color. and font.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sardar Patel University (SPU)

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Round 3 - HR 

(2 Questions)

  • Q1. What is your weakness
  • Q2. What is your fav sports

Interview Preparation Tips

Interview preparation tips for other job seekers - give brave answer

CASHe Interview FAQs

How many rounds are there in CASHe interview?
CASHe interview process usually has 1-2 rounds. The most common rounds in the CASHe interview process are Technical, Resume Shortlist and HR.
How to prepare for CASHe 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 CASHe. The most common topics and skills that interviewers at CASHe expect are Python, SQL, Data Analytics, Java and AWS.
What are the top questions asked in CASHe interview?

Some of the top questions asked at the CASHe interview -

  1. Make a sorting algorithm and sor the given array . quick and insertion s...read more
  2. Debounce and throtlling concept in javascrip...read more
  3. Find median of 2D ar...read more

Tell us how to improve this page.

CASHe Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 52 Interviews
KreditBee Interview Questions
3.5
 • 36 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
Slice Interview Questions
3.2
 • 28 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
Axio Interview Questions
3.8
 • 8 Interviews
MoneyTap Interview Questions
3.3
 • 1 Interview
View all

CASHe Reviews and Ratings

based on 76 reviews

4.1/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

4.2

Salary

4.0

Job security

4.1

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 76 Reviews and Ratings
Executive
25 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Senior Executive
19 salaries
unlock blur

₹2.6 L/yr - ₹4.6 L/yr

Software Engineer
11 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Collections Executive
10 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Management Trainee
7 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Explore more salaries
Compare CASHe with

EarlySalary Services

3.8
Compare

MoneyTap

3.3
Compare

Paysense Services India

3.7
Compare

KreditBee

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