I was asked about how to avoid data corruption in relational databases. (very broadly, not specifics)
Software Developers Interview Questions
96,302 software developers interview questions shared by candidates
1. Find the the string of length 'n' which contains only vowels and the letters are lexically arranged in decending order.
You are given an array with negative and positive unsorted numbers. Find out a pair whose sum = 0. If no such pair exists, find the pair whose sum is the closest to 0.
coding puzzles and examples of failures
Can we use the final keyword with the constructor?
what is inheritance
Will constructors can be overloaded?
Frame format of CAN PROTOCOL
Favorite project (worked on a team, and was interesting to me) technical questions: 1- have sorted array with empty places at end, want to add element, what to use? 2- have sorted array with empty places at end, want to add another sorted array to it, write the code in C++.
Identify whether there exists a pair of numbers in an array such that their sum is equal to N Input: The first line contains one integer N, which is the sum we are trying to find; The second line contains one integer M, which is length of the array; This is followeb by M lines each containing one element of the array; Output: Output 1 if there exists a pair of numbers in the array such that their sum equals N. If such a pair does not exist, output 0. Note: The array must be sorted.
Viewing 571 - 580 interview questions