Upload Button Icon Add office photos

Filter interviews by

Brototype Intern Interview Questions, Process, and Tips

Updated 31 May 2024

Top Brototype Intern Interview Questions and Answers

Brototype Intern Interview Experiences

4 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 31 May 2024

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell you daily routine

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and be prepared so that you feel less nervous.

Intern Interview Questions & Answers

user image Archana C S

posted on 5 May 2024

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

I applied via Walk-in and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

30 minutes array questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a calss
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • Classes define the properties and behaviors of objects.

    • Objects are instances of classes.

    • Classes can inherit properties and behaviors from other classes.

    • Example: Class 'Car' may have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

  • Answered by AI
  • Q2. What is inheritance in java
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behaviors from another class.

    • Inheritance enables code reusability and promotes the concept of hierarchical classification.

    • Subclasses can access the methods and fields of their superclass.

    • Example: class Dog extends Animal, where Dog inherits properties and behaviors from Animal.

  • Answered by AI
  • Q3. What is multithreadind
  • Ans. 

    Multithreading is a programming concept where multiple threads within a process execute independently to improve performance.

    • Multithreading allows for concurrent execution of tasks within a single process

    • Threads share the same memory space, allowing for efficient communication and data sharing

    • Examples include running multiple tasks simultaneously in a web server or processing multiple data streams in a video editing so

  • Answered by AI
Round 3 - communication 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Writing about a topic

Interview Preparation Tips

Topics to prepare for Brototype Intern interview:
  • Core Java

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Tough round . They won't let you clear this round until you answer the question in around 15-20 minutes

Round 2 - Coding Test 

Toughest round. Be prepared

Round 3 - Technical 

(2 Questions)

  • Q1. Oops and Java basics. can be cleared relatively easy
  • Q2. What is oops,java
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating reusable code by organizing data into objects and defining their behavior through methods.

    • Java is a popular programming language that supports OOPs principles such as encapsulation, inheritance, polymorphism, and abstraction.

    • Example: In Java, a class 'Car' can have attri...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

user image dilip pm

posted on 25 Oct 2023

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

(1 Question)

  • Q1. Oops based question on java
Round 2 - Coding Test 

Array and pattern questions based on c

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard

Brototype interview questions for designations

 Trainee

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via campus placement at MAEER's MIT College of Engineering, Pune and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was successful, covering various topics such as ratios and proportions, percentages, blood relations, boat and stream problems, highest common factor (HCF) and least common multiple (LCM), volume and surface area, time and work, as well as questions related to profit and loss, and speed, distance, and time.

Round 2 - Coding Test 

In the coding test 1 question for coding and another 2 for debugging were asked.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. What do you mean by polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in OOP allows a child class to override a method from its parent class, exhibiting polymo

  • Answered by AI
  • Q3. A puzzle was asked. Probably do all the puzzles from geeks for geeks.

Interview Preparation Tips

Interview preparation tips for other job seekers - For interviews do the basic computer concepts. Do practice projects as project related questions might be asked. Oops concepts, sql, Dbms, OS, Cn.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Total of 90 mins aptitude and computer networks and excel

Round 2 - Coding Test 

45 mins it will be easy

Round 3 - communication 

(2 Questions)

  • Q1. Read the sentence
  • Q2. Repeat the sentence
Round 4 - One-on-one 

(2 Questions)

  • Q1. Explain about project
  • Ans. 

    The project involved developing a mobile application for tracking daily fitness activities.

    • Researched user needs and preferences for fitness tracking apps

    • Designed user interface for easy navigation and data input

    • Implemented features such as step tracking, calorie counting, and workout logging

    • Tested the application for bugs and usability issues

    • Collaborated with developers and designers to ensure project success

  • Answered by AI
  • Q2. Explain about your studies
  • Ans. 

    I am currently pursuing a Bachelor's degree in Computer Science with a focus on software development.

    • Studying various programming languages such as Java, C++, and Python

    • Learning about data structures and algorithms

    • Taking courses in web development and database management

    • Participating in coding competitions and hackathons

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do well in round each round mark will be considered

Intern Interview Questions & Answers

Jio user image Harshita Krishna naik

posted on 30 Dec 2024

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

Aptitude test was very easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

  • Answered by AI
  • Q2. About educational Background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepared well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Mostly on numerical there will be 5 sets in round 1 aptitude and communication general English questions

Round 2 - Coding Test 

Coding questions are on arrays and lists

Round 3 - Technical 

(2 Questions)

  • Q1. What is agile?and explain it
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility, collaboration, and continuous improvement.

    • Agile involves breaking down projects into smaller tasks called sprints

    • It prioritizes customer feedback and adapting to changes quickly

    • Common frameworks include Scrum, Kanban, and Lean

    • Daily stand-up meetings and retrospectives are common practices in Agile

  • Answered by AI
  • Q2. Mostly on software engineer questions

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 17 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic concept of quant, No need to attempt all, I have attempted 22.Accuracy is important

Round 2 - Technical 

(3 Questions)

  • Q1. DBMS concepts - Normalization,joins , inner query
  • Q2. Reverse a string and check if its palindrome
  • Q3. Basics of java - oops concept, difference between inheritance and abstraction
Round 3 - HR 

(3 Questions)

  • Q1. Why do you want to join TCS?
  • Q2. Where do you see yourself in next 5 years?
  • Q3. Comfortable with any location?

Interview Preparation Tips

Interview preparation tips for other job seekers - Many times interviewers don't react or react negatively just to make us feel less confident or put us in stress situation, So be Confident!!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal level questions, 20 questions were there and they were little lengthy

Round 2 - Technical 

(2 Questions)

  • Q1. What are different types of transactions in SQL
  • Q2. Difference between truncate and delete

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Brototype Interview FAQs

How many rounds are there in Brototype Intern interview?
Brototype interview process usually has 2-3 rounds. The most common rounds in the Brototype interview process are Coding Test, Resume Shortlist and Technical.
What are the top questions asked in Brototype Intern interview?

Some of the top questions asked at the Brototype Intern interview -

  1. what is inheritance in j...read more
  2. what is multithread...read more
  3. what is a ca...read more

Tell us how to improve this page.

Brototype Intern Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Amazon Intern Interview Questions
4.1
 • 26 Interviews
Infosys Intern Interview Questions
3.6
 • 22 Interviews
Deloitte Intern Interview Questions
3.8
 • 22 Interviews
IBM Intern Interview Questions
4.0
 • 14 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
View all
Brototype Intern Salary
based on 44 salaries
₹1 L/yr - ₹5 L/yr
27% less than the average Intern Salary in India
View more details

Brototype Intern Reviews and Ratings

based on 12 reviews

3.3/5

Rating in categories

4.0

Skill development

2.5

Work-life balance

2.5

Salary

2.2

Job security

3.1

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 12 Reviews and Ratings
Mern Stack Developer
99 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Intern
44 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Full Stack Developer
41 salaries
unlock blur

₹0.4 L/yr - ₹6 L/yr

Flutter Developer
40 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Mern Full Stack Developer
15 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Brototype with

Techtronics

4.3
Compare

Cybernetics Software

4.1
Compare

Infotech

4.0
Compare

Softron

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