Filter interviews by
I applied via Company Website and was interviewed before Feb 2022. There were 2 interview rounds.
The path for localhost is typically http://localhost:portNumber
The default port number for HTTP is 80
The port number can be changed in the server configuration
Examples: http://localhost:8080, http://localhost:3000
CORS (Cross-Origin Resource Sharing) is a security feature that allows web pages to make requests to a different domain.
CORS is used to prevent malicious websites from accessing sensitive data on other websites.
It is implemented by adding special headers to HTTP requests and responses.
CORS can be configured on the server-side to allow or deny access from specific domains.
Examples of CORS-enabled resources include fonts...
CORS is implemented using middleware to allow cross-origin requests.
CORS (Cross-Origin Resource Sharing) is a security feature that allows resources to be shared across different domains.
Middleware is a software layer that sits between the application and the server, allowing for additional functionality to be added.
To implement CORS, middleware is used to add the necessary headers to the response, allowing cross-origi...
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
I was interviewed before May 2020.
Top trending discussions
I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.
Equation, ratio and proportion
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.
I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.
Creating specific components for software development
Identify the requirements for the component
Design the component architecture
Implement the component using appropriate programming languages and tools
Test the component for functionality and performance
Integrate the component into the larger software system
I applied via Job Portal
In first round, interviewer asked 2 coding questions and to write code on the call itslef.
Design a system similar to BookMyShow for booking tickets for events and movies.
User registration and login system
Event and movie listing with details and show timings
Seat selection and booking process
Payment gateway integration
Booking history and ticket download option
I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.
I was interviewed in Feb 2021.
Round duration - 60 minutes
Round difficulty - Easy
In the first inerview round, I was asked two problems, that were based on Data Structures.
I realized a key point in this round : that sometimes, the interviewer is wrong, and you are right. Still, you should not argue with the interviewer, rather, just accept, and move on.
This happened in the first coding problem itself, when, I actually used a "map" in c++. The interviewer asked me, to use an "unordered map" Instead of map, saying, that using an unordered map would make the insertion cost O(1) instead of O(log(n)). I refused to this by saying, that using unordered map is risky, as in case of a lot of collisions, it could go O(n).
Still, the interviewer said, that I were wrong, and said that he had done some competitive programming himself, and he never faced a TLE verdict because of using unordered map.
And I knew very well, that an Anti-Hash-Test could be created, to enforce a TLE verdict. The interviewer went on to saying that "every competitive programmer in the world would never use a map, rather, always use unordered map".
I slightly smiled to this, but agreed, and later cleared that interview, because of the smooth second problem.
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Determine if two strings are anagrams of each other by checking if they can be rearranged to form the other string.
Create a frequency map of characters for both strings and compare them.
Sort both strings and compare them.
Use a set to store characters and their counts for each string, then compare the sets.
Explanation: Sanyam wishes to distribute 'N' candies among 'K' friends. The friends are arranged based on Sanyam's order of likeness. He initially distributes candies s...
Distribute N candies among K friends in Sanyam's order of likeness, incrementing distribution by K each round.
Distribute candies starting from 1st friend, incrementing by K each round
If remaining candies are fewer than what a friend is supposed to receive, stop distribution
Output the number of candies each friend ends up with at the end of distribution
Round duration - 60 minutes
Round difficulty - Medium
I were asked several questions involving DBMS. I was given data of patients of entire country, and was asked to make a dataBase for the same.
Tip 1 : I did a lot of problems on Codeforces, Codechef and other online platforms
Tip 2 : Apart from normal CP, it is better to do some interview prep separately
Tip 3 : Must note - you need to have development skills as well to clear the projects and DBMS interview.
Tip 1 : Make a 1 page resume only
Tip 2 : It is good to have some projects and decent ranks on your resume
I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.
Basic DSA Questions of array
based on 1 interview
Interview experience
based on 33 reviews
Rating in categories
Sales Executive
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Operations Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
4
salaries
| ₹0 L/yr - ₹0 L/yr |
GeeksForGeeks
CodeChef
HackerRank
InterviewBit