Upload Button Icon Add office photos

Filter interviews by

Baseline IT Development PHP Developer Interview Questions and Answers

Updated 23 Aug 2024

Baseline IT Development PHP Developer Interview Experiences

2 interviews found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2023

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

I applied via Walk-in and was interviewed in Jun 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 - HR 

(1 Question)

  • Q1. What is your acceptance salary?
Round 3 - Assignment 

PHP Question MCQ. Session, Loop, Condition, Array, String, Cookie

Round 4 - Technical 

(4 Questions)

  • Q1. Session making? Database registration and login.
  • Q2. Cookie making. set cookie
  • Q3. Registration Login page
  • Q4. Backend development set mysql.

PHP Developer Interview Questions & Answers

user image vibhor saini

posted on 23 Aug 2024

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

I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

There was a 3 test based on english , math and reasoning.
And simple mcq test.

Interview Preparation Tips

Topics to prepare for Baseline IT Development PHP Developer interview:
  • php basic
  • sql
  • javascript
  • OOPS
  • crud
  • start pattern

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

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the difference between include() and require() in PHP?
  • Q2. 1- include() 2- requires()
Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. What is session , cookies
  • Ans. 

    Sessions and cookies are used to store user data on the server and client side respectively.

    • Sessions store user data on the server side

    • Cookies store user data on the client side

    • Sessions are more secure as data is stored on the server

    • Cookies can be used for tracking user behavior or preferences

  • Answered by AI
  • Q2. Can we use git without github
  • Ans. 

    Yes, Git can be used without GitHub for version control and collaboration.

    • Git is a distributed version control system that can be used locally or on a private server.

    • Developers can use Git to track changes, collaborate with team members, and manage code without using GitHub.

    • Git can be used with other remote repositories like Bitbucket or GitLab.

    • Developers can also set up their own Git server for hosting repositories.

    • Gi...

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Normal php codegniter and laravel questions
  • Q2. Basic logic releted to your project which you have done

Interview Preparation Tips

Interview preparation tips for other job seekers - Normal things Don't hopeless everything is best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - SCREENING 

(2 Questions)

  • Q1. CLOSURE IN Javascript ?
  • Ans. 

    Closure in JavaScript is a function that has access to its own scope, as well as the outer scope in which it was defined.

    • A closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • Closures are commonly used in event handlers, callbacks, and in functional programming.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFun

  • Answered by AI
  • Q2. Class and ID difference
  • Ans. 

    Class is used to style multiple elements, while ID is used to style a single element.

    • Class can be used multiple times in a document, while ID should be unique

    • Class is denoted by a period (.), ID is denoted by a hash (#)

    • Class can be applied to multiple elements, ID can only be applied to one element

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. System Design question
  • Q2. Leetcode medium question on backtracking

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. They ask me about my previous job description details and education details
  • Q2. About carrier goals
  • Q3. About my responsibility in side the current company
Round 2 - Technical 

(2 Questions)

  • Q1. They ask me about core concept of react js and next js
  • Q2. Ask me about core concepts of mongo Db and Node js
Round 3 - HR 

(1 Question)

  • Q1. They told me about company curriculum, goals and ethics

Interview Preparation Tips

Topics to prepare for HyScaler Junior Software Developer interview:
  • React.Js
  • Node.Js
  • MongoDB
  • Linux
Interview preparation tips for other job seekers - This is one of the most well structured company and they used latest technology to build product and services. Very supportive seniors and Hrs. So i highly recommend for job seekers to work in this company
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
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Hard questions,its difficult to think and solve,

Round 2 - Coding Test 

Very hard logical questions,which made hard to think logically

Interview Preparation Tips

Interview preparation tips for other job seekers - take practice more

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Given a pattern and we need to complete the pattern within 40mins, also allows completing this problem in any language ( c,c++, python, java).

Round 2 - Technical 

(2 Questions)

  • Q1. Went through a technical interview, and was asked to solve some coding questions(4 - 5), and some technical stuff. It is one on one interview.
  • Q2. Also, test our reasoning skills and explanation of an algorithm.
Round 3 - One-on-one 

(1 Question)

  • Q1. Another technical round.
Round 4 - HR 

(2 Questions)

  • Q1. This is the final phase of the recruitment
  • Q2. Tell me about your family, friends, and intermediate.
  • Ans. 

    I have a close-knit family and a supportive group of friends. I also have intermediate skills in various programming languages.

    • My family is very important to me and we have a strong bond.

    • I have a few close friends who have always been there for me.

    • In terms of programming, I have intermediate skills in languages like Java, Python, and JavaScript.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Snovasys Junior Software Developer interview:
  • Design Patterns
  • Python
  • C
  • Java
  • Data Structures
Interview preparation tips for other job seekers - Prepare for patterns, and revise the basics of your proposed programming language.

Baseline IT Development Interview FAQs

How many rounds are there in Baseline IT Development PHP Developer interview?
Baseline IT Development interview process usually has 2-3 rounds. The most common rounds in the Baseline IT Development interview process are HR, Assignment and Technical.
What are the top questions asked in Baseline IT Development PHP Developer interview?

Some of the top questions asked at the Baseline IT Development PHP Developer interview -

  1. Session making? Database registration and log...read more
  2. Cookie making. set coo...read more
  3. Registration Login p...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Baseline IT Development interviews
Company Website
WalkIn
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
NexTurn Interview Questions
4.2
 • 25 Interviews
View all
Baseline IT Development PHP Developer Salary
based on 4 salaries
₹1.6 L/yr - ₹4 L/yr
42% less than the average PHP Developer Salary in India
View more details

Baseline IT Development PHP Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Web Designer
7 salaries
unlock blur

₹1.4 L/yr - ₹2.8 L/yr

Web Developer
5 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Reactjs Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹2.8 L/yr

PHP Developer
4 salaries
unlock blur

₹1.6 L/yr - ₹4 L/yr

Software Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Baseline IT Development with

IVTL Infoview Technologies

3.6
Compare

Apmosys Technologies

3.5
Compare

VHS Consulting

3.7
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview