Upload Button Icon Add office photos

Filter interviews by

Vigour Mobile Interview Questions and Answers

Updated 1 Dec 2024

Vigour Mobile Interview Experiences

2 interviews found

Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2023

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

I applied via Approached by Company and was interviewed before Dec 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 - HR 

(2 Questions)

  • Q1. Personal Details
  • Q2. Overall Work Experience
Round 3 - One-on-one 

(3 Questions)

  • Q1. How you be fit in this job role
  • Q2. Why we should hire you?
  • Q3. Why are you switching the job?

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is closed now.

Team Lead Interview Questions & Answers

user image Anonymous

posted on 22 Dec 2021

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to manage your Team?
  • Ans. I was Working as a Team leader.i will helped them to make achievement in thire jobs.and helped them improve thier Qualitys.
  • Answered by Munish Kumar

Interview Preparation Tips

Interview preparation tips for other job seekers - They were asked me about my work in my previous job.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and ease of use.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is easy to read and write, making it a popular choice for beginners.

    • Python uses indentation to indicate blocks of code, rather than curly braces or key...

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about baise features about mobile
  • Ans. 

    Mobile devices have various features that enhance communication, productivity, and entertainment.

    • Mobile phones offer seamless connectivity through calls, texts, and internet access.

    • They have advanced cameras for capturing high-quality photos and videos.

    • Mobile apps provide a wide range of functionalities, such as social media, gaming, and productivity tools.

    • Smartphones have built-in GPS for navigation and location-based...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge of mobile key points of the mobile

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Whats c
  • Ans. 

    C is a general-purpose programming language developed by Dennis Ritchie in 1972.

    • C is used for developing operating systems, embedded systems, and system software.

    • It is a compiled language and has a low-level memory access.

    • C is the predecessor of many modern programming languages like C++, Java, and Python.

  • Answered by AI
  • Q2. Whats loop
  • Ans. 

    A loop is a programming structure that repeats a set of instructions until a certain condition is met.

    • Loops are used to iterate over a collection of data or to repeat a set of instructions a certain number of times.

    • There are three types of loops in most programming languages: for, while, and do-while.

    • Example: for (int i = 0; i < 10; i++) { // do something }

  • Answered by AI
  • Q3. Why mi good samsung bad

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy interieds

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Information about the current model running in the market

Interview Preparation Tips

Interview preparation tips for other job seekers - Just me prepared with the famous brand new models

I appeared for an interview in Jan 2021.

Interview Questionnaire 

3 Questions

  • Q1. Past Experience
  • Q2. Handling market
  • Q3. Market durability

Interview Preparation Tips

Interview preparation tips for other job seekers - Just feel free to speak about your past job, automatically you'll be the one

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. In the written round, two coding questions came which were based on trees and were directly from InterViewBit. The questions were relatively simple.
  • Q2. In the interview round there were three rounds, two technical and one HR round. In the first technical round, a design question( I was asked to implement a music player queue). Then was asked about project...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be honest. And give point to point answers.

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

Vigour Mobile Interview FAQs

How many rounds are there in Vigour Mobile interview?
Vigour Mobile interview process usually has 3 rounds. The most common rounds in the Vigour Mobile interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Vigour 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 Vigour Mobile. The most common topics and skills that interviewers at Vigour Mobile expect are Team Management, Recruitment, Training, Excel and Sales.

Tell us how to improve this page.

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 213 Interviews
LG Electronics Interview Questions
4.0
 • 200 Interviews
Blue Star Interview Questions
4.1
 • 164 Interviews
Daikin Interview Questions
4.1
 • 150 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Samsung Research Interview Questions
3.1
 • 132 Interviews
Voltas Interview Questions
4.0
 • 130 Interviews
Bajaj Electricals Interview Questions
4.0
 • 125 Interviews
IFB Interview Questions
3.6
 • 95 Interviews
View all

Vigour Mobile Reviews and Ratings

based on 121 reviews

3.6/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.1

Salary

3.5

Job security

3.3

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 121 Reviews and Ratings
Sales Executive
20 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Sales Team Leader
16 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Territory Sales Manager
15 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

MIS Executive
15 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Team Lead
14 salaries
unlock blur

₹2.4 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Vigour Mobile with

OPPO

4.0
Compare

LG Electronics

4.0
Compare

Bajaj Electricals

4.0
Compare

Voltas

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