Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.
Echo and print are both used to output data in PHP, but echo is slightly faster and can take multiple arguments.
Echo is a language construct, while print is a function.
Echo does not return a value, while print returns 1.
Echo can output multiple strings separated by commas, while print can only output one string.
Echo is generally preferred for performance reasons.
Array types and functions
PHP arrays can store multiple values of different types
Arrays can be indexed numerically or with strings
Common array functions include count(), sort(), and array_push()
Example: $fruits = ['apple', 'banana', 'orange'];
GET and POST are HTTP methods used to send data to a server. GET appends data to the URL while POST sends it in the request body.
GET is used for retrieving data from a server while POST is used for submitting data to a server.
GET appends data to the URL as query parameters while POST sends it in the request body.
GET requests can be bookmarked and cached while POST requests cannot.
GET requests have length restrictions w...
JavaScript is a programming language used for client-side scripting, while jQuery is a library built on top of JavaScript.
JavaScript is a programming language that allows you to create dynamic web content and interact with the user.
jQuery is a library that simplifies JavaScript programming by providing pre-written functions and methods.
JavaScript is a core language, while jQuery is a framework built on top of JavaScrip...
Sessions and cookies are used to store and retrieve data in web applications.
Sessions are used to store data on the server side and are identified by a unique session ID.
Cookies are used to store data on the client side and are stored as small text files.
Sessions are more secure as the data is stored on the server, while cookies can be manipulated by the client.
Sessions are typically used to store sensitive information...
An index in MySQL is a data structure that improves the speed of data retrieval operations on a database table.
Indexes are created on one or more columns of a table to allow for faster searching and sorting of data.
They work by creating a separate data structure that stores the values of the indexed columns in a sorted manner.
This allows the database engine to quickly locate the desired data without having to scan the ...
Functions in MySQL are predefined or user-defined routines that perform specific tasks.
MySQL functions can be used to manipulate data, perform calculations, and format output.
There are various types of functions in MySQL, such as string functions, numeric functions, date and time functions, etc.
Examples of MySQL functions include CONCAT(), SUBSTRING(), COUNT(), AVG(), NOW(), etc.
Top trending discussions
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.
I was interviewed before Feb 2024.
The first round comprised of 4 sections online questions including aptitude, logical, Coding questions, and technical portions (Test Duration: 90 mins):
Debugging: We had to choose a language and debug up to 7 questions most probably. Codes were very basic like sorting, etc. I completed 6 of them.
Coding: There were two medium-hard level questions.
Work-style Assessment: Just try to answer as an ideal employee. Make sure you answers don’t contradict each other.
Aptitude: Around 25 questions.
I was interviewed in Jan 2025.
Trips for cracking interview
I was interviewed in Jan 2025.
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.
TCS
Accenture
Wipro
Cognizant