Quais as tecnologias que eu trabalho atualmente ou tenha trabalhado durante minha experiência profissional
Analyst Programmer Interview Questions
10,328 analyst programmer interview questions shared by candidates
They asked about polymorphism, arraylist and sql injection
Give the key difference between Windows and Unix based OS?
When have you demonstrated leadership?
Why do you want to join Accenture?
Tell me about a time you had to deal with a difficult person in a team?
Explain a couple of design patterns with real life usage examples.
They ask detailed questions about your experience with certain languages. They seem to avoid the standard questions that you can find on google.
1) Tell me about yourself. 2) Questions on projects mentioned in resume. 3) Rate yourself on R and SQL. 4) What are your strengths? 5) How do you print your name in reverse order without any custom function? A: Read the string character by character and print it using a loop by decreasing the index. 6) How do you create a bar and line chart using three data columns x,y, color,z . visualization write using ggplot. a: ggplot(data=data,aes(x=x,y=y))+geom_point()+ggtitle(color) ggplot(data=data, aes( x=x,y=z))+geom_bar() 7) Pick a number between 0 to 100. If you pick the number 10,000 times and plot the result. how would the distribution look like? and what is the mean A: Normal distribution. Mean is 50 8) what is the factor that controls the width of normal distribution? a: variance
Can you define what a stochastic model is?
Viewing 9941 - 9950 interview questions