1 round: ● Given an unordered integer array, Check whether the array is having consecutive sequence of numbers or not. Display the largest possible sequence. Example: array {1, 5, 2, 4, 3} Output: Yes 1, 2, 3, 4, 5 Example: array {2, 5, 12, 3, 4, 11, 9, 10, 13} Output: No 9, 10, 11, 12, 13
Applications Developer Associate Interview Questions
6,901 applications developer associate interview questions shared by candidates
● A matrix of 0s and 1s are given. Find the number of group of 1s in the matrix, It can be both vertical and horizontal groups. The size and elements of matrix is accepted as input.
First round of interview. 1. Asked to write code in Java 2. A few questions about my internship and the work I did there 3. Also some basic SQL queries
Technical
Algorithms and Puzzles. Minimum cost Path problem.
Database related questions, Logical puzzles, about projects and the architecture of the project. Some typical HR Questions.
Very silly questions ! Dissapointed
Find all permutations of a string Explain Polymorphism, Abstraction
reverse a given array as optimized as possible?
Java questions, arhitecture, past Experience, 2 short live coding tasks
Viewing 1241 - 1250 interview questions