Filter interviews by
I applied via Walk-in and was interviewed before Jun 2023. There were 2 interview rounds.
Print and echo are both used to output data in PHP, but echo is slightly faster and can output multiple values at once.
Print is a language construct while echo is a language construct and a function.
Echo can output multiple values at once while print can only output one value at a time.
Echo is slightly faster than print because it does not return a value.
Different loops in PHP include for, while, do-while, and foreach loops.
For loop: Used for iterating a specific number of times.
While loop: Continues to execute as long as a specified condition is true.
Do-while loop: Similar to while loop, but the condition is checked after the loop body is executed at least once.
Foreach loop: Used for iterating over arrays or objects.
Different types of joins in SQL help combine data from multiple tables based on a related column between them.
INNER JOIN: Returns rows when there is at least one match in both tables.
LEFT JOIN: Returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table.
FULL JOIN: Returns rows when there is a match in one of th...
Position Absolute is positioned relative to its closest positioned ancestor, while Position Relative is positioned relative to its normal position.
Position Absolute removes the element from the normal flow of the document, while Position Relative does not.
Position Absolute is often used for overlaying elements on top of each other, while Position Relative is used for minor positioning adjustments.
Position Absolute coor...
To export a database, you can use tools like phpMyAdmin or command line.
Use phpMyAdmin to export database by selecting the database, clicking on 'Export', and choosing the desired format.
Use command line to export database using commands like mysqldump.
You can also use Drupal modules like Backup and Migrate to export database.
Make sure to choose the correct format and settings for the export.
Rate your
company
🤫 100% anonymous
How was your last interview experience?
Top trending discussions
I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
based on 1 interview
Interview experience
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 6 reviews
Rating in categories
Executive Accountant
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Drupal Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Accountant
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Information Technology Support Engineer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech