Upload Button Icon Add office photos
Engaged Employer

i

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

NeoSOFT Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 1.6k Reviews

Filter interviews by

NeoSOFT PHP Developer Interview Questions and Answers

Updated 16 Aug 2024

NeoSOFT PHP Developer Interview Experiences

6 interviews found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why you like to join?
  • Ans. 

    I am passionate about PHP development and excited about the opportunity to work with a talented team.

    • Passionate about PHP development

    • Excited about working with a talented team

    • Looking for growth and learning opportunities

  • Answered by AI
  • Q2. Will you shift to client location
  • Ans. 

    Yes, I am willing to shift to the client location if required for the job.

    • I am open to relocating for the right opportunity

    • I understand the importance of being on-site for certain projects

    • I have previous experience working at client locations

  • Answered by AI

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is api in laravel how to
  • Ans. 

    API in Laravel is a set of routes and controllers that allows communication between different software applications.

    • API in Laravel allows developers to define routes and controllers to handle incoming requests and return responses.

    • It helps in creating a standardized way for different applications to interact with each other.

    • APIs in Laravel can be used for tasks like fetching data from a database, updating records, or p...

  • Answered by AI
  • Q2. Diff btw print and echo
  • Ans. 

    Print and echo are both used to output data in PHP, but echo is slightly faster and can output multiple values at once.

    • Echo is slightly faster than print as it does not return a value

    • Echo can output multiple values at once without using concatenation

    • Print always returns a value (1) and can be used in expressions

  • Answered by AI

Skills evaluated in this interview

PHP Developer Interview Questions Asked at Other Companies

Q1. How can we report errors in the log file while working on a core ... read more
asked in Impelsys
Q2. What are the different types of errors in PHP?
Q3. Not using array function print [3,4,5,1,2] if my number of loops ... read more
Q4. Write a query to get 4th highest salary from employees table?
Q5. What is the use of group by and having? Write sample query using ... read more

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Php questions, Oops concept
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(3 Questions)

  • Q1. Star program logic
  • Q2. Basic php questions
  • Q3. Basic php answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and first go through company's website products management people history growth. Practice your analytical problem solving skills

NeoSOFT interview questions for designations

 PHP Web Developer

 (1)

 Php and Laravel Developer

 (1)

 Developer

 (1)

 Software Developer

 (22)

 Java Developer

 (12)

 Android Developer

 (4)

 Angular Developer

 (3)

 IOS Developer

 (3)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2023

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 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 - Technical 

(3 Questions)

  • Q1. Basics of php were asked array, string function, few inbuilt php function
  • Q2. Asked questions on Codeigniter as well
  • Q3. What is mvc, explain mvc, what is library , helper function etc.
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for rendering the user interface.

    • Controller handles user input and updates the model and view accordingly.

    • Library is a collection of pre-written code that can be reused in different projects.

    • Helper function is...

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

(1 Question)

  • Q1. MySQL queries , trigger, stored procedure, joins
Round 4 - One-on-one 

(1 Question)

  • Q1. Question Asked on Caching, redis, rabbitmq

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic PHP concept along with MySQL,they will ask more questions on MySQL.

Skills evaluated in this interview

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2021

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. HR asked some basic questions about my last job, current technology, and my family background.
  • Q2. Questions related to PHP and Codeigniter like unset and unlink, array functions, string functions, and some oops questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask basic questions to the experienced person.

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. What is laravel
  • Ans. 

    Laravel is a free, open-source PHP web framework used for web application development.

    • Laravel follows the Model-View-Controller (MVC) architectural pattern.

    • It has a robust set of tools and features for authentication, routing, caching, and more.

    • Laravel has a built-in command-line interface called Artisan.

    • It has a large and active community with extensive documentation and support.

    • Some popular websites built with Larave

  • Answered by AI
  • Q2. How to work laravel
  • Ans. 

    Laravel is a PHP web application framework that follows the Model-View-Controller (MVC) architectural pattern.

    • Install Laravel using Composer

    • Create a new Laravel project using the command 'laravel new project-name'

    • Define routes in the 'routes/web.php' file

    • Create controllers in the 'app/Http/Controllers' directory

    • Define database connections in the '.env' file

    • Use Laravel's built-in Blade templating engine for views

    • Use Lar

  • Answered by AI
  • Q3. MVC in laravel
  • Ans. 

    MVC is a design pattern used in Laravel to separate application logic into three interconnected components.

    • Model represents data and business logic

    • View displays data to the user

    • Controller handles user input and updates the model and view accordingly

    • Laravel provides a robust implementation of MVC pattern

    • MVC helps in organizing code and making it more maintainable

  • Answered by AI
  • Q4. SQL and mysql

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Angular
  • Q2. Routing, interceptor
Round 2 - Coding Test 

Output event emitter, filter related coding

Round 3 - Coding Test 

Coding and few concepts in angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was aptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. What are OOPS in java?
  • Ans. 

    OOPS in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • OOPS stands for Object-Oriented Programming concepts

    • Includes inheritance, encapsulation, polymorphism, and abstraction

    • Encourages modular and reusable code

    • Allows for easier maintenance and updates

    • Example: Creating classes and objects in Java

  • Answered by AI
  • Q2. Explain exception handling in java
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Use try-catch blocks to handle exceptions

    • Use finally block to execute code regardless of exception

    • Use throw keyword to manually throw exceptions

    • Use throws keyword in method signature to declare exceptions that can be thrown

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical questions will be there

Round 2 - Coding Test 

Simple coding questions will be asked.

Round 3 - HR 

(1 Question)

  • Q1. Only about salary and joining dates.

NeoSOFT Interview FAQs

How many rounds are there in NeoSOFT PHP Developer interview?
NeoSOFT interview process usually has 1-2 rounds. The most common rounds in the NeoSOFT interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for NeoSOFT 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 NeoSOFT. The most common topics and skills that interviewers at NeoSOFT expect are Laravel, PHP, Codeigniter, MySQL and Codeigniter Framework.
What are the top questions asked in NeoSOFT PHP Developer interview?

Some of the top questions asked at the NeoSOFT PHP Developer interview -

  1. What is mvc, explain mvc, what is library , helper function e...read more
  2. what is api in laravel how...read more
  3. diff btw print and e...read more

Tell us how to improve this page.

NeoSOFT PHP Developer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all
NeoSOFT PHP Developer Salary
based on 28 salaries
₹4 L/yr - ₹13.2 L/yr
110% more than the average PHP Developer Salary in India
View more details

NeoSOFT PHP Developer Reviews and Ratings

based on 7 reviews

3.6/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

4.2

Salary

3.0

Job security

3.1

Company culture

3.8

Promotions

3.1

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
2k salaries
unlock blur

₹3.5 L/yr - ₹13.5 L/yr

Senior Software Engineer
717 salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Software Developer
708 salaries
unlock blur

₹2.9 L/yr - ₹13.2 L/yr

Softwaretest Engineer
511 salaries
unlock blur

₹2.7 L/yr - ₹7.6 L/yr

Senior Software Developer
173 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Explore more salaries
Compare NeoSOFT with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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