Upload Button Icon Add office photos

Filter interviews by

National Informatics Centre PHP Developer Interview Questions and Answers

Updated 23 Jan 2025

National Informatics Centre PHP Developer Interview Experiences

3 interviews found

PHP Developer Interview Questions & Answers

user image priyanka aharwar

posted on 23 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. PHP OOPS concept
  • Q2. Session and cookie related question with example and code

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2022

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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 - Coding Test 

Coading test - PHP Basics And Advance Both,
Duration - 30 to 50 minutes

Round 3 - Assignment 

Normal Function Based Crud Operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Best Platform for Find the Jobs for Any Employee and very Friendly to use App

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 Questionnaire 

3 Questions

  • Q1. About professional experience and technology
  • Q2. What is mean by sql injection?with example
  • Ans. 

    SQL injection is a type of cyber attack where malicious SQL statements are inserted into an entry field to manipulate the database.

    • SQL injection is a common attack on web applications that use SQL databases.

    • Attackers can use SQL injection to bypass authentication, steal data, or modify data.

    • SQL injection can be prevented by using prepared statements, input validation, and limiting database privileges.

    • Example: If a logi...

  • Answered by AI
  • Q3. PHP session?with example
  • Ans. 

    PHP session is a way to store user data on the server for later use.

    • Sessions are started with session_start() function

    • Session data is stored in $_SESSION superglobal array

    • Session ID is stored in a cookie on the user's browser

    • Session can be destroyed with session_destroy() function

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Test to create application by using sql joins

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. Questions related to project I have worked on during college days
  • Q3. Core Java concepts
  • Q4. Why do you use two mobile numbers
  • Ans. 

    To separate personal and professional calls, and to ensure availability and accessibility.

    • Separate personal and professional calls

    • Ensure availability and accessibility

    • Maintain work-life balance

    • Avoid mixing personal and work-related contacts

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 60

College Name: Watumull Institute Of Electronics Engineering And Computer Technology ( WIEECT )

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Total Questions: 20

Round: Group Discussion
Duration: 1 hour

Skills: Coding Skills And Knowledge On Data Structures

National Informatics Centre Interview FAQs

How many rounds are there in National Informatics Centre PHP Developer interview?
National Informatics Centre interview process usually has 2 rounds. The most common rounds in the National Informatics Centre interview process are Resume Shortlist, Coding Test and Assignment.
What are the top questions asked in National Informatics Centre PHP Developer interview?

Some of the top questions asked at the National Informatics Centre PHP Developer interview -

  1. What is mean by sql injection?with exam...read more
  2. PHP session?with exam...read more
  3. session and cookie related question with example and c...read more

Tell us how to improve this page.

National Informatics Centre PHP Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 848 Interviews
View all
National Informatics Centre PHP Developer Salary
based on 34 salaries
₹2.8 L/yr - ₹6 L/yr
At par with the average PHP Developer Salary in India
View more details

National Informatics Centre PHP Developer Reviews and Ratings

based on 8 reviews

4.7/5

Rating in categories

3.9

Skill development

4.9

Work-life balance

3.9

Salary

3.0

Job security

4.8

Company culture

3.8

Promotions

4.6

Work satisfaction

Explore 8 Reviews and Ratings
Software Developer
623 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
179 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
148 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Programmer
128 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare National Informatics Centre with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview