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
4.3

based on 44 Reviews

Filter interviews by

Convin Backend Developer Intern Interview Questions, Process, and Tips

Updated 26 Sep 2024

Convin Backend Developer Intern Interview Experiences

1 interview found

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 from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I was interviewed in Mar 2024.

Round 1 - Assignment 

You will get an assignment with an unrealistic deadline of 3 days within workdays only. github.com/wasserstoff-india Vision Mark Annotation suite repository

Round 2 - One-on-one 

(1 Question)

  • Q1. Set up an express app with Typescript.
  • Ans. 

    Setting up an express app with Typescript

    • Install necessary dependencies: npm install express @types/express typescript @types/node

    • Create a tsconfig.json file with necessary configurations

    • Set up your express app in a TypeScript file

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no HR in the company. Out of nowhere, you will get an email after applying for the assignment. If you submit it then after 2 weeks you will again get a direct email for an interview with the date and time. The interviewer was rude.
No proper/structured processes and no best practices are being followed within the company. I could easily judge this because on asking the interviewer, he told me that there aren't any starter kits/boilerplates and you will be asked to set up a new one for each project within 5 minutes. From this, you can judge how things are being handled within the company and what will be your career growth graph.
You can attempt the assignment but my advice would be never join this company.

Skills evaluated in this interview

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

Convin Interview FAQs

How many rounds are there in Convin Backend Developer Intern interview?
Convin interview process usually has 3 rounds. The most common rounds in the Convin interview process are One-on-one Round and Assignment.
What are the top questions asked in Convin Backend Developer Intern interview?

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

  1. Which sorting method is beneficial in which scena...read more
  2. The protocol behind Web Sockets (because it was in my resu...read more
  3. Examples and description of asymmetric encryption alogorit...read more

Tell us how to improve this page.

Convin Backend Developer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
Zoho Interview Questions
4.3
 • 513 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
View all

Convin Backend Developer Intern Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Backend Developer
8 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Product Designer
6 salaries
unlock blur

₹4.5 L/yr - ₹7.6 L/yr

HR Manager
4 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Quality Analyst
4 salaries
unlock blur

₹2 L/yr - ₹6.6 L/yr

Accounts Manager
4 salaries
unlock blur

₹9.1 L/yr - ₹34 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