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

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)

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)

Jobs at Conviva

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I applied via Naukri.com and was interviewed before Jul 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions about the projects you worked with. About how specific coding challenges were solved. How it could have been done other ways. etc.
  • Q2. About Python versions and differences. Impact on frameworks.
  • Q3. About module design, apis.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a relaxed interview, like a discussion. The questions are tough in that they make you think. Review your previous projects and be honest.

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.
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
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

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.3
 • 2 Interviews
Kaltura Interview Questions
4.0
 • 1 Interview
Brightcove Interview Questions
4.6
 • 1 Interview
View all

Conviva Reviews and Ratings

based on 12 reviews

3.6/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.3

Salary

2.9

Job security

3.4

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 12 Reviews and Ratings
Sr. Product Support Engineer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
17 salaries
unlock blur

₹20 L/yr - ₹55 L/yr

Senior Engineer
8 salaries
unlock blur

₹32 L/yr - ₹37 L/yr

Staff Engineer
6 salaries
unlock blur

₹30 L/yr - ₹43 L/yr

Senior Product Designer
5 salaries
unlock blur

₹22 L/yr - ₹40 L/yr

Senior Test Engineer
5 salaries
unlock blur

₹14.9 L/yr - ₹21.1 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