Upload Button Icon Add office photos

Filter interviews by

Streak AI Interview Questions and Answers

Updated 31 Dec 2024

Streak AI Interview Experiences

Popular Designations

5 interviews found

Software Developer Interview Questions & Answers

user image UMED RAJAWAT

posted on 22 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Assignment 

Create a analytics webpage

Round 2 - One-on-one 

(1 Question)

  • Q1. DSA , golang, database questions
Round 3 - HR 

(1 Question)

  • Q1. Hr basic questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Assignment 

Excel assignment - i excel sheet as given we need to find some solutions

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about assignment
  • Q2. Asked basic SQL questions
  • Q3. Hr questions are important
Round 3 - HR 

(2 Questions)

  • Q1. Asked about background and resume
  • Q2. Asked general questions hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume and assignment

Data Engineering Analyst Interview Questions asked at other Companies

Q1. Product Of Array Except Self Problem Statement You are provided with an integer array ARR of size N. You need to return an array PRODUCT such that PRODUCT[i] equals the product of all the elements of ARR except ARR[i]. Example: Input: T = 2... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Assignment 

Was given two hours to implement an Api

Round 2 - Technical 

(2 Questions)

  • Q1. Asked to develop register, login and logout using grpc.
  • Q2. Number of islands in Dsa
  • Ans. 

    Number of islands in DSA refers to the problem of finding the number of connected groups of 1s in a 2D grid.

    • Use Depth First Search (DFS) or Breadth First Search (BFS) to traverse the grid and mark visited islands.

    • Count the number of times DFS/BFS is called to find the total number of islands.

    • Consider diagonal connections if specified in the problem.

    • Example: Given grid [['1','1','0','0'],['0','1','0','1'],['1','0','0','

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They have asked to write one code in Golang and Reactjs

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Streak AI interview questions for popular designations

 Software Engineer

 (1)

 Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Full Stack Developer

 (1)

 Data Engineering Analyst

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via welfound and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Normal Call and screening, scheduling
Round 3 - Coding Test 

10 Hours of coding test

Round 4 - Aptitude Test 

Normal 30 minutes test basics

Round 5 - HR 

(1 Question)

  • Q1. Salary Negotiation and joining details

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why are you the right fit for this role?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Advanced formulas of Excel
  • Ans. 

    Advanced Excel formulas are complex functions used for data analysis and manipulation.

    • Advanced formulas in Excel include VLOOKUP, INDEX-MATCH, SUMIFS, COUNTIFS, and IFERROR.

    • These formulas are used for tasks like data lookup, conditional calculations, and summarizing data.

    • For example, VLOOKUP is used to search for a value in a table and return a corresponding value from another column.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Core HTML, CSS and JS

Round 2 - Coding Test 

JS deep dive and react

Round 3 - Behavioral 

(1 Question)

  • Q1. Mimic Promise.all, Array.flat, OTP Component etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core JS concepts and be strong in react fundamentals
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How to calculate requirement of Banana is a city like Mumbai
  • Ans. 

    The requirement of bananas in a city like Mumbai can be calculated based on population, consumption habits, and availability.

    • Calculate the population of Mumbai

    • Estimate the average consumption of bananas per person

    • Consider factors like tourism and events that may increase demand

    • Take into account the availability of bananas from local markets and imports

  • Answered by AI
  • Q2. How to know , difference between a good or bad retailer
  • Ans. 

    A good retailer focuses on customer satisfaction, product quality, and efficient operations.

    • Good retailers prioritize customer satisfaction by providing excellent customer service and addressing customer needs.

    • Good retailers offer high-quality products that meet customer expectations.

    • Good retailers have efficient operations, including inventory management, supply chain logistics, and streamlined processes.

    • Bad retailers...

  • Answered by AI
  • Q3. Simple SQL questions

Interview Preparation Tips

Topics to prepare for Vegrow Data Analyst interview:
  • Guess Estimate
  • SQL

Streak AI Interview FAQs

How many rounds are there in Streak AI interview?
Streak AI interview process usually has 2-3 rounds. The most common rounds in the Streak AI interview process are HR, Assignment and Coding Test.
How to prepare for Streak AI interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Streak AI. The most common topics and skills that interviewers at Streak AI expect are Python, Equity Research, Financial Markets, Golang and AWS.
What are the top questions asked in Streak AI interview?

Some of the top questions asked at the Streak AI interview -

  1. Number of islands in ...read more
  2. Asked to develop register, login and logout using gr...read more
  3. DSA , golang, database questi...read more

Tell us how to improve this page.

Streak AI Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
4.0
 • 16 Interviews
Pepper Content Interview Questions
2.5
 • 11 Interviews
Elevate Interview Questions
3.5
 • 9 Interviews
ParallelDots Interview Questions
4.0
 • 9 Interviews
Meddo Interview Questions
3.1
 • 8 Interviews
FloCareer Interview Questions
4.3
 • 8 Interviews
Kisan Network Interview Questions
3.4
 • 6 Interviews
Casley India Interview Questions
5.0
 • 5 Interviews
View all

Streak AI Reviews and Ratings

based on 12 reviews

3.5/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.6

Salary

3.0

Job security

2.8

Company culture

3.5

Promotions

3.0

Work satisfaction

Explore 12 Reviews and Ratings
UI/UX Designer

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Devops Engineer

Bangalore / Bengaluru

3-4 Yrs

₹ 6-13 LPA

Explore more jobs
Devops Engineer
5 salaries
unlock blur

₹10.5 L/yr - ₹12.5 L/yr

Software Developer
3 salaries
unlock blur

₹16 L/yr - ₹17 L/yr

Technical Support Manager
3 salaries
unlock blur

₹12 L/yr - ₹12.5 L/yr

Assistant Manager- HR
3 salaries
unlock blur

₹8 L/yr - ₹8 L/yr

Front end Developer
3 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

Explore more salaries
Compare Streak AI with

InsanelyGood

4.1
Compare

Vegrow

4.0
Compare

Pepper Content

2.5
Compare

Elevate

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview