Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Black Box Corporation Team. If you also belong to the team, you can get access from here

Black Box Corporation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Black Box Corporation Graduate Engineer Interview Questions and Answers

Updated 5 Jul 2023

Black Box Corporation Graduate Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.

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

Basic aptitude questions
Maths question
Electronics question
Communication question from engineering

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between ipv4 and ipv6
  • Ans. 

    IPv4 uses 32-bit addresses while IPv6 uses 128-bit addresses, allowing for more unique addresses in IPv6.

    • IPv4 uses 32-bit addresses while IPv6 uses 128-bit addresses

    • IPv IPv4 supports 4.3 billion unique addresses while IPv6 supports 340 undecillion unique addresses

    • IPv4 uses decimal notation for addresses (e.g. 192.168.1.1) while IPv6 uses hexadecimal notation (e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334)

    • IPv6 has built-...

  • Answered by AI
  • Q2. What is osi model and explain it
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven different layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It helps in understanding how different networking protocols work together.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and comm...

  • Answered by AI
  • Q3. How does data flow trough osi model
  • Ans. 

    Data flows through OSI model in a structured manner through different layers.

    • Data is encapsulated into frames at the Application layer

    • Frames are then segmented into packets at the Transport layer

    • Packets are further divided into segments at the Network layer

    • Segments are converted into bits at the Data Link layer

    • Bits are transmitted physically through the network at the Physical layer

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is the salary wanted

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Find duplicate in list
  • Ans. 

    Find duplicates in an array of strings.

    • Iterate through the array and compare each element with all the other elements.

    • If a match is found, add it to a separate list of duplicates.

    • Return the list of duplicates.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for it.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic coding question and JavaScript in depth questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Specific questions related to job role and project background
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker Rank Questions - String Manipulation - level easy

Round 2 - Coding Test 

Hacker Rank Questions - 2D matrix - level easy

Round 3 - HR 

(2 Questions)

  • Q1. Expected Salary
  • Q2. Why do you choose Apexon?
  • Ans. 

    I choose Apexon for its innovative technology, strong company culture, and opportunities for growth.

    • Innovative technology: Apexon is known for its cutting-edge solutions and commitment to staying ahead of industry trends.

    • Strong company culture: I value the emphasis Apexon places on teamwork, collaboration, and employee development.

    • Opportunities for growth: Apexon offers a clear path for career advancement and continuou

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Coding Test 

This round was dependent on the end client. It lasted for approximately one hour and involved a technical assessment from the client side conducted by a panel of three interviewers. The panel was knowledgeable, attentive, and cooperative, with questions that were relevant to the work experience.

Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    My salary expectations are in line with industry standards for a Senior Engineer position.

    • Research industry standards for Senior Engineer salaries

    • Consider my level of experience and skills

    • Factor in the cost of living in the area where the job is located

  • Answered by AI
  • Q2. Are you comfortable with the designated work location and with working at the client site?
  • Ans. 

    Yes, I am comfortable with the designated work location and working at the client site.

    • I have experience working at client sites in previous roles

    • I am adaptable and can work effectively in different environments

    • I am willing to travel if required for the job

  • Answered by AI
  • Q3. Are you currently serving a notice period, and is that notice period negotiable?
  • Ans. 

    Yes, I am currently serving a notice period of 1 month, and it is negotiable.

    • Yes, I am currently serving a notice period of 1 month.

    • I am open to discussing the notice period and negotiating if needed.

    • I believe in maintaining open communication with my current employer during this transition period.

  • Answered by AI
  • Q4. What is the earliest date you would be able to join after receiving the offer letter?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need a 2-week notice period before joining.

    • My earliest availability is 2 weeks after receiving the offer.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your client by familiarizing yourself with their interviewing style and commonly asked questions. Feedback regarding the technical round will be provided within two days, and the HR round will also take place within that timeframe. If you are confident about your performance in the technical round, you may negotiate your salary during the HR round, as salary increases at Apexon will depend on the client. HR representatives are approachable and understanding, making it essential to express your true expectations and raise any concerns, as they will certainly assist you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between deep and shallow copy
  • Ans. 

    Deep copy creates a new object and recursively copies all nested objects, while shallow copy creates a new object and copies the references to nested objects.

    • Deep copy duplicates all levels of the object hierarchy, ensuring that changes in the copied object do not affect the original object.

    • Shallow copy only duplicates the top-level object, so changes in the copied object may affect the original object.

    • Deep copy is mor...

  • Answered by AI
  • Q2. Ways to set values in form groups
  • Ans. 

    Ways to set values in form groups

    • Use setValue() method to set values in form groups

    • Use patchValue() method to set values in form groups

    • Use reset() method to set values in form groups

  • Answered by AI
  • Q3. How to add dynamic component in view
  • Ans. 

    To add a dynamic component in a view, use a framework or library that supports dynamic rendering and component creation.

    • Use a framework like React or Angular that allows for dynamic component creation

    • Create a component factory or use a component resolver to dynamically create and render components

    • Pass data or props to the dynamic component to customize its behavior

    • Update the view or component tree to include the dynami

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Spend time on basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. All Concurrent Utility Classes and their uses.
  • Ans. 

    Concurrent Utility Classes provide support for concurrent programming in Java.

    • ConcurrentHashMap: Thread-safe implementation of Map interface.

    • CopyOnWriteArrayList: Thread-safe implementation of List interface.

    • CountDownLatch: Synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.

    • Semaphore: Controls the number of threads that can access a shared re...

  • Answered by AI
  • Q2. Basic SQL queries, mostly from Joins, Grouping
  • Q3. Core Java, Java 8
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Power BI DAX calculations
Round 3 - Technical 

(1 Question)

  • Q1. RLS Implementation

Interview Questionnaire 

3 Questions

  • Q1. Core java
  • Q2. Spring and springboot, JDK 8
  • Q3. Mostly 2 technical and one manager

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask mostly java, and not frontend even though you are full stack. They will just assign project whichever works for them

Interview Questionnaire 

2 Questions

  • Q1. Java, jdk8, and sql
  • Q2. Core java questions mostl, threading, collection, oops concept. Design patterns and JDK 8 features

Black Box Corporation Interview FAQs

How many rounds are there in Black Box Corporation Graduate Engineer interview?
Black Box Corporation interview process usually has 4 rounds. The most common rounds in the Black Box Corporation interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Black Box Corporation Graduate Engineer interview?

Some of the top questions asked at the Black Box Corporation Graduate Engineer interview -

  1. What is the difference between ipv4 and i...read more
  2. What is osi model and explain...read more
  3. How does data flow trough osi mo...read more

Tell us how to improve this page.

Black Box Corporation Graduate Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 271 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Altimetrik Interview Questions
3.8
 • 218 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Black Box Corporation Graduate Engineer Salary
based on 4 salaries
₹4.5 L/yr - ₹5 L/yr
7% less than the average Graduate Engineer Salary in India
View more details

Black Box Corporation Graduate Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate
49 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Network Engineer
45 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Senior Consultant
19 salaries
unlock blur

₹16 L/yr - ₹33 L/yr

Senior Engineer
17 salaries
unlock blur

₹4.5 L/yr - ₹10.5 L/yr

Project Manager
17 salaries
unlock blur

₹10.5 L/yr - ₹32.3 L/yr

Explore more salaries
Compare Black Box Corporation with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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