i
Uplers
Filter interviews by
I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.
They given 2 program to to 1-2 hour
I appeared for an interview in Aug 2021.
Round duration - 60 minutes
Round difficulty - Medium
Technical Interview round with questions on C#, Design patterns, OOPS etc.
A base class is a class that is used as a starting point for creating other classes. It can be inherited by other classes.
Base class provides common attributes and methods that can be inherited by other classes
Derived classes can extend or override the functionality of the base class
Example: Animal can be a base class with attributes like name and methods like eat, sleep
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Used to restrict the instantiation of a class to one object
Commonly used in logging, caching, thread pools, database connections
Implemented by creating a static instance of the class and a private constructor to prevent external instantiation
Access modifiers in C# control the visibility and accessibility of classes, methods, and other members.
Public - accessible from any other class or assembly
Private - accessible only within the same class
Protected - accessible within the same class or derived classes
Internal - accessible within the same assembly
Protected Internal - accessible within the same assembly or derived classes
The default access modifier in C# is 'private'.
Default access modifier is applied if no access modifier is specified for a class member
It restricts the access to the member within the same class
Example: private int myVariable = 10;
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
Singleton is a design pattern that restricts the instantiation of a class to one object and provides a global point of access.
Singleton ensures that only one instance of a class is created and provides a way to access it globally.
It is thread-safe because the instance is created only once and accessed through a synchronized method or block.
Singleton can be implemented using different approaches such as eager initializa...
Object class is the base class of all classes in C#.
Object class provides basic functionalities like ToString(), GetHashCode(), and Equals() to all classes.
All classes in C# implicitly inherit from Object class.
Object class is defined in System namespace.
Example: class MyClass : Object { }
Access modifiers in C# control the visibility and accessibility of class members.
Public: accessible from anywhere
Private: accessible only within the class
Protected: accessible within the class and derived classes
Internal: accessible within the same assembly
Protected Internal: accessible within the same assembly and derived classes
Example: public int age; private string name;
Example: protected void DoSomething(); intern
Default access modifiers are public, protected, and private.
Public: accessible from anywhere
Protected: accessible within the class and its subclasses
Private: accessible only within the class
I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.
Components of a service include functionality, reliability, availability, and performance.
Functionality: The service should perform the intended tasks and meet the requirements.
Reliability: The service should consistently deliver the expected results.
Availability: The service should be accessible and operational when needed.
Performance: The service should perform efficiently and meet performance expectations.
The lifecycle of a web API refers to the stages it goes through from development to retirement.
The lifecycle typically includes stages like planning, development, testing, deployment, and retirement.
During planning, the requirements and design of the API are defined.
Development involves writing the code and implementing the functionality.
Testing ensures the API works as expected and meets the requirements.
Deployment in...
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Print nodes of n-ary tree in arc wise manner from outside
Traverse the tree level by level from outside to inside
Use a queue to keep track of nodes at each level
Print the nodes at each level in a clockwise or anticlockwise manner
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Implement boolean canConstruct(String targetString, String[] dict) which returns true if we can construct the targetString by concatenating the words given in the dictionary
Implement a key value store for storing and retrieving data efficiently.
Use a hash table or a balanced tree data structure to store key-value pairs.
Implement functions for inserting, updating, deleting, and retrieving key-value pairs.
Consider implementing features like transactions, concurrency control, and data persistence.
Example: Implement a simple key value store using a hash table in Python.
I appeared for an interview before Jul 2023.
45 min round. Similar to Leetcode medium level question.
45 min coding round, 2 question asked
Design a system for proximity service
Utilize geolocation data to track user locations
Implement algorithms to calculate proximity between users
Use real-time updates to notify users of nearby contacts
posted on 24 Aug 2024
I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.
Find the longest subsequence in an array with sum zero.
Iterate through the array and keep track of the running sum.
Store the running sum in a hashmap along with the index.
If the same sum is encountered again, the subsequence between the two indices has a sum of zero.
The diameter of a tree is the longest path between two leaf nodes in the tree.
Calculate the longest path between two leaf nodes in the tree
This can be done by finding the height of the left and right subtrees and adding them together
The diameter of the tree is the maximum of either the diameter of the left subtree, the diameter of the right subtree, or the sum of the heights of the left and right subtrees
Design a hotel booking system for managing reservations and availability.
Use a database to store hotel information, room availability, and reservations.
Implement user authentication and authorization for booking.
Include a search feature for users to find available rooms based on their criteria.
Allow users to make reservations, modify or cancel them.
Send confirmation emails to users after successful bookings.
Divide one big integer by another
I applied via Approached by Company and was interviewed before Nov 2022. There were 3 interview rounds.
Brush up on DS and Algorithms
Project Coordinator
55
salaries
| ₹2.8 L/yr - ₹10 L/yr |
Talent Acquisition Executive
50
salaries
| ₹2.7 L/yr - ₹4.8 L/yr |
Html Developer
41
salaries
| ₹1.9 L/yr - ₹5.8 L/yr |
SEO Analyst
38
salaries
| ₹3 L/yr - ₹8.6 L/yr |
Talent Acquisition Specialist
22
salaries
| ₹2.7 L/yr - ₹6 L/yr |
Amazon
Udaan
Uber
Fareportal