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.3k Reviews

Filter interviews by

IBM PHP Programmer Interview Questions and Answers for Experienced

Updated 10 Jun 2024

IBM PHP Programmer Interview Experiences for Experienced

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All the aptitude questions including verbal, non-verbal, technical and general aptitude.

Round 2 - Technical 

(1 Question)

  • Q1. DBMS, OOPS, Java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ticketing system design
  • Ans. 

    Ticketing system design involves creating a platform for users to submit, track, and resolve issues or requests.

    • Design a user-friendly interface for submitting tickets

    • Implement a system for assigning tickets to appropriate teams or individuals

    • Include features for tracking ticket status and communication with users

    • Consider scalability and performance of the system

    • Integrate with other tools or systems for seamless workfl

  • Answered by AI
  • Q2. Aws ec2 and jenkins

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Version control
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy basic questions

Round 2 - Coding Test 

Easy basic coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Easy interview basic programming questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Prepare for core java advanced java
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jan 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 - Assignment 

Assignment every company
have assignment .how to make company in high position .what good and service is helpful for company .
How much salary what to give all employees they make a assignment.

How the employees performance they make assignments

Round 3 - Group Discussion 

When I typing the words of software development in ambition box.
I am getting more more information what are they what is that.

I am improving my skills ,

Round 4 - One-on-one 

(2 Questions)

  • Q1. When I type the ambition box they are so many questions based computers Features when asking the interview it is very interested. They are what is loop ,what is data base so many so many questions a...
  • Ans. What is buslogoy What is treelogoy these are company computers arranging series
  • Answered by James priskilla
  • Q2. What is quene. It is a line start from head to tail
  • Ans. 

    A queue is a data structure that follows the First-In-First-Out (FIFO) principle.

    • Elements are added to the back of the queue and removed from the front.

    • Common operations include enqueue (add to back) and dequeue (remove from front).

    • Queues are used in many applications such as job scheduling and network packet handling.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I directly tell about new technology releasing now.
Cybersecurity.
Block chain.
Full stack developement

Skills evaluated in this interview

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 - Technical 

(1 Question)

  • Q1. Basics of java were asked
Round 3 - Technical 

(1 Question)

  • Q1. Advanced design concepts and sql
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations behaviour round screening
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What are pointers in java language?
  • Ans. 

    Pointers in Java are variables that store memory addresses of other variables or objects.

    • Pointers in Java are not directly supported like in languages such as C or C++.

    • Instead, Java uses references to objects, which act like pointers but with restrictions.

    • Example: String str = new String("Hello"); // str is a reference to the String object

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

(1 Question)

  • Q1. How you are different from crowd?

Skills evaluated in this interview

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

Interview Questionnaire 

9 Questions

  • Q1. What is the difference between Soap and Rest?
  • Ans. 

    SOAP is a protocol while REST is an architectural style for web services.

    • SOAP uses XML for messaging while REST uses JSON or XML.

    • SOAP requires more bandwidth and processing power than REST.

    • SOAP has built-in error handling while REST relies on HTTP error codes.

    • SOAP supports both stateful and stateless communication while REST is stateless.

    • SOAP is commonly used in enterprise applications while REST is used for web-based ...

  • Answered by AI
  • Q2. What are the methods supported by REST?
  • Ans. 

    REST supports methods like GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD.

    • GET - retrieves a resource

    • POST - creates a new resource

    • PUT - updates an existing resource

    • DELETE - deletes a resource

    • PATCH - partially updates a resource

    • OPTIONS - returns the supported methods for a resource

    • HEAD - returns metadata about a resource

  • Answered by AI
  • Q3. What is the difference between one way SSL and two way SSL?
  • Ans. 

    One way SSL is unidirectional while two way SSL is bidirectional.

    • One way SSL only authenticates the server to the client while two way SSL authenticates both the server and the client to each other.

    • One way SSL uses only server certificate while two way SSL uses both server and client certificates.

    • One way SSL is commonly used in websites while two way SSL is used in applications that require higher security such as onli...

  • Answered by AI
  • Q4. How is public key different than private key?
  • Ans. 

    Public key is used for encryption and private key is used for decryption.

    • Public key is shared with others to encrypt messages.

    • Private key is kept secret and used to decrypt messages.

    • Public key is used in digital signatures to verify authenticity.

    • Examples include RSA, DSA, and Elliptic Curve Cryptography.

    • Public key is longer than private key for added security.

  • Answered by AI
  • Q5. What do you understand by Cloud?
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples of cloud services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI
  • Q6. How is public cloud different than private cloud?
  • Ans. 

    Public cloud is accessible to everyone while private cloud is restricted to a specific organization.

    • Public cloud is owned and operated by third-party providers while private cloud is owned and operated by the organization itself.

    • Public cloud is accessible over the internet while private cloud is accessible only within the organization's network.

    • Public cloud is more cost-effective for small businesses while private clou...

  • Answered by AI
  • Q7. What is OAuth 2.0?
  • Ans. 

    OAuth 2.0 is an authorization framework that allows third-party applications to access user data without sharing passwords.

    • OAuth 2.0 is used for authentication and authorization.

    • It allows users to grant access to their resources stored on one site to another site.

    • It uses access tokens to grant access to resources.

    • Examples of OAuth 2.0 providers include Google, Facebook, and Twitter.

  • Answered by AI
  • Q8. Give me an example of OAuth 2.0 in practical life?
  • Ans. 

    OAuth 2.0 is used for secure authorization and authentication in various applications.

    • OAuth 2.0 is used by Google to allow third-party applications to access user data without sharing passwords.

    • It is used by Facebook to allow users to log in to other websites using their Facebook credentials.

    • It is used by Microsoft to allow users to grant access to their Office 365 data to third-party applications.

    • OAuth 2.0 is also use...

  • Answered by AI
  • Q9. How do we configure SSL at HTTP layer?
  • Ans. 

    SSL can be configured at HTTP layer by enabling HTTPS protocol and configuring SSL certificates.

    • Enable HTTPS protocol in web server configuration

    • Generate or obtain SSL certificates

    • Configure SSL certificates in web server

    • Ensure secure communication between client and server

    • Test SSL configuration for any vulnerabilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical Interview, mostly conceptual questions.

Skills evaluated in this interview

IBM Interview FAQs

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

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

  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.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
View all
Application Developer
11.5k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹4.8 L/yr - ₹22.6 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.6k salaries
unlock blur

₹5.6 L/yr - ₹18.5 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