Filter interviews by
I applied via LinkedIn and was interviewed before Feb 2023. There were 4 interview rounds.
Java based DS and Algorithms problems
Questions related to the collections API and a small program to reverse a string using String Builder
I applied via Campus Placement
Question related to operating system and computer network
Traverse all child nodes in a tree data structure
Use depth-first or breadth-first traversal algorithms
Recursively visit each child node starting from the root node
Consider using a stack or queue data structure for traversal
Example: Traverse all nodes in a binary tree
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank
Again same but dsa question and oops concept in deep level
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
posted on 4 Oct 2024
OOPS concepts refer to Object-Oriented Programming concepts which include 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 to present the same interface for different data types.
Abstraction: Hiding the complex implementation...
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses an array of buckets to store key-value pairs.
Each bucket can store multiple entries, handling collisions with linked lists or balanced trees.
Hashing is used to convert keys into indices in the array, allowing for fast retrieval of values.
HashMap allows for constant-time operations for basic operations li...
Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.
Oops concept is a programming paradigm that focuses on objects and classes.
It includes principles like inheritance, where a class can inherit properties and behaviors from another class.
Encapsulation is another principle where data is wrapped within a class and can only be...
awk and sed are powerful text processing tools in Linux.
awk is used for pattern scanning and processing
sed is used for text stream editing
Both can be used in combination to manipulate text files
Example: awk '{print $1}' file.txt
Example: sed 's/old/new/g' file.txt
General Topic And controversial topic
Number series in python involves generating a sequence of numbers based on a specific pattern or rule.
Use loops or list comprehensions to generate number series.
Identify the pattern or rule to determine the next number in the series.
Examples: Fibonacci series, prime numbers series, arithmetic progression.
Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Hash Map typically has a load factor threshold to determine whe...
posted on 10 Jun 2024
diff var let const
var is function-scoped, let and const are block-scoped
var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared
const must be initialized during declaration, let and var can be declared without initialization
based on 1 interview
Interview experience
Consultant
156
salaries
| ₹9.1 L/yr - ₹26 L/yr |
Associate Consultant
103
salaries
| ₹5.9 L/yr - ₹14.5 L/yr |
Senior Software Engineer
94
salaries
| ₹12 L/yr - ₹28 L/yr |
Senior Consultant
77
salaries
| ₹16.8 L/yr - ₹36 L/yr |
Engineering Specialist
61
salaries
| ₹16 L/yr - ₹30 L/yr |
TIBCO Software
Pegasystems
SAP
Oracle