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 - 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 - Coding Test 

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

Round 3 - Coding Test 

Toughest round. Be prepared

Round 4 - 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 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops based question on java
Round 3 - 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

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

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, Technical and Resume Shortlist.
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
Infosys Intern Interview Questions
3.6
 • 22 Interviews
Deloitte Intern Interview Questions
3.8
 • 22 Interviews
Amazon Intern Interview Questions
4.1
 • 21 Interviews
IBM Intern Interview Questions
4.0
 • 13 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 13 reviews

3.3/5

Rating in categories

4.0

Skill development

2.6

Work-life balance

2.6

Salary

2.3

Job security

3.2

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 13 Reviews and Ratings
Mern Stack Developer
97 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Intern
44 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Full Stack Developer
43 salaries
unlock blur

₹0.4 L/yr - ₹8 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

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