Faster and better experience!
Filter interviews by
I applied via Campus Placement
Distribute 50 white and 100 black eggs in one bag and 50 white and 0 black eggs in the other bag.
Distribute the black eggs in one bag and white eggs in the other bag
Ensure that both bags have equal number of white eggs
The bag with black eggs will have a higher probability of getting a black egg
Add minus sign to some numbers in array to make sum zero
Identify the sum of all numbers in the array
If sum is already zero, return the array as is
If sum is positive, add minus sign to one or more positive numbers until sum becomes zero
If sum is negative, add minus sign to one or more negative numbers until sum becomes zero
Print the leftmost element in each level of a binary tree.
Use a queue to traverse the tree level by level.
At each level, print the first node in the queue.
Add the left and right child of the node to the queue if they exist.
Repeat until the queue is empty.
posted on 13 Oct 2015
I applied via Campus Placement
posted on 11 Dec 2024
posted on 31 Dec 2024
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
Multiple puzzles were asked to test aptitude
OOPs concepts refer to Object-Oriented Programming principles like 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 detail
posted on 27 Jun 2024
1 problem to be solved
posted on 8 Apr 2021
posted on 19 May 2022
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Given a binary tree with 'N' nodes, your task is to print the nodes in spiral order traversal.
The binary tree is represented i...
Print nodes of a binary tree in spiral order traversal.
Use a queue to perform level order traversal of the binary tree.
Alternate between printing nodes from left to right and right to left at each level.
Handle null nodes represented by '-1' appropriately.
Example: For input '1 2 3 -1 -1 4 5 -1 -1 -1 -1', the output should be '1 3 2 4 5'.
Round duration - 60 Minutes
Round difficulty - Easy
You are given a list of N
strings called A
. Your task is to determine whether you can form a given target string by combining one or more strings from A
.
The strings from A
c...
Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.
Iterate through all possible combinations of strings from the list to form the target string.
Use recursion to try different combinations of strings.
Check if the current combination forms the target string.
Return true if a valid combination is found, otherwise return false.
Round duration - 60 Minutes
Round difficulty - Easy
Design an elevator system for efficient vertical transportation.
Divide building into zones to optimize elevator usage.
Implement algorithms for efficient elevator scheduling.
Include safety features like emergency stop buttons and overload sensors.
Consider user interface for passengers to select floors and monitor elevator status.
Tip 1 : Never give up
Tip 2 : Practice
Tip 3 : Be positive
Tip 1 : Keep it short
Tip 2 : Highlight skills and achievements
I appeared for an interview in Jul 2019.
I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.
Rotational shifts refer to working in different shifts at different times. Web service flow is the sequence of steps involved in a web service request. Checking ports on Unix or Solaris machine involves using the netstat command.
Rotational shifts involve working in different shifts at different times, such as day shift, night shift, and swing shift.
Web service flow involves a sequence of steps, such as sending a reques...
posted on 4 Mar 2021
Learning programming languages is important for software engineers to effectively communicate with computers and develop software solutions.
Programming languages are the foundation of software development.
Learning multiple languages expands the range of problems a software engineer can solve.
Different languages have different strengths and are suited for different tasks.
Knowing multiple languages improves adaptability ...
Some of the top questions asked at the Adobe Research and Development interview -
Computer Scientist
457
salaries
| ₹20 L/yr - ₹70 L/yr |
Technical Consultant
283
salaries
| ₹7 L/yr - ₹30.8 L/yr |
Computer Scientist 2
263
salaries
| ₹29.5 L/yr - ₹101 L/yr |
Software Engineer
259
salaries
| ₹8 L/yr - ₹30 L/yr |
Senior Software Engineer
211
salaries
| ₹10 L/yr - ₹33.7 L/yr |
Salesforce
Oracle
Microsoft Corporation
Amazon