Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Verve Mobile Team. If you also belong to the team, you can get access from here

Verve Mobile Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Verve Mobile Interview Questions and Answers

Updated 17 Jan 2025

Verve Mobile Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Design a section of the website within a time frame of two hours.

Round 2 - HR 

(2 Questions)

  • Q1. What can you share about your previous job experience?
  • Ans. 

    I have 3 years of experience working as a front end developer at a tech company.

    • Developed responsive web applications using HTML, CSS, and JavaScript

    • Collaborated with designers and backend developers to implement user-friendly interfaces

    • Optimized website performance and user experience through code refactoring and testing

  • Answered by AI
  • Q2. About qualifications and applications

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in 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 - Assignment 

Logo Animation
Simple character animation
Short story animation

Round 3 - One-on-one 

(3 Questions)

  • Q1. About 2d Animation ( Flash)
  • Q2. About Adobe illustration
  • Q3. About personal details and family

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam a job seeker 2d Animator Give a chance I do my best

2D Flash Animator Interview Questions asked at other Companies

Q1. How many software I know ?
View answer (1)

UI Designer Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

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

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Design the screen using HTML, CSS, jQuery, and JavaScript within a specified timeframe.

Round 2 - HR 

(1 Question)

  • Q1. Can you describe the projects you worked on in your previous company?
  • Ans. 

    I worked on designing user interfaces for various web and mobile applications in my previous company.

    • Designed user-friendly interfaces for a mobile banking app

    • Created wireframes and prototypes for a new e-commerce website

    • Collaborated with developers to ensure design implementation was seamless

  • Answered by AI

UI Designer Interview Questions asked at other Companies

Q1. Tell me about complex environments you designed for
View answer (1)

I was interviewed in Mar 2022.

Round 1 - Coding Test 

I received a call from them and was informed that there will be a live coding round where I need to design something that will be provided to me during the session. they gave me a sidebar to design with routing functionalities. I did the entire part right, maybe not the exact look came what he wanted but it was working. Only the collapsible menu was not working due to something maybe I missed something on hurry. I told them everything is working fine except the collapse on small devices. They gave me half an our more to do it, but I was puzzled at that time after coding for 1 and half hour and was not able to make it work.

They simply told me can't consider further as the entire output didn't come! I asked several times and tried to explain the code and the scenario that somehow the collapse mechanism is not working. They didn't even give me a chance for further process!

I was interviewing for fresher Angular developer position where I can learn and work simultaneously. They didn't even reconsider for a small mistake!

Bitter experience!

Round 2 - Technical 

(1 Question)

  • Q1. They didn't consider me for a second round due to the reason I mentioned below.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever they will ask you to do, either you need to make it 100% or they will reject you!

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)

Verve Mobile interview questions for popular designations

 2D Flash Animator

 (1)

 Angular Developer

 (1)

 Front end Developer

 (1)

 PHP Developer

 (1)

 UI Designer

 (1)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2023

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Coding system test and need to execute with in 1:30 hours

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 question in 30 min of Quant.

Round 2 - Coding Test 

They gave me 3 coding questions including one SQL query.
Questions difficulty was easy.

Round 3 - Technical 

(3 Questions)

  • Q1. Explain Turnary operators in Java.
  • Ans. 

    Ternary operators in Java are shorthand for if-else statements, with syntax: condition ? expression1 : expression2

    • Ternary operator is used to assign a value to a variable based on a condition

    • Syntax: condition ? expression1 : expression2

    • Example: int x = (a > b) ? a : b;

  • Answered by AI
  • Q2. What is Method Overloading?
  • Ans. 

    Method overloading is the ability to define multiple methods with the same name but different parameters in a class.

    • Allows multiple methods with the same name but different parameters

    • Parameters can differ in number, type, or order

    • Helps improve code readability and reusability

  • Answered by AI
  • Q3. Explain Code logic of find minimum of from the array.
  • Ans. 

    Find the minimum value from an array of strings using code logic.

    • Convert the array of strings to an array of integers for comparison.

    • Initialize a variable with a very large value as the initial minimum.

    • Iterate through the array and update the minimum value if a smaller value is found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding question logic is mandatory.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

