Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.
Strong,array and logical
Top trending discussions
posted on 10 Jul 2025
I appeared for an interview before Jul 2024, where I was asked the following questions.
I appeared for an interview in Jul 2024.
Leet code medium level question
Guide to completing a RESTful API coding task with essential pointers and examples.
Understand REST principles: Use HTTP methods (GET, POST, PUT, DELETE) appropriately.
Define clear endpoints: Example - /api/users for user-related operations.
Implement status codes: Use 200 for success, 404 for not found, 500 for server errors.
Use JSON for data interchange: Ensure requests and responses are in JSON format.
Consider authent...
A hashmap is a data structure that stores key-value pairs for efficient data retrieval using a hash function.
Uses a hash function to compute an index for storing values.
Handles collisions using methods like chaining or open addressing.
Example: Inserting a key-value pair (key: 'apple', value: 1) involves hashing 'apple' to find an index.
Retrieving a value involves hashing the key again to find the corresponding index.
Managing multiple events on a single variable requires careful synchronization to ensure accurate results.
Use locks or mutexes to prevent race conditions when accessing the variable.
Implement event debouncing to limit the frequency of updates, ensuring only the final event is processed.
Utilize a queue to handle events sequentially, processing them one at a time to maintain accuracy.
Consider using atomic operations for ...
posted on 29 Jun 2024
I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.
Coding test are just basic Array and linkedList question
posted on 29 Aug 2022
50 Questions in 1 hour
Pattern and basic programming questions
posted on 21 Sep 2022
Simple String or list releted questions for Arranging a string some conditions wise
To count number after decimal value in Python, use string manipulation or math module.
Use string manipulation to count number of digits after decimal point
Use math module to round off the number and then subtract the original number to get the digits after decimal point
Example: num = 3.14159, str_num = str(num), decimal_index = str_num.index('.') + 1, digits_after_decimal = len(str_num) - decimal_index
I appeared for an interview in Jan 2025, where I was asked the following questions.
Effective authentication and data management can be achieved through secure protocols, access controls, and regular audits.
Implement multi-factor authentication (MFA) to enhance security, e.g., using SMS codes or authenticator apps.
Utilize role-based access control (RBAC) to restrict data access based on user roles, ensuring only authorized personnel can access sensitive information.
Encrypt data both at rest and in tra...
The lifecycle refers to the series of stages an entity goes through from inception to completion.
1. Birth/Initiation: The beginning of a process or entity, e.g., a product launch.
2. Growth/Development: The phase where the entity expands, e.g., a startup gaining customers.
3. Maturity: The stage where growth stabilizes, e.g., a well-established brand.
4. Decline: The phase where the entity starts to lose relevance, e.g., ...
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
posted on 7 Mar 2023
Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.
Used when only one instance of a class is required throughout the application
Provides a global point of access to the instance
Implemented using a private constructor, static method, and static variable
Example: Logger class, Database connection class
C# LINQ queries for group and sum data from data table
Use GroupBy() method to group data based on a specific column
Use Sum() method to calculate the sum of a column
Use Select() method to select the required columns
Solid design principles are a set of guidelines for writing maintainable and scalable code.
Single Responsibility Principle (SRP) - each class should have only one responsibility
Open/Closed Principle (OCP) - classes should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness
Interface Se...
posted on 3 Jun 2024
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Basic aptitude test and was unproctored
Network Engineer
39
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Associate Engineer 1
21
salaries
| ₹2.1 L/yr - ₹5 L/yr |
Senior Software Engineer
18
salaries
| ₹15.4 L/yr - ₹28.7 L/yr |
Technical Lead
13
salaries
| ₹16.8 L/yr - ₹30 L/yr |
Associate Engineer
12
salaries
| ₹3 L/yr - ₹6 L/yr |
Saama Technologies
Jumio
DISYS
Data-Core Systems