Upload Button Icon Add office photos

Filter interviews by

Blue Jeans Network Senior Software Engineer 3 Interview Questions and Answers

Updated 24 Sep 2023

Blue Jeans Network Senior Software Engineer 3 Interview Experiences

1 interview found

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 - Technical 

(2 Questions)

  • Q1. Questions are asked based on javascript and react fundamentals followed by one coding round.
  • Q2. Closure, component lifecycle

Interview questions from similar companies

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

It was about 45mins aptitude test .

Round 2 - Technical 

(1 Question)

  • Q1. I was asked about the double Linked list, stack ,Queue.
Round 3 - Technical 

(1 Question)

  • Q1. Logical questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
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 

Very hard question and 4 qs in total

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 4 - HR 

(1 Question)

  • Q1. Tell me about 5 years after now
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Fair

Round 1 - Group Discussion 

I attended through campus placement.they gave a general topic and ask us to speak

Round 2 - Technical 

(1 Question)

  • Q1. What is variable html structure coding in array
  • Ans. 

    A variable is a storage location in a computer program that holds data and can be referenced and manipulated.

    • Variables are used to store data in a program and can be of different types such as integers, strings, or arrays.

    • In HTML, variables are not directly used, but data can be stored in attributes or elements for manipulation.

    • Coding in an array involves storing multiple values in a single variable, accessed by index

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. It was just a simple general discussion about the timings

Skills evaluated in this interview

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 - Case Study 

They called me for javascript development when i was a java developer. But they took 2 rouds which went well.

Round 3 - Technical 

(2 Questions)

  • Q1. They asked some dsa questions
  • Q2. I don't remember anything
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Questions were asked on trees and graphs

Round 2 - Technical 

(1 Question)

  • Q1. Questions based on oops and c++
Round 3 - Technical 

(1 Question)

  • Q1. Questions on data structures and c++
Round 4 - HR 

(1 Question)

  • Q1. General questions any plan for further studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with c++ or java
be good with DSA and oops concepts

I was interviewed in Nov 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops relate questions
  • Q2. Coding questions like output

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the 3rd class people (interviewer)
Beoz when ever we are appearing on interview firstly they ask what is your current CTC and what is your Expected CTC
They haven't check talent they check only CTC
HR said they don't have CTC issue
So what is reason interviewer asking salary
They having total 2 technical round
N last one it's HR discussion
In both rounds if you have performed well in interview but interviewer ask salary part then for sure you will be rejected
Before 2nd round they send you one form over email you need to fill CTC part of your current organization
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself.

I applied via Campus Placement and was interviewed in Oct 2021. There were 4 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 - Coding Test 

Coding round where questions based on arrays and strings were asked

Round 3 - Technical 

(4 Questions)

  • Q1. OOPS in Java Programming Language
  • Ans. 

    OOPS in Java is a programming paradigm that emphasizes on objects and their interactions.

    • OOPS stands for Object-Oriented Programming System

    • Java is an OOPS language that supports encapsulation, inheritance, and polymorphism

    • Encapsulation is the process of hiding data and methods within a class

    • Inheritance allows a subclass to inherit properties and methods from a superclass

    • Polymorphism allows objects to take on multiple f...

  • Answered by AI
  • Q2. Multithreading Concept in Java Programming Language
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently within a single program.

    • Multithreading improves performance by allowing multiple tasks to run simultaneously.

    • Java provides built-in support for multithreading through the Thread class and Runnable interface.

    • Synchronization is important to prevent race conditions and ensure thread safety.

    • Examples of multithreading in Java include GUI applications, se...

  • Answered by AI
  • Q3. Collections Framework In Java Programming Language
  • Ans. 

    Collections Framework is a set of classes and interfaces that provide reusable data structures in Java.

    • It provides interfaces like List, Set, Queue, etc. for storing collections of objects.

    • It also provides classes like HashMap, TreeMap, etc. for storing key-value pairs.

    • It simplifies the process of storing and manipulating data in Java programs.

    • It improves the performance of Java programs by providing efficient data str...

  • Answered by AI
  • Q4. Exception Handling in Java Programming Language
  • Ans. 

    Exception handling is a mechanism to handle runtime errors in Java programs.

    • Exceptions are objects that are thrown at runtime when an error occurs

    • try-catch block is used to handle exceptions

    • finally block is used to execute code regardless of whether an exception is thrown or not

    • Java provides built-in exceptions like ArithmeticException, NullPointerException, etc.

    • Custom exceptions can also be created by extending the Ex

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Discussed about my java projects
  • Q2. Discussion about the role I am going to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Programming language you did and do implelment basic data structures

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java and spring
Round 2 - Technical 

(1 Question)

  • Q1. About our project have to explain everything
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good company and my interview process held very smooth

Blue Jeans Network Interview FAQs

How many rounds are there in Blue Jeans Network Senior Software Engineer 3 interview?
Blue Jeans Network interview process usually has 2 rounds. The most common rounds in the Blue Jeans Network interview process are Resume Shortlist and Technical.
What are the top questions asked in Blue Jeans Network Senior Software Engineer 3 interview?

Some of the top questions asked at the Blue Jeans Network Senior Software Engineer 3 interview -

  1. questions are asked based on javascript and react fundamentals followed by one ...read more
  2. closure, component lifecy...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 847 Interviews
Amdocs Interview Questions
3.8
 • 526 Interviews
Salesforce Interview Questions
4.1
 • 267 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
24/7 Customer Interview Questions
3.5
 • 174 Interviews
Globant Interview Questions
3.9
 • 168 Interviews
Chetu Interview Questions
3.3
 • 164 Interviews
View all
Senior Software Engineer
10 salaries
unlock blur

₹13 L/yr - ₹32 L/yr

Lead Engineer
8 salaries
unlock blur

₹19 L/yr - ₹41 L/yr

Principal Engineer
7 salaries
unlock blur

₹33.2 L/yr - ₹47 L/yr

Lead Software Engineer
6 salaries
unlock blur

₹23.5 L/yr - ₹47 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹17.8 L/yr

Explore more salaries
Compare Blue Jeans Network with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
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