Small assignment to build simple App.

Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript Questions
  • Q2. Reactjs Questions

Interview Preparation Tips

Topics to prepare for Sekel Technologies Front end Developer interview:
  • Javascript
  • React.Js
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Marketing, passionate about digital strategies and eager to learn and grow in the field.

    • Recent graduate with a degree in Marketing

    • Passionate about digital marketing strategies

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. Tell me your strenghts and weaknesses
  • Ans. 

    My strengths include strong analytical skills and creativity. My weaknesses include being overly critical of my own work.

    • Strength: Strong analytical skills - able to analyze data and draw insights

    • Strength: Creativity - able to come up with innovative marketing ideas

    • Weakness: Overly critical of my own work - sometimes leads to self-doubt and perfectionism

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Solis Technology Private Limited Digital Marketing Intern interview:
  • Digital Marketing
Interview preparation tips for other job seekers - It's important to be prepared for a dynamic and fast paced work environment. If you are passionate about technology and eager to contribute to cutting edge projects, Solis Technology could be great fit for you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Practice Problem Solving: Work through puzzles and brainteasers to improve your logical and abstract reasoning skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - For job seekers interested in Dealsdray, it's important to align your skills and experience with the company’s focus on innovation and technology in the deals and promotions sector. Research Dealsdray’s culture, values, and mission to tailor your application accordingly. Highlight your ability to work in fast-paced, dynamic environments, as the company likely values adaptability and problem-solving. Demonstrate proficiency in relevant tech tools or data analysis, if applicable. Stay proactive on platforms like LinkedIn, connecting with current employees, and preparing thoughtful questions for interviews. Lastly, persistence and networking are key, so stay engaged and follow up on applications.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Reason to switch
  • Ans. 

    Seeking new challenges, growth opportunities, and a chance to lead a team to success.

    • Desire for new challenges and growth

    • Opportunity to lead and mentor others

    • Excitement for the potential to make a positive impact on a team

  • Answered by AI
  • Q2. Day to day work

Verve Mobile Interview FAQs

How many rounds are there in Verve Mobile interview?
Verve Mobile interview process usually has 2-3 rounds. The most common rounds in the Verve Mobile interview process are HR, Coding Test and Resume Shortlist.
How to prepare for Verve 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 Verve Mobile. The most common topics and skills that interviewers at Verve Mobile expect are MySQL, Javascript, PHP, Digital Marketing and JQuery.
What are the top questions asked in Verve Mobile interview?

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

  1. They didn't consider me for a second round due to the reason I mentioned bel...read more
  2. About Adobe illustrat...read more
  3. About 2d Animation ( Fla...read more

Tell us how to improve this page.

Verve Mobile Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

InMobi Interview Questions
3.5
 • 35 Interviews
Odoo Interview Questions
3.3
 • 25 Interviews
Anywhere Interview Questions
4.5
 • 14 Interviews
Affle Interview Questions
3.1
 • 4 Interviews
Ozone Media Interview Questions
3.3
 • 3 Interviews
Komli Media Interview Questions
4.0
 • 1 Interview
Tyroo Media Interview Questions
3.8
 • 1 Interview
View all

Verve Mobile Reviews and Ratings

based on 12 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.4

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 12 Reviews and Ratings
Online Content Moderator

Hyderabad / Secunderabad

1-2 Yrs

Not Disclosed

Explore more jobs
Web Developer
4 salaries
unlock blur

₹3.6 L/yr - ₹7.7 L/yr

Digital Marketing Manager
4 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

Senior PHP Developer
3 salaries
unlock blur

₹1.6 L/yr - ₹5.5 L/yr

Content Moderator
3 salaries
unlock blur

₹2.8 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Verve Mobile with

InMobi

3.5
Compare

Affle

3.1
Compare

Komli Media

4.0
Compare

Madhouse

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