i
Filter interviews by
I applied via LinkedIn and was interviewed in Jun 2022. There were 4 interview rounds.
There was a total of 3 rounds. The first is of Coding quiz in which you have to select a correct answer from 3-4 options and after that, you have to make two Programs according to the requirements.
Array functions in PHP are used to manipulate arrays in various ways.
array_push() - adds one or more elements to the end of an array
array_pop() - removes and returns the last element of an array
array_merge() - merges one or more arrays into a single array
array_slice() - extracts a slice of an array
array_search() - searches an array for a specific value and returns the corresponding key if successful
There are three main types of errors in PHP: syntax errors, runtime errors, and logical errors.
Syntax errors occur when there is a mistake in the code that prevents it from being parsed correctly by the PHP engine. For example, missing semicolons or parentheses.
Runtime errors occur during the execution of the code, such as division by zero or calling a function that does not exist.
Logical errors occur when the code run...
include() includes and evaluates a specified file, while include_once() does the same but ensures the file is only included once.
include() can include the same file multiple times, while include_once() will only include it once
include() will continue to execute the script even if the file is not found, while include_once() will throw a warning and continue
include_once() is useful for preventing multiple declarations of
GET is used to request data from a specified resource, while POST is used to submit data to be processed to a specified resource.
GET requests data from a specified resource, and should only be used for retrieving data.
POST submits data to be processed to a specified resource, and can be used for creating or updating data.
GET requests can be bookmarked and cached, while POST requests cannot.
GET requests have length rest...
Unlink is used to delete a file from the filesystem, while unset is used to unset a variable.
Unlink is used to delete a file from the filesystem in PHP.
Unset is used to unset a variable in PHP.
Unlink requires the file path as an argument, while unset requires the variable name.
Top trending discussions
I was interviewed in Aug 2024.
Round One consists of a coding test.
Round 2 is about the assignment.
posted on 15 Oct 2024
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Apr 2024. There were 3 interview rounds.
Medium level coding questions on hackerrank ,1:30hr, topic- Array , DP , Matrix , Binary Search
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
posted on 8 Mar 2024
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Dependency injection is a design pattern used to remove hard-coded dependencies and make components more modular and testable.
Constructor injection: Dependencies are provided through a class's constructor.
Setter injection: Dependencies are set through setter methods.
Interface injection: Dependencies are injected through an interface.
Spring framework in Java uses dependency injection to manage components.
Angular framewo...
posted on 9 Apr 2024
2 Programming questions
String pool is a memory area in Java where strings are stored to optimize memory usage. OOPS stands for Object-Oriented Programming System. HashMap is a data structure in Java that stores key-value pairs.
String pool in Java is a special memory area where strings are stored to optimize memory usage.
OOPS stands for Object-Oriented Programming System, a programming paradigm based on the concept of objects.
HashMap is a dat...
I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.
1. how to create a normal form layout like facebook or instagram login page
2. question based on kmp string matching algorithm to check string1 includes string2 or not.
3. validate a form using regex operation .
I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Jun 2022. There were 3 interview rounds.
posted on 16 Sep 2021
I was interviewed in Nov 2020.
Round duration - 40 minutes
Round difficulty - Medium
It was early in the morning around 8:00AM-8:40AM. Platform used was hackerrank and the questions asked were of moderate level.
Given an array 'ARR' of size 'N', determine if there exists a triplet (i, j, k) satisfying the conditions: 0 < i , i + 1 < j , j + 1 < k and k < N...
Round duration - 15 minutes
Round difficulty - Easy
It was in the evening around 4;00PM-4:20PM. This round was very interesting as it focuses more about your personality rather than your knowledge which has been already checked in previous rounds.
Tip 1 : Practice aptitude as much as possible.
Tip 2 : Practice more and more questions related to your skills.
Tip 3 : Proper revision is must.
Tip 1 : It should not be too long or too short.
Tip 2 : Each skill and project should be reflected properly in your resume.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Associate Software Engineer
66
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Software Engineer
47
salaries
| ₹4.8 L/yr - ₹15 L/yr |
Senior Software Engineer
19
salaries
| ₹8.6 L/yr - ₹17.8 L/yr |
Software Developer
11
salaries
| ₹4.3 L/yr - ₹13 L/yr |
Principal Software Engineer
9
salaries
| ₹17.5 L/yr - ₹22.5 L/yr |
TCS
Infosys
Wipro
HCLTech