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 6 Oct 2024

Comviva Technology Software Engineer Interview Experiences

2 interviews found

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

I applied via campus placement at University Vishveshvaraya College of Engineering (UVCE) 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
  • Ans. 

    To swap 2 variables without using a third one, use arithmetic operations.

    • Add the values of both variables and store the result in one of the variables.

    • Subtract the value of the second variable from the sum and store the result in the second variable.

    • Subtract the value of the first variable from the sum and store the result in the first variable.

  • Answered by AI
  • 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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Past experience
Round 2 - HR 

(1 Question)

  • Q1. Basic hr question

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts,interface and abstract class
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Threading
  • Ans. 

    Threading is a programming technique that allows multiple tasks to run concurrently within a single process.

    • Threading allows for parallel execution of tasks within a program.

    • Threads share the same memory space, allowing for efficient communication between tasks.

    • Examples of threading include creating separate threads for handling user input and updating the UI in a GUI application.

  • Answered by AI
  • Q2. Define Opps concept
  • Ans. 

    OOPs concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the compl...

  • Answered by AI
  • Q3. Solid Pronciples
  • Q4. Design Patterns
Round 2 - HR 

(1 Question)

  • Q1. ,What is your expected salary

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is functional testing and regression,Bug life cycle
  • Ans. 

    Functional testing is a type of software testing that verifies the functionality of a system, while regression testing is retesting the modified parts of the system to ensure that existing functionalities are not affected.

    • Functional testing checks if the software meets the specified requirements and functions as expected.

    • Regression testing is performed to ensure that changes or modifications in the software do not intr...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Mastek user image Harshal Sudhakar Patil

posted on 15 Feb 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Swap 2 number without using 3rd variable

Round 2 - Coding Test 

Based on problem solving

Round 3 - HR 

(1 Question)

  • Q1. Discuss polices of companies and salary
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2023. There were 4 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 - Group Discussion 

About java and c++. There is a discussion of advantagea and features of java and c++

Round 3 - Aptitude Test 

In second round there was aptitude, verbal and coding questions

Round 4 - Technical 

(5 Questions)

  • Q1. Basics question in java.
  • Q2. Collections, sql
  • Q3. Questions from resume
  • Q4. Medium programming questions on arrays
  • Q5. Strings also important

Interview Preparation Tips

Topics to prepare for KGISL Software Engineer interview:
  • C
  • Java
  • SQL
Interview preparation tips for other job seekers - It is a good place to start your career
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

On java and python based on loops and data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn algorithm basic. Looping statements and also datastructures.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DELETE DUPLICATES IN A QUERY AND FIND THIRD HIGHEST SALARY
  • Ans. 

    Delete duplicates in a query and find third highest salary.

    • Use the DISTINCT keyword in the query to eliminate duplicates.

    • Order the salaries in descending order and use the LIMIT clause to get the third highest salary.

  • Answered by AI

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 2-3 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. Swap 2 variables without using a third ...read more
  2. Use the XOR opera...read more

Tell us how to improve this page.

Comviva Technology Software Engineer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more
Comviva Technology Software Engineer Salary
based on 199 salaries
₹3 L/yr - ₹11.8 L/yr
13% less than the average Software Engineer Salary in India
View more details

Comviva Technology Software Engineer Reviews and Ratings

based on 49 reviews

3.0/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

2.7

Salary

3.4

Job security

3.2

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 49 Reviews and Ratings
Technical Lead
398 salaries
unlock blur

₹7.7 L/yr - ₹22 L/yr

Senior Engineer
350 salaries
unlock blur

₹3 L/yr - ₹13.2 L/yr

Senior Software Engineer
324 salaries
unlock blur

₹4.1 L/yr - ₹16 L/yr

Senior Technical Lead
230 salaries
unlock blur

₹12.7 L/yr - ₹31.2 L/yr

Software Engineer
199 salaries
unlock blur

₹3 L/yr - ₹11.8 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