Upload Button Icon Add office photos
Engaged Employer

i

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

WebMob Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WebMob Technologies Interview Questions and Answers

Updated 2 Dec 2024

WebMob Technologies Interview Experiences

Popular Designations

5 interviews found

Interview Questionnaire 

1 Question

  • Q1. Content plan related.

Content Manager Interview Questions asked at other Companies

Q1. What would be the number be if 5 lakhs were to be increased by 10% and what is the new number if it is increased by another 10% ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very Useful and understanding question

Round 2 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. Technical questions

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 10 Jul 2024

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

React js MCQ were given ..30 questions for 30 mins

Round 2 - Coding Test 

Five questions in half an hour to complete

Round 3 - HR 

(1 Question)

  • Q1. Introduction part was there in 10 mins there were two trials for it

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare better .one day you will crack it ..
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 Oct 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 - Technical 

(1 Question)

  • Q1. There were all logical questions and situation questions which you cannot bluff. They focus on logic more than the syntax.
Round 3 - HR 

(1 Question)

  • Q1. They ask majorly your past experience, your learnings and challenges you have faced.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your logics well and you will be good.
Be true to yourself and don't bluff if you don't know the answer you can say that.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

WebMob Technologies interview questions for popular designations

 Content Manager

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

 HR Intern

 (1)

HR Intern Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What would be your preferred location

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company in the market, challenging environment, workation and many more

HR Intern Interview Questions asked at other Companies

Q1. Why Human Resources ? What is its importance in Tourism industry and in general to every firm regarding to all industries ?
View answer (2)

Interview questions from similar companies

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

WebMob Technologies Interview FAQs

How many rounds are there in WebMob Technologies interview?
WebMob Technologies interview process usually has 2-3 rounds. The most common rounds in the WebMob Technologies interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for WebMob Technologies 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 WebMob Technologies. The most common topics and skills that interviewers at WebMob Technologies expect are Digital Marketing, Javascript, Career Development, PHP and Ajax.
What are the top questions asked in WebMob Technologies interview?

Some of the top questions asked at the WebMob Technologies interview -

  1. There were all logical questions and situation questions which you cannot bluff...read more
  2. introduction part was there in 10 mins there were two trials for...read more
  3. Content plan relat...read more

Tell us how to improve this page.

WebMob Technologies Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

WebMob Technologies Reviews and Ratings

based on 42 reviews

4.3/5

Rating in categories

4.5

Skill development

4.1

Work-life balance

3.9

Salary

4.4

Job security

4.1

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 42 Reviews and Ratings
Software Developer
18 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Quality Analyst
4 salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Web Developer
4 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

HR Generalist
4 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Software Engineer
3 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare WebMob Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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