Upload Button Icon Add office photos

Comviva Technology

Compare button icon Compare button icon Compare

Filter interviews by

Comviva Technology Interview Questions, Process, and Tips for Experienced

Updated 15 Feb 2025

Top Comviva Technology Interview Questions and Answers for Experienced

View all 14 questions

Comviva Technology Interview Experiences for Experienced

Popular Designations

27 interviews found

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

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Can you relocate to Bengaluru?
  • Ans. 

    Yes, I am open to relocating to Bengaluru for the Senior Engineer position.

    • I am willing to relocate to Bengaluru for the right opportunity.

    • I have experience relocating for previous job positions.

    • I am excited about the prospect of working in Bengaluru and contributing to the team.

  • Answered by AI

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain opps concept
  • Ans. 

    OOPs concept stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data in the form of attributes and code in the form of methods.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main principles of OOPs.

    • Example: In a banking system, a 'Customer' object can have attributes like name and account number, and method

  • Answered by AI

Top Comviva Technology Software Developer Interview Questions and Answers

Q1. Merge Sort Task Given a sequence of numbers, denoted as ARR, your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm. Example: Explanation: The Merge Sort algorithm is based on Divide and Conqu... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy 2 coding questions were asked

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

Documentation Officer Interview Questions & Answers

user image Siddhartha Savyasachi

posted on 14 Mar 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical round with Product VP
Round 2 - Technical 

(1 Question)

  • Q1. Technical round with Engineering VP
Round 3 - HR 

(1 Question)

  • Q1. HR round in 2 phases

Documentation Officer Interview Questions asked at other Companies

Q1. What is your typing speed?
View answer (2)

Comviva Technology interview questions for popular designations

 Product Development Engineer

 (6)

 Software Developer

 (5)

 Senior Engineer

 (4)

 Senior Technical Manager

 (3)

 Technical Lead

 (2)

 Software Engineer Trainee

 (2)

 Manager

 (2)

 Software Engineer

 (2)

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

I applied via Campus Placement and was interviewed in Aug 2023. 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 - Technical 

(7 Questions)

  • Q1. This was a oncampus opportunity for 6 months to 1 year of experience professional.
  • Q2. Tell me about yourself
  • Q3. What is your favorite programming language
  • Ans. 

    My favorite programming language is Python because of its simplicity, readability, and versatility.

    • Simplicity of syntax makes it easy to learn and use

    • Readability allows for efficient collaboration with other developers

    • Versatility in application across various domains such as web development, data analysis, and automation

  • Answered by AI
  • Q4. What is heap and stack memory
  • Ans. 

    Heap and stack memory are two types of memory storage in computer systems. Heap memory is used for dynamic memory allocation, while stack memory is used for static memory allocation.

    • Heap memory is used for storing objects that are created at runtime and can be accessed randomly.

    • Stack memory is used for storing local variables and function call information.

    • Example: When a new object is created using 'new' keyword in Jav...

  • Answered by AI
  • Q5. What's is template and literal
  • Ans. 

    A template is a pre-designed format used as a starting point for a document or file. A literal is a value that is written exactly as it is.

    • Template: Used as a starting point for documents or files

    • Literal: Value written exactly as it is

    • Example: Template for a resume, literal value 'Hello World'

  • Answered by AI
  • Q6. What's is functional components and class components
  • Ans. 

    Functional components are stateless components in React that are defined as functions, while class components are stateful components defined as ES6 classes.

    • Functional components are simpler and easier to read/write compared to class components

    • Functional components do not have access to lifecycle methods or state, while class components do

    • Class components can have local state and use lifecycle methods like componentDid...

  • Answered by AI
  • Q7. For problem solving abilities Find the frequency of each element present in the string
  • Ans. 

    Count the frequency of each element in a string

    • Create a dictionary to store the count of each element

    • Iterate through the string and update the count in the dictionary

    • Return the dictionary with frequencies of each element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume and solve 100 prep insta question

Skills evaluated in this interview

Product Developer Interview Questions asked at other Companies

Q1. What is the difference between GET and POST methods in HTTP?
View answer (1)

Get interview-ready with Top Comviva Technology Interview Questions

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

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced chat support executive with strong communication skills and problem-solving abilities.

    • Over 5 years of experience in providing chat support for various industries

    • Proficient in using chat support software and multitasking

    • Excellent communication skills and ability to handle customer queries effectively

    • Strong problem-solving abilities and quick decision-making skills

    • Received multiple awards for outstanding cust

  • Answered by AI

Chat Support Executive Interview Questions asked at other Companies

Q1. What important things should be followed when you are in conversation with the customers?
View answer (3)

Jobs at Comviva Technology

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Test automation
  • Q2. Manage team, build competencies
Round 2 - One-on-one 

(1 Question)

  • Q1. Validation of microservices
  • Ans. 

    Validation of microservices involves ensuring that each microservice functions correctly and integrates seamlessly with other services.

    • Validate each microservice individually to ensure it meets its functional requirements

    • Test the integration between microservices to ensure seamless communication

    • Perform end-to-end testing to validate the entire system

    • Use tools like unit testing frameworks, contract testing, and service ...

  • Answered by AI

Skills evaluated in this interview

Senior Technical Manager Interview Questions asked at other Companies

Q1. What is micro Service? How do you use Spring Boot to create micro service? What is rest controller? Explain Lamda function? What is Binary functions?
View answer (1)

Production Engineer Interview Questions & Answers

user image Bodireddy Sindhu

posted on 23 Mar 2024

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

Duration will be 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. 30 minutes duration it is
Round 3 - HR 

(1 Question)

  • Q1. About salary discussion

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

Legal Manager Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2022

I applied via Company Website and was interviewed before Jul 2021. There were 3 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 

(1 Question)

  • Q1. Basic technical analysis
Round 3 - HR 

(1 Question)

  • Q1. Final salary discussion

Legal Manager Interview Questions asked at other Companies

Q1. What are the remedies available in case of occurence of force majeure and change in law events?
View answer (2)

Technical Lead Interview Questions & Answers

user image k.s pandeya

posted on 30 Sep 2023

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

I was interviewed in Aug 2023.

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

(1 Question)

  • Q1. Java, spring boot, Microservices
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Comviva Technology Interview FAQs

How many rounds are there in Comviva Technology interview for experienced candidates?
Comviva Technology interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Comviva Technology interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Comviva Technology interview for experienced candidates?
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 Comviva Technology. The most common topics and skills that interviewers at Comviva Technology expect are Linux, Oracle, MySQL, Troubleshooting and SQL.
What are the top questions asked in Comviva Technology interview for experienced candidates?

Some of the top questions asked at the Comviva Technology interview for experienced candidates -

  1. What's is functional components and class compone...read more
  2. For problem solving abilities Find the frequency of each element present in the...read more
  3. What is your favorite programming langu...read more
How long is the Comviva Technology interview process?

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

Tell us how to improve this page.

Comviva Technology Interview Process for Experienced

based on 23 interviews

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.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Coforge Interview Questions
3.3
 • 519 Interviews
View all

Comviva Technology Reviews and Ratings

based on 729 reviews

3.2/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

2.8

Salary

3.5

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 729 Reviews and Ratings
Platform Engineer

Gurgaon / Gurugram

2-5 Yrs

Not Disclosed

Product Manager

Gurgaon / Gurugram

2-4 Yrs

₹ 19.5-18.7 LPA

Explore more jobs
Technical Lead
401 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
348 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
315 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
210 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
198 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Comviva Technology with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Tech Mahindra

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