BYJUS interview experience Real time questions & tips from candidates to crack your interview

Business Technology Analyst

BYJUS
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Basics of DSA, RDBMS, Functional programming, Basics of frontend, HTML, CSS, JS, Communication skills
Tip
Tip

Tip 1 : Be confident 
Tip 2 : Be honest of what you know 
Tip 3 : Be strong with the basics of your stream

Application process
Where: Linkedin
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have a resume with specific details
Tip 2 : Don't make the resume as a big easy keep easy sweet and short.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date3 Oct 2020
Coding problem2

1. Shortest substring with all characters

Easy
0/40
Asked in companies
ZSAmazonUnthinkable Solutions

You have been given a string 'S' which only consists of lowercase English-Alphabet letters. Your task is to find the shortest (minimum length) substring from 'S' which contains all the characters of 'S' at least once.

Note:

If there are more than one substring with the shortest length, then find one which appears earlier in the string ‘S’ i.e. substring whose starting index is lowest.
For example:
If the given string ‘S’ = "abcba", then the possible substrings having all the characters of ‘S’ at least once and of minimum length are "abc" and "cba". 

As "abc" starts with a lower index (i.e. 0, "cba" starts with index 2), we will return the string "abc" as our shortest substring that contains all characters of 'S'.
Try solving now

2. Football Game

Easy
20m average time
89% success
0/40
Asked in companies
AmazonUberBYJUS

Monk's favorite game is Football and his favorite club is "Manchester United". Manchester United has qualified for the Champions League Final which is to be held at the Wembley Stadium in London. So, he decided to go there and watch his favorite team play. After reaching the stadium, he saw that many people have lined up for the match tickets. He knows that there are 'M' rows in the stadium with different seating capacities. They may or may not be equal. The price of the ticket depends on the row. If the row has 'K' vacant seats, then the price of the ticket will be 'K' pounds. Now, every football fan standing in the line will get a ticket one by one.

You are given 'N' number of fans waiting for the tickets and seating capacities of different rows. The club wants to gain maximum pounds with the help of ticket sales.

Your task is to print the maximum possible pounds that the club will gain with the help of ticket sales.

Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date3 Oct 2020
Coding problem1

1. House Robber

Moderate
26m average time
0/80
Asked in companies
PayPalExpedia GroupGoldman Sachs

A thief wants to loot houses. He knows the amount of money in each house. He cannot loot two consecutive houses. Find the maximum amount of money he can loot.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
BDE
3 rounds | 3 problems
Interviewed by BYJUS
891 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 6 problems
Interviewed by BYJUS
1050 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 6 problems
Interviewed by BYJUS
1446 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 8 problems
Interviewed by BYJUS
663 views
0 comments
0 upvotes