Upload Button Icon Add office photos

Filter interviews by

Chat360 Interview Questions and Answers

Updated 22 Feb 2025

Chat360 Interview Experiences

Popular Designations

2 interviews found

Product Manager Interview Questions & Answers

user image Chat360 Partner

posted on 22 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you walk me through a feature that you have ideated and made live?
  • Q2. How do you work with engineering, design and marketing teams to ensure smooth launch?
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about a time you had to make a data driven decision that contradicted initial assumption? Discussed on this for 30 minutes.
  • Q2. How do you measure success of a product?

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
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 - Coding Test 

Technical Round is the first round.

Round 3 - HR 

(2 Questions)

  • Q1. Meeting availabilty with CTO
  • Q2. Packages and all with CTO and Employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare with your skills to get an opportunity

Flutter Application Developer Interview Questions asked at other Companies

Q1. what is the phase of project duration between challenging parts to take a project challenge?
View answer (1)

Interview questions from similar companies

I applied via AngelList and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sorting algorithms, Linked list and array programmings, timing complexity and coding programs on languages what is on your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more about data structures and oops concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Assignment 

Create a Full Stack App

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

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

Round 1 - HR 

(3 Questions)

  • Q1. Tell me something about your self ?
  • Q2. What are your strengths?
  • Q3. Why are you interested in this job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Identify career goals
Dedicate to time search
Keep your self busy
Use several job search websites
Optimize your linkedin profile
Make networking part of your everyday life

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to resume and business case.

Interview Preparation Tips

Interview preparation tips for other job seekers - The entire interview plus hiring takes more than 3 months. In most occasions the Finance rejects the offer proposed by the HRs. HRs are highly unprofessional (Lead HR - Parvathi Urs). A huge risk of offer getting dissolved mid-way as well so take risk accordingly.

Interview Questionnaire 

1 Question

  • Q1. 1st round c mcq 2nd round short coding 3rd round advanced coding 4 and 5 technical hr and general hr

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    Level Order Traversal Problem Statement

    Given a binary tree of integers, return the level order traversal of the binary tree.

    Input:

    The first line contains an integer 'T', representing the number of te...
  • Ans. 

    Return the level order traversal of a binary tree given in level order with null nodes represented by -1.

    • Create a queue to store nodes for level order traversal

    • Start with the root node and add it to the queue

    • While the queue is not empty, dequeue a node, print its value, and enqueue its children

    • Repeat until all nodes are traversed in level order

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

  • Q1. What is a deadlock in DBMS, and can you explain the concepts of join and query?
  • Ans. 

    A deadlock in DBMS occurs when two or more transactions are waiting for each other to release locks, causing them to be stuck indefinitely.

    • Deadlock is a situation where two or more transactions are unable to proceed because each is waiting for the other to release locks.

    • To prevent deadlocks, DBMS uses techniques like deadlock detection and prevention algorithms.

    • Joins in DBMS are used to combine rows from two or more ta...

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Design a system for Twitter, outlining the key components and architecture involved.
  • Ans. 

    Design a system for Twitter

    • Key components: user profiles, tweets, hashtags, timelines

    • Architecture: microservices, load balancers, databases, caching

    • Scalability: sharding, replication, CDN

    • Real-time processing: streaming APIs, push notifications

  • Answered by AI
Round 4 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Maximum Subarray Sum Queries

    You are provided with an array of ‘N’ integers and ‘Q’ queries. Each query requires calculating the maximum subarray sum in a specified range of the array.

    Input:

    The first ...
  • Ans. 

    Implement a function to calculate maximum subarray sum queries in a given range of an array.

    • Iterate through each query and calculate the maximum subarray sum within the specified range using Kadane's algorithm.

    • Keep track of the maximum sum found so far and update it as needed.

    • Return the maximum subarray sum for each query in the test case.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use a single scan over the array to sort it in-place.

    • Maintain three pointers for 0s, 1s, and 2s and swap elements accordingly.

    • Example: Input: [0, 2, 1, 2, 0], Output: [0, 0, 1, 2, 2]

  • Answered by AI
Round 5 - Coding Test 

Round duration - 20 Minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in ChennaiEligibility criteria7 CGPAFreshworks interview preparation:Topics to prepare for the interview - Algorithms, Data Structures, Dynamic Programming, OOPS, System DesignTime required to prepare for the interview - 2.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare DS and Algo
Tip 2 : Prepare Dynamic programming 

Application resume tips for other job seekers

Tip 1 : Good in DS and algo that will be help in the interview that is very neccassry
Tip 2 : Prepare DBMS

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Projects, Out of box thinking
  • Q2. Few significant accomplishments in previous companies
  • Ans. 

    Implemented data-driven strategies to increase revenue by 15% in previous company.

    • Developed predictive models to optimize pricing strategies

    • Identified key customer segments for targeted marketing campaigns

    • Automated data collection and analysis processes for efficiency

    • Collaborated with cross-functional teams to implement data-driven decisions

  • Answered by AI
  • Q3. Tools and technologies
  • Q4. Case study. Problem statement given and asked to provide a solution

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. If you do not have a clue on any qn asked , admit it. Quote real time work examples whenever a qn is asked. Explain how you had done it in your previous companies.

Chat360 Interview FAQs

How many rounds are there in Chat360 interview?
Chat360 interview process usually has 2-3 rounds. The most common rounds in the Chat360 interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Chat360 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 Chat360. The most common topics and skills that interviewers at Chat360 expect are IT Sales, IT Product Sales, B2B Sales, Sales and Business Development.
What are the top questions asked in Chat360 interview?

Some of the top questions asked at the Chat360 interview -

  1. Tell me about a time you had to make a data driven decision that contradicted i...read more
  2. How do you measure success of a produ...read more
  3. Packages and all with CTO and Employ...read more

Tell us how to improve this page.

Chat360 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
Gupshup Interview Questions
3.5
 • 31 Interviews
yellow.ai Interview Questions
3.1
 • 17 Interviews
Jio Haptik Interview Questions
3.4
 • 14 Interviews
Exotel Interview Questions
3.1
 • 12 Interviews
Kaleyra Interview Questions
4.2
 • 2 Interviews
View all

Chat360 Reviews and Ratings

based on 11 reviews

3.5/5

Rating in categories

3.6

Skill development

3.0

Work-life balance

3.2

Salary

3.7

Job security

3.4

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Backend Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Chat360 with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Jio Haptik

3.4
Compare

Gupshup

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