Upload Button Icon Add office photos
Premium Employer

i

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

SoftTech Engineers Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SoftTech Engineers Limited Java Developer Interview Questions and Answers for Freshers

Updated 15 Aug 2024

SoftTech Engineers Limited Java Developer Interview Experiences for Freshers

1 interview found

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

It was easy test, basic java mcq questions

Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. Collection framework
  • Q2. JDBC steps with proper explanation
  • Ans. 

    JDBC steps involve loading the driver, establishing a connection, creating a statement, executing the query, and processing the results.

    • Load the JDBC driver using Class.forName() method

    • Establish a connection to the database using DriverManager.getConnection() method

    • Create a statement object using the connection.createStatement() method

    • Execute the query using statement.executeQuery() method

    • Process the results by iterati

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Sep 2020.Β There were 3 interview rounds.

Interview QuestionnaireΒ 

3 Questions

  • Q1. C++ oops concepts,virtual table inheritance,socket programming
  • Q2. Prepare for above asked topics
  • Q3. What is circular linklist ?
  • Ans. 

    A circular linked list is a linked list where the last node points to the first node.

    • It is a data structure where each node points to the next node and the last node points to the first node.

    • It can be used to implement a round-robin scheduling algorithm.

    • Traversal of a circular linked list requires a condition to stop the traversal, such as reaching the starting node again.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - c++,multi threading, oops concept,socket programming

Skills evaluated in this interview

Interview QuestionnaireΒ 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

Interview QuestionnaireΒ 

1 Question

  • Q1. Questions based mostly on core java, Sql queries, Spring basics

I appeared for an interview before Sep 2020.

Round 1 - Face to FaceΒ 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum seen so far.

    • If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.

    • Return the maximum sum as the result.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HRΒ 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2019.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

I applied via Naukri.com and was interviewed in Nov 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. Basics on java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on the basics on which you are working or learned and the profile they have offered. Be brave and don't be get scared by seeing the interviewer and the way he asking questions.

I applied via Campus Placement and was interviewed in Nov 2022.Β 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 - Aptitude TestΒ 

It was very tough and one need lot of practice

Round 3 - TechnicalΒ 

(1 Question)

  • Q1. They just ask the basics but if the resume is good then they may ask little more tough questions
Round 4 - HRΒ 

(1 Question)

  • Q1. This is as always easy round they just about ourself bla bla

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and you get shortlisted in your dream company all d bestπŸ™
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2022.Β 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 - TechnicalΒ 

(2 Questions)

  • Q1. Pillar of java with example
  • Ans. 

    Four pillars of Java are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Wrapping data and code into a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

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

    • Example: A car is an abstraction of a vehicle, encapsulating its...

  • Answered by AI
  • Q2. Collection based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do string related coding program and concepts of collection

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I appeared for an interview before Dec 2022.

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

Simple maths type question

Round 3 - TechnicalΒ 

(1 Question)

  • Q1. Regarding oops concept

SoftTech Engineers Limited Interview FAQs

How many rounds are there in SoftTech Engineers Limited Java Developer interview for freshers?
SoftTech Engineers Limited interview process for freshers usually has 2 rounds. The most common rounds in the SoftTech Engineers Limited interview process for freshers are Aptitude Test and One-on-one Round.
What are the top questions asked in SoftTech Engineers Limited Java Developer interview for freshers?

Some of the top questions asked at the SoftTech Engineers Limited Java Developer interview for freshers -

  1. JDBC steps with proper explanat...read more
  2. Collection framew...read more

Tell us how to improve this page.

SoftTech Engineers Limited Java Developer Interview Process for Freshers

based on 1 interview

Interview experience

5
Β Β 
Excellent
View more

Interview Questions from Similar Companies

Newgen Software Technologies Interview Questions
3.7
Β β€’Β 187 Interviews
3i Infotech Interview Questions
3.5
Β β€’Β 145 Interviews
Happiest Minds Technologies Interview Questions
3.6
Β β€’Β 135 Interviews
Microland Interview Questions
3.5
Β β€’Β 134 Interviews
NSE.IT Interview Questions
3.6
Β β€’Β 127 Interviews
Kellogg Brown and Root Interview Questions
4.2
Β β€’Β 33 Interviews
EnFuse Solutions Interview Questions
4.2
Β β€’Β 33 Interviews
Karvy Innotech Interview Questions
2.9
Β β€’Β 28 Interviews
CS Tech AI Interview Questions
3.9
Β β€’Β 28 Interviews
63 Moons Technologies Interview Questions
3.7
Β β€’Β 27 Interviews
View all
Software Developer
46 salaries
unlock blur

β‚Ή2 L/yr - β‚Ή8.1 L/yr

Software Associate
41 salaries
unlock blur

β‚Ή1.8 L/yr - β‚Ή7.1 L/yr

Business Analyst
26 salaries
unlock blur

β‚Ή3.6 L/yr - β‚Ή7.7 L/yr

Junior Software Associate
25 salaries
unlock blur

β‚Ή3 L/yr - β‚Ή4.5 L/yr

Softwaretest Engineer
21 salaries
unlock blur

β‚Ή2.7 L/yr - β‚Ή5 L/yr

Explore more salaries
Compare SoftTech Engineers Limited with

3i Infotech

3.5
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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