Upload Button Icon Add office photos
Engaged Employer

i

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

ShareChat Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ShareChat Senior Software Engineer Interview Questions, Process, and Tips

Updated 15 Oct 2024

Top ShareChat Senior Software Engineer Interview Questions and Answers

ShareChat Senior Software Engineer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA Problems from leetcode

Round 2 - Technical 

(1 Question)

  • Q1. Basics about Android and iOS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Few questions of javascript along with coding round and few angular related concepts

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was a DSA ALGO Medium round

Round 2 - Technical 

(1 Question)

  • Q1. Design an analytics system
  • Ans. 

    Designing an analytics system for data analysis and visualization

    • Define the goals and objectives of the analytics system

    • Identify the data sources and types of data to be collected

    • Choose appropriate tools and technologies for data processing and analysis

    • Design a data model and architecture for storing and accessing data

    • Implement data visualization techniques for presenting insights to users

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR questions about salary, workstyle, motivation etc

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic stack and array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Design question on creating a funnel for referral approvals in company
  • Q2. Which DB is the best choice
  • Ans. 

    There is no one-size-fits-all answer to which DB is the best choice, as it depends on the specific requirements of the project.

    • Consider the type of data being stored (structured, unstructured, etc.)

    • Evaluate the scalability and performance needs of the project

    • Take into account the budget and resources available for maintenance and support

    • Look at the existing technology stack and compatibility with other systems

    • Consider ...

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

(1 Question)

  • Q1. Creating feed of fb with ads integrated
  • Ans. 

    Integrate ads into Facebook feed for monetization

    • Utilize Facebook Audience Network for ad integration

    • Implement native ads for seamless user experience

    • Use targeting options to display relevant ads to users

  • Answered by AI

Skills evaluated in this interview

ShareChat interview questions for designations

 Software Development Engineer II

 (1)

 Senior QA Engineer

 (1)

 Senior Test Engineer

 (1)

 Software Developer

 (3)

 Software Developer Intern

 (2)

 Senior Engineer

 (1)

 Senior Sdet Engineer

 (1)

 Senior Quality Engineer

 (1)

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Minimum cut problem
  • Ans. 

    Minimum cut problem involves finding the minimum number of edges that must be removed to disconnect a graph.

    • The minimum cut problem is typically solved using algorithms like Karger's algorithm or Ford-Fulkerson algorithm.

    • The result of the minimum cut problem is a partition of the graph into two sets of vertices.

    • The minimum cut problem is often used in network flow optimization and graph theory.

    • Example: In a network of ...

  • Answered by AI
  • Q2. Binary search tree
Round 3 - Coding Test 

Longest increasing subsequence sum problem

Skills evaluated in this interview

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Fundamentals and Basics of android, projects you are worked on.
Round 2 - Assignment 

It was sort of pair programming where you will be told to implement some feature. Here they check your coding style, your approach and the architecture you follow.

Round 3 - Technical 

(1 Question)

  • Q1. Advanced android questions were asked and some scenario based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. It was managerial round, most discussion were on my projects and past experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushing up fundamentals and basics, aware of latest tech stack would help.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA question with Some Stack
  • Q2. Discussion around Current project
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial discussion around resume and some basic java and spring question
  • Q2. Java and spring boot question

I applied via Instahyre and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Design quiz application HLD,LLD and scale.
  • Ans. 

    Design a quiz application with HLD, LLD, and scalability.

    • Define the user flow and features of the application.

    • Create a high-level design with components and their interactions.

    • Create a low-level design with detailed modules and their interactions.

    • Consider scalability by using a distributed architecture and load balancing.

    • Use a database to store questions, answers, and user data.

    • Implement security measures to prevent ch

  • Answered by AI
  • Q2. Difference between abstract class and interface and some OOPS conecpts
  • Ans. 

    Abstract class is a class with some abstract methods while interface is a collection of abstract methods.

    • Abstract class can have both abstract and non-abstract methods while interface can only have abstract methods.

    • Abstract class can have constructors while interface cannot.

    • Abstract class can have instance variables while interface cannot.

    • Inheritance is achieved using extends keyword for abstract class and implements k...

  • Answered by AI
  • Q3. They asked 2 coding questions which I don't remember

Interview Preparation Tips

Interview preparation tips for other job seekers - I appeared for first 2 rounds which were taken by bar raiser team.
1st round was related DSA ,JAVA and bit of OOPS.
2nd round was related to System Design in which interviewer asked me to design quiz application.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic java 8 concepts
  • Q2. Basic spring boot questions
Round 2 - Technical 

(1 Question)

  • Q1. Project discussion and basic java spring technical questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your role
  • Ans. 

    As a Senior Software Engineer, my role involves designing, developing, and maintaining software applications to meet business needs.

    • Designing and architecting software solutions

    • Developing and coding software applications

    • Maintaining and updating existing software

    • Collaborating with cross-functional teams

    • Troubleshooting and debugging issues

    • Implementing best practices and coding standards

  • Answered by AI
  • Q2. What are your responsiblities
  • Ans. 

    As a Senior Software Engineer, my responsibilities include leading development projects, mentoring junior team members, collaborating with stakeholders, and ensuring code quality.

    • Leading development projects from conception to completion

    • Mentoring junior team members to help them grow and improve their skills

    • Collaborating with stakeholders to gather requirements and provide updates on project progress

    • Ensuring code quali...

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

ShareChat Interview FAQs

How many rounds are there in ShareChat Senior Software Engineer interview?
ShareChat interview process usually has 2-3 rounds. The most common rounds in the ShareChat interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in ShareChat Senior Software Engineer interview?

Some of the top questions asked at the ShareChat Senior Software Engineer interview -

  1. Which DB is the best cho...read more
  2. Creating feed of fb with ads integra...read more
  3. Design an analytics sys...read more

Recently Viewed

INTERVIEWS

Revature

No Interviews

INTERVIEWS

DENSO

No Interviews

INTERVIEWS

DENSO

No Interviews

INTERVIEWS

Revature

No Interviews

INTERVIEWS

JSW Energy

No Interviews

INTERVIEWS

JSW Energy

No Interviews

INTERVIEWS

Revature

No Interviews

INTERVIEWS

JSW Energy

No Interviews

INTERVIEWS

DCM Shriram

No Interviews

INTERVIEWS

ShareChat

No Interviews

Tell us how to improve this page.

ShareChat Senior Software Engineer Interview Process

based on 5 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
ShareChat Senior Software Engineer Salary
based on 17 salaries
₹30 L/yr - ₹55 L/yr
190% more than the average Senior Software Engineer Salary in India
View more details

ShareChat Senior Software Engineer Reviews and Ratings

based on 8 reviews

2.9/5

Rating in categories

3.5

Skill development

2.6

Work-life balance

3.7

Salary

2.2

Job security

2.4

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 8 Reviews and Ratings
Senior Associate Operations
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Associate
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Operator
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Sales Manager
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ShareChat with

MOJ

3.4
Compare

Chingari

3.7
Compare

Roposo

4.3
Compare

MX Takatak

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