Upload Button Icon Add office photos

Filter interviews by

Mobilestyx Consulting and Solutions Interview Questions and Answers

Updated 14 Jan 2025

Mobilestyx Consulting and Solutions Interview Experiences

Popular Designations

5 interviews found

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

Question were related to topics such as logical, mathematical, visualizations etc

Round 2 - Technical 

(2 Questions)

  • Q1. Software language related questions
  • Q2. OOPS Concepts
Round 3 - Coding Test 

CRUD operations which was then checked by reviewer and then asked questions based on it.

Interview Preparation Tips

Interview preparation tips for other job seekers - As a intern get your basics clear and be confident while replying.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is sql and explain primary key
  • Ans. 

    SQL is a programming language used for managing and manipulating databases. Primary key is a unique identifier for each record in a table.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks like querying data, updating records, and creating tables

    • Primary key is a column or a set of columns that uniquely identifies each record in a table

    • It must contain unique values and cann...

  • Answered by AI
  • Q2. What are loops and name their types
  • Ans. 

    Loops are programming structures that repeat a block of code until a certain condition is met. Types include for, while, and do-while loops.

    • For loop: Executes a block of code a specified number of times.

    • While loop: Continues to execute a block of code as long as a specified condition is true.

    • Do-while loop: Similar to a while loop, but the block of code is executed at least once before the condition is checked.

  • Answered by AI
Round 2 - Coding Test 

Pyramid patterns and sum array values

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

IT Supporter Interview Questions & Answers

user image Shravan Tiffin seva

posted on 16 May 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical aptitude test round

Round 2 - Aptitude Test 

Computer based programming round

Round 3 - Technical 

(2 Questions)

  • Q1. Based on resume
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process used by software development teams to design, develop, and test high-quality software.

    • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets the requirements.

    • Examples of software development life cycle models include Waterfall, Agile, and

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume with senior
Round 5 - Technical 

(1 Question)

  • Q1. Based on resume
Round 6 - Technical 

(1 Question)

  • Q1. Based on resume
Round 7 - HR 

(1 Question)

  • Q1. They told me to come for final round that is Salary discussion but instead of Salary discussion they took an other round of interview

Skills evaluated in this interview

IT Supporter Interview Questions asked at other Companies

Q1. How do you handle a situation where a user is frustrated or upset with a technical issue they're facing?
View answer (2)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 14 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 before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic programming algorithm
  • Q2. Basic Php question

Interview Preparation Tips

Interview preparation tips for other job seekers - Candidate should not get their internship period extended after 6 month. Get a new job instead.

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)

Mobilestyx Consulting and Solutions interview questions for popular designations

 IT Supporter

 (1)

 Web Designer

 (1)

 PHP Developer

 (1)

 Senior Software Engineer

 (1)

 Intern

 (1)

Web Designer Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2024

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

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

Round 1 - Aptitude Test 

Basic aptitude test easy

Round 2 - Technical 

(1 Question)

  • Q1. Basic CSS interview questions
Round 3 - HR 

(1 Question)

  • Q1. Basic details of employee

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more about HTML / CSS , bootstrap and Figma.

Web Designer Interview Questions asked at other Companies

Q1. What is the data structure
View answer (3)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding round consists of two sections and each section has 2 questions. One question is based on oops to solve a real life problem.

Round 3 - Technical 

(2 Questions)

  • Q1. Explain diamond problem in OOPS
  • Ans. 

    The diamond problem is an ambiguity that occurs when a class inherits from two classes that have a common base class.

    • Occurs in multiple inheritance

    • Results in ambiguity in method resolution

    • Can be resolved using virtual inheritance

    • Example: Class A -> Class B, Class C -> Class D, Class B and Class D inherit from Class A, Class C inherits from both Class B and Class D

  • Answered by AI
  • Q2. Explain the virtual function in OOPS
  • Ans. 

    Virtual functions in OOPS allow a derived class to provide its own implementation of a method defined in the base class.

    • Virtual functions are declared in the base class and can be overridden by derived classes.

    • They enable polymorphism, allowing objects of different classes to be treated as objects of the same base class.

    • The virtual keyword is used to declare a function as virtual in the base class.

    • The derived class can...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Medium level test was there

Round 2 - Group Discussion 

20 - 25 minutes approximately

Round 3 - One-on-one 

(2 Questions)

  • Q1. Logical mathematics
  • Q2. Personal information
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

30min- Analytical questions

Round 2 - Technical 

(4 Questions)

  • Q1. Everyhting from resume
  • Q2. What is your experience
  • Q3. Sql,powerbi, python
  • Q4. Explain your resume
Round 3 - HR 

(1 Question)

  • Q1. Why should i hire you situation based questions

I applied via Walk-in

Round 1 - Aptitude Test 

Data structures and algorithms

Round 2 - Coding Test 

Data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare DSA and be confident while answering
1.introduce yourself
They asked to code using ang programming language

Mobilestyx Consulting and Solutions Interview FAQs

How many rounds are there in Mobilestyx Consulting and Solutions interview?
Mobilestyx Consulting and Solutions interview process usually has 3-4 rounds. The most common rounds in the Mobilestyx Consulting and Solutions interview process are Technical, Aptitude Test and HR.
How to prepare for Mobilestyx Consulting and Solutions 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 Mobilestyx Consulting and Solutions. The most common topics and skills that interviewers at Mobilestyx Consulting and Solutions expect are Javascript, HTML, Recruitment, SQL and C#.
What are the top questions asked in Mobilestyx Consulting and Solutions interview?

Some of the top questions asked at the Mobilestyx Consulting and Solutions interview -

  1. what is sql and explain primary ...read more
  2. what are loops and name their ty...read more
  3. Software development life cy...read more

Tell us how to improve this page.

Mobilestyx Consulting and Solutions Interview Process

based on 7 interviews

Interview experience

3.1
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Deltax Interview Questions
2.7
 • 84 Interviews
View all

Mobilestyx Consulting and Solutions Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

2.7

Salary

3.2

Job security

2.8

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 26 Reviews and Ratings
Human Resources Intern

Mumbai

0-1 Yrs

Not Disclosed

Asp.net Internship

Mumbai

0-1 Yrs

Not Disclosed

PHP Intern

Mumbai

0-1 Yrs

Not Disclosed

Explore more jobs
PHP Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

ASP.NET Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Designer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior PHP Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mobilestyx Consulting and Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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