Upload Button Icon Add office photos
Engaged Employer

i

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

Neoistone Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Neoistone PHP Web Developer Interview Questions, Process, and Tips

Updated 7 Feb 2023

Neoistone PHP Web Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jan 2023. There were 2 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 - HR 

(6 Questions)

  • Q1. Why was the old name of the php
  • Q2. What is Pear in PHP ?
  • Ans. 

    Pear is a PHP extension and application repository that provides reusable components for web development.

    • Pear is a framework for developing and distributing PHP components

    • It provides a structured library of code that can be easily integrated into PHP applications

    • Pear packages can be installed using the 'pear' command-line tool

    • It offers a wide range of functionalities such as database access, XML parsing, email handling

  • Answered by AI
  • Q3. What is the name of scripting engine in php ?
  • Ans. 

    The scripting engine in PHP is called the Zend Engine.

    • The Zend Engine is the core of PHP and is responsible for parsing and executing PHP scripts.

    • It was developed by Zend Technologies and is written in C.

    • The Zend Engine provides features like memory management, garbage collection, and opcode caching.

    • It also includes a just-in-time (JIT) compiler called OPcache for performance optimization.

    • The latest version of the Zend...

  • Answered by AI
  • Q4. What are the ways to include file in php ?
  • Ans. 

    There are multiple ways to include files in PHP, such as include, require, include_once, and require_once.

    • include: includes and evaluates a specified file

    • require: includes and evaluates a specified file, but generates a fatal error if the file is not found

    • include_once: includes and evaluates a specified file only once

    • require_once: includes and evaluates a specified file only once, but generates a fatal error if the fil

  • Answered by AI
  • Q5. What is default execution time in php ?
  • Ans. 

    The default execution time in PHP is 30 seconds.

    • The default execution time can be changed using the 'max_execution_time' directive in the php.ini file.

    • If the execution time exceeds the default limit, a fatal error will occur.

    • Long-running scripts or tasks may require increasing the execution time limit.

  • Answered by AI
  • Q6. What is different between private protect in php ?
  • Ans. 

    In PHP, private and protected are both access modifiers used to restrict access to class members.

    • private and protected are both used to encapsulate class members and prevent direct access from outside the class

    • private restricts access to only within the class where it is defined

    • protected allows access within the class and its subclasses

    • private members cannot be accessed or modified directly from outside the class

    • protec...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neoistone PHP Web Developer interview:
  • PHP
  • Laravel
  • Codeigniter
Interview preparation tips for other job seekers - Before come interview prepare about that technologies very strictly go on say all true about you

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are the hooks available in WordPress
  • Ans. 

    Hooks in WordPress are actions and filters that allow developers to modify or add functionality to WordPress.

    • Actions are hooks triggered at specific points in WordPress, such as when a post is published or a user logs in.

    • Filters allow developers to modify data before it is displayed, such as changing the content of a post or the title of a page.

    • Examples of hooks include 'wp_head', 'wp_footer', 'the_content', and 'the_t

  • Answered by AI
  • Q2. How to customize child theme
  • Ans. 

    Customizing a child theme involves modifying its CSS and PHP files to override the parent theme's styles and functionality.

    • Create a new directory for the child theme in the wp-content/themes/ directory

    • Create a style.css file in the child theme directory and add the necessary header information

    • Enqueue the parent theme's stylesheet in the child theme's functions.php file

    • Override parent theme's styles and functionality by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience

Skills evaluated in this interview

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked
Interview experience
4
Good
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 - Assignment 

Create a hero section for website

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

Online test with basic questions along with c++ question

Round 2 - Group Discussion 

Virtual group discussion

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

Coding test with simple questions, related to the role

Interview Preparation Tips

Interview preparation tips for other job seekers - Get to know about the company, and what thay are working on, and how you can contribute with your skills.
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 Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Question from reduce,map method

Interview Preparation Tips

Interview preparation tips for other job seekers - Command on basic javascript
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. One to one discussion to check communication, skills
Round 3 - Coding Test 

Teams call to build web applications

Round 4 - Coding Test 

Teams call to build web applications

Intern Interview Questions & Answers

Lattech user image Pooja Shinde

posted on 27 Nov 2023

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

I applied via Indeed and was interviewed in May 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a motivated and enthusiastic individual seeking an internship opportunity.

    • I have a strong academic background in my field of study.

    • I have gained practical experience through internships or relevant projects.

    • I possess excellent communication and teamwork skills.

    • I am eager to learn and contribute to the organization.

  • Answered by AI
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects during my studies and internships.

    • Developed a mobile app for tracking daily fitness activities using React Native

    • Created a web-based inventory management system using PHP and MySQL

    • Collaborated with a team to design and implement a machine learning model for sentiment analysis

    • Contributed to an open-source project by fixing bugs and adding new features

  • Answered by AI
  • Q3. If you have prior experience tell me about that
  • Ans. 

    I have prior experience working as a marketing intern at XYZ Company.

    • Worked as a marketing intern at XYZ Company

    • Assisted in creating social media content and managing campaigns

    • Conducted market research and competitor analysis

    • Assisted in organizing and executing promotional events

    • Collaborated with cross-functional teams to develop marketing strategies

  • Answered by AI

Neoistone Interview FAQs

How many rounds are there in Neoistone PHP Web Developer interview?
Neoistone interview process usually has 2 rounds. The most common rounds in the Neoistone interview process are Resume Shortlist and HR.
What are the top questions asked in Neoistone PHP Web Developer interview?

Some of the top questions asked at the Neoistone PHP Web Developer interview -

  1. What is the name of scripting engine in ph...read more
  2. what are the ways to include file in ph...read more
  3. What is different between private protect in ph...read more

Tell us how to improve this page.

Neoistone PHP Web Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Neoistone PHP Web Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

3.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Neoistone with

GrapplTech

4.8
Compare

Wilco Source

3.6
Compare

IDOS INDIA

3.0
Compare

Infotact Solutions

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