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
Top trending discussions
I did my internship at XYZ Corporation.
Interned at XYZ Corporation
Worked in the marketing department
Assisted in creating social media campaigns
Conducted market research
Attended meetings with clients
I learned to take responsibility for my actions and to use my mistakes as opportunities for growth.
I learned to admit my mistakes and apologize when necessary
I learned to reflect on my mistakes and identify areas for improvement
I learned to seek feedback from others and use it to make positive changes
I learned to not be afraid of failure and to view it as a learning experience
For example, when I made a mistake at work ...
I have the skills, experience, and passion to contribute to the success of your company.
I have a proven track record of achieving targets and exceeding expectations.
I possess strong communication and interpersonal skills, which enable me to work effectively with colleagues and clients.
I am a quick learner and adaptable to new environments and technologies.
I am passionate about the industry and eager to contribute to th...
I am not currently planning on getting married.
I am currently focused on my career and personal growth.
Marriage is not a priority for me at this time.
I believe in taking the time to find the right person and building a strong foundation before getting married.
Yes, social media can be used for educational purposes.
Social media provides a platform for sharing educational content and resources.
It allows for collaboration and discussion among students and educators.
Social media can enhance engagement and motivation in learning.
It provides access to a wide range of educational materials and online courses.
Examples include using Facebook groups for class discussions, YouTube for ...
The present CEO is John Smith.
The present CEO is John Smith.
John Smith has been the CEO since 2015.
Under John Smith's leadership, the company has experienced significant growth and expansion.
John Smith has a background in engineering and has previously held executive positions in other companies.
Caching is the process of storing frequently used data in a temporary storage to reduce access time. LRU caching removes least recently used data.
Caching improves performance by reducing access time to frequently used data
LRU (Least Recently Used) caching removes the least recently used data to make space for new data
LRU cache can be implemented using a doubly linked list and a hash map
When a cache hit occurs, the acce...
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