i
Cludo Technology Consultants
Filter interviews by
I applied via Campus Placement and was interviewed before Dec 2022. There were 3 interview rounds.
Not much, just simple maths, science, gs.
The plot is about a group of software developers who embark on a mission to create a groundbreaking software application.
The story revolves around the challenges faced by the developers during the software development process.
It explores the dynamics within the team and their interactions with clients and stakeholders.
The plot may include elements of innovation, competition, and problem-solving.
Examples: The developers...
posted on 28 Mar 2021
I appeared for an interview before Mar 2020.
I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.
Check if a binary tree is a Binary Search Tree (BST) or not
In a BST, the left subtree of a node contains only nodes with keys less than the node's key, and the right subtree contains only nodes with keys greater than the node's key
Perform an in-order traversal of the binary tree and check if the resulting array is sorted
Keep track of the minimum and maximum values allowed for each node while traversing the tree
Reverse a singly linked list and return the reversed list.
Iterate through the linked list and reverse the pointers
Use three pointers to keep track of current, previous, and next nodes
Update the head pointer to the last node as the new head
Practice standard questions
Search for a target element in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Divide the array into two sorted subarrays based on the pivot point.
Perform binary search on the appropriate subarray to find the target element.
Trim a binary search tree by removing nodes outside a given range.
Start by checking if the root node is within the given range.
If the root node is outside the range, trim it by recursively trimming its left or right subtree.
If the root node is within the range, recursively trim its left and right subtrees.
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
Gave alien dictionary (hard question) from gfg.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
3 - 4 DSA questions from GeeksforGeeks
OOPS concepts in Java are the 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 method to do different things based on the object it is acting upon.
Abstraction: Hiding th...
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Trie is a tree data structure used for efficient retrieval of key-value pairs.
Trie is typically used for storing and searching strings efficiently.
Each node in a trie represents a single character of a string.
Trie allows for prefix search, making it useful for autocomplete features.
Common operations on a trie include insertion, deletion, and search.
Example: Trie data structure can be used to implement a dictionary with
I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.
Two basic DSA questions
To reverse a string, iterate through the characters and swap the first and last characters until reaching the middle.
Create a function that takes a string as input
Initialize two pointers, one at the beginning and one at the end of the string
Swap the characters at the two pointers and move them towards the center until they meet
To add two numbers given as linked lists, iterate through both lists simultaneously and keep track of carry.
Iterate through both linked lists simultaneously
Keep track of carry while adding digits
Create a new linked list to store the result
based on 1 interview
Interview experience
Software Engineer
4
salaries
| ₹1.4 L/yr - ₹2 L/yr |
Technical Support Executive
4
salaries
| ₹1.2 L/yr - ₹1.6 L/yr |
Software Developer
3
salaries
| ₹1.8 L/yr - ₹2.4 L/yr |
Delivery Manager
3
salaries
| ₹1.4 L/yr - ₹3.6 L/yr |
Service Delivery Manager
3
salaries
| ₹3 L/yr - ₹3.1 L/yr |
Brane Enterprises
Duck Creek Technologies
3Pillar Global
Winman Software