given an integer array int a={1,2,3,4,a,3,4} write a program in java to find a character
Software Engineer Web Applications Developer Interview Questions
6,684 software engineer web applications developer interview questions shared by candidates
● 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
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
Viewing 1191 - 1200 interview questions