print this pattern if input is 6 1 2 3 4 5 6 ... and so on ... if the input doesnt fit the pattern, give the remainder ....
Applications Software Engineer Interview Questions
6,684 applications software engineer interview questions shared by candidates
a little complex problem using structures ... using a 2d array of structures ....
● Write a program which can solve Sudoku Puzzle
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
● 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
Proxy Object in Hibernate?
How to implement floating action button on app?
reverse a given array as optimized as possible?
Find all permutations of a string Explain Polymorphism, Abstraction
Viewing 1191 - 1200 interview questions