AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by Helo.ai by VivaConnect Team. If you also belong to the team, you can get access from here

Helo.ai by VivaConnect Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 122 Reviews

Play video Play video Video summary
  • About
  • Reviews
    122
  • Salaries
    415
  • Interviews
    6
  • Jobs
    3
  • Benefits
    10
  • Photos
    4

Filter interviews by

Helo.ai by VivaConnect Interview Questions and Answers

Updated 14 May 2025
Popular Designations

10 Interview questions

A Junior Software Developer was asked 1mo ago
Q. What are deep copy and shallow copy in Python?
Ans. 

Deep copy creates a new object with a copy of the original object's data, while shallow copy copies references to the original object's data.

  • Shallow copy: Creates a new object but inserts references to the original objects' elements.

  • Example of shallow copy: `import copy; a = [1, 2, [3, 4]]; b = copy.copy(a)` results in `b[2]` referencing the same list as `a[2]`.

  • Deep copy: Creates a new object and recursively copie...

View all Junior Software Developer interview questions
A Junior Software Developer was asked 1mo ago
Q. Explain joins in SQL in detail
Ans. 

Joins in SQL combine rows from two or more tables based on related columns, enabling complex queries and data retrieval.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;

  • RIGHT JOIN: Returns all record...

View all Junior Software Developer interview questions
A Project Manager was asked 6mo ago
Q. How have you handled projects in the past?
Ans. 

I effectively managed projects by utilizing structured methodologies, fostering team collaboration, and ensuring stakeholder engagement.

  • Utilized Agile methodology for a software development project, resulting in a 30% increase in team productivity.

  • Implemented regular stakeholder meetings to ensure alignment and address concerns promptly, which improved project satisfaction ratings by 25%.

  • Led a cross-functional tea...

View all Project Manager interview questions
An Associate Product Manager was asked
Q. Why Product Management?
Ans. 

Product management allows me to combine my passion for technology, user experience, and business strategy to create innovative solutions.

  • I enjoy the process of identifying market needs and translating them into product features

  • I thrive in cross-functional collaboration with teams like engineering, design, and marketing

  • I am motivated by the opportunity to drive product success and impact user satisfaction

View all Associate Product Manager interview questions
A Junior Software Engineer was asked
Q. What are child threads?
Ans. 

Child threads are independent threads that are created by a parent thread.

  • Child threads are created within a parent thread and share the same resources.

  • They can perform tasks concurrently with the parent thread.

  • Child threads can communicate with each other through shared memory or message passing.

  • Examples include creating multiple threads to handle different parts of a complex computation or to handle multiple cli...

View all Junior Software Engineer interview questions
A Full Stack Developer was asked
Q. How does NodeJS handle concurrency?
Ans. 

Node.js uses an event-driven, non-blocking I/O model to handle concurrency.

  • Node.js uses an event loop to handle multiple requests simultaneously.

  • It uses callbacks to handle I/O operations asynchronously.

  • It also supports worker threads for CPU-intensive tasks.

  • Node.js provides a cluster module to create child processes for load balancing.

  • It can handle thousands of concurrent connections efficiently.

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. What is the difference between a left join and a right join in MySQL?
Ans. 

Left join returns all records from left table and matching records from right table. Right join returns all records from right table and matching records from left table.

  • Left join is used to retrieve all records from the left table and matching records from the right table.

  • Right join is used to retrieve all records from the right table and matching records from the left table.

  • If there is no match in the right tabl...

View all Full Stack Developer interview questions
Are these interview questions helpful?
A Project Manager was asked 1mo ago
Q. Kpi for resources
Ans. 

KPIs for resources measure efficiency, utilization, and performance in project management to ensure optimal resource allocation.

  • Resource Utilization Rate: Measures the percentage of time resources are actively engaged in project work. Example: 80% utilization indicates effective use.

  • Cost Performance Index (CPI): Compares the budgeted cost of work performed to actual costs. Example: A CPI of 1.2 indicates cost effi...

View all Project Manager interview questions
A Project Manager was asked 1mo ago
Q. Kpi for stakeholders
Ans. 

KPIs for stakeholders measure project success and alignment with their interests, ensuring effective communication and satisfaction.

  • Stakeholder Satisfaction Index: Surveys to gauge satisfaction levels post-project.

  • Engagement Level: Frequency of stakeholder interactions and feedback sessions.

  • Return on Investment (ROI): Financial metrics showing project value to stakeholders.

  • Timeliness of Deliverables: Percentage of...

View all Project Manager interview questions
An Associate Product Manager was asked
Q. Different prioritization frameworks
Ans. 

Different prioritization frameworks help product managers make informed decisions on what to focus on.

  • MoSCoW method (Must have, Should have, Could have, Won't have)

  • Kano model (Basic needs, Performance needs, Excitement needs)

  • Value vs. Effort matrix (High value, Low effort items first)

  • RICE framework (Reach, Impact, Confidence, Effort)

  • Weighted scoring model (Assigning weights to different criteria)

View all Associate Product Manager interview questions

Helo.ai by VivaConnect Interview Experiences

6 interviews found

Project Manager Interview Questions & Answers

user image Anonymous

posted on 14 May 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Kpi for resources
  • Ans. 

    KPIs for resources measure efficiency, utilization, and performance in project management to ensure optimal resource allocation.

    • Resource Utilization Rate: Measures the percentage of time resources are actively engaged in project work. Example: 80% utilization indicates effective use.

    • Cost Performance Index (CPI): Compares the budgeted cost of work performed to actual costs. Example: A CPI of 1.2 indicates cost efficienc...

  • Answered by AI
    Add your answer
  • Q2. Kpi for stakeholders
  • Ans. 

    KPIs for stakeholders measure project success and alignment with their interests, ensuring effective communication and satisfaction.

    • Stakeholder Satisfaction Index: Surveys to gauge satisfaction levels post-project.

    • Engagement Level: Frequency of stakeholder interactions and feedback sessions.

    • Return on Investment (ROI): Financial metrics showing project value to stakeholders.

    • Timeliness of Deliverables: Percentage of mile...

  • Answered by AI
    Add your answer
  • Q3. Jira tool and depth
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay away from this org if possible
Anonymous

Associate Product Manager Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

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

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Your educational background
  • Ans. 

    I hold a Bachelor's degree in Business Administration with a focus on Product Management and a minor in Data Analytics.

    • Bachelor's degree in Business Administration from XYZ University, graduated with honors.

    • Completed coursework in Product Management, Marketing, and User Experience Design.

    • Participated in a capstone project where we developed a product prototype and conducted market research.

    • Interned at ABC Company, wher...

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Agile Methodologies
  • Add your answer
  • Q2. Case based questions on Agile Projects
  • Add your answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. Product Management Questions
  • Add your answer
  • Q2. Different prioritization frameworks
  • Ans. 

    Different prioritization frameworks help product managers make informed decisions on what to focus on.

    • MoSCoW method (Must have, Should have, Could have, Won't have)

    • Kano model (Basic needs, Performance needs, Excitement needs)

    • Value vs. Effort matrix (High value, Low effort items first)

    • RICE framework (Reach, Impact, Confidence, Effort)

    • Weighted scoring model (Assigning weights to different criteria)

  • Answered by AI
    Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Why Product Management?
  • Ans. 

    Product management allows me to combine my passion for technology, user experience, and business strategy to create innovative solutions.

    • I enjoy the process of identifying market needs and translating them into product features

    • I thrive in cross-functional collaboration with teams like engineering, design, and marketing

    • I am motivated by the opportunity to drive product success and impact user satisfaction

  • Answered by AI
    Add your answer
  • Q2. Why VivaConnect
  • Add your answer
Anonymous

Junior Software Developer Interview Questions & Answers

user image Anonymous

posted on 12 May 2025

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is deep copy and shallow copy in python
  • Ans. 

    Deep copy creates a new object with a copy of the original object's data, while shallow copy copies references to the original object's data.

    • Shallow copy: Creates a new object but inserts references to the original objects' elements.

    • Example of shallow copy: `import copy; a = [1, 2, [3, 4]]; b = copy.copy(a)` results in `b[2]` referencing the same list as `a[2]`.

    • Deep copy: Creates a new object and recursively copies all...

  • Answered by AI
    Add your answer
  • Q2. Explain joins in SQL in detail
  • Ans. 

    Joins in SQL combine rows from two or more tables based on related columns, enabling complex queries and data retrieval.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;

    • RIGHT JOIN: Returns all records fro...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be safe from seniors if you are in data platform team. Be smart and don't believe on seniors
Anonymous

Project Manager Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I appeared for an interview in Jun 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. How you have handled projects in past
  • Ans. 

    I effectively managed projects by utilizing structured methodologies, fostering team collaboration, and ensuring stakeholder engagement.

    • Utilized Agile methodology for a software development project, resulting in a 30% increase in team productivity.

    • Implemented regular stakeholder meetings to ensure alignment and address concerns promptly, which improved project satisfaction ratings by 25%.

    • Led a cross-functional team in ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Helo.ai by VivaConnect Project Manager interview:
  • Project Management
Anonymous

Junior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2023

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

I applied via Recruitment Consulltant and was interviewed in Nov 2023. 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 - One-on-one 

(4 Questions)

  • Q1. Technical discussion
  • Add your answer
  • Q2. Around node js and event loop and mongodb
  • Add your answer
  • Q3. What is cluster
  • Ans. 

    A cluster is a group of interconnected computers or servers that work together to perform a specific task or provide a service.

    • Clusters are used to improve performance, scalability, and availability of applications.

    • They can be used for tasks such as data processing, web hosting, and scientific research.

    • Examples of cluster technologies include Hadoop for big data processing and Kubernetes for container orchestration.

  • Answered by AI
    Add your answer
  • Q4. What is child threads
  • Ans. 

    Child threads are independent threads that are created by a parent thread.

    • Child threads are created within a parent thread and share the same resources.

    • They can perform tasks concurrently with the parent thread.

    • Child threads can communicate with each other through shared memory or message passing.

    • Examples include creating multiple threads to handle different parts of a complex computation or to handle multiple client r...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and make sure you know the basic of nodejs and mongodb and js

Skills evaluated in this interview

Anonymous

Full Stack Developer Interview Questions & Answers

user image Anonymous

posted on 6 Aug 2022

Round 1 - Technical 

(2 Questions)

  • Q1. How nodejs handle concurrency
  • Ans. 

    Node.js uses an event-driven, non-blocking I/O model to handle concurrency.

    • Node.js uses an event loop to handle multiple requests simultaneously.

    • It uses callbacks to handle I/O operations asynchronously.

    • It also supports worker threads for CPU-intensive tasks.

    • Node.js provides a cluster module to create child processes for load balancing.

    • It can handle thousands of concurrent connections efficiently.

  • Answered by AI
    Add your answer
  • Q2. Difference between left join and right join in mysql
  • Ans. 

    Left join returns all records from left table and matching records from right table. Right join returns all records from right table and matching records from left table.

    • Left join is used to retrieve all records from the left table and matching records from the right table.

    • Right join is used to retrieve all records from the right table and matching records from the left table.

    • If there is no match in the right table for...

  • Answered by AI
    Add your answer
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to work with us?
  • Ans. 

    I want to work with you because of your reputation in the industry and the exciting projects you are working on.

    • I am impressed by your company's reputation in the industry.

    • I am excited about the challenging and innovative projects you are involved in.

    • I believe working with your team will provide great learning and growth opportunities.

    • Your company's culture and values align with my own.

    • I am motivated by the opportunity...

  • Answered by AI
    Add your answer
  • Q2. Why you leaving your current organization?
  • Ans. 

    I am leaving my current organization to pursue new challenges and opportunities.

    • Seeking career growth and advancement

    • Looking for a more challenging and stimulating work environment

    • Wanting to work with new technologies and expand my skillset

    • Desire for better work-life balance

    • Company restructuring or changes in management

    • Relocation or personal reasons

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your answer in hr round and for Full stack developer role do your basics .

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Helo.ai by VivaConnect?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Anonymous

posted on 3 May 2017

I appeared for an interview before May 2016.

Interview Preparation Tips

College Name: GPREC kurnool
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Anonymous

posted on 28 Jun 2017

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Add your answer
  • Q2. Strength
  • Add your answer
  • Q3. Weaknesses
  • Add your answer
  • Q4. Hobbies
  • Add your answer
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Aman Kushwaha

posted on 28 Jun 2017

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Add your answer
  • Q2. Weaknesses
  • Add your answer
  • Q3. Strength
  • Add your answer
  • Q4. Hobby
  • Add your answer
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find out how many fishes represent 1%.

    • Multiply the result by 2 to find out how many fishes represent 2%.

    • Subtract the result from 200 to find out how many fishes represent 98%.

  • Answered by AI
    View 4 more answers

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Anonymous

posted on 28 Jun 2017

I appeared for an interview in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore
Anonymous
More about working at Helo.ai by VivaConnect
  • HQ - Mumbai, India
  • Telecom
  • 51-200 Employees (India)

Helo.ai by VivaConnect Interview FAQs

How many rounds are there in Helo.ai by VivaConnect interview?
Helo.ai by VivaConnect interview process usually has 2-3 rounds. The most common rounds in the Helo.ai by VivaConnect interview process are One-on-one Round, HR and Technical.
How to prepare for Helo.ai by VivaConnect 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 Helo.ai by VivaConnect. The most common topics and skills that interviewers at Helo.ai by VivaConnect expect are Customer Service, Scrum, JIRA, Kanban and MongoDB.
What are the top questions asked in Helo.ai by VivaConnect interview?

Some of the top questions asked at the Helo.ai by VivaConnect interview -

  1. What is deep copy and shallow copy in pyt...read more
  2. Difference between left join and right join in my...read more
  3. How you have handled projects in p...read more

Tell us how to improve this page.

Helo.ai by VivaConnect Interviews By Designations

  • Helo.ai by VivaConnect Project Manager Interview Questions
  • Helo.ai by VivaConnect Junior Software Engineer Interview Questions
  • Helo.ai by VivaConnect Associate Product Manager Interview Questions
  • Helo.ai by VivaConnect Full Stack Developer Interview Questions
  • Helo.ai by VivaConnect Junior Software Developer Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Senior Executive Interview Questions
  • Analyst Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Senior Engineer Interview Questions
  • Sales Executive Interview Questions
  • Manager Interview Questions
  • Show more
  • Assistant Manager Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

3.3/5

based on 7 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Huawei Technologies
Huawei Technologies Interview Questions
4.0
 • 116 Interviews
Centillion Networks
Centillion Networks Interview Questions
3.6
 • 29 Interviews
Shah Technical Consultants
Shah Technical Consultants Interview Questions
3.5
 • 17 Interviews
Vectone Mobile
Vectone Mobile Interview Questions
2.1
 • 12 Interviews
I P Integrated Services
I P Integrated Services Interview Questions
4.1
 • 11 Interviews
Maksat Technologies
Maksat Technologies Interview Questions
3.6
 • 9 Interviews
Teleindia Networks
Teleindia Networks Interview Questions
3.8
 • 9 Interviews
Quadgen Wireless Solutions
Quadgen Wireless Solutions Interview Questions
3.8
 • 8 Interviews
TELUS Mobility
TELUS Mobility Interview Questions
3.6
 • 8 Interviews
Technocon Services
Technocon Services Interview Questions
3.2
 • 8 Interviews
View all

Helo.ai by VivaConnect Reviews and Ratings

based on 122 reviews

4.0/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

4.0

Salary

3.9

Job security

3.8

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 122 Reviews and Ratings
Jobs at Helo.ai by VivaConnect
Helo.ai by VivaConnect
Project Manager - Agile Methodologies (1-8 yrs)

1-8 Yrs

Not Disclosed

Helo.ai by VivaConnect
Full Stack Developer - Node.js/AngularJS (3-20 yrs)

3-20 Yrs

Not Disclosed

Helo.ai by VivaConnect
Business Development Manager

Mumbai

4-8 Yrs

₹ 8-12 LPA

Explore more jobs
Helo.ai by VivaConnect Salaries in India
Software Engineer
29 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Customer Service Executive
22 salaries
unlock blur

₹1.3 L/yr - ₹3.2 L/yr

Team Lead
14 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Customer Service Associate
13 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Software Developer
11 salaries
unlock blur

₹2.5 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Helo.ai by VivaConnect with
Huawei Technologies

Huawei Technologies

4.0
Compare
Shah Technical Consultants

Shah Technical Consultants

3.5
Compare
Technocon Services

Technocon Services

3.2
Compare
I P Integrated Services

I P Integrated Services

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Helo.ai by VivaConnect Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter