Upload Button Icon Add office photos
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

Filter interviews by

Helo.ai by VivaConnect Interview Questions and Answers for Freshers

Updated 3 Dec 2024

Helo.ai by VivaConnect Interview Experiences for Freshers

Popular Designations

1 interview found

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
  • Q2. Your educational background
Round 2 - One-on-one 

(2 Questions)

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

(2 Questions)

  • Q1. Product Management Questions
  • 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
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
  • Q2. Why VivaConnect

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

Jobs at Helo.ai by VivaConnect

View all

Interview questions from similar companies

Analyst Interview Questions & Answers

Jio user image Anonymous

posted on 15 Jun 2022

I applied via Campus Placement and was interviewed before Jun 2021. 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 - Coding Test 

Be prepared

Interview Preparation Tips

Topics to prepare for Jio Analyst interview:
  • Data Analysis
Interview preparation tips for other job seekers - Be in good shape and try to give answer to every question and be patient

I was interviewed 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

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: The test was conducted through Cocubes. It was moderately difficult. Some of the questions are time taking. We need to be decisive in attempting such questions.
Tips: Need to manage time properly. Should assess and choose which questions to attempt and which ones to leave.
Duration: 1 hour
Total Questions: 30

Round: Test
Experience: The three questions are of three different levels.

1. You will be given two numbers. The first one is the starting point and the second one is the ending point of a range of integers. You have to count the number of integers in that range which are divisible by the first number.

Ex : INPUT : 3 18
OUTPUT : 6

2. You will be given a number. You have to find the sum of the digits. If the sum exceeds 9, you have to add the digits of the sum recursively until you a get a single digit sum.

EX : INPUT : 9999
OUTPUT : 9

Explanation: 9999 => 9 +9+9+9=36 => 3+6 =9

