Upload Button Icon Add office photos

Filter interviews by

Mosh E-com Services PHP Developer Interview Questions and Answers

Updated 5 Aug 2024

6 Interview questions

A PHP Developer was asked 10mo ago
Q. What is reverse routing in Laravel?
Ans. 

Reverse routing in Laravel is the process of generating URLs based on route names.

  • Reverse routing helps in generating URLs dynamically without hardcoding them in the views.

  • It allows for easier maintenance and flexibility when changing routes.

  • Example: route('profile') will generate the URL for the 'profile' route.

A PHP Developer was asked 10mo ago
Q. What are the commands in Laravel?
Ans. 

Commands in Laravel are artisan commands that help developers perform various tasks such as database migrations, seeding, and creating controllers.

  • Artisan commands are run through the command line interface using the 'php artisan' command.

  • Some common artisan commands include 'php artisan migrate' for running database migrations, 'php artisan db:seed' for seeding the database with dummy data, and 'php artisan make:...

PHP Developer Interview Questions Asked at Other Companies

asked in Infotech
Q1. What is PHP? PHP (Hypertext Preprocessor) is a server-side script ... read more
Q2. How can we report errors in the log file while working on a core ... read more
asked in Impelsys
Q3. What are the different types of errors in PHP?
Q4. Given an array [1,2,3,4,5], without using array functions, print ... read more
Q5. Write a query to get the 4th highest salary from the employees ta ... read more
A PHP Developer was asked 10mo ago
Q. What are joins and their types?
Ans. 

Joins are used to combine rows from two or more tables based on a related column between them.

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • INNER JOIN returns rows when there is at least one match in both tables.

  • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

  • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

  • ...

A PHP Developer was asked 10mo ago
Q. What is an index?
Ans. 

Index is a reference point or value that helps in accessing data quickly in an array or database.

  • Index is a numeric value that represents the position of an element in an array.

  • It starts from 0 in most programming languages.

  • Using index, we can quickly retrieve or update data in an array.

  • For example, in PHP, $arr[0] refers to the first element of the array $arr.

A PHP Developer was asked 10mo ago
Q. What is middleware and what are its types?
Ans. 

Middleware is software that acts as a bridge between an application and the server, handling requests and responses.

  • Middleware can modify incoming requests before they reach the application.

  • It can also modify outgoing responses before they are sent back to the client.

  • Types of middleware include authentication middleware, logging middleware, error handling middleware, etc.

  • Examples of middleware in PHP frameworks in...

A PHP Developer was asked 10mo ago
Q. What is Eloquent ORM?
Ans. 

Eloquent ORM is an advanced PHP implementation of the Active Record pattern for working with databases.

  • Eloquent ORM is included with the Laravel PHP framework.

  • It allows developers to interact with databases using PHP objects instead of writing SQL queries.

  • Eloquent models represent database tables and can be used to perform CRUD operations.

  • Relationships between database tables can be defined using Eloquent's model ...

Mosh E-com Services PHP Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Google sheet API. Save records in sheet, read them in laravel, save in local database and show them in laravel blade template

Round 2 - One-on-one 

(6 Questions)

  • Q1. What is middleware and its type
  • Ans. 

    Middleware is software that acts as a bridge between an application and the server, handling requests and responses.

    • Middleware can modify incoming requests before they reach the application.

    • It can also modify outgoing responses before they are sent back to the client.

    • Types of middleware include authentication middleware, logging middleware, error handling middleware, etc.

    • Examples of middleware in PHP frameworks include...

  • Answered by AI
  • Q2. Reverse routing in laravel
  • Ans. 

    Reverse routing in Laravel is the process of generating URLs based on route names.

    • Reverse routing helps in generating URLs dynamically without hardcoding them in the views.

    • It allows for easier maintenance and flexibility when changing routes.

    • Example: route('profile') will generate the URL for the 'profile' route.

  • Answered by AI
  • Q3. What is Joins and types
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • FULL ...

  • Answered by AI
  • Q4. What is index ?
  • Ans. 

    Index is a reference point or value that helps in accessing data quickly in an array or database.

    • Index is a numeric value that represents the position of an element in an array.

    • It starts from 0 in most programming languages.

    • Using index, we can quickly retrieve or update data in an array.

    • For example, in PHP, $arr[0] refers to the first element of the array $arr.

  • Answered by AI
  • Q5. What is Eloquent ORM?
  • Ans. 

    Eloquent ORM is an advanced PHP implementation of the Active Record pattern for working with databases.

    • Eloquent ORM is included with the Laravel PHP framework.

    • It allows developers to interact with databases using PHP objects instead of writing SQL queries.

    • Eloquent models represent database tables and can be used to perform CRUD operations.

    • Relationships between database tables can be defined using Eloquent's model relat...

  • Answered by AI
  • Q6. What are commands in laravel?
  • Ans. 

    Commands in Laravel are artisan commands that help developers perform various tasks such as database migrations, seeding, and creating controllers.

    • Artisan commands are run through the command line interface using the 'php artisan' command.

    • Some common artisan commands include 'php artisan migrate' for running database migrations, 'php artisan db:seed' for seeding the database with dummy data, and 'php artisan make:contr...

  • Answered by AI
