Upload Button Icon Add office photos

Filter interviews by

New Baja Java Developer Interview Questions and Answers for Experienced

Updated 29 Aug 2024

New Baja Java Developer Interview Experiences for Experienced

1 interview found

Java Developer Interview Questions & Answers

user image Nishant Ganesh Ghule

posted on 29 Aug 2024

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

(1 Question)

  • Q1. Explain immutable objects in java
  • Ans. 

    Immutable objects in Java are objects whose state cannot be changed after they are created.

    • Immutable objects are thread-safe and can be shared without the risk of data corruption.

    • String and wrapper classes like Integer and Boolean are examples of immutable objects in Java.

    • To create an immutable class, make the class final, all fields private, and only provide getters, no setters.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep with core concept of java and design patterns

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is thread ?
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within the same process.

    • Threads allow for parallel execution of tasks within a single process.

    • Threads share the same memory space and resources of the process they belong to.

    • Threads can communicate with each other through shared memory or message passing.

    • Examples: Java threads, POSIX threads (pthreads) in C/C++.

  • Answered by AI
  • Q2. Inter process communication and project?

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

2 Graph question of leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Questions of leetcode
  • Q2. DSA Questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. TimeMap impl from Leetcode
  • Q2. SQL query, Your project architecture , GC tuning

Interview Preparation Tips

Interview preparation tips for other job seekers - They have outsourced interview process to InterviewVector. They ask fixed set of questions. If you answer 100% accurately on everything then you might get selected.
Otherwise it is a waste of time. Will recommended to interview at other orgs.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sorting of an array and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. BFS graph traversal
Round 3 - Technical 

(1 Question)

  • Q1. Binary tree question

I was interviewed before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 0 1 Knapsack

    A thief is robbing a store and can carry a maximal weight of W into his knapsack. There are N items and the ith item weighs wi and is of value vi. Considering the constraints of the maximum we...

  • Ans. Dynamic Programming

    Approach: In the Dynamic programming we will work considering the same cases as mentioned in the recursive approach. In a DP[][] table let’s consider all the possible weights from ‘1’ to ‘W’ as the columns and weights that can be kept as the rows. 
    The state DP[i][j] will denote maximum value of ‘j-weight’ considering all values from ‘1 to ith’. So if we consider ‘wi’ (weight in ‘ith’ row) we can...

  • Answered by CodingNinjas
  • Q2. Second largest element in the array

    You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

    Note:
    a) Duplicate elements ...
  • Ans. Simple solution

    The idea is to sort the array in decreasing order and return the second largest element in the array.

    1. Sort the array in decreasing order.
    2. We can create a function to sort the elements using a sorting algorithm such as quicksort or use inbuilt sorting functions.
    3. Traverse from index 1(0-based indexing) because the element at index 0 will clearly be the first largest and check whether duplicates of the larger ...
  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. System Design Question

    Design Twitter

  • Q2. DBMS Questions

    Normalizations, Indexing, Transactions etc

Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

  • Q1. Basic HR Questions

    Where do you see yourself in 5 years?

    What are your weakness ?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

New Baja Interview FAQs

How many rounds are there in New Baja Java Developer interview for experienced candidates?
New Baja interview process for experienced candidates usually has 1 rounds. The most common rounds in the New Baja interview process for experienced candidates are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 423 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 327 Interviews
CARS24 Interview Questions
3.6
 • 319 Interviews
Zepto Interview Questions
3.5
 • 188 Interviews
Blinkit Interview Questions
3.7
 • 173 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Tata 1mg Interview Questions
3.7
 • 142 Interviews
Paisabazaar.com Interview Questions
3.5
 • 137 Interviews
Urban Company Interview Questions
3.4
 • 133 Interviews
View all
Manager
3 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Explore more salaries
Compare New Baja with

Udaan

4.0
Compare

Swiggy

3.8
Compare

CARS24

3.6
Compare

BlackBuck

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