Upload Button Icon Add office photos
Engaged Employer

i

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

Convin Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Convin Interview Questions and Answers

Updated 11 Jun 2025
Popular Designations

15 Interview questions

A Test was asked 4mo ago
Q. What is the difference between APIs and Webhook endpoints?
Ans. 

APIs are used to retrieve data from a server, while Webhook endpoints are used to receive data from a server.

  • APIs are used to request data from a server, while Webhook endpoints are used to receive data from a server without the need for polling.

  • APIs are typically initiated by the client, while Webhooks are initiated by the server.

  • APIs are synchronous, meaning the client waits for a response, while Webhooks are as...

A Test was asked 4mo ago
Q. What do you know about APIs?
Ans. 

APIs (Application Programming Interfaces) are sets of rules and protocols that allow different software applications to communicate with each other.

  • APIs define the methods and data formats that applications can use to request and exchange information.

  • They allow developers to access the functionality of a service or application without needing to understand its internal workings.

  • Examples of APIs include Google Maps...

A Front end Developer was asked 4mo ago
Q. How would you create an analog watch using React?
Ans. 

Create an analog watch using React to display time with hour, minute, and second hands.

  • Use React's useState and useEffect hooks to manage time updates.

  • Create a Clock component that renders SVG elements for the watch face and hands.

  • Utilize CSS for styling the watch and positioning the hands accurately.

  • Implement a function to calculate the rotation of the hands based on the current time.

  • Example: For the second hand,...

View all Front end Developer interview questions
A Software Quality Assurance Engineer was asked 4mo ago
Q. Can you explain the framework you used in your last project?
Ans. 

I used the Selenium framework in my last project for automated testing.

  • Utilized Selenium WebDriver for automating test cases

  • Implemented Page Object Model design pattern for better code organization

  • Used TestNG for test case management and reporting

View all Software Quality Assurance Engineer interview questions
A Backend Developer was asked 8mo ago
Q. Write the code for Merge Sort.
Ans. 

Merge sort is a divide-and-conquer algorithm that sorts an array by recursively dividing it into halves and merging sorted halves.

  • Divide the array into two halves until each sub-array contains a single element.

  • Merge the sub-arrays back together in sorted order.

  • Time complexity is O(n log n), making it efficient for large datasets.

  • Example: Sorting [38, 27, 43, 3, 9, 82, 10] results in [3, 9, 10, 27, 38, 43, 82].

View all Backend Developer interview questions
A Backend Developer Intern was asked 8mo ago
Q. What is the difference between a process and a thread?
Ans. 

Processes are independent instances of a program, while threads are smaller units within a process sharing resources.

  • Processes have their own memory space, while threads share the same memory space within a process.

  • Processes are heavyweight, requiring more resources, while threads are lightweight.

  • Processes communicate with each other through inter-process communication mechanisms, while threads can communicate dir...

View all Backend Developer Intern interview questions
A Backend Developer Intern was asked 8mo ago
Q. What is the underlying data structure used in indexing, and what is its time complexity?
Ans. 

Indexing typically uses data structures like B-trees or hash tables for efficient retrieval, with time complexity of O(log n) or O(1) respectively.

  • Common data structures for indexing include B-trees and hash tables

  • B-trees are typically used for indexing in databases due to their balanced nature and efficient search operations

  • Hash tables are used for indexing in scenarios where constant time lookup is desired, but ...

View all Backend Developer Intern interview questions
Are these interview questions helpful?
A Backend Developer Intern was asked 8mo ago
Q. What is the time complexity of a recursive Fibonacci code implementation?
Ans. 

Time complexity of recursive fibonacci code is O(2^n)

  • The time complexity of a recursive fibonacci code is exponential, O(2^n)

  • This is because each call branches into two recursive calls, leading to exponential growth

  • For example, calculating fibonacci(5) would result in 15 function calls

View all Backend Developer Intern interview questions
A Backend Developer Intern was asked 8mo ago
Q. In which scenarios is each sorting method most beneficial?
Ans. 

