Upload Button Icon Add office photos

Filter interviews by

Livevox Solutions Interview Questions and Answers

Updated 8 Nov 2024

Livevox Solutions Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Automate a web application

Round 2 - One-on-one 

(2 Questions)

  • Q1. My project related questions
  • Q2. Questions on whatever I had mentioned on my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared to answer what you mention in your resume

Software QA Engineer Interview Questions asked at other Companies

Q1. What exceptions have u faced while creating framework?
View answer (1)

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Hacker Rack Test with medium to high difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Ans. 

    I am currently working on developing a mobile application for tracking fitness goals and progress.

    • Developing a mobile app using React Native

    • Implementing features such as goal setting, progress tracking, and workout logging

    • Integrating with wearable devices like Fitbit for data synchronization

  • Answered by AI
  • Q2. Questions about kakfa, ES and Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Similar questions on your current project and questions around kafka
Round 4 - Coding Test 

Basic Coding Java and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Behavioural round which is similar to psychometric tests
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions - Constraints- how to optimize long SQL query without changing the output
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Intro Round - CV Based 

(1 Question)

  • Q1. Question based on CV
Round 2 - Coding Test 

1 hour - NodeJS Based

Round 3 - Technical 

(1 Question)

  • Q1. High Level System Design
  • Ans. 

    High level system design involves creating an overall architecture for a software system.

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, reliability, and performance

    • Use diagrams to visualize the design

    • Example: Designing a social media platform with user profiles, posts, and messaging functionality

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Low Level System Design
  • Ans. 

    Low level system design involves designing the internal components of a software system.

    • Focus on the architecture of the system at a detailed level

    • Consider how different components interact with each other

    • Optimize for performance and efficiency

    • Think about scalability and maintainability

    • Examples: designing a database schema, creating algorithms for data processing

  • Answered by AI
Round 5 - Behavioral 

(1 Question)

  • Q1. Culture Fit Round - Strength, Challenges etc

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Previous exp in banking domain
  • Ans. 

    Yes, I have 5 years of experience working in the banking domain.

    • Managed projects for implementing new banking software systems

    • Worked closely with stakeholders to ensure project goals aligned with business objectives

    • Led a team of developers to customize banking applications for client needs

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Real time application
  • Ans. 

    Real time application refers to software that processes data as it is received, providing instant feedback or results.

    • Real time applications require low latency for immediate response

    • Examples include live chat applications, stock trading platforms, and online gaming

    • Data is processed and displayed instantly without delay

  • Answered by AI
  • Q2. What domain experience you have
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation ,company culture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions that includes coding as well
Round 2 - Technical 

(1 Question)

  • Q1. Technical and Managerial discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self

Livevox Solutions Interview FAQs

How many rounds are there in Livevox Solutions interview?
Livevox Solutions interview process usually has 2 rounds. The most common rounds in the Livevox Solutions interview process are One-on-one Round and Coding Test.
How to prepare for Livevox Solutions 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 Livevox Solutions. The most common topics and skills that interviewers at Livevox Solutions expect are Agile, SQL, Python, Javascript and Linux.

Tell us how to improve this page.

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.7
 • 47 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
4.1
 • 21 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
Ameyo Interview Questions
3.4
 • 18 Interviews
Exotel Interview Questions
3.1
 • 13 Interviews
Knowlarity Interview Questions
4.2
 • 11 Interviews
MyOperator Interview Questions
3.0
 • 8 Interviews
Voxco Interview Questions
4.5
 • 1 Interview
View all

Livevox Solutions Reviews and Ratings

based on 12 reviews

4.6/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

4.4

Salary

3.9

Job security

4.6

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 12 Reviews and Ratings
Implementation Engineer
12 salaries
unlock blur

₹2.2 L/yr - ₹9.2 L/yr

Senior Desktop Support Engineer
6 salaries
unlock blur

₹23 L/yr - ₹23.5 L/yr

Software Engineer
5 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹12 L/yr - ₹16 L/yr

Sdet Lead
5 salaries
unlock blur

₹45 L/yr - ₹70 L/yr

Explore more salaries
Compare Livevox Solutions with

Ameyo

3.4
Compare

Knowlarity

4.2
Compare

Ozonetel Systems

4.1
Compare

Exotel

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