Upload Button Icon Add office photos
Engaged Employer

i

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

Dolphin Web Solution Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dolphin Web Solution PHP Developer Interview Questions and Answers

Updated 21 Mar 2022

Dolphin Web Solution PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2022

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

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good php knowledge...

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2023. 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 - Aptitude Test 

Maths, coding, percentage, puzzles, rounding numbers, permutation and combination, time and work

Round 3 - Coding Test 

Php basic questions and Dsa question

Round 4 - HR 

(4 Questions)

  • Q1. About me, php basic, HTML, CSS, Resume technology,
  • Q2. Basic php"Questions"
  • Q3. Web working and HTTPS
  • Q4. Error handling and backend
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate web developer with experience in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript, and various frameworks like React and Angular

    • Proficient in server-side languages like Node.js and PHP

    • Familiar with databases such as MySQL and MongoDB

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

(1 Question)

  • Q1. Roles and responsibilities of my last company
  • Ans. 

    I was responsible for front-end and back-end development, maintaining and updating websites, and collaborating with designers and stakeholders.

    • Developed and maintained websites using HTML, CSS, JavaScript, PHP, and MySQL

    • Collaborated with designers to implement visual elements and user experience improvements

    • Worked with stakeholders to gather requirements and provide technical solutions

    • Ensured websites were responsive a

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Complete the task with given instruction
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical questions
Round 5 - HR 

(3 Questions)

  • Q1. Tell me your family background
  • Ans. 

    I come from a close-knit family with a diverse background and strong values.

    • My parents are both educators, instilling in me a love for learning and problem-solving.

    • I have two siblings, one pursuing a career in finance and the other in healthcare.

    • Family gatherings are always filled with laughter, good food, and lively discussions.

  • Answered by AI
  • Q2. Last company's work experience
  • Ans. 

    I worked as a web developer at a software company, where I was responsible for designing and developing websites and web applications.

    • Designed and developed responsive websites using HTML, CSS, and JavaScript

    • Collaborated with the design team to create user-friendly interfaces

    • Integrated third-party APIs to enhance functionality

    • Optimized website performance for speed and SEO

    • Provided ongoing maintenance and support for ex

  • Answered by AI
  • Q3. How you handle the work pressure
  • Ans. 

    I handle work pressure by prioritizing tasks, setting realistic deadlines, and taking breaks when needed.

    • Prioritize tasks based on deadlines and importance

    • Break down tasks into smaller, manageable chunks

    • Set realistic deadlines and communicate with team members if needed

    • Take short breaks to recharge and refocus

    • Practice stress-relief techniques such as deep breathing or mindfulness

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After successfully clear all the interview round I was not selected and I was not given a proper reason for my rejection from HR team, my advice is to stay resilient and patient. follow up professionally, but if you experience delays and unclear communication, consider it a reflection of the company's management. keep applying elsewhere, and don't be discouraged by setbacks.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

SQL queries were asked from the given set of questions

Round 2 - Technical 

(2 Questions)

  • Q1. What are different types of errors?
  • Ans. 

    Different types of errors include syntax errors, runtime errors, and logical errors.

    • Syntax errors: Errors in the code structure that prevent it from being compiled or executed.

    • Runtime errors: Errors that occur during program execution, such as division by zero or accessing an out-of-bounds array element.

    • Logical errors: Errors in the program's logic that result in incorrect output or behavior.

    • Examples: Syntax error - mi...

  • Answered by AI
  • Q2. Reverse the given array
  • Ans. 

    Reverse the given array of strings

    • Iterate through the array from both ends and swap elements until reaching the middle

    • Use a temporary variable to store the value of the element being swapped

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. What is debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors or bugs in software code.

    • Identifying and isolating issues in the code

    • Using tools like breakpoints and print statements to track down bugs

    • Fixing errors to ensure the code runs correctly

    • Testing the code to verify that the bugs have been resolved

  • Answered by AI
  • Q2. How debugging can be achieved
  • Ans. 

    Debugging can be achieved by identifying and fixing errors in the code.

    • Use debugging tools like breakpoints to pause the code execution and inspect variables

    • Review the code logic and look for syntax errors or logical mistakes

    • Utilize logging to track the flow of the program and identify issues

    • Test the code with different inputs to reproduce and isolate the bugs

    • Collaborate with team members to get fresh perspectives on t

  • Answered by AI
  • Q3. Tell me about Yourself

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell about your self
  • Q2. Interested Technology
Round 2 - Technical 

(2 Questions)

  • Q1. What is SQL where it use
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

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

    • Examples of SQL commands include SELECT, INSERT, UPDATE, DELETE

  • Answered by AI
  • Q2. What is Join and Procedure
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column, while Procedure is a set of SQL statements that perform a specific task.

    • Join is used to retrieve data from multiple tables based on a related column

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

    • Procedure is a set of SQL statements stored in the database and executed when called

    • Procedures can accept input parameters

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Create Some part of the project as per guidelines.

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions and OOPS concept, etc.
  • Q2. Design patterns, app lifecycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts also have a knowledge of the language for which you want to apply.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was a basic of php language

Round 2 - One-on-one 

(1 Question)

  • Q1. In this round container both aptitude coding and mcqs
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Create to do list app

Round 2 - Technical 

(2 Questions)

  • Q1. Full form of css
  • Ans. 

    CSS stands for Cascading Style Sheets.

    • CSS is a style sheet language used for describing the look and formatting of a document written in HTML or XML.

    • It is used to control the layout, colors, fonts, and other visual aspects of a web page.

    • CSS works by selecting HTML elements and applying styles to them.

    • It allows for separation of content and presentation, making it easier to maintain and update websites.

    • Example:

  • Answered by AI
  • Q2. What is div tag
  • Ans. 

    The div tag is an HTML element used to group and style other HTML elements.

    • The div tag is a container that allows you to group other HTML elements together.

    • It is commonly used to apply CSS styles to a group of elements.

    • The div tag has no semantic meaning and is purely used for layout and styling purposes.

    • You can use multiple div tags to create complex layouts on a web page.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

I con handleting suchvation hardworking in problam solve.

Round 2 - Technical 

(1 Question)

  • Q1. This website is html and css , java script jQuery, bootstrap. Back-end PHP database MYSQLI .

Interview Preparation Tips

Topics to prepare for HCL Infosystems PHP Web Developer interview:
  • University
  • College
Interview preparation tips for other job seekers - Hii
Sir/mam
I con should be Back-en, PHP with MySQL. This praktis is better then experience .

Dolphin Web Solution Interview FAQs

How many rounds are there in Dolphin Web Solution PHP Developer interview?
Dolphin Web Solution interview process usually has 3 rounds. The most common rounds in the Dolphin Web Solution interview process are Aptitude Test, Coding Test and Group Discussion.

Tell us how to improve this page.

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
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all
Front end Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

React Native Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹7.7 L/yr

Magento and Frontend Developer
4 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Senior Business Developer
3 salaries
unlock blur

₹3.7 L/yr - ₹5.4 L/yr

Reactjs Developer
3 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Dolphin Web Solution 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