Upload Button Icon Add office photos
Engaged Employer

i

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

IBM Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 21.1k Reviews

Filter interviews by

IBM PHP Programmer Interview Questions and Answers

Updated 10 Jun 2024

IBM PHP Programmer Interview Experiences

1 interview found

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

(4 Questions)

  • Q1. How to connect to PHP to SQL ?
  • Ans. 

    To connect PHP to SQL, use functions like mysqli_connect or PDO to establish a connection and execute queries.

    • Use mysqli_connect function to establish a connection with MySQL database

    • Use PDO class to connect to various types of databases like MySQL, PostgreSQL, etc.

    • Execute SQL queries using functions like mysqli_query or PDO::query

  • Answered by AI
  • Q2. Full form of PHP?
  • Ans. 

    Hypertext Preprocessor

    • Stands for Hypertext Preprocessor

    • Server-side scripting language

    • Used for web development

    • Open source and free to use

  • Answered by AI
  • Q3. Haepar text pre prosesar
  • Q4. Php and SQL opsn sorss language

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Oops concept related work
  • Q2. Technology used in prj
  • Ans. 

    Various technologies used in the project include Java, Spring Boot, Angular, MySQL, and Docker.

    • Java

    • Spring Boot

    • Angular

    • MySQL

    • Docker

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - lage raho
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is a Java thread stream?
  • Ans. 

    A Java thread stream is a sequence of data that can be read from or written to concurrently by multiple threads.

    • Java thread streams allow for efficient communication between threads.

    • They can be used to pass data between different parts of a program running in parallel.

    • Examples of Java thread streams include InputStream and OutputStream for reading and writing data respectively.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your strengths?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong programming abilities.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Attention to detail - I am meticulous in my work to ensure high-quality results.

    • Strong programming abilities - I have expertise in multiple programming languages such as Java, Python, and C++.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Anna University and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It consists of MCQ question related to oops,SQL
Round 2 - Group Discussion 

General topics were given

Round 3 - HR 

(1 Question)

  • Q1. The HR was friendly and I was asked to write code for sorting , then about my project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basic questions related to oops, SQL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Easy to Medium difficulty with Aptitude Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Merge Sort was asked
  • Q2. Merge sort in a linked list was asked as follow up
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS and core Java were asked (Easy only)
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know something let the interviewer know so he can ask a different question.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 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 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 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 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Moderate level of aptitude test

Round 2 - Case Study 

A simple case study questions are provided

Round 3 - Technical 

(1 Question)

  • Q1. Most of the questions from oops concepts and data structure

Interview Preparation Tips

Topics to prepare for Atos Global IT Solutions And Services Software Developer interview:
  • OOPS
  • Collection java
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Nov 2022.

Round 1 - Aptitude Test 

An aptitude test is a way for employers to assess a candidates abilities through a variety of different testing formats

Round 2 - HR 

(2 Questions)

  • Q1. An interview that typically conducted by a human resources generalist at the beginning of the hiring process
  • Q2. While the HR interview gets a bad reputation for being a formality

Interview Preparation Tips

Interview preparation tips for other job seekers - Fight for happiness
Learn something new every day
Market yourself

I applied via Campus Placement and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Programming,verbal vebility,logical learning

Interview Preparation Tips

Interview preparation tips for other job seekers - i feel very good in both rounds.but secound round i exams is difficults copare to first round.

IBM Interview FAQs

How many rounds are there in IBM PHP Programmer interview?
IBM interview process usually has 1 rounds. The most common rounds in the IBM interview process are Technical.
What are the top questions asked in IBM PHP Programmer interview?

Some of the top questions asked at the IBM PHP Programmer interview -

  1. How to connect to PHP to SQ...read more
  2. Full form of P...read more
  3. Php and SQL opsn sorss langua...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
View all
Application Developer
11.5k salaries
unlock blur

₹5.5 L/yr - ₹23.5 L/yr

Software Engineer
5.5k salaries
unlock blur

₹4.7 L/yr - ₹21.7 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.2 L/yr - ₹27 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.7k salaries
unlock blur

₹5.6 L/yr - ₹20 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
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