Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Collections in Java are data structures that store and manipulate groups of objects.
Collections framework provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating data.
Collections offer methods for adding, removing, and accessing elements in a structured way.
Example: List<String> names = new ArrayList<>(); names.add("Alice"); names.add("Bob");
Example: Set&l...
Top trending discussions
Oops Concepts are fundamental principles of object-oriented programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a function to behave differently based on the object it is acting upon.
Abstraction: Hiding t...
posted on 23 Apr 2024
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
Reverse string and and and
posted on 21 Feb 2025
I appeared for an interview in Jan 2025.
3 hour test. 20 MCQs and 2 Coding problems
Prefix Sum and left sum of binary tree involves calculating the sum of all nodes in a binary tree and the sum of nodes on the left side of each node.
Calculate prefix sum of binary tree by traversing in a pre-order manner and keeping track of the running sum.
To calculate left sum of binary tree, traverse the tree in a pre-order manner and keep track of the sum of nodes on the left side of each node.
Example: For a binary...
Recursion to memoization DP problem involves optimizing recursive solutions by storing intermediate results.
Recursion involves solving a problem by breaking it down into smaller subproblems and calling the function recursively.
Memoization involves storing the results of expensive function calls and reusing them when the same inputs occur again.
Dynamic Programming (DP) involves solving problems by breaking them down int...
I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.
It was very good 60 questions
3 coding question everhthing was hard
Java is a popular programming language, C++ is another programming language, and DBMS SQL is a language used for managing databases.
Java is an object-oriented programming language commonly used for building web applications and software.
C++ is a high-level programming language often used for system programming and game development.
DBMS SQL is a language used to interact with relational databases, allowing users to retr...
Python is a high-level programming language known for its simplicity and readability. OOPs (Object-Oriented Programming) is a programming paradigm that uses objects and classes. Inheritance is a feature of OOPs that allows a class to inherit properties and behavior from another class.
Python is a versatile, interpreted language used for web development, data analysis, artificial intelligence, and more.
OOPs focuses on cr...
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
Stale element exception occurs when an element is no longer attached to the DOM. It can be overcome by re-locating the element.
Stale element exception is a common issue in automation testing, especially in Selenium WebDriver.
It occurs when an element that was located on a web page becomes stale, meaning it is no longer attached to the DOM.
This can happen when the page is refreshed, updated, or changed in some way.
To ov...
Design a URL shortener service to generate short URLs for long URLs.
Use a hashing algorithm to generate unique short codes for long URLs.
Store the mapping of short codes to long URLs in a database.
Redirect users from short URLs to the corresponding long URLs.
Implement analytics to track usage and performance of the service.
based on 2 interviews
Interview experience
Technical Support Engineer
22
salaries
| ₹7.5 L/yr - ₹18 L/yr |
Escalation Engineer
12
salaries
| ₹12 L/yr - ₹18 L/yr |
Automation Developer
10
salaries
| ₹18.5 L/yr - ₹26 L/yr |
Professional Service Engineer
7
salaries
| ₹14 L/yr - ₹19 L/yr |
Devops Engineer
4
salaries
| ₹33 L/yr - ₹44 L/yr |
Accenture
Capgemini
HCLTech
Teleperformance