Upload Button Icon Add office photos

Comviva Technology

Compare button icon Compare button icon Compare

Filter interviews by

Comviva Technology Senior Accounts Executive Interview Questions and Answers for Experienced

Updated 27 Nov 2024

Comviva Technology Senior Accounts Executive Interview Experiences for Experienced

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. What was your job and how did you use to do your job?
  • Q2. What were your Job roles?
  • Q3. Have you handed any team?
Round 2 - One-on-one 

(2 Questions)

  • Q1. How much pressure can you handle?
  • Q2. Can you travel when it's needed?

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good but management is not.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Moderate. Prepare well all the basic in selenium java.
  • Q2. Write java program included in interview process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. 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 - Aptitude Test 

Reasoning and Mail writing and technicial questions

Round 3 - HR 

(1 Question)

  • Q1. Genral HR Questions asked for
Round 4 - One-on-one 

(4 Questions)

  • Q1. Interview with RM, asked for past experience and assignment.
  • Q2. How to process PR and PO in oracle
  • Ans. 

    PR and PO processing in Oracle involves creating purchase requisitions and purchase orders for procurement purposes.

    • Create a purchase requisition (PR) in Oracle by entering details such as item, quantity, and supplier.

    • Submit the PR for approval by the appropriate authority.

    • Once approved, convert the PR into a purchase order (PO) by selecting the approved PR and generating the PO.

    • Review and confirm the details in the PO...

  • Answered by AI
  • Q3. How to manage conflict in the team
  • Q4. Asked for Management report like MIS, Budget etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Focus on apptitude, technical and email-writing while going for the interview.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines a contract while abstract class provides partial implementation.

    • Interfaces can only have abstract methods while abstract classes can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for loose coupling while abstract classes are used for code reusability.

    • Example of interface: Runnable interface in Java...

  • Answered by AI
  • Q2. What is Method overloading?
  • Ans. 

    Method overloading is when a class has multiple methods with the same name but different parameters.

    • Method overloading allows for flexibility in method calls

    • The methods must have different parameters, such as different data types or different numbers of parameters

    • Example: public void print(int num) and public void print(String str)

    • The compiler determines which method to call based on the arguments passed

  • Answered by AI
  • Q3. Indexing of sqlsever dstsbase
  • Ans. 

    Indexing in SQL Server database

    • Indexing improves query performance by creating a structure that allows for faster data retrieval

    • Clustered and non-clustered indexes are the two types of indexes in SQL Server

    • Clustered indexes determine the physical order of data in a table while non-clustered indexes create a separate structure

    • Indexing should be done strategically to avoid over-indexing which can slow down data modificat

  • Answered by AI
  • Q4. Value type & reference type
Round 2 - HR 

(1 Question)

  • Q1. Only Salary negitiation
Round 3 - Behavioral 

(1 Question)

  • Q1. Few common questions from project & why did u left your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - After salary discussion when everything was settled and H.R was about to release my offer letter but after few days she told me that they didn't get approval from higher management due to high package. If they can't afford that amount then why did they offer me the amount? one of my friends also faced same incident.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 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 - Technical 

(4 Questions)

  • Q1. Java 8 features
  • Q2. Springboot , Microservice
  • Q3. Docker knowledge
  • Q4. Cloud concept like aws or azure
Round 3 - HR 

(1 Question)

  • Q1. Job change reason

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

Interview Questionnaire 

1 Question

  • Q1. Questions on SDLC & STLC , system testing, regression testing, diff between functional and non functional testing, Smoke testing, Adhoc testing. Some simple SQL questions .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to answer each amd every question correctly.

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

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

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

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

Comviva Technology Interview FAQs

How many rounds are there in Comviva Technology Senior Accounts Executive interview for experienced candidates?
Comviva Technology interview process for experienced candidates usually has 2 rounds. The most common rounds in the Comviva Technology interview process for experienced candidates are HR and One-on-one Round.
What are the top questions asked in Comviva Technology Senior Accounts Executive interview for experienced candidates?

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

  1. What was your job and how did you use to do your j...read more
  2. How much pressure can you hand...read more
  3. Can you travel when it's need...read more

Tell us how to improve this page.

Comviva Technology Senior Accounts Executive Interview Process for Experienced

based on 1 interview

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 Senior Accounts Executive Salary
based on 6 salaries
₹5.2 L/yr - ₹6.3 L/yr
13% more than the average Senior Accounts Executive Salary in India
View more details

Comviva Technology Senior Accounts Executive Reviews and Ratings

based on 2 reviews

4.1/5

Rating in categories

2.2

Skill development

5.0

Work-life balance

3.2

Salary

3.1

Job security

3.1

Company culture

2.2

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Technical Lead
435 salaries
unlock blur

₹7.1 L/yr - ₹23.1 L/yr

Senior Software Engineer
342 salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

Senior Engineer
340 salaries
unlock blur

₹4.5 L/yr - ₹13.4 L/yr

Senior Technical Lead
222 salaries
unlock blur

₹12.8 L/yr - ₹31.2 L/yr

Software Engineer
218 salaries
unlock blur

₹3.4 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