Upload Button Icon Add office photos

Filter interviews by

BrowserStack Software Developer Intern Interview Questions, Process, and Tips

Updated 21 Oct 2021

Top BrowserStack Software Developer Intern Interview Questions and Answers

  • Q1. Longest Substring Without Repeating Characters Given a string 'S' of length 'L', return the length of the longest substring without repeating characters. Example: Suppose ...read more
  • Q2. Designing Question This problem requires you to implement a log watching solution (similar to the tail -f command in UNIX). However, in this case, the log file is hosted ...read more
  • Q3. Find All Triplets With Zero Sum You are given an array Arr consisting of n integers, you need to find all the distinct triplets present in the array which adds up to zero ...read more
View all 6 questions

2 BrowserStack Software Developer Intern Interview Experiences

9 questions found

Sort by: Popular

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed in Mar 2021.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

The platform was HackerEarth time duration was 1 hour.
2 Coding questions were asked, 30 minutes for each were allotted.

  • Q1. Longest Substring Without Repeating Characters Given a string 'S' of length 'L', return the length of the longest substring without repeating ch...read more
  • Q2. Triplets with Given Sum You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds...read more
2

Video Call Round (1 Question)

Round duration - 120 Minutes
Round difficulty - Hard

This was a 2 hours round, with the following problem statement. At the end of the allotted time you had give a demo and explain your implementation.

  • Q1. Application Question This problem requires you to implement a log watching solution (similar to the tail -f command in UNIX). However, in this case, the log fil...read more
3