Different sorting methods are beneficial in different scenarios based on factors like time complexity, space complexity, and input size.

  • Quick Sort: Best for large datasets due to its average time complexity of O(n log n)

  • Bubble Sort: Simple and easy to implement, but inefficient for large datasets with its time complexity of O(n^2)

  • Merge Sort: Stable and efficient for large datasets with its time complexity of O(n l...

View all Backend Developer Intern interview questions
A Backend Developer Intern was asked 8mo ago
Q. Describe the protocol behind Web Sockets.
Ans. 

Web Sockets is a communication protocol that provides full-duplex communication channels over a single TCP connection.

  • Web Sockets allow for real-time, bi-directional communication between a client and a server.

  • They are commonly used in chat applications, online gaming, and live data streaming.

  • Web Sockets use the ws:// or wss:// protocol scheme in URLs.

  • The protocol is initiated with a handshake between the client a...

View all Backend Developer Intern interview questions

Convin Interview Experiences

22 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your experience in sales?
  • Ans. 

    I have 3 years of experience in B2B sales, consistently exceeding targets and building strong client relationships.

    • 3 years of experience in B2B sales

    • Consistently exceeded sales targets

    • Built strong client relationships

  • Answered by AI
  • Q2. What was your target, and how frequently did you achieve it?
  • Ans. 

    My target was to generate 50 new leads per week, and I consistently achieved or exceeded it.

    • Set a target of 50 new leads per week

    • Regularly tracked progress towards the target

    • Implemented various strategies to generate leads, such as cold calling, email campaigns, and networking events

    • Consistently met or exceeded the target by actively prospecting and following up with leads

  • Answered by AI
  • Q3. What are your expectations for working here at the company?
  • Ans. 

    I expect a supportive team environment, opportunities for growth, and clear communication.

    • Supportive team environment where collaboration is encouraged

    • Opportunities for growth and advancement within the company

    • Clear communication from management regarding expectations and goals

  • Answered by AI
Round 2 - Assignment 

The assignment round consisted of two parts: the first part involved researching their company, writing a pitch, and identifying the appropriate personas, while the second part required me to pitch a product from my previous company and record the presentation.

Round 3 - One-on-one 

(2 Questions)

  • Q1. How was your interview so far?
  • Ans. 

    The interview has been going well so far, I feel confident in my responses and connection with the interviewer.

    • I have been able to effectively communicate my experience and skills

    • I have provided specific examples to support my answers

    • I have asked insightful questions about the role and company

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    My salary expectations are in line with industry standards and based on my experience and skills.

    • Research industry standards for Sales Development Representative salaries

    • Consider my experience and skills when determining salary expectations

    • Be prepared to negotiate based on the overall compensation package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is straightforward, much like any other sales interview. You just need a fundamental understanding of the role, and you'll be well-prepared.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Introduction and briefly discuss your considerations in choosing a managerial role.
  • Ans. 

    I chose a managerial role to leverage my skills in leadership, strategy, and team development for impactful project outcomes.

    • Leadership: I enjoy guiding teams towards common goals, as seen in my previous role where I led a cross-functional team to deliver a project ahead of schedule.

    • Strategic Thinking: I thrive on developing strategies that align with organizational objectives, demonstrated when I implemented a new pro...

  • Answered by AI
  • Q2. Small Case study based question?

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for someone in a Program or Product Manager role.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Technical questions
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Technical questions
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural questions
  • Q2. Work environment
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

Assignment was to create an API for an expenses sharing application where users can input the total amount and the people to be shared the amount with and each individual amount in terms of either actual amount, percentage or split equally

Round 2 - One-on-one 

(4 Questions)

  • Q1. Difference between process and threads
  • Ans. 

    Processes are independent instances of a program, while threads are smaller units within a process sharing resources.

    • Processes have their own memory space, while threads share the same memory space within a process.

    • Processes are heavyweight, requiring more resources, while threads are lightweight.

    • Processes communicate with each other through inter-process communication mechanisms, while threads can communicate directly...

  • Answered by AI
  • Q2. What is indexing in DBMS
  • Ans. 

    Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.

    • Indexes are data structures that store a small portion of the table data in an optimized format for quick retrieval.

    • They help in speeding up data retrieval operations like SELECT, UPDATE, DELETE queries.

    • Examples of indexes include primary keys, unique keys, and composite keys.

  • Answered by AI
  • Q3. Examples and description of asymmetric encryption alogorithms
  • Ans. 

    Asymmetric encryption algorithms use a pair of keys to encrypt and decrypt data, providing secure communication.

    • RSA (Rivest-Shamir-Adleman) is a popular asymmetric encryption algorithm.

    • Elliptic Curve Cryptography (ECC) is another commonly used asymmetric encryption algorithm.

    • Asymmetric encryption is slower than symmetric encryption but provides better security.

    • Public key is used for encryption and private key is used f...

  • Answered by AI
  • Q4. Which sorting method is beneficial in which scenario
  • Ans. 

    Different sorting methods are beneficial in different scenarios based on factors like time complexity, space complexity, and input size.

    • Quick Sort: Best for large datasets due to its average time complexity of O(n log n)

    • Bubble Sort: Simple and easy to implement, but inefficient for large datasets with its time complexity of O(n^2)

    • Merge Sort: Stable and efficient for large datasets with its time complexity of O(n log n)

    • ...

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

(4 Questions)

  • Q1. What are ACID properties in DBMS
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • Atomicity: Ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency: Ensures that the database remains in a consistent state before and after the transaction.

    • Isolation: Ensures that the execution of multiple transactions concurrently does not interfere with each ot...

  • Answered by AI
  • Q2. Underlying data structure in Indexing and its time complexity
  • Ans. 

    Indexing typically uses data structures like B-trees or hash tables for efficient retrieval, with time complexity of O(log n) or O(1) respectively.

    • Common data structures for indexing include B-trees and hash tables

    • B-trees are typically used for indexing in databases due to their balanced nature and efficient search operations

    • Hash tables are used for indexing in scenarios where constant time lookup is desired, but may h...

  • Answered by AI
  • Q3. Time complexity of a recursive fibonacci code
  • Ans. 

    Time complexity of recursive fibonacci code is O(2^n)

    • The time complexity of a recursive fibonacci code is exponential, O(2^n)

    • This is because each call branches into two recursive calls, leading to exponential growth

    • For example, calculating fibonacci(5) would result in 15 function calls

  • Answered by AI
  • Q4. The protocol behind Web Sockets (because it was in my resume)
  • Ans. 

    Web Sockets is a communication protocol that provides full-duplex communication channels over a single TCP connection.

    • Web Sockets allow for real-time, bi-directional communication between a client and a server.

    • They are commonly used in chat applications, online gaming, and live data streaming.

    • Web Sockets use the ws:// or wss:// protocol scheme in URLs.

    • The protocol is initiated with a handshake between the client and se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CS Fundamentals thoroughly
Some questions will be asked from topics that are mentioned in resume

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2025

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

I appeared for an interview in Aug 2024.

Round 1 - Case Study 

Case study interview questions are designed to assess problem solving, analytical, and critical thinking skills. These questions typically present a business scenario or challenge, requiring to analyze the situation, propose solutions and justify their approach.

Round 2 - HR 

(2 Questions)

  • Q1. Professional background questionaries.
  • Q2. Education details questionaries.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on showcasing your problem-solving skills, adaptability and enthusiasm for AI- driven innovation, especially with LLM models. Be ready to demonstrate how you can contribute to a collaborative fast-paced environment.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Basic Finance and accounts
Round 3 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Can you explain the framework you used in your last project?
  • Ans. 

    I used the Selenium framework in my last project for automated testing.

    • Utilized Selenium WebDriver for automating test cases

    • Implemented Page Object Model design pattern for better code organization

    • Used TestNG for test case management and reporting

  • Answered by AI

Technical Lead Interview Questions & Answers

user image Sidharth Mishra

posted on 23 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Something on go
  • Q2. Some thing in python
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Writing a blog on the topic related to "Convin."

Front end Developer Interview Questions & Answers

user image Ashutosh Singh

posted on 14 Feb 2025

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

(1 Question)

  • Q1. Was asked to create using React Analog Watch
  • Ans. 

    Create an analog watch using React to display time with hour, minute, and second hands.

    • Use React's useState and useEffect hooks to manage time updates.

    • Create a Clock component that renders SVG elements for the watch face and hands.

    • Utilize CSS for styling the watch and positioning the hands accurately.

    • Implement a function to calculate the rotation of the hands based on the current time.

    • Example: For the second hand, use ...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Convin?
Ask anonymously on communities.

Convin Interview FAQs

How many rounds are there in Convin interview?
Convin interview process usually has 1-2 rounds. The most common rounds in the Convin interview process are Technical, One-on-one Round and HR.
How to prepare for Convin 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 Convin. The most common topics and skills that interviewers at Convin expect are IT Sales, IT Product Sales, SaaS Sales, B2B Sales and Startup.
What are the top questions asked in Convin interview?

Some of the top questions asked at the Convin interview -

  1. Which sorting method is beneficial in which scena...read more
  2. Can you explain the framework you used in your last proje...read more
  3. The protocol behind Web Sockets (because it was in my resu...read more
How long is the Convin interview process?

The duration of Convin interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 26 interview experiences

Difficulty level

Easy 36%
Moderate 64%

Duration

Less than 2 weeks 70%
2-4 weeks 30%
View more

Interview Questions from Similar Companies

Zeta Interview Questions
3.4
 • 74 Interviews
embedUR Systems Interview Questions
3.2
 • 50 Interviews
CoinDCX Interview Questions
3.8
 • 30 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
Seclore Interview Questions
4.0
 • 27 Interviews
Cloudangles Interview Questions
3.6
 • 23 Interviews
Exponentia.ai Interview Questions
4.1
 • 16 Interviews
Jio Haptik Interview Questions
3.4
 • 15 Interviews
Miko Interview Questions
3.3
 • 11 Interviews
View all

Convin Reviews and Ratings

based on 61 reviews

4.3/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.8

Salary

4.0

Job security

4.3

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 61 Reviews and Ratings
Software Developer fresher
11 salaries
unlock blur

₹26 L/yr - ₹60 L/yr

Project Manager
9 salaries
unlock blur

₹21 L/yr - ₹23 L/yr

Quality Analyst
8 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Backend Developer
7 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Data Annotation Engineer
5 salaries
unlock blur

₹3.2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Convin with

Watchyourhealth.com

4.7
Compare

Zeta

3.4
Compare

Shorthills AI

4.3
Compare

Sequretek It Solutions

3.9
Compare
write
Share an Interview