Filter interviews by
I applied via Job Portal and was interviewed in Nov 2023. There were 2 interview rounds.
Programming concepts and knowledge
GET and POST are HTTP methods used for sending data to a server. GET appends data to the URL while POST sends data in the body of the request.
GET method is used to request data from a specified resource. Data is sent in the URL as key-value pairs.
POST method is used to submit data to be processed to a specified resource. Data is sent in the body of the request.
GET requests are cached by the browser, can be bookmarked, ...
The '==' operator checks for equality of value, while the '===' operator checks for equality of value and type.
Use '==' for loose equality comparison
Use '===' for strict equality comparison
Example: 1 == '1' will return true with '==', but false with '==='
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
The port of localhost is typically 80 for HTTP and 443 for HTTPS.
Port 80 is commonly used for HTTP traffic
Port 443 is commonly used for HTTPS traffic
Localhost refers to the local machine or computer
I applied via Naukri.com and was interviewed in Aug 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 Referral and was interviewed before Jan 2021. There were 5 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2021. There were 2 interview rounds.
I have X years of domain experience.
I have worked in this domain for X years.
During my time in this domain, I have gained expertise in various areas such as...
I have worked on projects related to...
I have experience working with clients in this domain.
I keep myself updated with the latest trends and developments in this domain.
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 Company Website and was interviewed in Oct 2020. There were 3 interview rounds.
Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.
Recursion can be used to solve problems that can be broken down into smaller sub-problems.
Inheritance allows for code reuse and helps in creating a hierarchy of classes.
Heap is used for dynamic memory allocation in la...
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Junior Web Developer
4
salaries
| ₹2.5 L/yr - ₹3.2 L/yr |
TCS
Accenture
Wipro
Cognizant