Are you Salesforce certified.
Developer Interview Questions
269,373 developer interview questions shared by candidates
Why are you looking to leave your current position and why didnt you start looking sooner?
Given an N by N array, how would you iterate through all the elements using only one loop and one variable.
How would you design a mobile ap for people who are not able to enter text but the page has a lot of text entry boxes? Or something along those lines....
What are various types of testing and describe them in detail
I cannot think of any because I was able to answer at least 50-100 percent of every question of all the questions rendered to me in the interview. On my 2nd technical interview, the guy almost had gotten me based on my Comp. Sci. undergrad days with the "What's' the difference btwn. an ArrayList and a HashTable?"
char *a = "hello"; char b[] = "hello"; char *c = malloc(12); What do these do, what's the difference in where the memory is stored?
1) Find the intersection of two arrays as a set. 2) Find the mirror or a binary tree. 3) Find the first non unique character in a stream of potentially infinite data.
Algorithm runtime analysis: What's the complexity of computing the fibonacci numbers?
Implement a queue class.
Viewing 2031 - 2040 interview questions