Upload Button Icon Add office photos

Filter interviews by

Conviva Interview Questions and Answers

Updated 2 Jul 2024

Conviva Interview Experiences

Popular Designations

2 interviews found

I applied via Naukri.com and was interviewed in Nov 2022. 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 

(4 Questions)

  • Q1. Sdlc, stlc, OTT domain knowledge, test cases, test execution
  • Q2. Any challenges faced
  • Ans. 

    Yes, I have faced several challenges as a Test engineer.

    • Dealing with tight deadlines and managing multiple projects simultaneously

    • Identifying and reproducing complex bugs

    • Working with limited resources and budget constraints

    • Adapting to new technologies and tools

    • Collaborating with cross-functional teams and resolving conflicts

    • Ensuring effective communication and coordination with stakeholders

  • Answered by AI
  • Q3. How do you handle pressure
  • Ans. 

    I handle pressure by staying organized, prioritizing tasks, and maintaining open communication.

    • I stay organized by creating to-do lists and setting realistic deadlines.

    • I prioritize tasks by identifying the most important and urgent ones first.

    • I maintain open communication by regularly updating my team on progress and seeking help when needed.

    • Example: During a high-pressure project, I created a detailed project plan wit...

  • Answered by AI
  • Q4. What can we expect from you after joining.
  • Ans. 

    After joining, you can expect me to bring strong technical skills, attention to detail, effective communication, and a proactive approach to problem-solving.

    • Strong technical skills in testing methodologies, tools, and techniques

    • Attention to detail to identify and report bugs accurately

    • Effective communication to collaborate with cross-functional teams

    • Proactive approach to problem-solving by anticipating and preventing i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared before attending interview on all the testing concepts

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Normal face to face screen shared coding round

Round 2 - One-on-one 

(2 Questions)

  • Q1. BT/BSTs normal ques
  • Q2. String manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - great exp

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)

Jobs at Conviva

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics Oops concepts and SQL queries along with currently working projects stacks
Round 2 - Technical 

(1 Question)

  • Q1. More in-depth technical questions use of reflections etc
Round 3 - HR 

(1 Question)

  • Q1. Usual HR interviews company values etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The key is not answers all questions correctly key is the approach you take to solve the problem focus on that.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including 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 complex imple...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Will ask coding related
Round 4 - HR 

(1 Question)

  • Q1. What is Expected salary
Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.
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 

(2 Questions)

  • Q1. Describe Life cycle in react
  • Ans. 

    React has three main phases in its lifecycle: mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()

    • React also has error handling methods,

  • Answered by AI
  • Q2. Explain strict mode in javascript and it's use
  • Ans. 

    Strict mode is a way to write secure and optimized JavaScript code.

    • Enables catching of silent errors

    • Disallows duplicate property names or parameters

    • Prevents use of undeclared variables

    • Makes `eval()` safer to use

    • Throws errors on invalid usage of `this` keyword

  • Answered by AI
Round 3 - Assignment 

CURD operations along with implementation of a mock UI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing good job. If possible try to send a rejection mail along with the reason if candidate is not selected.

Skills evaluated in this interview

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

(1 Question)

  • Q1. More about API automation

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with DSA and low level design. Also have a good idea about Computer science fundamentals .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Question on Tree Traversals
  • Q2. Questions of Linked List
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Question related to tree and graph

Round 2 - Coding Test 

Question related to array and tree

Round 3 - Behavioral 

(1 Question)

  • Q1. Question related to projects, puzzles, one dsa as well

Conviva Interview FAQs

How many rounds are there in Conviva interview?
Conviva interview process usually has 2 rounds. The most common rounds in the Conviva interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Conviva 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 Conviva. The most common topics and skills that interviewers at Conviva expect are Analytics, Data Modeling, Big Data, Data Structures and Social Media.
What are the top questions asked in Conviva interview?

Some of the top questions asked at the Conviva interview -

  1. Sdlc, stlc, OTT domain knowledge, test cases, test execut...read more
  2. String manipulat...read more
  3. BT/BSTs normal q...read more

Tell us how to improve this page.

Conviva Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.9
 • 22 Interviews
Vidooly Interview Questions
3.9
 • 2 Interviews
Muvi Interview Questions
3.4
 • 2 Interviews
Kaltura Interview Questions
4.0
 • 1 Interview
Brightcove Interview Questions
4.6
 • 1 Interview
View all

Conviva Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.5

Salary

3.2

Job security

3.7

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 11 Reviews and Ratings
Sr. Product Support Engineer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Designer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Conviva with

ZAPR Media Labs

4.4
Compare

VdoCipher

5.0
Compare

Amagi Media Labs

3.3
Compare

Vidooly

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