Analytics Engineer
Analytics Engineer Interview Questions and Answers
Q1. There are 100 tablets (each weighing exactly same except for one). You have to find out the correct medicine by using a weighing machine but the catch is each time you weigh, it costs you 1 billion, How will yo...
read moreUse binary search to minimize cost and find the correct medicine.
Divide the tablets into two equal groups and weigh them.
If the weights are equal, the correct medicine is in the other group.
If the weights are unequal, repeat the process with the lighter group.
Continue dividing and weighing until the correct medicine is found.
This approach reduces the number of weighings required to find the correct medicine.
Q2. What is the 10 digit number a[0]a[1]a[2]a[3]a[4]a[5]a[6]a[7]a[8]a[9] in which i occurs a[i] times?
The 10-digit number in which i occurs a[i] times is 6210001000.
The number has 6 zeros because i=0 occurs 6 times.
The number has 2 ones because i=1 occurs 2 times.
The number has 1 two because i=2 occurs 1 time.
The number has 0 threes because i=3 occurs 0 times.
The number has 0 fours because i=4 occurs 0 times.
The number has 0 fives because i=5 occurs 0 times.
The number has 1 six because i=6 occurs 1 time.
The number has 0 sevens because i=7 occurs 0 times.
The number has 0 eight...read more
Analytics Engineer Interview Questions and Answers for Freshers
Q3. Guess the number of people watching a particular movie show in the United Kingdom
It is impossible to accurately guess the number of people watching a particular movie show in the United Kingdom.
The number of people watching a movie show can vary greatly depending on various factors such as the popularity of the movie, the time of day, the day of the week, and the location of the theater.
To estimate the number of people watching a movie show, one would need access to data from ticket sales, theater capacities, and historical attendance patterns.
Market rese...read more
Q4. Cement Industry in India
The cement industry in India is a major contributor to the country's economy and infrastructure development.
India is the second-largest cement producer in the world, with a capacity of over 500 million tonnes per annum.
The industry is dominated by a few major players, including UltraTech Cement, ACC Limited, and Ambuja Cements.
Cement consumption in India is driven by the housing sector, infrastructure projects, and industrial construction.
The government's focus on affordable ...read more
Q5. Reverse the string
Reverse a given string
Iterate through the string from end to beginning and append each character to a new string
Use built-in functions like reverse() in some programming languages
Consider edge cases like empty string or single character string
Analytics Engineer Jobs
Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month