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

Filter interviews by

Iknoor Technology Private Limited Interview Questions and Answers

Updated 27 May 2024

Iknoor Technology Private Limited 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 Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

Jobs at Iknoor Technology Private Limited

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Algorithms..Technical question from OOPS..Core Java.. J2EE.. Java8.. Spring.. Spring Boot.. Hibernate.. SQL..

Interview Preparation Tips

Interview preparation tips for other job seekers - Juat dont give up guys.. Keep preparing for the interviews.. Keep making notes of questions asked. Just remember one thing, when you are all set and prepared for the interview and still getting rejected continuously.. dont doubt yourself, your capabilities.. Its just a bad phase.. nothing else.
Definitely technical skills.. communication skills.. presenting skills are important to crack the interviews.. But Patience.. Patience is also very important.. All the best..

Interview Questionnaire 

1 Question

  • Q1. About you?

Interview Questionnaire 

2 Questions

  • Q1. 1. Questions on Angular.
  • Q2. 2. Question on backend like Java, Spring, Spring Boot, Microservices

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. What is windows powershell?
  • Ans. 

    Windows PowerShell is a command-line shell and scripting language designed for system administration tasks.

    • It is built on the .NET Framework

    • It allows users to automate tasks using scripts

    • It supports remote management of Windows machines

    • It has a rich set of commands and utilities

    • Example: Get-Process command retrieves information about running processes

    • Example: Set-ExecutionPolicy command changes the PowerShell execution

  • Answered by AI
  • Q2. About VDI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Informatica basics- transformations, scd types, multiple flat file loading using script, md5 usage, sql basic queries which has decode, case syntax, and basic knowledge in unix whether we are aware about c...

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. It was one month process and follow up is must. The interviewer was friendly. There were 4 rounds- l1,l2, managerial satisfaction round and hr.

Interview Questionnaire 

1 Question

  • Q1. Find the second largest array element in a given lisst of arrays using c programing
  • Ans. 

    Find the second largest element in a given list of arrays using C programming.

    • Iterate through the array and compare each element with the current maximum and second maximum

    • If the element is greater than the current maximum, update the second maximum and maximum

    • If the element is greater than the second maximum but less than the maximum, update the second maximum

    • Return the second maximum

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Test on apptitude reasoning

Round 2 - Group Discussion 

General topics gd

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions o
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and general

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and great interview process

I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview Round is very easy these days for Nagarro, just learn DSA, like sorting algorithms , DBMS , SQL. For me , the interviewer asked questions like, what is an array, which sorting algorithm is best and why, what is primary key and unique key, is python case sensitive, about heap.

Interview Questionnaire 

1 Question

  • Q1. Csom approach

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Curd operations syntax.

Iknoor Technology Private Limited Interview FAQs

How many rounds are there in Iknoor Technology Private Limited 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 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 Joomla, Sales, Telecommunication, Web Development and Wordpress.
What are the top questions asked in Iknoor Technology Private Limited interview?

Some of the top questions asked at the Iknoor Technology Private Limited 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 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.6
 • 591 Interviews
UST Interview Questions
3.8
 • 517 Interviews
CGI Group Interview Questions
4.0
 • 492 Interviews
View all

Iknoor Technology Private Limited Reviews and Ratings

based on 8 reviews

4.6/5

Rating in categories

4.9

Skill development

4.6

Work-life balance

4.5

Salary

4.9

Job security

4.4

Company culture

4.7

Promotions

4.6

Work satisfaction

Explore 8 Reviews and Ratings
PHP Developer

New Delhi

0-3 Yrs

Not Disclosed

Website/Graphic Designer

New Delhi

0-2 Yrs

Not Disclosed

Business Development Executive

New Delhi

1-6 Yrs

Not Disclosed

Explore more jobs
PHP Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹6.2 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.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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