Upload Button Icon Add office photos

Filter interviews by

Convosight Product Engineer Interview Questions and Answers

Updated 13 Jul 2023

Convosight Product Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Be strong in DSA And write coding in simple format

Round 3 - Technical 

(3 Questions)

  • Q1. They Asked Basic/Intermediate Python Question
  • Q2. About list comprehension, collection, generator, Oops concepts
  • Q3. Polymorphism, encapsulation, abstraction

Interview questions from similar companies

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode code 2 questions , HTML5 css javascript simple screen design

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, Simple coding javascript, react basic, sql basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most

I applied via Job Fair and was interviewed before Feb 2021. There were 5 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 - Aptitude Test 

What is aptitude test?

Round 3 - Group Discussion 

Online study and off-line which one is better?

Round 4 - Case Study 

Someone not interested in assignments.

Round 5 - One-on-one 

(2 Questions)

  • Q1. Why you choice to join with us
  • Ans. Because write now Indias largest and most trusted education system is BYJU'S. thats why not one me everyone want to join his/her children in BYJU'S.
  • Answered Anonymously
  • Q2. What is more important to you education or money?
  • Ans. Obviously is education because educated person make money so easily and how to hold the mobey they know very well
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand what they needs to us

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions of the tech stack that I applied for.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the technologies you apply and just be confident because they want hire someone who is confident know at least basics of the tech stack.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

45 mins, Basic aptitude , comprehension and decision making questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to databases, DSA - medium, SQL Queries

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 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 - Aptitude Test 

50 mcq were asked in 12 mins. Most of the candidates qualified this round.

Round 3 - Coding Test 

3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.

Round 4 - Technical 

(3 Questions)

  • Q1. The technical round was of 40 mins. 3 standard questions from DSA were asked for which only approach was enough. Questions were from string, array and tree- Rotated string, Lowest common ancestor, etc.
  • Q2. Project related discussion regarding my role in the team.
  • Q3. A few HR questions related to family background. Why not go for higher studies like the rest of my family. Had to convince him that I saw more growth in working for an organisation.
Round 5 - HR 

(1 Question)

  • Q1. My introduction then, standard HR questions like where do i see myself in coming yrs, why do i want to join the company, etc. It lasted 10 mins

Interview Preparation Tips

Topics to prepare for Cogoport Software Engineer interview:
  • DSA
  • DBMS
  • OS
  • Networking
  • Project
Interview preparation tips for other job seekers - Try to present yourself in a confident and straightforward manner. Ask as many questions as possible at the end to convey your eagerness to join the company.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral 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 tips
Round 2 - Aptitude Test 

50 questions in 12mins

Round 3 - Technical 

(1 Question)

  • Q1. Basic DSA question in binary search and memoization

Interview Preparation Tips

Interview preparation tips for other job seekers - basic DSA question on binary search and basic memoization was asked
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 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 - Aptitude Test 

15 minutes test.
50 questions
easy questions
Management , Leadership , Character Type questions

Round 3 - Coding Test 

2 coding questions
resume grilling
easy medium questions

Round 4 - HR 

(2 Questions)

  • Q1. Time management questions
  • Q2. Toughest project you work upon
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - screening 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and experienced professional with a background in marketing and a passion for driving results.

    • Experienced in marketing strategies and campaigns

    • Strong track record of achieving goals and targets

    • Passionate about driving results and exceeding expectations

  • Answered by AI
  • Q2. Strengths and weaknesses
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Binary trees: if symmetric, easy string question using hashmap
  • Q2. If we are hosting a live test how to show real time ranking, HLD for this and what algorithms can we use
Round 2 - Technical 

(1 Question)

  • Q1. Database schema design for a feature where user can be free, gold, platinum.
  • Ans. 

    Use a user table with a column for user type (free, gold, platinum)

    • Create a user table with columns for user ID, name, email, user type

    • Use a separate table for user types with columns for type ID and type name

    • Establish a one-to-many relationship between user and user type tables

    • Example: user table - user_id, name, email, type_id; user_type table - type_id, type_name

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. HLD for live rank dashboard for a live test where millions of users are doing test
  • Ans. 

    High-level design for a live rank dashboard for a live test with millions of users.

    • Use a scalable architecture to handle millions of users concurrently.

    • Implement real-time data processing to update ranks dynamically.

    • Utilize caching mechanisms to improve performance and reduce load on the database.

    • Design a user-friendly interface with intuitive data visualization.

    • Include features for filtering, sorting, and searching to

  • Answered by AI

Skills evaluated in this interview

Convosight Interview FAQs

How many rounds are there in Convosight Product Engineer interview?
Convosight interview process usually has 3 rounds. The most common rounds in the Convosight interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Convosight Product Engineer interview?

Some of the top questions asked at the Convosight Product Engineer interview -

  1. About list comprehension, collection, generator, Oops conce...read more
  2. They Asked Basic/Intermediate Python Quest...read more
  3. polymorphism, encapsulation, abstract...read more

Tell us how to improve this page.

Convosight Product Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
View all
Brand Solutions Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Brand Solution Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Brand Solutions Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Convosight with

Social Cops

5.0
Compare

Wooplr Technologies

4.4
Compare

Meesho

3.7
Compare

Unacademy

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