i
Fareportal
Filter interviews by
I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.
20 mins test aptitute
Top trending discussions
posted on 13 Jan 2024
Encapsulation is the concept of bundling data and methods together within a class, hiding internal details from the outside world.
Encapsulation helps in achieving data abstraction and data hiding.
It allows for better control over the access to the internal state of an object.
By encapsulating data, we can protect it from being modified by external code.
Encapsulation promotes code reusability and maintainability.
Example:...
posted on 12 Feb 2024
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
The question involves finding the sum of right leaf nodes and swapping nodes in groups of k.
The sum of right leaf nodes can be found by traversing the tree and checking if a node is a right leaf node.
Swapping nodes in groups of k can be done by iterating through the linked list and swapping the nodes in each group.
Examples: For the sum of right leaf nodes, consider a binary tree with nodes 1, 2, 3, 4, 5. The sum would ...
I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.
OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes
DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
posted on 9 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.
Java coding questions
Java oops concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation hides the internal state of an object and restricts access to it.
Polymorphism allows objects to be treated as instances of their parent class.
Abstraction hides the implementation details and only shows the necessary features.
Collections in programming refer to data structures that allow you to store and manipulate groups of objects.
Collections provide a way to organize and manage data efficiently
Examples include lists, sets, maps, queues, and stacks
Collections can be used to perform operations like adding, removing, and searching for elements
Code to reverse a number in JavaScript
Convert the number to a string to easily manipulate each digit
Use array methods like split, reverse, and join to reverse the number
Convert the reversed string back to a number before returning
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Proficient in programming languages like Java, Python, and C++
Completed internships at tech companies like Google and Microsoft
Enthusiastic about learning new technologies and working in a team environment
The company is a leading software development firm specializing in creating innovative solutions for various industries.
Company focuses on creating innovative software solutions
Has a strong presence in various industries
Known for their expertise in software development
I applied via Campus Placement
3 coding questions, medium
Priority queue is a data structure that stores elements based on their priority, allowing for efficient retrieval of the highest priority element.
Priority queue can be implemented using a min heap, where the root node always contains the minimum element.
Insertion: Add the new element to the end of the heap and then heapify up to maintain the min heap property.
Deletion: Remove the root node (minimum element), move the l...
BFS Implementation of a jug question.
I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.
It was an online assessment. Some coding questions. Some cs fundamental mcqs. SQL query, Rest Api question.
An assignment to create a game using nodejs/ go lang/ java.
based on 1 interview
Interview experience
Senior Executive
412
salaries
| ₹2.5 L/yr - ₹6.6 L/yr |
Team Lead
130
salaries
| ₹4.2 L/yr - ₹15 L/yr |
Senior Software Engineer
129
salaries
| ₹9 L/yr - ₹32.7 L/yr |
Executive
117
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Assistant Manager
103
salaries
| ₹5.7 L/yr - ₹17 L/yr |
MakeMyTrip
Yatra
Cleartrip
Goibibo