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
Analyst Developer Interview Questions
1,018 analyst developer interview questions shared by candidates
Find the positive integer smaller than a given number S that has the maximum possible sum of digits. Should return this number as a string, ensuring that it contains only digits and has no leading zeros. If multiple numbers yield the same maximum digit sum, any valid result can be returned. The solution must be efficient, as S can have up to 100,000 digits.
You are given an array A of N positive integers. The task is to determine how many unique products can be obtained by removing exactly one element from the array and computing the product of the remaining elements.
Tell me about yourself. Talk about projects.
Q: What is the Earth's velocity if you know the speed of light and nothing else? Q: What is the probability of the two dices to roll a sum of 21? Q: How would you implement (general) division without the division operator "/"?
Dependency injection and design patterns
Dependency Injection one of the design pattern
Q: Why should we pick you over other candidates for this role?
I get 67 out of the 100, they didn’t call me for the interview.
How do you handle pressure? Give me a time you handled pressure.
Viewing 1001 - 1010 interview questions