"Write a subroutine, function, or method that takes an array of characters and returns an array of the same characters in reversed order with every consonant between 'a' and 'z' lower cased and every vowel between 'a' and 'z' upper cased."
Software Developer 4 Interview Questions
96,256 software developer 4 interview questions shared by candidates
Write the Insert, Update, Delete Query in SQL ?
you are given a set of relations which consist of raw data like a->b,a->c->e,e->g,d->e ..you need to genrate a final relation based on the above information
1. What is return by arraylist add method. 2. Character frequency in paragraph(program) 3. Write a function find square root of N number
given this string how would you go about reversing it
Q: What's the command to list all running processes?
On site involved with some standard c++ questions and one question related with random numbers.
Programming round was easy but modular programming was a bit tough
A contractor do certain work with some workers. after some time he realize the part of work done it take 3/4 extra time he planned. so he double the workers count to finish at correct time.find the percent of work done by first worker stength?
Some sample problems of round 2 are 1.Given two numbers a and b both < 200 we have to find the square numbers which lie between a and b(inclusive) eg) i/p a = 20;b = 100; o/p 25,36,49,64,81,100 2.Alternately sort an unsorted array.. eg) i/p {5,2,8,7,4,3,9} o/p {9,2,8,3,7,4,5}
Viewing 1091 - 1100 interview questions