Upload Button Icon Add office photos

Filter interviews by

Zappi PHP Developer Interview Questions, Process, and Tips

Updated 28 Aug 2021

Zappi PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2021

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. Tell me about yourself and about your job profile
  • Ans. I am Subhabrata Sarkar. I had done mca and Bsc . I had an experience of 5 years working in bpo. I had an experience as a senior process executive in infosys bpo. Currently I am working in Zappi pvt ltd as a php developer. I had skill on php,Mysql,Js,Css,Html. I had developed projects user management system. It maintains database of users. It has login/logout functionality. It has dashboard which gives the listing of us...
  • Answered Anonymously
  • Q2. Tell me about your roles and responsibilties in your company
  • Ans. My role is to develop to application, coding , testing, reviewing, arranging meeting, guiding teammates.
  • Answered Anonymously
  • Q3. Why you want to switch the current company
  • Ans. I was looking for the oppurtunity for enhanching my skills. I want to grow in my career. I want to learn new skills. I wanted to work in new technologies.
  • Answered Anonymously
  • Q4. Why you switch from bpo job to It
  • Q5. Technical questions:- difference between echo and print
  • Ans. 

    Echo and print are both used to output data in PHP, but echo is slightly faster and can take multiple arguments.

    • Echo is a language construct, while print is a function.

    • Echo does not return a value, while print returns 1.

    • Echo can output multiple strings separated by commas, while print can only output one string.

    • Echo is generally preferred for performance reasons.

  • Answered by AI
  • Q6. Array types and functions
  • Ans. 

    Array types and functions

    • PHP arrays can store multiple values of different types

    • Arrays can be indexed numerically or with strings

    • Common array functions include count(), sort(), and array_push()

    • Example: $fruits = ['apple', 'banana', 'orange'];

  • Answered by AI
  • Q7. Difference between get and post
  • Ans. 

    GET and POST are HTTP methods used to send data to a server. GET appends data to the URL while POST sends it in the request body.

    • GET is used for retrieving data from a server while POST is used for submitting data to a server.

    • GET appends data to the URL as query parameters while POST sends it in the request body.

    • GET requests can be bookmarked and cached while POST requests cannot.

    • GET requests have length restrictions w...

  • Answered by AI
  • Q8. Difference between javascript and jquery
  • Ans. 

    JavaScript is a programming language used for client-side scripting, while jQuery is a library built on top of JavaScript.

    • JavaScript is a programming language that allows you to create dynamic web content and interact with the user.

    • jQuery is a library that simplifies JavaScript programming by providing pre-written functions and methods.

    • JavaScript is a core language, while jQuery is a framework built on top of JavaScrip...

  • Answered by AI
  • Q9. What is session and cookies
  • Ans. 

    Sessions and cookies are used to store and retrieve data in web applications.

    • Sessions are used to store data on the server side and are identified by a unique session ID.

    • Cookies are used to store data on the client side and are stored as small text files.

    • Sessions are more secure as the data is stored on the server, while cookies can be manipulated by the client.

    • Sessions are typically used to store sensitive information...

  • Answered by AI
  • Q10. What is index in mysql
  • Ans. 

    An index in MySQL is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are created on one or more columns of a table to allow for faster searching and sorting of data.

    • They work by creating a separate data structure that stores the values of the indexed columns in a sorted manner.

    • This allows the database engine to quickly locate the desired data without having to scan the ...

  • Answered by AI
  • Q11. Functions in mysql
  • Ans. 

    Functions in MySQL are predefined or user-defined routines that perform specific tasks.

    • MySQL functions can be used to manipulate data, perform calculations, and format output.

    • There are various types of functions in MySQL, such as string functions, numeric functions, date and time functions, etc.

    • Examples of MySQL functions include CONCAT(), SUBSTRING(), COUNT(), AVG(), NOW(), etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for interview. Watch videos of interviews. be confident in interview. Practice mock interview.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Oops concepts in PHP
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allowing a class to inherit properties and methods from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI

Skills evaluated in this interview

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

Little difficult for the freshers

Round 2 - Coding Test 

A little programming oriented questions were there

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more for good opportunities

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic knowledge of php
  • Q2. Laravel framework & structure knowledge of laravel

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear the basic structure...
Good knowledge of oops concept

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What level of this company

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one but was majorly a easy test.The interview wanted to test bothmy knowledge and communication skills. The interview was computer science related . Please go throughly word by word and recheck my resume to ensure that you are a best yit for the position
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

The first round comprised of 4 sections online questions including aptitude, logical, Coding questions, and technical portions (Test Duration: 90 mins):

Debugging: We had to choose a language and debug up to 7 questions most probably. Codes were very basic like sorting, etc. I completed 6 of them.

Coding: There were two medium-hard level questions.

Work-style Assessment: Just try to answer as an ideal employee. Make sure you answers don’t contradict each other.

Aptitude: Around 25 questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Find diameter of tree
  • Q2. Count inversion
Round 3 - Technical 

(2 Questions)

  • Q1. Find n’th node from the end of a Linked List
  • Q2. Find shortest distance between 2 points in a matrix, where 2 points can be anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazon just want to see whether you have good problem-solving skills. If you show them, you are in.

Do DSA religiously from the beginning. Use GFG, Leetcode, InterviewBit, and Youtube. These are more than enough. Doing Competitive Programing is very helpful.

For frequently asked questions: Make sure you know the best approaches and edge cases, and write the whole code instead of just reading the solutions.

Start from brute force and keep on optimizing when asked, in order to show you haven’t already done the question before.

Speak while coding or thinking.

Repeat the question how you have understood it.

Find edge cases

Use STAR method for behavioral questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Trips for cracking interview

Round 2 - Technical 

(5 Questions)

  • Q1. For example how to replay for all questions
  • Q2. Different questions for all types
  • Q3. Interviews easily cracking trips
  • Q4. How to get good job in software
  • Q5. How to get job

Interview Preparation Tips

Interview preparation tips for other job seekers - Differently thinking for all types of questions and answers
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Hoisting concept with examples and guess the output
  • Q2. Map functionality with a call back function
  • Q3. Copy object, spread operator usage . Deep copy, sallow copy
  • Q4. Flexbox vs grid, dom, box model,
  • Q5. React optimization, why React,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Given a string, write a function to reverse the string.
  • Ans. 

    Function to reverse a given string

    • Create an empty string to store the reversed string

    • Iterate through the input string in reverse order and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Given a sorted array of integers, write a function to perform a binary search to find the index of a target value. If the target value is not found, return -1.
  • Ans. 

    Binary search function to find target value in sorted array

    • Define function that takes sorted array and target value as input

    • Initialize variables for start, end, and middle indices

    • Use while loop to iterate until start is less than or equal to end

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About the company
  • Q2. What are three significant achievements in your life?
  • Ans. 

    Graduating with honors, winning a hackathon, volunteering in a developing country

    • Graduated with honors from university with a degree in Computer Science

    • Won first place in a hackathon competition by developing a unique and innovative software solution

    • Volunteered in a developing country to help build schools and provide education to underprivileged children

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly js questions, not so many of angular or react.
  • Q2. Like fizbuzz or things like that.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply here, the culture here is horrible.

Zappi Interview FAQs

What are the top questions asked in Zappi PHP Developer interview?

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

  1. Technical questions:- difference between echo and pr...read more
  2. what is index in my...read more
  3. Difference between javascript and jqu...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare Zappi with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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