3. You will be given an array of characters which include ( L, R , or a number in the range '0' to '9'). A ball is kept on a line of integers initially kept at zero. The ball has to execute the instructions sequentially as follows:
(i) If an 'L' character is encountered, the ;position of the ball has to be decremented.
(ii) If an 'R' character is encountered, the position of the ball has to be incremented.
(iii) If an integer (in the range '0' to '9) is encountered , we have to go to that index in the array and execute the instruction present in that index.

Finally, after all the instructions are executed, you have to print the final position of the ball.

EX : INPUT :
Number of instruction : 5
Instructions: LR1R2

OUTPUT : 3

Explanation :
(i) Initially, the ball is at 0. Since the 0th index in the array is 'L' , the ball moves to 0-1= -1 position.
(ii) The 1st index is 'R' hence, the position of the ball is -1 +1 = 0 position.
(iii) The 2nd index is '1', hence we have to go to index 1 in the array which is 'R', hence the new position is 0+1 =1.
(iv) The 3rd index is 'R', hence the new position is 1 +1 =2.
(v) The 4th index is '2' , hence we have to go to 2nd index is '1' , hence we have to go again to 1st index , which is 'R' hence the final position is 2+1 =3.

Tips: We need to solve all the three the problems to have better chances of clearing this round.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: The interview was focussed majorly on coding. It went for about 45min with around 10 coding problems given to solve. Some basics of Computer networking are also tested in this round.
Tips: Be prepared with some basics of networking. As the company's main focus is on Telecom, good knowledge in telecom and networking would be a big advantage.

Round: Technical Interview
Experience: This round was focused on the aptitude and reasoning skills. Some puzzles were given in this round. These puzzles are of moderately complex and are more common ones in interviews. Like the (find the heavier ball among three balls using a balance in min no. of attempts).
Tips: Sometimes the interviewer tries to confuse. You need to be confident with your answers and explaination.

Round: HR Interview
Experience: The interview was more of a traditional HR round. Majorly concentrated on the final year project, personal strengths and weaknesses.

Skills: Coding Skills, Computer Networking, C Language Basics
College Name: G Pulla Reddy College of Engineering & Technology

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • 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, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

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 Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • 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

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

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Weaknesses
  • Q3. Strength
  • Q4. Hobby
  • 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

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

I applied via Referral and was interviewed before Apr 2017. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. CMM technical interview. HR negotiation
  • Q2. Only about packages no for benefits

Interview Preparation Tips

Round: Resume Shortlist
Experience: Education
Experience


Round: Group Discussion
Experience: Telecom problem and resolution

General Tips: I just given interviews to HOD for only 15 minutes and selected.
Skills: Communication, Body Language, Problem Solving, Time Management, Decision Making Skills
Duration: 1-4 weeks

I was interviewed in Apr 2017.

Interview Questionnaire 

17 Questions

  • Q1. What are the different layers of OSI model?
  • Q2. What is the difference between 3g and 4g
  • Ans. 

    4G is faster and more efficient than 3G.

    • 4G has faster download and upload speeds than 3G.

    • 4G has lower latency than 3G, meaning there is less delay in data transfer.

    • 4G uses more advanced technology than 3G, allowing for more efficient use of bandwidth.

    • Examples of 4G networks include LTE and WiMAX.

    • Examples of 3G networks include HSPA and EV-DO.

  • Answered by AI
  • Q3. GSM architecture
  • Q4. Difference between OSS and NSS of GSM architecture
  • Ans. 

    OSS and NSS are two components of the GSM architecture that serve different functions.

    • OSS stands for Operation Support System and is responsible for managing and monitoring the network.

    • NSS stands for Network and Switching Subsystem and handles the call processing and switching functions.

    • OSS includes components like Network Management System (NMS) and Element Management System (EMS).

    • NSS includes components like Mobile S...

  • Answered by AI
  • Q5. Tell me about yourself in brief
  • Ans. 

    I am a dedicated and experienced professional with strong leadership skills and a passion for achieving results.

    • Experienced in managing teams and driving performance

    • Proven track record of meeting and exceeding targets

    • Excellent communication and interpersonal skills

    • Strong problem-solving and decision-making abilities

    • Ability to adapt to changing environments and handle multiple tasks

    • Example: As an Assistant Manager at XY...

  • Answered by AI
  • Q6. Tell me about youself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in management and leadership.

    • Over 5 years of experience in management roles

    • Proven track record of successfully leading teams and achieving targets

    • Excellent communication and problem-solving skills

    • Strong organizational and time management abilities

    • Ability to adapt to changing environments and handle multiple tasks

    • Led a team of 15 employees and

  • Answered by AI
  • Q7. Difference between Zigbee and Bluetooth
  • Ans. 

    Zigbee is a low-power, low-data-rate wireless network protocol while Bluetooth is a short-range wireless technology.

    • Zigbee is designed for home automation, industrial control, and sensor networks.

    • Bluetooth is used for wireless audio streaming, file transfer, and device control.

    • Zigbee has a longer range and can support more devices than Bluetooth.

    • Bluetooth has a higher data transfer rate and is more commonly used in con...

  • Answered by AI
  • Q8. Drawbacks of android
  • Ans. 

    Android has some drawbacks that need to be considered.

    • Fragmentation of the operating system across different devices

    • Security vulnerabilities due to open-source nature

    • Battery drain and performance issues with certain apps

    • Lack of timely software updates for older devices

    • Compatibility issues with some apps and hardware

    • Privacy concerns with app permissions

  • Answered by AI
  • Q9. Currently which mobile phone was using and its specification
  • Ans. 

    I am currently using an iPhone 12 Pro with 128GB storage.

    • I prefer iOS over Android.

    • The iPhone 12 Pro has a 6.1-inch Super Retina XDR display.

    • It has a triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses.

    • The phone has 5G capability and uses Apple's A14 Bionic chip.

    • I chose the 128GB storage option for my needs.

  • Answered by AI
  • Q10. What are your 3 career goals?
  • Ans. 

    My career goals are to advance to a managerial position, develop strong leadership skills, and contribute to the growth and success of the company.

    • Advance to a managerial position

    • Develop strong leadership skills

    • Contribute to the growth and success of the company

  • Answered by AI
  • Q11. Family related questions and preferred location
  • Q12. Discussion on : role in company
  • Q13. CTC offered and policy
  • Q14. Questions were technical and in depth. Virtual Reality?
  • Q15. IOT? example
  • Ans. 

    IOT stands for Internet of Things. It refers to the network of physical devices, vehicles, home appliances, and other items embedded with electronics, software, sensors, and connectivity which enables these objects to connect and exchange data.

    • IOT is a network of physical devices that are connected to the internet and can exchange data

    • Examples of IOT devices include smart home appliances, wearables, and industrial sens...

  • Answered by AI
  • Q16. Why Reliance Jio?
  • Ans. 

    Reliance Jio offers a dynamic and innovative work environment with excellent growth opportunities.

    • Reliance Jio is a leading telecommunications company in India, known for its disruptive and innovative approach.

    • The company has revolutionized the telecom industry by offering affordable data and voice services to millions of people.

    • Reliance Jio's focus on digital transformation and cutting-edge technology makes it an exci...

  • Answered by AI
  • Q17. Sensors and working

Interview Preparation Tips

Round: Technical Interview
Experience: This was the telephonic round and it lasted for about 10 minutes. Questions were rapid but it went smooth.
Tips: Be confident and don't fumble.

Round: Technical + HR Interview
Experience: This was a skype interview which lasted for 10 mins. it was rigorous and intense.
Tips: Be confident

Round: Stress Interview
Experience: This was a skype interview and was intense.

Round: HR Interview
Experience: Casual interaction

Skills: Communication And Confidence, Proficiency In English, Technical Knowledge(ML, Project And Training

Skills evaluated in this interview

I was interviewed in Dec 2016.

Interview Questionnaire 

8 Questions

  • Q1. What was your final year project about
  • Ans. 

    My final year project was about developing a mobile application for tracking and managing personal finances.

    • Developed a user-friendly interface for inputting and categorizing expenses

    • Implemented features for setting budgets and generating reports on spending habits

    • Utilized data encryption to ensure the security of financial information

  • Answered by AI
  • Q2. Which role of sdlc were you a part of in your project
  • Ans. 

    I was involved in the testing phase of the SDLC in my project.

    • Participated in creating test cases and executing them

    • Collaborated with developers to identify and fix bugs

    • Ensured the quality of the software before release

  • Answered by AI
  • Q3. Work done in internship
  • Ans. 

    During my internship, I was responsible for assisting with various tasks such as data analysis, project management, and client communication.

    • Assisted with data analysis by collecting and organizing data sets

    • Managed projects by creating timelines, delegating tasks, and tracking progress

    • Communicated with clients to gather feedback and provide updates on project status

  • Answered by AI
  • Q4. Why do you want to join jio
  • Ans. 

    I want to join Jio because of its innovative and disruptive approach in the telecom industry.

    • Jio has revolutionized the telecom industry with its affordable data plans and high-speed internet.

    • I am impressed by Jio's commitment to digital transformation and its focus on providing cutting-edge technology to its customers.

    • Jio's extensive network coverage and strong infrastructure make it an exciting company to work for.

    • I ...

  • Answered by AI
  • Q5. Family background
  • Q6. Can classes be declared abstract in java
  • Ans. 

    Yes, abstract classes can be declared in Java.

    • Abstract classes cannot be instantiated

    • They can have abstract and non-abstract methods

    • Subclasses must implement all abstract methods

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example: class Dog extends Animal { void makeSound() { System.out.println("Bark"); }}

  • Answered by AI
  • Q7. Explain polymorphism with a program
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding is when a subclass provides its own implementation of a method that is already provided by its parent class.

    • Method overloading is when a class has multiple methods with the same n...

  • Answered by AI
  • Q8. Advantages of recursion
  • Ans. 

    Recursion allows for elegant and concise code, simplifies complex problems, and can be more efficient in certain cases.

    • Recursion can simplify complex problems by breaking them down into smaller subproblems.

    • It allows for elegant and concise code, especially when dealing with data structures like trees and graphs.

    • Recursion can be more efficient in certain cases, such as when calculating factorials or Fibonacci numbers.

    • Ho...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Duration: 10 minutes

Round: Technical + HR Interview
Experience: After he was satisfied with my answers he explained me my job role, salary and the growth in the organization
Tips: Be confident and prepare your CV well..That should do it

Skills evaluated in this interview

Helo.ai by VivaConnect Interview FAQs

How many rounds are there in Helo.ai by VivaConnect interview for freshers?
Helo.ai by VivaConnect interview process for freshers usually has 4 rounds. The most common rounds in the Helo.ai by VivaConnect interview process for freshers are HR and One-on-one Round.
How to prepare for Helo.ai by VivaConnect interview for freshers?
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 B2B Sales, Business Development, Corporate Sales, Lead Generation and Sales.
What are the top questions asked in Helo.ai by VivaConnect interview for freshers?

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

  1. Why Product Manageme...read more
  2. Different prioritization framewo...read more
  3. Difference between left join and right join in my...read more

Tell us how to improve this page.

Helo.ai by VivaConnect Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.7k Interviews
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Tanla Platforms Interview Questions
3.2
 • 11 Interviews
RouteMobile Interview Questions
3.8
 • 7 Interviews
ACL Mobile Interview Questions
3.9
 • 4 Interviews
Karix Mobile Interview Questions
3.5
 • 4 Interviews
Kaleyra Interview Questions
4.2
 • 2 Interviews
View all

Helo.ai by VivaConnect Reviews and Ratings

based on 116 reviews

4.1/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

4.0

Salary

3.9

Job security

3.8

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 116 Reviews and Ratings
Tender Executive

Mumbai

1-3 Yrs

₹ 2-4 LPA

Project Manager

Mumbai

3-8 Yrs

Not Disclosed

IT Pre Sales Professional

Mumbai

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Associate
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Helo.ai by VivaConnect with

mGage

3.9
Compare

ValueFirst Digital Media

3.9
Compare

Kaleyra

4.2
Compare

RouteMobile

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