Analytical
Applications Developer Interview Questions
6,897 applications developer interview questions shared by candidates
why did you use MERN stack for yur project?
Construct a binary search tree
Add a node to a linked list at the head and delete the node at specific index
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
● 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)
Fourth round. 1. My strengths and weakness 2. To design a system to book reservations in a restaurant 3. A complex SQL query 4. Why do you want to work for Oracle 5. What Oracle products do you know about
They asked mainly what I wrote on CV. For example, coding language we use and how we implement.
Estimate how much water this building uses.
Viewing 1561 - 1570 interview questions