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 12 Mar 2025

Top Comviva Technology Interview Questions and Answers for Experienced

View all 16 questions

Comviva Technology Interview Experiences for Experienced

Popular Designations

28 interviews found

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

(2 Questions)

  • Q1. What are the differences between the PHP functions explode and implode?
  • Ans. 

    explode splits a string into an array, while implode joins array elements into a string.

    • explode(separator, string): Splits a string by a specified separator.

    • Example: explode(',', 'apple,banana,cherry') returns ['apple', 'banana', 'cherry'].

    • implode(separator, array): Joins array elements into a single string with a specified separator.

    • Example: implode('-', ['2023', '10', '05']) returns '2023-10-05'.

    • explode is used for p...

  • Answered by AI
  • Q2. What is your knowledge and experience with PHP frameworks?
  • Ans. 

    I have extensive experience with PHP frameworks like Laravel and CodeIgniter, focusing on building scalable web applications.

    • Proficient in Laravel for its elegant syntax and robust features like Eloquent ORM and Blade templating.

    • Experience with CodeIgniter for lightweight applications, emphasizing speed and simplicity.

    • Utilized Symfony components in various projects for reusable libraries and better structure.

    • Implemente...

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview 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 (62)
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 (43)
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)

Comviva Technology interview questions for popular designations

 Product Development Engineer

 (6)

 Software Developer

 (5)

 Senior Engineer

 (4)

 Software Engineer

 (4)

 Senior Technical Manager

 (3)

 Technical Lead

 (2)

 Software Engineer Trainee

 (2)

 Manager

 (2)

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)

Get interview-ready with Top Comviva Technology Interview Questions

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)

Jobs at Comviva Technology

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

I appeared for an interview 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)
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)

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 are the differences between the PHP functions explode and implo...read more
  2. What's is functional components and class compone...read more
  3. For problem solving abilities Find the frequency of each element present in the...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 24 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 341 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all

Comviva Technology Reviews and Ratings

based on 766 reviews

3.1/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

2.7

Salary

3.4

Job security

2.9

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 766 Reviews and Ratings
Devops Engineer - Bangalore

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Assistant Business Manager

Gurgaon / Gurugram

5-9 Yrs

Not Disclosed

Program Manager

Gurgaon / Gurugram

4-9 Yrs

Not Disclosed

Explore more jobs
Technical Lead
434 salaries
unlock blur

₹7.3 L/yr - ₹23.1 L/yr

Senior Engineer
348 salaries
unlock blur

₹4.2 L/yr - ₹13.3 L/yr

Senior Software Engineer
344 salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

Senior Technical Lead
222 salaries
unlock blur

₹12.8 L/yr - ₹31.2 L/yr

Software Engineer
218 salaries
unlock blur

₹2 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Comviva Technology with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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