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
Round 4 - Technical 

(1 Question)

  • Q1. Os cn and memory allocation related questions

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Real life scenarios
  • Q2. Keep your mind prepared with some real life scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Talk more about your previous exp.

Interview Questionnaire 

1 Question

  • Q1. General question about your work fields

I applied via Naukri.com

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewr was not shared the correct profile of mine. when I dont have angular in my resume. he was seeking angular expirence. There is some gap between HR and interviwer.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic to advanced aptitude

Round 2 - Coding Test 

They provide some code snippet to solve

Round 3 - Coding Test 

Data structure high level coding round

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. So it was interview, It was direct online interview. where interviewer mainly focus on oops and little dsa. but unfortunataly I was unable to answer the question because of lack of practice of oops and dsa...
  • Q2. Normal oops fundamental. Opps pillar

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practice before interview.

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java,Spring,hibernate,SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - They waste candidate's time. They take interviews, you get selected, by the time they should release offer letter, they say that you have to attend one more round to another client, they take again interview and say you are selected. Again by the time they should release offer letter, they say you another 2 more round are there and if you clear them them they will release offer letter. They will never release offer letter. Giving interviews to Mphasis is never ending process and they will never release offer letter. You will get better offers from other companies. Don't waste time giving interviews to Mphasis.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Find pairs from list whose is equals to target
  • Ans. 

    Find pairs from list whose sum is equal to target

    • Iterate through the list and for each element, check if the target minus the element exists in a hashmap

    • If it exists, add the pair to the result list

    • If it doesn't exist, add the current element to the hashmap

  • Answered by AI
  • Q2. Multiple iNheritance

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 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 - HR 

(1 Question)

  • Q1. What is ambition in your life

Interview Preparation Tips

Interview preparation tips for other job seekers - keep speek in english, maintain deciplain

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is your name
  • Ans. 

    My name is John Doe.

    • My name is John Doe.

    • I go by the name John Doe.

    • You can call me John Doe.

  • Answered by AI
  • Q2. Which class do you read in
  • Ans. 

    I'm sorry, I don't understand the question. Could you please clarify?

    • Please provide more context or information about the class you are referring to.

    • Are you asking about a specific programming language or framework?

    • Without more information, I cannot provide a meaningful answer.

  • Answered by AI
  • Q3. How many brothers and sisters are you at home
  • Ans. 

    The question is unrelated to the job position and personal information.

    • The question is not relevant to the job role of a Backend Developer.

    • It is inappropriate to ask about personal information like siblings in a professional interview.

    • The answer to this question is not applicable and should be avoided.

    • Focus on discussing relevant technical skills and experience instead.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always speak the truth

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. Nothing technical but just asked if i know django and pyt...read more

Tell us how to improve this page.

Convin Backend Developer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more
Convin Backend Developer Salary
based on 8 salaries
₹8 L/yr - ₹21 L/yr
35% 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.6

Job security

3.7

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Backend Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Designer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Convin with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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