Upload Button Icon Add office photos
Engaged Employer

i

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

Iknoor Technology Private Limited Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 8 Reviews

Filter interviews by

Iknoor Technology Private Limited PHP Developer Interview Questions and Answers

Updated 27 May 2024

Iknoor Technology Private Limited PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

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

I applied via Indeed and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Firstly, HR asked about the background details, previous experience, previous CTC and expected CTC.
Round 2 - One-on-one 

(4 Questions)

  • Q1. Interview questions were related to throttling
  • Q2. What are namespaces
  • Ans. 

    Namespaces are a way to organize code by grouping related classes, interfaces, functions, and constants under a common namespace.

    • Namespaces prevent naming conflicts by allowing multiple classes with the same name to coexist in the same codebase.

    • Namespaces are declared using the 'namespace' keyword followed by the namespace name.

    • Namespaces can be used to organize code into logical groupings, making it easier to manage a...

  • Answered by AI
  • Q3. How namespace is different to class Name
  • Ans. 

    Namespaces are used to avoid naming conflicts between classes, functions, and variables, while class names are used to define blueprints for objects.

    • Namespaces are used to organize code into logical groups, preventing naming collisions.

    • Class names define blueprints for objects and can be instantiated to create objects.

    • Namespaces can be nested within each other, while classes cannot be nested.

    • Namespaces are declared usi...

  • Answered by AI
  • Q4. What is indexing
  • Ans. 

    Indexing is a technique used to optimize database performance by creating indexes on specific columns in a table.

    • Indexing helps in quickly retrieving data from a database table.

    • It speeds up data retrieval by allowing the database engine to quickly locate the rows based on the indexed column.

    • Indexes can be created on single or multiple columns in a table.

    • Examples of indexing include creating indexes on primary keys, for

  • Answered by AI
Round 3 - Coding Test 

In coding round, I was asked to make a user add form and user edit form having fields like name, email, phone number, images (multiple).
The difficult part was in the edit portion to change the images (change the order/ add some images and delete previous images)
task duration 3 hours
I completed it in 2 hours

Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation round

Skills evaluated in this interview

PHP Developer Jobs at Iknoor Technology Private Limited

View all

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

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why you like to join?
  • Ans. 

    I am passionate about PHP development and excited about the opportunity to work with a talented team.

    • Passionate about PHP development

    • Excited about working with a talented team

    • Looking for growth and learning opportunities

  • Answered by AI
  • Q2. Will you shift to client location
  • Ans. 

    Yes, I am willing to shift to the client location if required for the job.

    • I am open to relocating for the right opportunity

    • I understand the importance of being on-site for certain projects

    • I have previous experience working at client locations

  • 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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic array questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is api in laravel how to
  • Ans. 

    API in Laravel is a set of routes and controllers that allows communication between different software applications.

    • API in Laravel allows developers to define routes and controllers to handle incoming requests and return responses.

    • It helps in creating a standardized way for different applications to interact with each other.

    • APIs in Laravel can be used for tasks like fetching data from a database, updating records, or p...

  • Answered by AI
  • Q2. Diff btw print and echo
  • Ans. 

    Print and echo are both used to output data in PHP, but echo is slightly faster and can output multiple values at once.

    • Echo is slightly faster than print as it does not return a value

    • Echo can output multiple values at once without using concatenation

    • Print always returns a value (1) and can be used in expressions

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic Php questions, Oops concept
Interview experience
4
Good
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 - One-on-one 

(3 Questions)

  • Q1. Star program logic
  • Q2. Basic php questions
  • Q3. Basic php answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and first go through company's website products management people history growth. Practice your analytical problem solving skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 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 - Technical 

(3 Questions)

  • Q1. Basics of php were asked array, string function, few inbuilt php function
  • Q2. Asked questions on Codeigniter as well
  • Q3. What is mvc, explain mvc, what is library , helper function etc.
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for rendering the user interface.

    • Controller handles user input and updates the model and view accordingly.

    • Library is a collection of pre-written code that can be reused in different projects.

    • Helper function is...

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

(1 Question)

  • Q1. MySQL queries , trigger, stored procedure, joins
Round 4 - One-on-one 

(1 Question)

  • Q1. Question Asked on Caching, redis, rabbitmq

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic PHP concept along with MySQL,they will ask more questions on MySQL.

Skills evaluated in this interview

Iknoor Technology Private Limited Interview FAQs

How many rounds are there in Iknoor Technology Private Limited PHP Developer interview?
Iknoor Technology Private Limited interview process usually has 4 rounds. The most common rounds in the Iknoor Technology Private Limited interview process are HR, One-on-one Round and Coding Test.
How to prepare for Iknoor Technology Private Limited PHP Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Iknoor Technology Private Limited. The most common topics and skills that interviewers at Iknoor Technology Private Limited expect are Ajax, Application Programming, CakePHP, Drupal and Joomla.
What are the top questions asked in Iknoor Technology Private Limited PHP Developer interview?

Some of the top questions asked at the Iknoor Technology Private Limited PHP Developer interview -

  1. How namespace is different to class N...read more
  2. what are namespa...read more
  3. what is index...read more

Tell us how to improve this page.

Iknoor Technology Private Limited PHP Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Iknoor Technology Private Limited PHP Developer Salary
based on 5 salaries
₹1.1 L/yr - ₹5.4 L/yr
17% less than the average PHP Developer Salary in India
View more details

Iknoor Technology Private Limited PHP Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
PHP Developer

New Delhi

0-3 Yrs

Not Disclosed

Explore more jobs
PHP Developer
5 salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Lead Engineer
4 salaries
unlock blur

₹20 L/yr - ₹25 L/yr

PHP Web Developer
3 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Senior PHP Developer
3 salaries
unlock blur

₹3.8 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Iknoor Technology Private Limited with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.6
Compare

Hexaware Technologies

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