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

Clear (1)

CASHe Software Engineer Interview Questions and Answers

Updated 1 Nov 2023

CASHe Software Engineer Interview Experiences

1 interview found

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

Skills evaluated in this interview

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

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

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic fundamentals for any programming language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Interview Questionnaire 

2 Questions

  • Q1. According the qualifications
  • Q2. According the resume details qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and use the right language and tone for a normal situation. Listen to the questions and think before you begin your answers asked the interviewer to repeat or explain further if you do not understand a question. Use the star method to answer questions about your skill and experience.

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview
Be polite and use the right language and tone for a normal situation
Listen to the questions and think before you begin your answers
Ask the interviewer to repeat or explain forther if you do not understand a question
Use the STAR method to answer questions about skills and experience.

I applied via AmbitionBox and was interviewed in Feb 2022. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Be proactive—market yourself as if you were marketing a business (brand you!). Take time to quantify your talents and learn to speak comfortably regarding accomplishments. Create a job search system for introducing, applying, and following up on leads/interviews. Plan your work, work your plan—a job search IS a job. Treat yourself to free or low-cost perks to reward effort, you earned it!” – Cindy

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain silence..
Looking position is in straight manner

I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Computer science
Interview preparation tips for other job seekers - This article is a cimpliting of my best job hunting advice, taken from my posts that have received that most positive feedback from job seekers and other career expects.

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a given Linked List. Both O(1) and O(N) space complexity. Where N is the size of Linked List.
  • Ans. 

    Reverse a given Linked List with O(1) and O(N) space complexity.

    • For O(1) space complexity, use three pointers to reverse the links in place.

    • For O(N) space complexity, use a stack to store the nodes and then pop them to create the reversed list.

    • Be careful with edge cases such as empty list or list with only one node.

  • Answered by AI
  • Q2. Explain your project. and give a brief overview for the technologies involved in the process of making the project. (Expect some cross-questioning for the technologies you are going to mention).
  • Q3. In a party of N people, only one person is known to everyone. Such a person may be present in the party, if yes, (s)he doesn't know anyone in the party. Find this celebrity (is present).
  • Ans. 

    Find the celebrity in a party of N people where only one person is known to everyone.

    • The celebrity doesn't know anyone in the party.

    • We can use a stack to keep track of potential celebrities.

    • If a person knows someone, they cannot be a celebrity.

    • If a person doesn't know someone, we can push them onto the stack.

    • After iterating through all people, we check if the stack has only one person and if that person is known to eve

  • Answered by AI
  • Q4. Explain in detail the working behind the algorithms of Merge Sort and Quick Sort.
  • Ans. 

    Merge Sort and Quick Sort are sorting algorithms that use divide and conquer approach.

    • Merge Sort divides the array into two halves, sorts them recursively, and then merges them.

    • Quick Sort selects a pivot element, partitions the array around the pivot, and recursively sorts the sub-arrays.

    • Merge Sort has a worst-case time complexity of O(nlogn), while Quick Sort has an average case time complexity of O(nlogn).

    • Merge Sort ...

  • Answered by AI
  • Q5. Trapping Rain-Water problem: Given N non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
  • Ans. 

    Compute amount of water trapped in an elevation map after raining

    • Iterate through the array and find the maximum height on the left and right of each bar

    • Calculate the amount of water that can be trapped on each bar using the difference between the minimum of the two maximum heights and the height of the bar

    • Add up the amount of water trapped on each bar to get the total amount of water trapped

  • Answered by AI
  • Q6. Zigzag traversal of a given binary tree.
  • Ans. 

    Zigzag traversal of a binary tree is a way of traversing the tree in a zigzag pattern.

    • Use a stack to keep track of nodes to be visited.

    • For each level, alternate between adding nodes to the stack from left to right and right to left.

    • Pop nodes from the stack and add their children to the stack in the appropriate order.

    • Repeat until all nodes have been visited.

  • Answered by AI
  • Q7. Given a dictionary with {Key, Value} as {String, Integer}. Sort the given dictionary in ascending/descending order according to: 1) Key. 2) Value.
  • Ans. 

    Sort a dictionary by key or value in ascending/descending order.

    • Use sorted() function with lambda function to sort by key or value.

    • For ascending order, use reverse=False and for descending order, use reverse=True.

    • Example: sorted_dict = sorted(dictionary.items(), key=lambda x: x[0], reverse=True)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Have a good understanding of Data Structures and Algorithm.
- Whatever your project may be, you should know aspect of it and expect some cross-questions as well.
- Be confident with what solution you are coming up, and try to make it efficient if asked.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

CASHe Interview FAQs

How many rounds are there in CASHe Software Engineer interview?
CASHe interview process usually has 3 rounds. The most common rounds in the CASHe interview process are Technical and Resume Shortlist.
How to prepare for CASHe Software Engineer 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 OOPS, CSS3, Cloud Computing, Data Structures and Database Design.
What are the top questions asked in CASHe Software Engineer interview?

Some of the top questions asked at the CASHe Software Engineer interview -

  1. Find median of 2D ar...read more
  2. LLD of Twitter Sys...read more

Recently Viewed

REVIEWS

Liugong India

No Reviews

SALARIES

Satyam Venture Engineering Services

No Salaries

DESIGNATION

COMPANY BENEFITS

Satyam Venture Engineering Services

No Benefits

LIST OF COMPANIES

Satyam Venture Engineering Services

Overview

SALARIES

HEG

SALARIES

Midland Microfin Limited

REVIEWS

MSN Laboratories

No Reviews

REVIEWS

Midland Microfin Limited

No Reviews

REVIEWS

Satyam Venture Engineering Services

No Reviews

Tell us how to improve this page.

CASHe Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

CASHe Software Engineer Salary
based on 11 salaries
₹7 L/yr - ₹18 L/yr
48% more than the average Software Engineer Salary in India
View more details

CASHe Software Engineer Reviews and Ratings

based on 3 reviews

4.8/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.4

Salary

4.8

Job security

4.8

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Executive
26 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

Assistant Manager
7 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare CASHe with

EarlySalary Services

3.8
Compare

MoneyTap

3.1
Compare

Paysense Services India

3.7
Compare

KreditBee

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent