Filter interviews by
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Arrays and objects are data structures used in programming to store multiple values or properties.
Arrays are ordered collections of values accessed by index.
Objects are collections of key-value pairs where values are accessed by keys.
Example of array: $colors = ['red', 'blue', 'green'];
Example of object: $person = ['name' => 'John', 'age' => 30];
Types of arrays include indexed arrays, associative arrays, and multidimensional arrays.
Indexed arrays: numerically indexed arrays where each element is assigned a number starting from 0. Example: ['apple', 'banana', 'orange']
Associative arrays: arrays where each element is assigned a specific key. Example: ['fruit1' => 'apple', 'fruit2' => 'banana']
Multidimensional arrays: arrays within arrays. Example: [['apple', 'ba
Use a MySQL query to select data with employee name, code, and their manager using manager_id as foreign key.
Use JOIN to connect the employee and manager tables based on the manager_id foreign key
Select the employee name, code, and manager's name using appropriate aliases
Make sure to specify the table names and columns correctly in the query
Rotate array elements based on number of loops specified.
Create a new array by slicing the original array based on the number of loops specified.
Concatenate the sliced array with the remaining elements of the original array.
Handle edge cases where the number of loops is greater than the array length by using modulo operator.
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
Little difficult for the freshers
A little programming oriented questions were there
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
posted on 21 Dec 2024
I applied via Campus Placement
General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.
Function to reverse a given string
Create an empty string to store the reversed string
Iterate through the input string in reverse order and append each character to the new string
Return the reversed string
Binary search function to find target value in sorted array
Define function that takes sorted array and target value as input
Initialize variables for start, end, and middle indices
Use while loop to iterate until start is less than or equal to end
Graduating with honors, winning a hackathon, volunteering in a developing country
Graduated with honors from university with a degree in Computer Science
Won first place in a hackathon competition by developing a unique and innovative software solution
Volunteered in a developing country to help build schools and provide education to underprivileged children
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Logical reasoning, quantitative analysis and computer test
PHP Developer
3
salaries
| ₹6.1 L/yr - ₹7 L/yr |
Infosys
TCS
Wipro
HCLTech