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 Backend Developer Interview Questions and Answers

Updated 9 Oct 2024

Convin Backend Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Nothing technical but just asked if i know django and python
Round 2 - Technical 

(3 Questions)

  • Q1. About dsa like sorting algorithm
  • Q2. Indexing in databases
  • Ans. 

    Indexing in databases improves query performance by allowing faster retrieval of data.

    • Indexes are data structures that improve the speed of data retrieval operations on a database table.

    • They work by creating a sorted list of specific columns in a table, allowing the database to quickly locate the rows that match a query.

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

    • Indexes can be created ...

  • Answered by AI
  • Q3. Multithreading and multiprocessing
Round 3 - Technical 

(4 Questions)

  • Q1. Projects i did, in different orgs
  • Ans. 

    I have worked on various projects in different organizations, showcasing my versatility and adaptability.

    • Developed a customer management system for a retail company, improving efficiency and customer satisfaction.

    • Implemented a data analytics platform for a marketing agency, enabling data-driven decision making.

    • Collaborated on a team to create a real-time messaging application for a tech startup, enhancing communication...

  • Answered by AI
  • Q2. Notifications system
  • Q3. Different datastructures and indexing problems and there solution
  • Ans. 

    Different data structures like arrays, linked lists, trees, graphs, and their indexing problems and solutions.

    • Arrays: indexing is O(1), but insertion/deletion at arbitrary position is O(n)

    • Linked Lists: indexing is O(n), but insertion/deletion at arbitrary position is O(1)

    • Trees: indexing depends on the type of tree (e.g. binary search tree, AVL tree)

    • Graphs: indexing can be done using adjacency lists or matrices

    • Hash Tabl...

  • Answered by AI
  • Q4. Merge sort code
  • 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].

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Os cn and memory allocation related questions

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Convin?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Median of a stream
  • Ans. 

    Finding the median of a stream of numbers as they are received

    • Keep track of the numbers in a sorted data structure like a min heap and max heap

    • Maintain balance between the two heaps to efficiently find the median

    • If the total number of elements is odd, median is the middle element. If even, median is the average of two middle elements

  • Answered by AI

Skills evaluated in this interview

Backend Developer Interview Questions Asked at Other Companies

asked in NoBroker
Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, yo ... read more
asked in Simpplr
Q2. Array Sum Calculation Calculate the sum of all elements in an arr ... read more
Q3. Given 9 balls, all of which weigh the same except for one, what i ... read more
asked in Simpplr
Q4. Remove Duplicates from String Problem Statement You are provided ... read more
asked in BlackNGreen
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Familiar with Agile methodologies

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. We are you applied to this job
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. SDLC, CV Grilling
  • Q2. JD fitment check
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. Your contributions in the previous role
  • Ans. 

    In my previous role, I enhanced software performance, improved user experience, and led successful project implementations.

    • Optimized application performance by refactoring code, resulting in a 30% reduction in load times.

    • Led a team of 5 developers in a project that delivered a new feature set, increasing user engagement by 25%.

    • Implemented automated testing, which reduced bugs in production by 40% and improved overall s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to join
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. I am comfortable working at office
  • Q2. How strong are you with .Net
  • Ans. 

    I have extensive experience with .NET, including building web applications, APIs, and working with various frameworks and tools.

    • .NET Framework and .NET Core: Developed multiple applications using both frameworks, leveraging their features for performance and scalability.

    • ASP.NET MVC: Built several web applications using ASP.NET MVC, implementing RESTful services and ensuring responsive design.

    • Entity Framework: Utilized ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. You have a hotel and how will you create a complete schema for hotel
  • Ans. 

    To create a complete schema for a hotel, you need to consider various entities like rooms, guests, reservations, staff, amenities, etc.

    • Entities to include: rooms, guests, reservations, staff, amenities, invoices, payments

    • Relationships between entities: guest stays in a room, staff manages reservations, amenities are available in rooms

    • Attributes for each entity: room number, guest name, reservation date, staff ID, ameni...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Basically all about your personal skills
  • Q2. Project level knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview very good, the screening process is so tough. The may expect you to come best ot best of crack anything.

Good luck for you.
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 Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Arrays and Pointers code

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Oops concept html css sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your project, oops concept and everything mentioned in your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Building small UI screen application in 1 hr for frontend developer

Round 2 - One-on-one 

(3 Questions)

  • Q1. Graph traversal question
  • Q2. React js questions
  • Q3. Javascript output guessing question

Convin Interview FAQs

How many rounds are there in Convin Backend Developer interview?
Convin interview process usually has 4 rounds. The most common rounds in the Convin interview process are Technical and HR.
What are the top questions asked in Convin Backend Developer interview?

Some of the top questions asked at the Convin Backend Developer interview -

  1. Different datastructures and indexing problems and there solut...read more
  2. Indexing in databa...read more
  3. Merge sort c...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
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
 • 31 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
Seclore Interview Questions
4.0
 • 27 Interviews
Cloudangles Interview Questions
3.6
 • 25 Interviews
Exponentia.ai Interview Questions
4.1
 • 16 Interviews
Jio Haptik Interview Questions
3.4
 • 15 Interviews
View all
Convin Backend Developer Salary
based on 7 salaries
₹9.3 L/yr - ₹17.3 L/yr
27% more than the average Backend Developer Salary in India
View more details

Convin Backend Developer Reviews and Ratings

based on 2 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

4.1

Salary

4.7

Job security

3.7

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer fresher
12 salaries
unlock blur

₹31.7 L/yr - ₹59.2 L/yr

Project Manager
9 salaries
unlock blur

₹21 L/yr - ₹23 L/yr

Backend Developer
7 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Quality Analyst
7 salaries
unlock blur

₹1.9 L/yr - ₹6 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