Filter interviews by
I applied via Indeed and was interviewed in Sep 2024. There were 6 interview rounds.
Aptitude test is too hard in that 20 questions are there and complete deep mathematics in that.
Creating a form in HTML involves using the <form> tag and various input elements like text fields, checkboxes, and buttons.
Use the <form> tag to create the form structure
Add input elements like <input type='text'> for text fields, <input type='checkbox'> for checkboxes, and <input type='submit'> for buttons
Use labels <label> to provide descriptions for input fields
Attributes in PHP are used to add metadata to classes, methods, or properties.
Attributes are declared using the #[Attribute] syntax.
They can be used to provide additional information about the code.
Attributes can be retrieved using reflection.
Example: #[Route('/home')] class HomeController {}
Database connectivity in PHP involves establishing a connection to a database server and executing queries to retrieve or manipulate data.
Use PHP's built-in functions like mysqli_connect() or PDO to establish a connection to the database
Execute SQL queries using functions like mysqli_query() or PDO::query() to interact with the database
Remember to handle errors and close the connection after use to ensure security and
SQL query for submitting form data to database
Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...)
Make sure to sanitize user input to prevent SQL injection
Consider using prepared statements for security
GET and POST are HTTP methods used to send data to a server in web development.
GET method sends data in the URL, visible to users
POST method sends data in the body of the request, not visible to users
GET requests are cached by the browser
POST requests are not cached and are more secure for sensitive data
GET requests have length restrictions, while POST requests do not
The $requested variable in PHP is used to store user input or data passed through a form or URL.
Used to access user input or data submitted through forms or URLs
Helps in processing and manipulating user input within PHP scripts
Prevents direct access to sensitive data by storing it in a variable
Mumbai is a bustling city in India known for its vibrant culture and diverse population.
Mumbai is located in the state of Maharashtra in India
Some popular areas in Mumbai include Bandra, Juhu, and Colaba
The address format in Mumbai typically includes the building name, street name, locality, and pin code
They give assignment in which they give a dashboard to do.
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
Territory Sales Manager
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
PHP Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech