Applications Developer Interview Questions

6,897 applications developer interview questions shared by candidates

Round 2 ● Write a program to eliminate duplicate occurance of a character in a string and display '*' representing the count of each character as shown below. String: MOHAMMED SHAKIR Output: 'M' 'O' 'H' 'A' 'E' 'D' ' ' 'S' 'K' 'I' 'R' * * * * * * * * * * * * * * *
avatar

Applications Developer

Interviewed at Oracle

3.5
Nov 25, 2017

Round 2 ● Write a program to eliminate duplicate occurance of a character in a string and display '*' representing the count of each character as shown below. String: MOHAMMED SHAKIR Output: 'M' 'O' 'H' 'A' 'E' 'D' ' ' 'S' 'K' 'I' 'R' * * * * * * * * * * * * * * *

● There are M sets and each set has N1, N2,...NM number of elements respectively. Write a program to display all the combination of elements of each group. Example: {Red, Blue, Green} {XL, L, M, S} {Shirt, Kurtha} Output: Red XL Shirt Red Xl Kurta
avatar

Applications Developer

Interviewed at Oracle

3.5
Nov 25, 2017

● There are M sets and each set has N1, N2,...NM number of elements respectively. Write a program to display all the combination of elements of each group. Example: {Red, Blue, Green} {XL, L, M, S} {Shirt, Kurtha} Output: Red XL Shirt Red Xl Kurta

● In a Car Stock Market, The Rate of the car varies every hour, It either increases or decreases on time. Find an algorithm for analysing a day's price chart and dispaying the efficient time of buying and selling of a car. Example: 10AM 11AM 12PM 1PM 2PM 10 5 3 7 1 Buy at 12PM and sell at 1PM Implement with complexity O(n)
avatar

Applications Developer

Interviewed at Oracle

3.5
Nov 25, 2017

● In a Car Stock Market, The Rate of the car varies every hour, It either increases or decreases on time. Find an algorithm for analysing a day's price chart and dispaying the efficient time of buying and selling of a car. Example: 10AM 11AM 12PM 1PM 2PM 10 5 3 7 1 Buy at 12PM and sell at 1PM Implement with complexity O(n)

Viewing 1561 - 1570 interview questions

Glassdoor has 6,897 interview questions and reports from Applications developer interviews. Prepare for your interview. Get hired. Love your job.