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
    419
  • Interviews
    6
  • Jobs
    3
  • Benefits
    10
  • Photos
    4

Filter interviews by

Helo.ai by VivaConnect Junior Software Developer Interview Questions and Answers

Updated 12 May 2025

Helo.ai by VivaConnect Junior Software Developer Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
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

Junior Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
Add answer
asked in Gibraltar Technologies
Q2. Which of the following is not a storage class in C? a) auto b) ex ... read more
View answers (2)
asked in Pisolv Tech
Q3. Did You Know what is golang and where did You uses that? Why You ... read more
View answers (2)
asked in Gibraltar Technologies
Q4. What does 'int x:4;' mean? a) x is a four-digit number. b) x is a ... read more
View answers (2)
asked in Gibraltar Technologies
Q5. What is a lint? a) Analyzing tool. b) Compiler. c) Debugger. d) I ... read more
View answers (2)
View All
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
company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Shiridi sai prasad

posted on 3 May 2017

I appeared for an interview 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
Anonymous
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. 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, 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
    View 1 more 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 Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Anonymous

posted on 29 Apr 2021

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. On Java
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it went good
Anonymous
company Logo

Software Developer Interview Questions & Answers

Quadgen Wireless Solutions user image Anonymous

posted on 16 Jul 2024

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic questions like positioning array , sorting

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Anonymous

posted on 10 Apr 2024

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

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Aptitude Test 

30 question, medium to easy level
it is must to pass

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

Helo.ai by VivaConnect Interview FAQs

What are the top questions asked in Helo.ai by VivaConnect Junior Software Developer interview?

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

  1. What is deep copy and shallow copy in pyt...read more
  2. Explain joins in SQL in det...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

  • Software Developer Interview Questions
  • Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Java Developer Interview Questions
  • Front end Developer Interview Questions
  • Senior Software Developer Interview Questions
  • Salesforce Developer Interview Questions
  • Junior Software Engineer Interview Questions
  • Show more
  • Lead Software Engineer Interview Questions
  • Java Full Stack Developer Interview Questions

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

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
 • 30 Interviews
Shah Technical Consultants
Shah Technical Consultants Interview Questions
3.5
 • 17 Interviews
Vectone Mobile
Vectone Mobile Interview Questions
2.0
 • 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 Junior Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

4.0

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

4.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Helo.ai by VivaConnect Salaries in India
Software Engineer
28 salaries
unlock blur

₹2.2 L/yr - ₹10.7 L/yr

Customer Service Executive
22 salaries
unlock blur

₹1.3 L/yr - ₹3.2 L/yr

Software Developer
15 salaries
unlock blur

₹4.5 L/yr - ₹11 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

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

Huawei Technologies

4.0
Compare
Shah Technical Consultants

Shah Technical Consultants

3.6
Compare
Technocon Services

Technocon Services

3.3
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