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

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 SelfYou have been given an integer array/list (ARR) of size N. You have to return an array/list PRODUCT such that PRODUCT[i] is equal to the product of all the elements of ARR except ARR[i]  Note : Each product ... read more
View answer (3)
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 (169)
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)
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
Add answer

Streak AI interview questions for popular designations

 Data Engineering Analyst

 (1)

 Full Stack Developer

 (1)

 Full Stack Software Developer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

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 (41)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Assignment 

A ppt based on data and then power bi dashboard for it

Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion about company and previous work What are the insights you got and why Some sql question
Round 3 - One-on-one 

(2 Questions)

  • Q1. With ceo what will you recommend to brand and why
  • Q2. What are the key insights

Interview Preparation Tips

Interview preparation tips for other job seekers - In interview they asked sql and power bi question and aksed to make ppt
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL vs NoSQL. Database related discussion -> Scenarios where we should prefer one over another (read-heavy, write-heavy)
  • Q2. Caching Strategies
Round 2 - Technical 

(1 Question)

  • Q1. System Design problem where you have to design encoder and decoder for generating mask of the image captured.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Take Home Assignment to make a stock analysis page from the given data

Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about your past experience?
  • Ans. 

    I have over 5 years of experience working as a Backend Developer in various industries.

    • Developed and maintained backend systems using languages such as Java, Python, and Node.js

    • Designed and implemented RESTful APIs for communication between frontend and backend systems

    • Worked on database management and optimization, including SQL and NoSQL databases like MySQL and MongoDB

    • Collaborated with cross-functional teams to deliv...

  • Answered by AI
  • Q2. What project you have build up?
  • Ans. 

    I have built a project management tool for tracking tasks and deadlines.

    • Used Node.js and Express for backend development

    • Implemented authentication and authorization using JWT tokens

    • Integrated with a PostgreSQL database for storing project data

  • Answered by AI
  • Q3. Some of the questions regarding to the SQL Queries
  • Q4. How long and comfortable you are with the Python Language
  • Ans. 

    I have been using Python for 5 years and am very comfortable with its syntax and libraries.

    • I have 5 years of experience using Python for backend development.

    • I am proficient in using Python libraries such as Flask, Django, and SQLAlchemy.

    • I have worked on various projects where Python was the primary language for backend development.

    • I am comfortable writing clean and efficient code in Python.

  • Answered by AI
  • Q5. Do you have any experience in the cloud computing
  • Ans. 

    Yes, I have experience in cloud computing.

    • I have worked with AWS, Azure, and Google Cloud Platform

    • I have experience in deploying and managing applications on cloud servers

    • I have knowledge of cloud storage, networking, and security

    • I have used tools like Docker and Kubernetes for containerization and orchestration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about Python and Django Framework along with good fundamentals of SQL

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a highly experienced Programmatic Campaign Manager with a strong background in digital marketing and data analysis.

    • Over 5 years of experience in managing programmatic campaigns for various clients

    • Proficient in using DSPs, DMPs, and ad servers to optimize campaign performance

    • Skilled in analyzing campaign data to make data-driven decisions

    • Strong communication and project management skills

    • Previous experience working ...

  • Answered by AI
  • Q2. What optimizations have you implemented?
  • Ans. 

    I have implemented various optimizations including audience segmentation, bid adjustments, and ad creative testing.

    • Implemented audience segmentation to target specific groups of users more effectively

    • Made bid adjustments based on performance data to maximize ROI

    • Conducted ad creative testing to optimize messaging and visuals for better engagement

  • Answered by AI
  • Q3. How many campaigns did you manage simultaneously?
  • Ans. 

    I managed an average of 10 campaigns simultaneously.

    • Managed up to 15 campaigns at once during peak periods

    • Prioritized tasks based on campaign goals and performance

    • Used project management tools to stay organized and efficient

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Situation based questions
  • Q2. What are the best practices for campaign optimizations?
  • Ans. 

    Best practices for campaign optimizations include continuous monitoring, A/B testing, audience segmentation, and data analysis.

    • Continuous monitoring of campaign performance to identify trends and make real-time adjustments

    • Conducting A/B testing to compare different ad creatives, messaging, or targeting strategies

    • Segmenting audiences based on demographics, behaviors, or interests to deliver more personalized ads

    • Analyzin...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How can your work impact the company's growth?
  • Q2. As part of your personal growth, where do you envision yourself in the next five years?

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

Angel One Interview Questions
3.9
 • 135 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Sharekhan Interview Questions
3.9
 • 81 Interviews
Groww Interview Questions
3.7
 • 65 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Zerodha Interview Questions
4.2
 • 9 Interviews
View all

Streak AI Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.5

Salary

3.4

Job security

3.1

Company culture

3.9

Promotions

3.3

Work satisfaction

Explore 11 Reviews and Ratings
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

Zerodha

4.2
Compare

Upstox

3.7
Compare

Groww

3.8
Compare

5paisa Capital Ltd.

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