Premium Employer

i

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

Softenger Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 909 Reviews

Filter interviews by

Softenger Java Developer Interview Questions and Answers

Updated 27 Nov 2024

Softenger Java Developer Interview Experiences

3 interviews found

Java Developer Interview Questions & Answers

user image arun kumar

posted on 29 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concept asked
  • Q2. Springboot annotations
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details simply
  • Q2. Springboot related
Round 3 - HR 

(2 Questions)

  • Q1. Easy about salary
  • Q2. Details about asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concept and real time example is the only thing achieve to clear interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java related Questions
  • Q2. SQL Databases related Questions
Round 2 - Technical 

(1 Question)

  • Q1. Client side interview core Java, SQL, Spring Boot, hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java, spring boot, project, SQL preparation

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious Subsequence Problem Statement Determine the lo ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Ask about project,springboot
  • Q2. What is jira and uses

Interview Preparation Tips

Topics to prepare for Softenger Java Developer interview:
  • Java
  • Spring Boot

Interview questions from similar companies

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

(2 Questions)

  • Q1. Difference between Hashset and Treeset
  • Q2. Final Finally and finalize difference
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How hashmap works internally
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based on the resume
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(8 Questions)

  • Q1. Explain OOPs concepts.
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.

    • Polymorphism: Ability of an object to take on many forms.

    • Abstraction: Hiding complex implementation details and providing a simplified ...

  • Answered by AI
  • Q2. Write a program to count occurance the letter in a string.
  • Ans. 

    This program counts the occurrence of each letter in a given string.

    • Use a HashMap to store the count of each letter.

    • Iterate through the characters of the string and update the count in the HashMap.

    • Finally, print the count of each letter.

  • Answered by AI
  • Q3. Write a SQL query to find third highest salary from employee table.
  • Ans. 

    SQL query to find third highest salary from employee table.

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to limit the result to the third row

    • Use a subquery to exclude the highest and second highest salaries

  • Answered by AI
  • Q4. Difference between Array and arraylist.
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array has a fixed length, while ArrayList can grow dynamically.

    • Array can store both primitive types and objects, while ArrayList can only store objects.

    • Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.

    • Array provides direct access to elements using index, while ArrayList provides methods for...

  • Answered by AI
  • Q5. Explain working of Arraylist.
  • Ans. 

    ArrayList is a dynamic array that can grow or shrink in size. It stores objects and provides methods for adding, removing, and accessing elements.

    • ArrayList is part of the Java Collections Framework.

    • It is implemented as a resizable array.

    • Elements can be added using the add() method.

    • Elements can be accessed using the get() method.

    • Elements can be removed using the remove() method.

    • The size() method returns the number of el...

  • Answered by AI
  • Q6. What is the default size of an arraylist.
  • Ans. 

    The default size of an ArrayList is 10.

    • The default initial capacity of an ArrayList is 10.

    • If the number of elements exceeds the initial capacity, the ArrayList automatically increases its size.

    • The capacity of an ArrayList can be increased manually using the ensureCapacity() method.

  • Answered by AI
  • Q7. Some questions from my resume about my previous experience.
  • Q8. The interviewer was stupid and in my opinion they are just wasting your precious time. After the interview they don't provide any updates about the interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core Java in depth and some famous SQL questions.

Skills evaluated in this interview

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 Oct 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. Inheritance,polymorphism,local storage,abstraction, features of java,Jit,wrapper class
  • Q2. Object oriented programming system
  • Q3. Structured query language
  • Q4. Database in sql
  • Ans. 

    A database in SQL is a structured collection of data that is stored and accessed using SQL queries.

    • SQL stands for Structured Query Language, used to interact with databases.

    • Tables are used to store data in a database, with rows representing individual records and columns representing attributes.

    • Queries can be used to retrieve, insert, update, and delete data from a database.

    • Primary keys uniquely identify each record in...

  • Answered by AI
  • Q5. Awt,jre,json,storage

Interview Preparation Tips

Interview preparation tips for other job seekers - I am java developer for fresher

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About Java, J2ee, Mysql, Spring-core, Spring-mvc, Spring-boot
  • Q2. About java, j2EE, My-sql, Spring-core, Spring-mvc, Spring-boot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 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 - Coding Test 

Basic core Java mcqs and aptitude questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions on core Java,spring MVC,spring boot , hibernate and msql

Softenger Interview FAQs

How many rounds are there in Softenger Java Developer interview?
Softenger interview process usually has 2 rounds. The most common rounds in the Softenger interview process are Technical, One-on-one Round and HR.
How to prepare for Softenger Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Softenger. The most common topics and skills that interviewers at Softenger expect are Java, Spring Boot, Debugging, Programming and Application Software.
What are the top questions asked in Softenger Java Developer interview?

Some of the top questions asked at the Softenger Java Developer interview -

  1. Client side interview core Java, SQL, Spring Boot, hibern...read more
  2. What is jira and u...read more
  3. SQL Databases related Questi...read more

Tell us how to improve this page.

Softenger Java Developer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more
Join Softenger Your Technology Solution Partner since 1999
Softenger Java Developer Salary
based on 13 salaries
₹2.6 L/yr - ₹7 L/yr
23% less than the average Java Developer Salary in India
View more details

Softenger Java Developer Reviews and Ratings

based on 5 reviews

5.0/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.2

Salary

4.2

Job security

4.7

Company culture

4.5

Promotions

4.7

Work satisfaction

Explore 5 Reviews and Ratings
Application Support Engineer
86 salaries
unlock blur

₹2 L/yr - ₹6.7 L/yr

Oracle Database Administrator
79 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

System Administrator
72 salaries
unlock blur

₹1.8 L/yr - ₹9.1 L/yr

Linux System Administrator
48 salaries
unlock blur

₹2.1 L/yr - ₹7.5 L/yr

Executive
45 salaries
unlock blur

₹2 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Softenger with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

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