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
Employer? Claim Account for FREE

Vectone Mobile

Compare button icon Compare button icon Compare
2.0

based on 117 Reviews

Play video Play video Video summary
  • About
  • Reviews
    117
  • Salaries
    584
  • Interviews
    12
  • Jobs
    5
  • Benefits
    43
  • Photos
    -

Filter interviews by

Vectone Mobile Interview Questions and Answers

Updated 28 Apr 2025
Popular Designations

8 Interview questions

A Market Research Analyst was asked 2mo ago
Q. What is your understanding of how a Software as a Service (SaaS) product operates?
Ans. 

SaaS products deliver software over the internet, allowing users to access applications via a subscription model without local installation.

  • Cloud-Based Delivery: SaaS applications are hosted on the cloud, enabling users to access them from any device with an internet connection.

  • Subscription Model: Users typically pay a recurring fee (monthly or annually) for access, which can include different tiers based on featu...

View all Market Research Analyst interview questions
A Presales Consultant was asked 8mo ago
Q. How do you understand customer pain points?
Ans. 

I understand customer pain points by actively listening, asking probing questions, and empathizing with their challenges.

  • Actively listen to customers to understand their concerns and challenges

  • Ask probing questions to uncover underlying issues and motivations

  • Empathize with customers to truly understand the impact of their pain points

  • Use customer feedback and data analysis to identify common pain points across diff...

View all Presales Consultant interview questions
A Python Software Developer was asked
Q. What is inheritance in Python, and what are its types?
Ans. 

Inheritance in Python allows a class to inherit attributes and methods from another class.

  • Types of inheritance in Python include single inheritance, multiple inheritance, and multilevel inheritance.

  • Single inheritance: a class inherits from only one base class.

  • Multiple inheritance: a class inherits from multiple base classes.

  • Multilevel inheritance: a class inherits from a derived class, which in turn inherits from ...

View all Python Software Developer interview questions
A Python Software Developer was asked
Q. What are the differences between tuples, lists, dictionaries, and sets in Python?
Ans. 

Tuple is immutable, list is mutable, dictionaries are key-value pairs, and set is a collection of unique elements.

  • Tuple: Immutable, ordered collection of elements. Example: (1, 2, 3)

  • List: Mutable, ordered collection of elements. Example: [1, 2, 3]

  • Dictionaries: Key-value pairs, unordered. Example: {'key1': 'value1', 'key2': 'value2'}

  • Set: Collection of unique elements, unordered. Example: {1, 2, 3}

View all Python Software Developer interview questions
A Python Software Developer was asked
Q. Given a string, extract the vowels from it.
Ans. 

Extracting vowels from a string involves identifying and collecting characters that are vowels (a, e, i, o, u).

  • Use a list comprehension to iterate through the string and check if each character is a vowel.

  • Example: For the string 'hello', the vowels are ['e', 'o'].

  • Consider both uppercase and lowercase vowels for comprehensive extraction.

  • Example: For the string 'Python', the vowels are ['o'].

  • Return the result as a l...

View all Python Software Developer interview questions
A Python Software Developer was asked
Q. What are the data types in Python?
Ans. 

Python data types include integers, floats, strings, lists, tuples, dictionaries, and sets.

  • Integers: whole numbers without decimal points, e.g. 5, -3

  • Floats: numbers with decimal points, e.g. 3.14, -0.5

  • Strings: sequences of characters enclosed in quotes, e.g. 'hello', '123'

  • Lists: ordered collections of items, e.g. [1, 'apple', True]

  • Tuples: ordered, immutable collections, e.g. (1, 'banana', False)

  • Dictionaries: key-v...

View all Python Software Developer interview questions
A Python Software Developer was asked
Q. Write a program to reverse a string without using slicing.
Ans. 

Reverse a string using a loop instead of slicing to demonstrate understanding of string manipulation in Python.

  • Use a loop to iterate through the string from the last character to the first.

  • Initialize an empty string to store the reversed result.

  • Concatenate each character to the result string during the loop.

  • Example: For input 'hello', the output should be 'olleh'.

View all Python Software Developer interview questions
Are these interview questions helpful?
A Senior Software Engineer 1 was asked
Q. What is redux , use memo, use reducer
Ans. 

Redux is a state management library for JavaScript applications. useMemo and useReducer are hooks in React for optimizing performance.

  • Redux is used for managing the state of a JavaScript application in a predictable way.

  • useMemo is a hook in React that memoizes the result of a function to optimize performance by avoiding unnecessary re-computations.

  • useReducer is a hook in React that is an alternative to useState fo...

View all Senior Software Engineer 1 interview questions

Vectone Mobile Interview Experiences

12 interviews found

Presales Consultant Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you understand customer pain points
  • Ans. 

    I understand customer pain points by actively listening, asking probing questions, and empathizing with their challenges.

    • Actively listen to customers to understand their concerns and challenges

    • Ask probing questions to uncover underlying issues and motivations

    • Empathize with customers to truly understand the impact of their pain points

    • Use customer feedback and data analysis to identify common pain points across different...

  • Answered by AI
    Add your answer
  • Q2. Did you get a chance to check our products
  • Ans. 

    Yes, I have reviewed your products and am impressed by their innovative features and user-friendly design.

    • Your flagship product, Product X, stands out for its advanced analytics capabilities, which can significantly enhance decision-making.

    • I noticed that Product Y integrates seamlessly with existing systems, making it easier for clients to adopt without major disruptions.

    • The customer feedback on Product Z highlights it...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is not seeking for brainy people who can apply their skills effectively. They are just looking for puppets who do the job mechanically as instructed. CEO seems to be looking for someone who just follows instructions and not ask any questions
Anonymous

Python Software Developer Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the data types in python?
  • Ans. 

    Python data types include integers, floats, strings, lists, tuples, dictionaries, and sets.

    • Integers: whole numbers without decimal points, e.g. 5, -3

    • Floats: numbers with decimal points, e.g. 3.14, -0.5

    • Strings: sequences of characters enclosed in quotes, e.g. 'hello', '123'

    • Lists: ordered collections of items, e.g. [1, 'apple', True]

    • Tuples: ordered, immutable collections, e.g. (1, 'banana', False)

    • Dictionaries: key-value ...

  • Answered by AI
    Add your answer
  • Q2. What is inheritence in python and its types?
  • Ans. 

    Inheritance in Python allows a class to inherit attributes and methods from another class.

    • Types of inheritance in Python include single inheritance, multiple inheritance, and multilevel inheritance.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from multiple base classes.

    • Multilevel inheritance: a class inherits from a derived class, which in turn inherits from anoth...

  • Answered by AI
    Add your answer
  • Q3. Difference between tuple, list, dictionaries and set.
  • Ans. 

    Tuple is immutable, list is mutable, dictionaries are key-value pairs, and set is a collection of unique elements.

    • Tuple: Immutable, ordered collection of elements. Example: (1, 2, 3)

    • List: Mutable, ordered collection of elements. Example: [1, 2, 3]

    • Dictionaries: Key-value pairs, unordered. Example: {'key1': 'value1', 'key2': 'value2'}

    • Set: Collection of unique elements, unordered. Example: {1, 2, 3}

  • Answered by AI
    Add your answer
  • Q4. Reverse a string without using slicing. Need to write it on paper.
  • Ans. 

    Reverse a string using a loop instead of slicing to demonstrate understanding of string manipulation in Python.

    • Use a loop to iterate through the string from the last character to the first.

    • Initialize an empty string to store the reversed result.

    • Concatenate each character to the result string during the loop.

    • Example: For input 'hello', the output should be 'olleh'.

  • Answered by AI
    Add your answer
Round 2 - Behavioral 

(2 Questions)

  • Q1. Basic questions about us.
  • Add your answer
  • Q2. Given a string and asked to get the vowels in a string.
  • Ans. 

    Extracting vowels from a string involves identifying and collecting characters that are vowels (a, e, i, o, u).

    • Use a list comprehension to iterate through the string and check if each character is a vowel.

    • Example: For the string 'hello', the vowels are ['e', 'o'].

    • Consider both uppercase and lowercase vowels for comprehensive extraction.

    • Example: For the string 'Python', the vowels are ['o'].

    • Return the result as a list o...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is not tough basic python knowledge is required they might ask questions if you anything specially mentioned in a resume. So don't mention if you don't have a good knowledge in it. They have informed the work will be more than 12 hrs a day and you shouldnt expect any government holiday or even sunday.

Skills evaluated in this interview

Anonymous

Market Research Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2025

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

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

  • Q1. Tell me about yourself.
  • Add your answer
  • Q2. What is your understanding of how a Software as a Service (SaaS) product operates?
  • Ans. 

    SaaS products deliver software over the internet, allowing users to access applications via a subscription model without local installation.

    • Cloud-Based Delivery: SaaS applications are hosted on the cloud, enabling users to access them from any device with an internet connection.

    • Subscription Model: Users typically pay a recurring fee (monthly or annually) for access, which can include different tiers based on features.

    • A...

  • Answered by AI
    Add your answer
Anonymous

Software Engineer Trainee Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

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

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Waste test I do not why they are taking this

Round 2 - Technical 

(1 Question)

  • Q1. Waste interview I do not why they are taking this
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. I do not why they are taking full of waste
  • Add your answer
Anonymous

UI Developer Interview Questions & Answers

user image Santhosh Kumar

posted on 29 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - HR 

(1 Question)

  • Q1. They are given some task or assigned L1 discussion
  • Add your answer
Round 2 - Assignment 

They are given some task Onece completed then next level

Round 3 - HR 

(1 Question)

  • Q1. Mostly salary discussion
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Fresher its good place to work.
Anonymous

Senior Software Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 25 May 2024

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

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. React basics only
  • Add your answer
  • Q2. Basic hooks,use callback,useeffect
  • Add your answer
  • Q3. What is redux , use memo, use reducer
  • Ans. 

    Redux is a state management library for JavaScript applications. useMemo and useReducer are hooks in React for optimizing performance.

    • Redux is used for managing the state of a JavaScript application in a predictable way.

    • useMemo is a hook in React that memoizes the result of a function to optimize performance by avoiding unnecessary re-computations.

    • useReducer is a hook in React that is an alternative to useState for man...

  • Answered by AI
    Add your answer
  • Q4. Javascript basics
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask very basic questions.they don't have good knowledge people inside.

Skills evaluated in this interview

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Jan 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s my first job in this organisation. They won’t follow any timing and also they won’t mind employees health. They ask you to work for more than 15 hours per day and also there is no holidays in Saturdays. Sometimes they were asked to work on Sundays also they won’t give leave for festival. Worst company for both freshers and expert candidate. .
Anonymous

Graphic Designer Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2023

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

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 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 - Assignment 

Design phone pack cover, one social media post

Round 3 - HR 

(2 Questions)

  • Q1. If assignment okay, HR round is only formality. Assignment is important.
  • Add your answer
  • Q2. No bond here for experienced candidates.
  • Add your answer

Interview Preparation Tips

Topics to prepare for Vectone Mobile Graphic Designer interview:
  • Adobe Creative Suite
  • Figma
Interview preparation tips for other job seekers - If u want to earn more, u prefer this company. But, after joining, u definitely disappointed.
Anonymous

Business Analyst Interview Questions & Answers

user image beena beena

posted on 26 Mar 2024

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

I applied via Walk-in and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. BA documentation questions
  • Add your answer
Round 2 - HR 

(1 Question)

  • Q1. Attitude related questions
  • Add your answer
Anonymous

Senior Software Engineer 2 Interview Questions & Answers

user image Anonymous

posted on 25 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It is based on what you update in Resume
  • Add your answer
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join here as currently the company is a mess
Anonymous

Top trending discussions

View All
Interview Tips & Stories
4d (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 Vectone Mobile?
Ask anonymously on communities.
More about working at Vectone Mobile
  • HQ - London, United Kingdom (UK)
  • Telecom
  • 51-200 Employees (India)

Vectone Mobile Interview FAQs

How many rounds are there in Vectone Mobile interview?
Vectone Mobile interview process usually has 2 rounds. The most common rounds in the Vectone Mobile interview process are HR, Technical and Assignment.
How to prepare for Vectone Mobile 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 Vectone Mobile. The most common topics and skills that interviewers at Vectone Mobile expect are C++, Javascript, Linux, React.Js and Node.Js.
What are the top questions asked in Vectone Mobile interview?

Some of the top questions asked at the Vectone Mobile interview -

  1. What is your understanding of how a Software as a Service (SaaS) product operat...read more
  2. Reverse a string without using slicing. Need to write it on pap...read more
  3. What is inheritence in python and its typ...read more
How long is the Vectone Mobile interview process?

The duration of Vectone Mobile interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Vectone Mobile Interviews By Designations

  • Vectone Mobile Business Analyst Interview Questions
  • Vectone Mobile Presales Consultant Interview Questions
  • Vectone Mobile UI Developer Interview Questions
  • Vectone Mobile Graphic Designer Interview Questions
  • Vectone Mobile Software Engineer Trainee Interview Questions
  • Vectone Mobile Python Software Developer Interview Questions
  • Vectone Mobile HR Business Partner Interview Questions
  • Vectone Mobile Market Research Analyst Interview Questions
  • Show more
  • Vectone Mobile Manual Testing Interview Questions
  • Vectone Mobile Senior Software Engineer 2 Interview Questions

Interview Questions for Popular Designations

  • Analyst Interview Questions
  • Team Lead Interview Questions
  • Software Engineer Interview Questions
  • Senior Associate Interview Questions
  • Consultant Interview Questions
  • Accountant Interview Questions
  • Senior Software Engineer Interview Questions
  • Manager Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

2.3/5

based on 12 interview experiences

Difficulty level

Easy 56%
Moderate 44%

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
ZTE Corporation
ZTE Corporation Interview Questions
3.9
 • 19 Interviews
PEARCE SERVICES
PEARCE SERVICES Interview Questions
3.1
 • 17 Interviews
MetroTelworks
MetroTelworks Interview Questions
3.7
 • 15 Interviews
Viavi Solutions
Viavi Solutions Interview Questions
3.8
 • 13 Interviews
EXFO
EXFO Interview Questions
3.2
 • 11 Interviews
Maksat Technologies
Maksat Technologies Interview Questions
3.6
 • 9 Interviews
Teleindia Networks
Teleindia Networks Interview Questions
3.8
 • 9 Interviews
Alepo Technologies
Alepo Technologies Interview Questions
3.5
 • 8 Interviews
View all

Vectone Mobile Reviews and Ratings

based on 117 reviews

2.0/5

Rating in categories

2.4

Skill development

1.8

Work-life balance

3.1

Salary

1.7

Job security

1.8

Company culture

2.2

Promotions

1.9

Work satisfaction

Explore 117 Reviews and Ratings
Jobs at Vectone Mobile
Vectone Mobile
Sales Head

Chennai

16-25 Yrs

Not Disclosed

Vectone Mobile
Senior Content Writer

Chennai

8-13 Yrs

Not Disclosed

Vectone Mobile
Channel Partner

Chennai

10-18 Yrs

Not Disclosed

Explore more jobs
Vectone Mobile Salaries in India
Software Engineer
26 salaries
unlock blur

₹4.3 L/yr - ₹15 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹13 L/yr - ₹25 L/yr

Software Engineer Trainee
16 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Software Developer
10 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Product Tester
10 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare Vectone Mobile with
Huawei Technologies

Huawei Technologies

4.0
Compare
ZTE Corporation

ZTE Corporation

3.9
Compare
MetroTelworks

MetroTelworks

3.7
Compare
Technocon Services

Technocon Services

3.3
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Vectone Mobile 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