Filter interviews by
I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.
PHP is a server-side scripting language used for web development.
PHP stands for Hypertext Preprocessor.
It is embedded within HTML code and executed on the server.
PHP can generate dynamic page content, interact with databases, and handle forms.
Example:
Creating a database and inserting data using SQL queries.
Create a database using CREATE DATABASE statement
Use INSERT INTO statement to add data to the database
Ensure proper data types and constraints are defined
Creating, inserting, updating, and deleting data in a database using PHP.
Create a database connection using PHP's mysqli or PDO extension
Use SQL queries to create tables, insert data, update data, and delete data
Example: CREATE TABLE users (id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(50), email VARCHAR(50));
Example: INSERT INTO users (name, email) VALUES ('John Doe', 'john.doe@example.com');
Example: UPDATE users SE...
Elementor is a popular page builder plugin for WordPress that allows users to create custom layouts without coding.
Elementor is a drag-and-drop page builder for WordPress.
Users can easily create custom layouts by dragging and dropping elements.
Elementor has a user-friendly interface with a live preview feature.
Users can customize the design and layout of their website using Elementor.
Elementor is compatible with most W
I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.
The output of a PHP program using And and Or depends on the logic used in the program.
And (&&) returns true if both conditions are true
Or (||) returns true if at least one condition is true
The output will depend on the logic used in the program
The query to get the employee with the 3rd maximum salary in MySQL.
Use the ORDER BY clause to sort the salaries in descending order.
Use the LIMIT clause to retrieve the third row.
Use a subquery to select the third maximum salary.
posted on 2 Dec 2024
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
1. noramal php question
Php function basic codeing
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
Validate if a binary tree is valid or not
A valid binary tree should not have any duplicate nodes
A valid binary tree should have all left nodes smaller than the parent node and all right nodes greater than the parent node
We can use recursion to traverse the tree and check if it is valid
Reversing a linked list involves changing the direction of the pointers in the list.
Iteratively swap the next and previous pointers of each node in the list
Recursively swap the next and previous pointers of each node in the list
Use a stack to push each node onto the stack and then pop them off in reverse order
Create a new list and iterate through the original list, adding each node to the front of the new list
posted on 10 Nov 2024
I applied via Hirist and was interviewed in Oct 2024. There were 2 interview rounds.
One dsa question - print the longest odd number from the string.
posted on 23 May 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.
Interview experience
based on 2 reviews
Rating in categories
Web Developer
8
salaries
| ₹1.8 L/yr - ₹6.2 L/yr |
PHP Developer
7
salaries
| ₹1.1 L/yr - ₹2.5 L/yr |
Software Tester
4
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Senior Content Writer
4
salaries
| ₹2.7 L/yr - ₹4 L/yr |
Graphic Designer
3
salaries
| ₹2 L/yr - ₹2.6 L/yr |
TCS
Infosys
Wipro
HCLTech