Upload Button Icon Add office photos

Filter interviews by

USHA International Java Developer Interview Questions and Answers

Updated 17 Jul 2021

USHA International Java Developer Interview Experiences

1 interview found

Java Developer Interview Questions & Answers

user image Laxmi Buranapure

posted on 17 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Which as types of binary tree on gratist
  • Ans. 

    There are several types of binary trees, including full, complete, balanced, degenerate, and skewed.

    • Full binary tree: every node has either 0 or 2 children

    • Complete binary tree: all levels except possibly the last are completely filled, and all nodes are as far left as possible

    • Balanced binary tree: the difference in height between the left and right subtrees of every node is at most 1

    • Degenerate (or pathological) binary ...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Linux vs Windows
  • Ans. 

    Linux is preferred for server-side development due to its stability and security, while Windows is more commonly used for desktop applications.

    • Linux is open-source and free, making it cost-effective for development.

    • Windows has a larger user base and more compatibility with software and hardware.

    • Linux is known for its stability and security, making it a popular choice for server-side development.

    • Windows is more commonly...

  • Answered by AI
  • Q2. Singleton Class
  • Q3. Fail Fast vs Fail Safe
  • Ans. 

    Fail Fast focuses on detecting errors as soon as possible, while Fail Safe aims to continue operation despite errors.

    • Fail Fast: Emphasizes immediate error detection to prevent further issues.

    • Fail Safe: Prioritizes continued operation even in the presence of errors.

    • Example: Fail Fast is commonly used in software development to catch bugs early in the development process.

    • Example: Fail Safe is often seen in systems where ...

  • Answered by AI
  • Q4. HashMap and ConcurrentHashMap
  • Q5. Immutable class

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your weakness
  • Q2. What is pn junction diode
  • Ans. 

    A pn junction diode is a semiconductor device that allows current to flow in one direction only.

    • Consists of p-type and n-type semiconductor materials

    • When forward biased, allows current to flow easily

    • When reverse biased, blocks current flow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Linux vs Windows
  • Ans. 

    Linux is preferred for server-side development due to its stability and security, while Windows is more commonly used for desktop applications.

    • Linux is open-source and free, making it cost-effective for development.

    • Windows has a larger user base and more compatibility with software and hardware.

    • Linux is known for its stability and security, making it a popular choice for server-side development.

    • Windows is more commonly...

  • Answered by AI
  • Q2. Singleton Class
  • Q3. Fail Fast vs Fail Safe
  • Ans. 

    Fail Fast focuses on detecting errors as soon as possible, while Fail Safe aims to continue operation despite errors.

    • Fail Fast: Emphasizes immediate error detection to prevent further issues.

    • Fail Safe: Prioritizes continued operation even in the presence of errors.

    • Example: Fail Fast is commonly used in software development to catch bugs early in the development process.

    • Example: Fail Safe is often seen in systems where ...

  • Answered by AI
  • Q4. HashMap and ConcurrentHashMap
  • Q5. Immutable class

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Basic aptitude train, time and work distance

Round 2 - Technical 

(1 Question)

  • Q1. Basics about my project and 3 eazy level coding question
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary and work cultrue
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Simple question on the datatypes, DSA,
  • Q2. Basic full stack questions
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 Jan 2023. There were 4 interview rounds.

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 

Data structures, linq and .net core related questions

Round 3 - Technical 

(1 Question)

  • Q1. Angular and .net core related questions
Round 4 - HR 

(1 Question)

  • Q1. About salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Basic oops concepts and .net core DI related questions

Round 2 - Coding Test 

Angular intermediate level questions and .net coding on screen for questions like creating an Oauth syntax

Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. And brief about role and responsibility

I was interviewed in Feb 2021.

Round 1 - Assignment 

Round duration - 120 minutes
Round difficulty - Easy

Round 2 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round contains mcqs on core java , javascript , oops and two coding questions of data structures.
The exam was at 7pm
Platform was good

  • Q1. 

    Submatrix Sum Query

    Given a 2-dimensional array ARR with 'N' rows and 'M' columns, and a set of queries in a 2-dimensional array Queries of size 'K', each query contains four integers that denote the top-...

  • Ans. 

    I added all column and rows and put them in hashmap with their frequencies and then loop over queries and traverse over the hashmap that how many values of sum range between that row of query.

  • Answered Anonymously
  • Q2. 

    String Rotation Problem Statement

    You are given a string named str and an integer D. Your task is to perform both left (anticlockwise) and right (clockwise) rotations on the given string by D units, start...

  • Ans. 

    My approach was to rotate first string until its length and if at any stage it become equal to another string printed true else check and if not print false.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as Software Development in PuneEligibility criteriaNo backlogsBajaj Electricals Ltd interview preparation:Topics to prepare for the interview - Data Structures , JavaScript , SQL , Dynamic Programming , Core Java , APITime required to prepare for the interview - 2 weeksInterview preparation tips for other job seekers

Tip 1 : Good knowledge of basics of data structure.
Tip 2 : Question need to be done with optimized time complexity until you won't be able to pass all test cases.
 

Application resume tips for other job seekers

Tip 1 : Atleast one good project
Tip 2 : Specially mention Java and JavaScript

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your company?
  • Ans. 

    Our company is a leading software development firm specializing in creating innovative solutions for businesses.

    • We have a team of highly skilled software developers who are experts in various programming languages and technologies.

    • We have successfully delivered projects for clients in various industries such as finance, healthcare, and e-commerce.

    • Our company values collaboration, creativity, and continuous learning to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice good nonverbal communication.
Ask if They Have Any Hesitations

Tell us how to improve this page.

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 554 Interviews
Siemens Interview Questions
4.1
 • 427 Interviews
HARMAN Interview Questions
3.8
 • 257 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
Havells Interview Questions
4.0
 • 204 Interviews
LG Electronics Interview Questions
4.0
 • 189 Interviews
Blue Star Interview Questions
4.0
 • 154 Interviews
Apple Interview Questions
4.3
 • 141 Interviews
Voltas Interview Questions
4.0
 • 126 Interviews
Bajaj Electricals Interview Questions
4.0
 • 120 Interviews
View all

USHA International Java Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

1.0

Salary

1.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Territory Manager
295 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Senior Territory Manager
185 salaries
unlock blur

₹3.9 L/yr - ₹10.1 L/yr

Sales Executive
164 salaries
unlock blur

₹1.4 L/yr - ₹4.3 L/yr

Assistant Manager
138 salaries
unlock blur

₹3.8 L/yr - ₹11.5 L/yr

Sales Manager
130 salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Explore more salaries
Compare USHA International with

Bajaj Electricals

4.0
Compare

Havells

4.0
Compare

Whirlpool

4.0
Compare

LG Electronics

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