Upload Button Icon Add office photos
Premium Employer

i

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

NTT Data

Compare button icon Compare button icon Compare
3.9

based on 3.6k Reviews

Filter interviews by

NTT Data Core Php Developer Interview Questions and Answers

Updated 21 Nov 2024

NTT Data Core Php Developer Interview Experiences

1 interview found

Core Php Developer Interview Questions & Answers

user image Aarti Gavhane

posted on 21 Nov 2024

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

(2 Questions)

  • Q1. AWS server questions
  • Q2. APS system questions

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is php and api integration
  • Ans. 

    PHP is a server-side scripting language used for web development, while API integration involves connecting different software systems through APIs.

    • PHP is a popular server-side scripting language used for creating dynamic web pages.

    • API integration involves connecting different software systems by using APIs to allow them to communicate with each other.

    • API integration in PHP allows developers to access and interact with...

  • Answered by AI
  • Q2. How much time you take to build a complete website
  • Ans. 

    The time taken to build a complete website varies depending on the complexity and requirements of the project.

    • The time can range from a few days for a simple website to several months for a complex e-commerce platform.

    • Factors such as design complexity, functionality, integration of third-party services, and testing can impact the development time.

    • Using frameworks like Laravel or Symfony can speed up development process...

  • Answered by AI

Skills evaluated in this interview

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

PHP Developer Interview Questions & Answers

CGI Group user image soumyakanta sahoo

posted on 18 Aug 2024

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated PHP developer with 5 years of experience in building web applications and websites.

    • Experienced in PHP programming language

    • Skilled in developing web applications and websites

    • Proficient in using frameworks like Laravel and CodeIgniter

    • Familiar with front-end technologies like HTML, CSS, and JavaScript

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

(1 Question)

  • Q1. Tell me your current project
  • Ans. 

    I am currently working on developing a web application for an e-commerce platform.

    • Using PHP to create dynamic web pages

    • Integrating payment gateways for online transactions

    • Implementing user authentication and authorization

    • Optimizing database queries for better performance

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

I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked simple tricky questions

Round 2 - Technical 

(2 Questions)

  • Q1. Class Dependency Injection
  • Q2. Questions was asked from oops concepts

Interview Preparation Tips

Topics to prepare for Publicis Sapient PHP Developer interview:
  • OOPS
  • Laravel
  • PHP
  • MySQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 - Group Discussion 

Aptitude test , technical

Round 3 - Technical 

(5 Questions)

  • Q1. Core Java topics
  • Q2. Class and object
  • Q3. String function
  • Q4. Expecting handling
  • Q5. Inheritance in java
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behavior from another class.

    • Inheritance is achieved using the 'extends' keyword in Java.

    • Subclasses inherit fields and methods from their superclass.

    • Java does not support multiple inheritance, but a class can implement multiple interfaces.

    • Example: class Dog extends Animal {}

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services Core Java Developer interview:
  • B TECH FRESHER
Interview preparation tips for other job seekers - Looking for a job

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2023. 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 - Coding Test 

HTML, Css, PHP, MySQL....ect

Round 3 - HR 

(5 Questions)

  • Q1. Full stack s/w developer questions
  • Q2. What is full form of CSS, html,sql
  • Ans. 

    CSS - Cascading Style Sheets, HTML - HyperText Markup Language, SQL - Structured Query Language

    • CSS stands for Cascading Style Sheets and is used for styling web pages

    • HTML stands for HyperText Markup Language and is used for creating the structure of web pages

    • SQL stands for Structured Query Language and is used for managing and manipulating databases

  • Answered by AI
  • Q3. What is databse?
  • Ans. 

    A database is a structured collection of data that is stored and accessed electronically.

    • A database organizes data into tables, rows, and columns.

    • It allows for efficient storage, retrieval, and manipulation of data.

    • Examples of databases include MySQL, PostgreSQL, and MongoDB.

  • Answered by AI
  • Q4. What is class and object?
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming. An object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Objects can interact with each other through methods defined in their classes.

    • Example: Class 'Car' defines properties like 'color' and behaviors like 'drive'. An object 'myCar' can be created from this class.

    • Ex...

  • Answered by AI
  • Q5. Why are do job in Full stack developer??
  • Ans. 

    Full stack developers have a wide range of skills and can work on both front-end and back-end development, making them versatile and in high demand.

    • Full stack developers can work on all aspects of a project, from database design to user interface.

    • They can easily switch between front-end and back-end tasks, making them valuable team members.

    • Having knowledge of multiple technologies allows full stack developers to troubl...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me something about my self
  • Q2. Why should we hire you
  • Q3. Salary expectation

Interview Preparation Tips

Topics to prepare for Cognizant Core Java Developer interview:
  • Core java concepts

Interview Questionnaire 

6 Questions

  • Q1. Basic php and html css javascript
  • Q2. Opps concepts
  • Q3. MySQL SQL how to fetch Last record
  • Ans. 

    To fetch the last record in MySQL SQL, use the ORDER BY and LIMIT clauses.

    • Use the ORDER BY clause to sort the records in descending order based on the primary key or any other column.

    • Use the LIMIT clause to limit the result set to one record.

    • Example: SELECT * FROM table_name ORDER BY primary_key DESC LIMIT 1;

  • Answered by AI
  • Q4. How to update data in table
  • Ans. 

    To update data in a table, use the UPDATE statement in SQL.

    • Use the UPDATE statement followed by the table name

    • Set the column name and new value using SET

    • Use WHERE to specify which rows to update

  • Answered by AI
  • Q5. Javascript basic information
  • Q6. Html css

Skills evaluated in this interview

NTT Data Interview FAQs

How many rounds are there in NTT Data Core Php Developer interview?
NTT Data interview process usually has 1 rounds. The most common rounds in the NTT Data interview process are Technical.
What are the top questions asked in NTT Data Core Php Developer interview?

Some of the top questions asked at the NTT Data Core Php Developer interview -

  1. AWS server questi...read more
  2. APS system questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k 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.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Software Engineer
932 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
765 salaries
unlock blur

₹1.2 L/yr - ₹9.3 L/yr

Network Engineer
647 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
615 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
512 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
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