Filter interviews by
I applied via Referral and was interviewed before Oct 2022. There were 5 interview rounds.
Numbers, LCM and HCF, Trains
Prime Number, String Manipulation
Technology is boon or bane
I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.
There was a coding round and out of 75 students 28 got selected for next round
Designing Youtube involves creating a platform for users to upload, share, and view videos.
Allow users to create accounts and upload videos
Implement a recommendation system based on user preferences
Include features like comments, likes, and subscriptions
Ensure scalability and high availability of the platform
Consider implementing monetization options for content creators
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
posted on 8 Mar 2024
I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed in Feb 2024. There were 4 interview rounds.
30min Pseudo Code,Ratio and Proportion
1 hour Array,HashMap
Program to check if a string is an Anagram or not
Create a function that takes in two strings as input
Sort the characters in both strings and compare if they are equal
Return true if they are anagrams, false otherwise
To connect MongoDB with a database, you need to use the MongoDB URI and a MongoDB client library.
Use the MongoDB URI to specify the connection details such as host, port, username, password, and database name
Install a MongoDB client library like Mongoose for Node.js or pymongo for Python
Use the client library to establish a connection to the MongoDB database and perform CRUD operations
An event listener is a function that waits for a specific event to occur and then triggers a response.
Event listeners are commonly used in web development to handle user interactions like clicks, keypresses, etc.
They are attached to specific elements and listen for events to occur on those elements.
Once the event occurs, the listener executes a callback function to respond to the event.
Example: Adding a click event lis...
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Use two pointers to swap characters in place
Initialize two pointers, one at the beginning of the string and one at the end
Swap characters at the two pointers and move them towards each other until they meet or cross
Repeat the process until the entire string is reversed
Use bitwise XOR operation to find the missing number in O(N) time complexity.
Iterate through the array and XOR all the elements with their indices and the array length.
The missing number will be the result of XORing all the elements with their indices and the array length.
posted on 3 Sep 2024
I was interviewed before Nov 2023.
A machine task is assigned you need to compete that first.
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
30 minutes, PHP, MySQL,
Had some question about the scenario based questions
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
Use binary search algorithm to find the given element in a sorted array.
Start with the middle element of the array.
If the middle element is equal to the given element, return its index.
If the middle element is greater than the given element, search in the left half of the array.
If the middle element is smaller than the given element, search in the right half of the array.
Repeat the process until the element is found or
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Hoisting applies to variable and function declarations, but not to variable assignments
Function declarations are hoisted before variable declarations
Hoisting can lead to unexpected behavior and should be avoided
Specificity in CSS refers to the priority given to different CSS rules when multiple rules apply to the same element.
Specificity is determined by the number of ID, class, and element selectors in a rule
Pseudo selectors like :hover and :active can also affect specificity
Using !important can override specificity, but should be used sparingly
Understanding specificity is important for avoiding unexpected styling conflicts
Software Engineer
28
salaries
| ₹3.5 L/yr - ₹15 L/yr |
Senior Software Engineer
27
salaries
| ₹7.4 L/yr - ₹24.5 L/yr |
Associate Software Engineer
27
salaries
| ₹3 L/yr - ₹6 L/yr |
Technical Lead
26
salaries
| ₹13.8 L/yr - ₹54 L/yr |
Team Lead
14
salaries
| ₹7.1 L/yr - ₹25 L/yr |
Infosys
TCS
Wipro
HCLTech