Video Call Round (1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

The platform was Zoom, time duration was 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms and real life problems.

  • Q1. Technical Questions How did you find the last n lines of log file ? and if given more time how would you do it efficiently ? Questions on a personal project and...read more
4

HR Round (1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

Interviewer was very friendly. Asked few questions about myself and then asked questions about what I know about the company.

  • Q1. Basic HR Questions

    How do you work under pressure?

    Are you willing to relocate or travel?

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Guru Gobind Singh Indraprastha University. I applied for the job as SDE - Intern in MumbaiEligibility criteriaAbove 7 CGPABrowserStack interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, Trees, NodeJS, OOPS, OS, MySQLTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice questions from leetcode as mostly questions were asked from that only.
Tip 3 : Revise Computer Science subjects like DBMS, OS & OOPS thoroughly, it'll help you ace last round
Tip 4 : Revise everything about your mentioned internship projects and self projects. Projects hold a great weight in selection.

Application resume tips for other job seekers

Tip 1 : Competitive programming profiles is a must. That'll help you get shortlisted.
Tip 2 : Resume should reflect development and experience in DSA.
Tip 3 : Be genuine in your skills and technologies section, question will be asked from them.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 21 Oct 2021

I was interviewed in Mar 2021.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

The platform was HackerEarth time duration was 1 hour.
2 Coding questions were asked, 30 minutes for each were allotted.

  • Q1. Longest Substring Without Repeating Characters Given a string 'S' of length 'L', return the length of the longest substring without repeating ch...read more
  • Q2. Find All Triplets With Zero Sum You are given an array Arr consisting of n integers, you need to find all the distinct triplets present in the array which adds ...read more
2

Video Call Round (1 Question)

Round duration - 120 Minutes
Round difficulty - Hard

This was a 2 hours round, with the following problem statement. At the end of the allotted time you had give a demo and explain your implementation.

  • Q1. Designing Question This problem requires you to implement a log watching solution (similar to the tail -f command in UNIX). However, in this case, the log file ...read more
3

Video Call Round (1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

The platform was Zoom, time duration was 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms and real life problems.

  • Q1. Technical Questions How did you find the last n lines of log file ? and if given more time how would you do it efficiently ? Questions on a personal project and...read more

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Guru Gobind Singh Indraprastha University. I applied for the job as SDE - Intern in BengaluruEligibility criteriaNo criteriaBrowserStack interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, Trees, NodeJS, OOPS, OS, MySQLTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice questions from leetcode as mostly questions were asked from that only.
Tip 3 : Revise Computer Science subjects like DBMS, OS & OOPS thoroughly, it'll help you ace last round
Tip 4 : Revise everything about your mentioned internship projects and self projects. Projects hold a great weight in selection.

Application resume tips for other job seekers

Tip 1 : Competitive programming profiles is a must. That'll help you get shortlisted.
Tip 2 : Resume should reflect development and experience in DSA.
Tip 3 : Be genuine in your skills and technologies section, question will be asked from them.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with top interview questions

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Coding Test Round

Easy - Medium Leetcode

I was interviewed in Sep 2021.

2 Interview Rounds

1

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The round was technical round and it was held on google meet around 1 pm

  • Q1. Puzzle

    Given two hourglass of 4 minutes and 7 minutes, the task is to measure 9 minutes.

  • Q2. Technical Questions

    What is multithreading ?

    What is diamond problem ?

    He asked some technical questions related to my projects

  • Q3. Maximum Sum Rectangle You are given an M X N matrix of integers ARR. Your task is to find the maximum sum rectangle. Maximum sum rectangle is a rectangle with t...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was managerial round and took place around 3 pm

  • Q1. OS Questions

    Producer Consumer Problem using Semaphores

    What is Banker's algorithm?

    What is Belady's Anomaly ?

  • Q2. Infix to Postfix You are given a string EXP which is a valid infix expression. Convert the given infix expression to postfix expression. Infix expression is of ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Patna. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPA , Computer Science branchEnvestnet | Yodlee India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, C++, Java, Object Oriented Programming, PointersTime required to prepare for the interview - 0.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability

Application resume tips for other job seekers

Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Interview Questions

42Gears Mobility Systems user image Harshith M P 1SG20IS036

posted on 9 Sep 2024

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024.

3 Interview Rounds

1

Aptitude Test Round

Aptitude Had around 50 Questions which cover Logical,Quantitative, Code snippets

2

Technical Round (3 Questions)

  • Q1. Two Sum in Coding
  • Q2. Differences in final,Finally,Finalize
  • Q3. Basic Sql operations
3

Technical Round (3 Questions)

  • Q1. Array List Implementation in Stack for Push and pop
  • Q2. Finding 3rd Largest Number in an Array without using Sort
  • Q3. Finding the min number of Swap in Sorting of Array

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn About a PL clearly and Do more of DSA.

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

I applied via campus placement at Amrita School of Engineering, Bangalore

3 Interview Rounds

1

Coding Test Round

Basic DSA linked list, stack etc

2

Coding Test Round

System design food delivery application

3

HR Round (2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why Appviewx and what do u know about it

Interview Preparation Tips

Topics to prepare for AppViewX Software Developer interview:
  • DSA
Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

One-on-one Round (5 Questions)

  • Q1. Sql related questions were asked
  • Q2. Manual testing questions were asked
  • Q3. Joins questions
  • Q4. Where clause questions
  • Q5. Manual testing questions
Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
2

Technical Round (1 Question)

  • Q1. Java oops question
3

Technical Round (1 Question)

  • Q1. API questions related to put and patch api
Interview experience
1
 Bad
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is content security Policy
  • Q2. React question to have directory sturcture listing

Skills evaluated in this interview

Softwaretest Engineer Interview Questions

Keyloop user image PRAMODH REDDY KONYALA

posted on 1 Oct 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Aptitude Test Round

Combination of cn ,os cloud , SQL and c++

Tell us how to improve this page.

BrowserStack Software Developer Intern Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-Life balance

4.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Executive Accountant
83 salaries
unlock blur

₹12 L/yr - ₹29 L/yr

Software Engineer
64 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹20 L/yr - ₹41 L/yr

Driver
25 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Software Developer
19 salaries
unlock blur

₹7.4 L/yr - ₹30 L/yr

Explore more salaries
Compare BrowserStack with

LambdaTest

4.3
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

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
Did you find this page helpful?
Yes No
write
Share an Interview