1. Explain inheritance in Java using codes. 2. Write html code for the shown webpage.
Analyst Developer Interview Questions
1,290 analyst developer interview questions shared by candidates
HR questions about my personality and soft-skills.
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
Tell me something about yourself
tell me a situation where you failed after trying your best
Project Details and what role you played in it.
write a code to find prime numbers
Tell me about yourself. Which type of projects you have done tell me about it. Why should we hire you? How can you help the company growth with your stream?
Tell me about yourself and about projects.
explain out your project and intership
Viewing 1271 - 1280 interview questions