Q1: What are triggers? Q2: what are joins and state its types? Q3: What is View?Can we insert, update, delete on view? Q4: What are Aggregate functions?
Junior Engineer Interview Questions
28,441 junior engineer interview questions shared by candidates
All Are Logical Questions To Check Your Logic Capacity.
Write program that check is string palindrome. I wrote my version of this program(see answer). Later I've been asked to change code with using recursion. I have no idea why I should use recursion here, because it will make code more difficult to understand and maintain.
1st Round: Traverse array without using any iterative loop.
Reverse every word of a sentence.. like "I eat" to "I tae".
Find the average of a given array without the max and mix numbers.
How sharedpreference works on android?
Can you talk about one of your developing experience?
You are given 1,000,001 integers in an array. They are numbered 0 to 999,999, but one integer is duplicated. You do not have enough space to store all those integers on your computer. Find the duplicate.
Given a binary string , determine if it is power of five, if not break the string down into strings that represent powers of 5. Had some story about some game Jimmy was trying to do or something
Viewing 141 - 150 interview questions