Upload Button Icon Add office photos

Comviva Technology

Compare button icon Compare button icon Compare

Filter interviews by

Comviva Technology Software Engineer Interview Questions and Answers

Updated 12 Mar 2025

Comviva Technology Software Engineer Interview Experiences

4 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
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Clocks and calendars
Puzzles
Coding and decoding
Blood relations
Seating arrangements
Cause and effect
Series completion
Binary logic

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Past experience
  • Ans. 

    I have over five years of experience in software development, focusing on web applications and cloud technologies.

    • Developed a scalable e-commerce platform using React and Node.js, improving load times by 30%.

    • Led a team of 4 in migrating legacy systems to AWS, resulting in a 40% reduction in operational costs.

    • Implemented CI/CD pipelines using Jenkins, which decreased deployment times from hours to minutes.

    • Collaborated w...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic hr question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2022. 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 - Coding Test 

Simple 2 leetcode easy questions, along with MCQs

Round 3 - Technical 

(3 Questions)

  • Q1. Asked about implementation of linked lists,and questions about project
  • Ans. Implement the linked list with java
  • Answered Anonymously
  • Q2. Swap 2 variables without using a third one
  • Q3. Use the XOR operator
  • Ans. 

    XOR operator is a logical operator that returns true if and only if both operands are different.

    • XOR is represented by the symbol ^

    • It can be used to toggle a bit (e.g. x ^= 1)

    • It can be used to check if two values are different (e.g. x ^ y)

    • It can be used to encrypt and decrypt data

    • It can be used to find the odd occurring element in an array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple enough rounds, and easy to get in. HR round felt the most important.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Comviva Technology?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Had appeared for Java developer role, basic Java questions were asked.

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What's my teammates count.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite and smooth easy way thanks to Praveen (B.O). Prepare your resume instead outside stuff 😅.

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins in SQL
  • Ans. 

    Joins are used in SQL to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns ...

  • Answered by AI
  • Q2. Web applications, mobile applications, Hybrid applications

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of Java and Mysql

Skills evaluated in this interview

Comviva Technology Interview FAQs

How many rounds are there in Comviva Technology Software Engineer interview?
Comviva Technology interview process usually has 1-2 rounds. The most common rounds in the Comviva Technology interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Comviva Technology Software Engineer 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 Comviva Technology. The most common topics and skills that interviewers at Comviva Technology expect are JDBC, Java, Core Java, RDBMS and Agile Development.
What are the top questions asked in Comviva Technology Software Engineer interview?

Some of the top questions asked at the Comviva Technology Software Engineer interview -

  1. What are the differences between the PHP functions explode and implo...read more
  2. What is your knowledge and experience with PHP framewor...read more
  3. Swap 2 variables without using a third ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 6 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Comviva Technology Software Engineer Salary
based on 212 salaries
₹3.9 L/yr - ₹13.5 L/yr
10% less than the average Software Engineer Salary in India
View more details

Comviva Technology Software Engineer Reviews and Ratings

based on 55 reviews

2.8/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

2.5

Salary

3.2

Job security

2.9

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 55 Reviews and Ratings
Technical Lead
504 salaries
unlock blur

₹11.4 L/yr - ₹20 L/yr

Senior Engineer
356 salaries
unlock blur

₹5.3 L/yr - ₹12.5 L/yr

Senior Software Engineer
346 salaries
unlock blur

₹5.9 L/yr - ₹14 L/yr

Senior Technical Lead
270 salaries
unlock blur

₹17.2 L/yr - ₹29 L/yr

Software Engineer
212 salaries
unlock blur

₹3.9 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Comviva Technology with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview