Upload Button Icon Add office photos

Vectone Mobile

Compare button icon Compare button icon Compare

Filter interviews by

Vectone Mobile Interview Questions and Answers

Updated 28 Apr 2025
Popular Designations

8 Interview questions

A Market Research Analyst was asked 3mo 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 9mo 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. 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
Be interview-ready. Browse the most asked HR questions.
illustration image
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
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

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
  • 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

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
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?
  • 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
  • Q3. Difference between tuple, list, dictionaries and set.
  • Q4. Reverse a string without using slicing. Need to write it on paper.
Round 2 - Behavioral 

(2 Questions)

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

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

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.
  • 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
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
Round 3 - HR 

(1 Question)

  • Q1. I do not why they are taking full of waste

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
Round 2 - Assignment 

They are given some task Onece completed then next level

Round 3 - HR 

(1 Question)

  • Q1. Mostly salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Fresher its good place to work.
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
  • Q2. Basic hooks,use callback,useeffect
  • 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
  • Q4. Javascript basics

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

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

(1 Question)

  • Q1. Tell me about yourself

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. .
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.
  • Q2. No bond here for experienced candidates.

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.

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
Round 2 - HR 

(1 Question)

  • Q1. Attitude related questions
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
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

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

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Vectone Mobile?
Ask anonymously on communities.

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. What is inheritence in python and its typ...read more
  3. Reverse a string without using slicing. Need to write it on pap...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.

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 Interview Questions
4.0
 • 116 Interviews
Centillion Networks Interview Questions
3.6
 • 31 Interviews
ZTE Corporation Interview Questions
3.9
 • 19 Interviews
PEARCE SERVICES Interview Questions
3.1
 • 17 Interviews
MetroTelworks Interview Questions
3.7
 • 15 Interviews
Viavi Solutions Interview Questions
3.8
 • 13 Interviews
EXFO Interview Questions
3.4
 • 11 Interviews
Maksat Technologies Interview Questions
3.6
 • 10 Interviews
Teleindia Networks Interview Questions
3.9
 • 10 Interviews
View all

Vectone Mobile Reviews and Ratings

based on 117 reviews

2.1/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
Inside Sales Manager

Chennai

10-18 Yrs

Not Disclosed

Explore more jobs
Software Engineer
26 salaries
unlock blur

₹5.4 L/yr - ₹12.6 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹18.2 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

₹5.1 L/yr - ₹13 L/yr

Product Tester
10 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare Vectone Mobile with

Huawei Technologies

4.0
Compare

ZTE Corporation

3.9
Compare

MetroTelworks

3.6
Compare

Technocon Services

3.3
Compare
write
Share an Interview