Upload Button Icon Add office photos

Filter interviews by

Buyhatke Software Development Engineer Intern Interview Questions and Answers

Updated 19 Jul 2024

Buyhatke Software Development Engineer Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 hours of basic dsa

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are foreign keys
  • Ans. 

    Foreign keys are columns in a database table that reference the primary key of another table, establishing a relationship between the two tables.

    • Foreign keys ensure referential integrity in a database by enforcing relationships between tables.

    • They help maintain data consistency by preventing actions that would violate the relationships between tables.

    • For example, in a database with tables for 'orders' and 'customers', ...

  • Answered by AI
  • Q2. Implement depth first search in tree
  • Ans. 

    Depth first search in tree is implemented using recursion to explore each branch fully before moving to the next.

    • Start at the root node and recursively visit each child node before moving to the next sibling node.

    • Use a stack to keep track of nodes to visit, pushing children onto the stack before siblings.

    • Base case is when the current node is null or a leaf node, then backtrack to the parent node.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Platform->interview bit, Topics->linked list, arrays, duration:around 1hr

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding Question(DSA)
Round 3 - One-on-one 

(2 Questions)

  • Q1. OS->Virtual Memory, difference between process and thread;
  • Q2. DBMS->Indexes, about some projects

Interview Preparation Tips

Topics to prepare for BlackBuck Software Development Engineer Intern interview:
  • DSA
Interview preparation tips for other job seekers - practice coding and be confident.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Nov 2024.

Round 1 - Coding Test 

There were 2 questions, first one was the three sum problem of leetcode and the second one was related to stacks amd strings

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is encapsulation in OOP?
  • Ans. 

    Encapsulation is the concept of bundling data and methods together within a class, hiding internal details from the outside world.

    • Encapsulation helps in achieving data abstraction and data hiding.

    • It allows for better control over the access to the internal state of an object.

    • By encapsulating data, we can protect it from being modified by external code.

    • Encapsulation promotes code reusability and maintainability.

    • Example:...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
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 - One-on-one 

(2 Questions)

  • Q1. DSA question with Some Stack
  • Q2. Discussion around Current project
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial discussion around resume and some basic java and spring question
  • Q2. Java and spring boot question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a coding round where i need to solve 3 DSA Questions in 1.5 hour

Round 2 - Technical 

(2 Questions)

  • Q1. This is Technical round where i was asked to implement the Two Question of Dsa one is bases on greedy and another is dp , another one is leetcode hard (finding maxaimal area of rectangle in matrix of 1 and...
  • Q2. Greedy Q was direct i don't remember clearly. I was selected for the 2nd round
Round 3 - One-on-one 

(1 Question)

  • Q1. It was also a technical round but bases on LLD problem statement. I was given a problem statement to design a society security system and the they need psudo code for complete implementation using correct ...
Round 4 - HR 

(1 Question)

  • Q1. I was not selected for 4th round but heard that there were Q on cs fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The question was about Nodejs
  • Q2. The question was to build a linked list in Nodejs
Round 2 - Technical 

(2 Questions)

  • Q1. The first question was related to DSA
  • Q2. The question was related to SQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was an online assessment. Some coding questions. Some cs fundamental mcqs. SQL query, Rest Api question.

Round 2 - Assignment 

An assignment to create a game using nodejs/ go lang/ java.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion related to Assignment. Told some changes and told to add some more functionalities.
  • Q2. Some APIS were given. It was case study. You had to show the dishes to a customer according to his preferences.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search for closest element
  • Ans. 

    Binary search to find the closest element in a sorted array

    • Implement binary search to find the target element in the array

    • Keep track of the closest element found so far while searching

    • Update the closest element if a closer one is found during the search

  • Answered by AI
  • Q2. String manipulation
Round 2 - Technical 

(1 Question)

  • Q1. Low level Design for an online e-commerce website
  • Ans. 

    Low level design for an online e-commerce website involves designing the architecture and components of the website.

    • Identify the main components such as user interface, database, payment gateway, product catalog, etc.

    • Design the database schema to store user information, product details, orders, etc.

    • Implement user authentication and authorization mechanisms for secure access.

    • Integrate payment gateway for processing tran...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Developer interview:
  • DSA
  • Design patterns

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 problem one was moderate and ine was easier

Round 2 - Assignment 

It was to create small project with 2 screens and api call , asked to follow a good architectural pattern and unit test cases

Round 3 - Technical 

(2 Questions)

  • Q1. ARC and memory leaks
  • Q2. Questions related to swift and iOS Development
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asked about my why you want to join
  • Q2. Asked a fee things about org

Buyhatke Interview FAQs

How many rounds are there in Buyhatke Software Development Engineer Intern interview?
Buyhatke interview process usually has 2 rounds. The most common rounds in the Buyhatke interview process are Coding Test and One-on-one Round.
What are the top questions asked in Buyhatke Software Development Engineer Intern interview?

Some of the top questions asked at the Buyhatke Software Development Engineer Intern interview -

  1. implement depth first search in t...read more
  2. what are foreign k...read more

Tell us how to improve this page.

Software Developer
8 salaries
unlock blur

₹11 L/yr - ₹15.8 L/yr

Product Designer
5 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Software Development Engineer
4 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Content Developer
4 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Business Development Manager
4 salaries
unlock blur

₹7 L/yr - ₹7 L/yr

Explore more salaries
Compare Buyhatke with

Flipkart

4.0
Compare

Snapdeal

3.9
Compare

Myntra

4.0
Compare

Shopclues

4.0
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