Filter interviews by
I applied via Approached by Company and was interviewed in May 2022. There were 4 interview rounds.
3 Coding Question were there
Easy - 2 Pointer Problem Variation
Medium - Prefix Sum Problem Variation
Hard - DP (Maximum of Minimum) Variation Problem
SQL is a relational database management system while NoSQL is a non-relational database management system.
SQL databases use structured query language while NoSQL databases use unstructured query language.
SQL databases are vertically scalable while NoSQL databases are horizontally scalable.
SQL databases are good for complex queries while NoSQL databases are good for large amounts of unstructured data.
Examples of SQL dat...
Different types of indexing in SQL
Clustered Index
Non-Clustered Index
Unique Index
Full-Text Index
Filtered Index
Schema design for a Restaurant Management System
Identify entities such as customers, orders, menu items, tables, etc.
Create tables for each entity with appropriate attributes and relationships
Use foreign keys to establish relationships between tables
Consider normalization to avoid data redundancy and improve performance
Include constraints to ensure data integrity
Use appropriate data types for each attribute
Consider sca
Complexity refers to the level of difficulty in solving a problem. There are two types: time complexity and space complexity.
Time complexity refers to the amount of time required to solve a problem, and is usually measured in terms of the number of operations performed by an algorithm.
Space complexity refers to the amount of memory required to solve a problem, and is usually measured in terms of the amount of memory us...
Detect loop in linked list and return node where loop starts.
Use two pointers, one moving one node at a time and the other moving two nodes at a time
If there is a loop, the two pointers will eventually meet at a node inside the loop
Reset one of the pointers to the head of the linked list and move both pointers one node at a time
The node where the two pointers meet is the start of the loop
Traversal refers to visiting all the nodes of a data structure in a specific order.
Inorder traversal: Left subtree, root, right subtree
Preorder traversal: Root, left subtree, right subtree
Postorder traversal: Left subtree, right subtree, root
Level order traversal: Visit nodes level by level
Find the sum of pairs in a binary search tree equal to k.
Traverse the tree in-order and store the values in an array.
Use two pointers approach to find the pairs that sum up to k.
Time complexity: O(n), Space complexity: O(n).
A payment gateway is a software application that facilitates online transactions between a merchant and a customer.
The payment gateway should support multiple payment methods such as credit/debit cards, net banking, and digital wallets.
It should have a secure and reliable infrastructure to ensure the safety of customer data.
The gateway should have a user-friendly interface for easy navigation and payment processing.
It ...
Populate the next right pointer of a binary tree node
Traverse the tree using level order traversal
For each node, set its next right pointer to the next node in the same level
If there is no next node in the same level, set the next right pointer to NULL
Top trending discussions
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
Advanced Java coding
Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.
Arrays in Java are used to store multiple values of the same data type in a single variable.
Strings in Java are objects that represent sequences of characters.
Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.
Example: String[] names = {"Alic
posted on 8 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
Find the single number in a sorted array with frequency of 2 for all other numbers.
Use binary search to find the number with different frequency.
Check if the mid element is at even or odd index to determine which side to search next.
Example: Input array [1, 1, 2, 2, 3, 3, 4, 4, 5] should return 5.
Print the left view of a tree by traversing the tree from left to right at each level
Traverse the tree using level order traversal
Print the first node at each level encountered during traversal
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation refers to the bundling of data with the methods that operate on that data.
Inheritance allows a class to inherit properties and behavior from another class.
Polymorphism allows objects to be treated as instances of their par...
Collections in Java are classes that represent groups of objects, providing operations for manipulation and iteration.
Collections framework in Java provides interfaces (e.g. List, Set, Map) and classes (e.g. ArrayList, HashSet, HashMap) for storing and manipulating groups of objects.
Collections offer methods for adding, removing, and accessing elements in a collection.
Collections also provide methods for sorting, searc...
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MongoDB and MySQL
Familiar with version control systems like Git and deployment tools like Docker
posted on 20 Jul 2024
I applied via Indeed and was interviewed in Jun 2024. There were 3 interview rounds.
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for a position that aligns with my career goals
I have relocated for previous job opportunities and am comfortable with the process
I understand the importance of being flexible and adaptable in the tech industry
C#,Dotnet MVC,Webform ,sql server, write code ,they give task ask about and explanation.
posted on 17 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
The first round was aptitude and it has 3 sections
They gave coding regarding java
OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.
Polymorphism: Ability to present...
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.
Method overloading is resolved at compile time based on the method signature, while method overriding is resolved at runtime based on the object type.
Method overloading is used to provide different ...
posted on 29 Feb 2024
I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.
Medium leetcode question on graph was given by third party interviewer BarRaiser
posted on 23 May 2024
I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.
Prepare test cases for for winzip
posted on 30 Oct 2017
based on 3 reviews
Rating in categories
Software Development Engineer
33
salaries
| ₹7 L/yr - ₹14.8 L/yr |
Software Engineer
32
salaries
| ₹6 L/yr - ₹18.1 L/yr |
Member Technical Staff
32
salaries
| ₹5 L/yr - ₹9.4 L/yr |
Technical Content Writer
28
salaries
| ₹1 L/yr - ₹6.2 L/yr |
Software Developer
27
salaries
| ₹5.2 L/yr - ₹14 L/yr |
CodeChef
HackerRank
upGrad
Simplilearn