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
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.
Aptitude Test Questions MCQ:- Profit loss, Time and work, time distance speed
1. Create a form using HTML,CSS
2. Difference between inner join & outer join
3. connect HTML, CSS to PHP
4. Loop in PHP
5. Create a table using a database and a table using SQL query.
Top trending discussions
posted on 19 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
posted on 20 Dec 2024
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
posted on 9 Jan 2025
posted on 23 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.
Easy Level DS Questions - 30 mins
A comprehensive coding test which included job role simulation.
Advanced Cloud Services questions
I am a Senior Software Developer with 8 years of experience in full-stack development, specializing in Java and Angular.
8 years of experience in full-stack development
Specialize in Java and Angular
Strong problem-solving skills
Experience working in agile environments
posted on 22 Nov 2024
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Reasoning , maths , coding, english
Java python css c programming sql, html.
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Find the second largest element in an array of strings.
Convert the strings to integers for comparison.
Sort the array in descending order.
Return the second element in the sorted array.
Object-oriented programming concepts in C++
Encapsulation: bundling data and methods that operate on the data together. Example: class Car { private: int speed; public: void accelerate() { speed++; } };
Inheritance: creating new classes based on existing classes. Example: class ElectricCar : public Car { public: void charge() { cout << 'Charging...'; } };
Polymorphism: ability to present the same interface for different d...
OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Encapsulation: bundling data and methods that operate on the data into a single unit. Example: a car object with properties like color and methods like start() and stop().
Inheritance: allows a class to inherit properties and behavior from another class. Example: a class...
A real life scenario example of OOPs is modeling a car as an object with properties and methods.
Create a Car class with attributes like make, model, year, color
Define methods like start(), accelerate(), brake()
Instantiate multiple car objects and perform actions on them
Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.
Collections provide a way to work with groups of objects in Java
They include classes like ArrayList, LinkedList, HashMap, etc.
Collections framework provides interfaces like List, Set, Map, etc.
Collections offer methods for adding, removing, and accessing elements in a group
I am a passionate Java developer with 5 years of experience in developing web applications and implementing software solutions.
5 years of experience in Java development
Strong knowledge of web application development
Experience in implementing software solutions
Passionate about coding and problem-solving
Developed a web application for online shopping with user authentication and payment gateway integration.
Used Java Spring framework for backend development
Implemented RESTful APIs for communication between frontend and backend
Integrated Stripe API for secure payment processing
posted on 9 Dec 2024
MCQ - 20 (aptitude), 20(c+ and sql)
Pattern, array and sql questions
Interview experience
based on 7 reviews
Rating in categories
Territory Sales Manager
8
salaries
| ₹3 L/yr - ₹4.9 L/yr |
Software Developer
4
salaries
| ₹1 L/yr - ₹4 L/yr |
Area Sales Manager
4
salaries
| ₹4 L/yr - ₹6.6 L/yr |
PHP Developer
4
salaries
| ₹1.7 L/yr - ₹6.3 L/yr |
Infosys
TCS
Wipro
HCLTech