Analyst Developer Interview Questions

1,018 analyst developer interview questions shared by candidates

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
Oct 23, 2018

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

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.
avatar

Analyst Developer

Interviewed at FNZ

3.2
Jan 29, 2025

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.

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 "/"?
avatar

Software Developer X Analyst

Interviewed at FNZ

3.2
Aug 13, 2022

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 "/"?

Viewing 1001 - 1010 interview questions

Glassdoor has 1,018 interview questions and reports from Analyst developer interviews. Prepare for your interview. Get hired. Love your job.