Round 3 - Discussion with CTO 

(2 Questions)

  • Q1. Experience related questions
  • Q2. Projects related questions

Interview Preparation Tips

Topics to prepare for Mosh E-com Services PHP Developer interview:
  • Laravel and external API
Interview preparation tips for other job seekers - If you have only relevant experience like working with large number of data, then only apply. They offered me less salary than my current salary saying I don't have relevant experience.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Mosh E-com Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before May 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. This is face to face interview... They are observing our behaviour... Attitude... Etc
  • Q2. Introduce u r self....
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have 3 years of experience working in marketing and sales roles.

    • I am proficient in Microsoft Office Suite and have strong communication skills.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
  • Q3. U r carrier objections
  • Ans. 

    My career objectives focus on continuous growth, contributing to team success, and making a positive impact in my field.

    • Aim to develop expertise in my field, such as becoming a certified project manager.

    • Seek leadership opportunities to guide and mentor junior team members.

    • Aspire to work on innovative projects that challenge my skills and creativity.

    • Desire to contribute to a company's mission, like improving customer sa...

  • Answered by AI
  • Q4. About TCS
  • Q5. Why should u select TCS
  • Ans. 

    TCS is a global leader in IT services with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality services to clients worldwide.

    • TCS offers a wide range of opportunities for career growth and development.

    • TCS values diversity and inclusion, creating a supportive work environment for employees.

    • TCS invests in cutting-edge technologies and training programs to kee...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: Any kind of topic u cn select... Sales, accounts, service

Round: Test
Experience: Aptitude test... Mathematic and problem solving... General knowledge is very important

Round: Telephonic
Experience: This is final round... BH directly interact with us...

General Tips: Be confident... Be clam.... Keep smiling face... That is the way to win
Skills: Communication, Body Language, Leadership, Presentation Skills, Time Management
Duration: <1 week

PHP Developer Interview Questions Asked at Other Companies

asked in Infotech
Q1. What is PHP? PHP (Hypertext Preprocessor) is a server-side script ... read more
Q2. How can we report errors in the log file while working on a core ... read more
asked in Impelsys
Q3. What are the different types of errors in PHP?
Q4. Given an array [1,2,3,4,5], without using array functions, print ... read more
Q5. Write a query to get the 4th highest salary from the employees ta ... read more

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?
  • Ans. 

    Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.

    • Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.

    • Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.

    • Debugging...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via Referral and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked about my past experience and few questions on People's Management

Interview Preparation Tips

Interview preparation tips for other job seekers - First and foremost a candidate should have Confidence on what he is talking about. One should have good understanding on what we have updated in our resume. Because that creates the first impression on the person. Most of the times we were asked on points updated in our resume. Good knowledge on the products and services on the role which we have applied for and few questions about Past experience.

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

Interview Questionnaire 

1 Question

  • Q1. 1.Technical Ques(OOPS Concept)and 2. Area of Interest 3. About Company 4. more

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Folks,
Sharing some tips while facing Interview Assessment or GD Round Assessment.
1. Be Confident always give the answer what they ask for, Never connect your answer with different topic.
2. Always go through Company Portal or wiki about their Operation & Function.
3. Always have positive vibes that whatever yes or No, You will surely gain something.
All the Best..!!
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Explain me about yourself
  • Q2. Just be brief don't bore them

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident.

I applied via Naukri.com and was interviewed before Feb 2021. There was 0 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for below questions.
1. Tell me about yourself.
2. Why should we hire you.
3. What are the skills you have.

I applied via Referral and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About work and process

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions about the project and work flow

Mosh E-com Services Interview FAQs

How many rounds are there in Mosh E-com Services PHP Developer interview?
Mosh E-com Services interview process usually has 3 rounds. The most common rounds in the Mosh E-com Services interview process are Assignment and One-on-one Round.
How to prepare for Mosh E-com Services PHP Developer 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 Mosh E-com Services. The most common topics and skills that interviewers at Mosh E-com Services expect are Bootstrap, PHP, LAMP, Laravel and MongoDB.
What are the top questions asked in Mosh E-com Services PHP Developer interview?

Some of the top questions asked at the Mosh E-com Services PHP Developer interview -

  1. What is middleware and its t...read more
  2. What is Eloquent O...read more
  3. What are commands in larav...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all
Web Developer
5 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

E-Commerce Executive
4 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Senior Executive
3 salaries
unlock blur

₹2 L/yr - ₹2.2 L/yr

Team Lead
3 salaries
unlock blur

₹3.9 L/yr - ₹3.9 L/yr

Explore more salaries
Compare Mosh E-com Services with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview