Upload Button Icon Add office photos
Engaged Employer

i

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

Codvo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Codvo Interview Questions and Answers

Updated 27 Feb 2025

Codvo Interview Experiences

Popular Designations

4 interviews found

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

Python question & sql coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Related to Data Engineering
  • Q2. Related to data engineering & analytics

Interview Preparation Tips

Interview preparation tips for other job seekers - xxxxxxx

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 technical interview medium 1 Python 1 SQL question

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

MCQ + 2 Coding (Testgorilla)

Round 2 - Technical 

(1 Question)

  • Q1. All questions from CV

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2022

I applied via Company Website and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Coding Test 

1qs on find common elements in2 given lists and find error in a programme all test cases passed

Round 2 - Coding Test 

Implement queue with enqueue and deque doing certain operation and implement hashing function all test cases passed. then record few predefined qs on web security and rest api's

Round 3 - Technical 

(1 Question)

  • Q1. One simple ds qs , projects worked, approach to web development, design secisioin and some qs on git.
Round 4 - Assignment 

Task requirement doc was provided to give a list of CRUD api's for music Lyrics, it was to be documented in swagger or provide postman api's list, containerized and unit test cases for all the APIs

Round 5 - One-on-one 

(1 Question)

  • Q1. Interview with CEO for 30 minutes.

Interview Preparation Tips

Topics to prepare for Codvo interview:
  • queue
  • stack
  • hashing
  • level 1 leetcode
Interview preparation tips for other job seekers - leetcode easy question would suffice.

If you built production grade APIs and deployed them it would be easy.

Codvo interview questions for popular designations

 Data Scientist

 (1)

 Senior Data Engineer

 (1)

 Data Engineer

 (1)

Jobs at Codvo

View all

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How do you structure your project?
  • Q2. What are the design patterns that you know and why do we use those?
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Creational patterns: Singleton, Factory, Abstract Factory, Builder

    • Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

    • Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

    • We use design patterns to improve code readability, maint...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good grip on the basics of the technology for which you are getting interviewed.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was an automated machine coding round where i had to solve multiple problems as well as answer multiple questions related to Javascript and the development process as a whole.

Round 2 - Technical 

(1 Question)

  • Q1. Explain promises in JS and async/await.
  • Ans. 

    Promises in JS are objects representing the eventual completion or failure of an asynchronous operation. Async/await is a syntactic sugar for working with promises.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Async/await is a modern way to work with asynchronous code in JavaScript, making it easier to read and write.

    • Async functions...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic framework concepts and logic building

Skills evaluated in this interview

Codvo Interview FAQs

How many rounds are there in Codvo interview?
Codvo interview process usually has 2-3 rounds. The most common rounds in the Codvo interview process are Coding Test, Technical and Assignment.
How to prepare for Codvo 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 Codvo. The most common topics and skills that interviewers at Codvo expect are Python, AWS, Azure DevOps, Javascript and SQL.
What are the top questions asked in Codvo interview?

Some of the top questions asked at the Codvo interview -

  1. one simple ds qs , projects worked, approach to web development, design secisio...read more
  2. 2 technical interview medium 1 Python 1 SQL quest...read more
  3. Related to data engineering & analyt...read more

Tell us how to improve this page.

Codvo Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Quantsapp Interview Questions
2.8
 • 33 Interviews
NexTurn Interview Questions
4.1
 • 26 Interviews
View all

Codvo Reviews and Ratings

based on 47 reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.7

Salary

3.6

Job security

3.6

Company culture

3.7

Promotions

3.5

Work satisfaction

Explore 47 Reviews and Ratings
DevOps Lead (OpenShift)

Pune

7-10 Yrs

Not Disclosed

Full Stack Lead

Pune

6-9 Yrs

Not Disclosed

Sr Mobile Developer (Remote)

Remote

4-6 Yrs

Not Disclosed

Explore more jobs
Senior Devops Engineer
7 salaries
unlock blur

₹24 L/yr - ₹33.5 L/yr

Software Engineer
6 salaries
unlock blur

₹7.1 L/yr - ₹15 L/yr

Senior UX Designer
5 salaries
unlock blur

₹13 L/yr - ₹14 L/yr

Full Stack Engineer
4 salaries
unlock blur

₹8.5 L/yr - ₹18 L/yr

Client Engagement Associate
4 salaries
unlock blur

₹3.6 L/yr - ₹4 L/yr

Explore more salaries
Compare Codvo with

Northcorp Software

4.3
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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