Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Alphonso Inc. Software Developer Interview Questions and Answers

Updated 18 Jun 2024

Alphonso Inc. Software Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability and promotes the concept of 'is-a' relationship

    • Derived class inherits properties and behaviors from base class

    • Example: Class 'Car' can inherit from class 'Vehicle' to reuse common attributes like 'color' and 'speed'

  • Answered by AI
  • Q2. What is overloading?
  • Ans. 

    Overloading is the ability to define multiple methods in the same class with the same name but different parameters.

    • Overloading allows methods to have the same name but different parameters

    • Parameters can differ in number, type, or order

    • Example: having multiple constructors in a class with different parameter lists

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell me your cons and pros.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do it.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

English and reasoning

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

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

1st round is coding assessment round based on graph and hashmaps

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding question
2 medium 1 hard

Round 2 - Technical 

(2 Questions)

  • Q1. Online polling system based on OOPs
  • Q2. Explaining the above code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 medium - question 1 array and 1 dp
1 med to hard - dynamic programming

Round 2 - Technical 

(2 Questions)

  • Q1. System design LLD - Polling System
  • Q2. How to implement Concurrency in it.
  • Ans. 

    Concurrency in software development allows multiple tasks to run simultaneously, improving performance and responsiveness.

    • Use multithreading to execute multiple tasks concurrently

    • Implement asynchronous programming to handle tasks that may take longer to complete

    • Use synchronization techniques like locks and semaphores to manage access to shared resources

    • Consider using thread pools to manage and reuse threads efficiently

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Medium level dsa questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Lld of cab booking system
  • Ans. 

    The Low Level Design (LLD) of a cab booking system involves detailing the system architecture and components at a lower level of abstraction.

    • Identify the main components of the system such as user interface, booking engine, payment gateway, and driver allocation algorithm.

    • Define the interactions between these components and how data flows between them.

    • Specify the data structures and algorithms used for efficient bookin...

  • Answered by AI
  • Q2. Discussion about online assesment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding rounds.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions on hackerrank medium to hard

Round 2 - Technical 

(1 Question)

  • Q1. Doctor low level system design question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Design system for splitwise
  • Ans. 

    Design a system for managing shared expenses among friends

    • Create user accounts with email verification

    • Allow users to create groups and add expenses

    • Implement algorithms to calculate balances and settle debts

    • Provide notifications for pending payments

    • Include features for adding notes and attaching receipts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - System design knowledge is very important.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Design facebook with functionalities like add post, delete post, follow user, unfollow user, retrieve posts etc.
  • Ans. 

    Designing a social media platform like Facebook with key functionalities.

    • Implement user authentication and authorization for secure access.

    • Create a database schema for users, posts, and relationships.

    • Develop features for adding, deleting, and retrieving posts.

    • Implement follow/unfollow functionality for users.

    • Design a news feed algorithm to display posts from followed users.

    • Include features for liking, commenting, and s

  • Answered by AI
Round 2 - HM 

(1 Question)

  • Q1. Behavioural questions alongwith basic dsa and dbms.

Skills evaluated in this interview

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

Alphonso Inc. Interview FAQs

How many rounds are there in Alphonso Inc. Software Developer interview?
Alphonso Inc. interview process usually has 2 rounds. The most common rounds in the Alphonso Inc. interview process are Technical and HR.
What are the top questions asked in Alphonso Inc. Software Developer interview?

Some of the top questions asked at the Alphonso Inc. Software Developer interview -

  1. What is inheritan...read more
  2. What is overloadi...read more

Recently Viewed

INTERVIEWS

Synopsys

No Interviews

INTERVIEWS

Synopsys

No Interviews

INTERVIEWS

Biesse Manufacturing

10 top interview questions

INTERVIEWS

Synopsys

No Interviews

SALARIES

VE Commercial Vehicles

INTERVIEWS

Synopsys

No Interviews

INTERVIEWS

VE Commercial Vehicles

No Interviews

INTERVIEWS

Blinkit

No Interviews

JOBS

VE Commercial Vehicles

No Jobs

DESIGNATION

Tell us how to improve this page.

Alphonso Inc. Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Alphonso Inc. Software Developer Salary
based on 8 salaries
₹1.8 L/yr - ₹4.8 L/yr
63% less than the average Software Developer Salary in India
View more details

Alphonso Inc. Software Developer Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 5 Reviews and Ratings
Technologist
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Data Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Alphonso Inc. with

ZAPR Media Labs

4.4
Compare

Silverpush

3.9
Compare

InMobi

3.5
Compare

Vizury

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