Upload Button Icon Add office photos

Sagarsoft

Compare button icon Compare button icon Compare

Filter interviews by

Sagarsoft Software Engineer Trainee Interview Questions and Answers

Updated 21 Sep 2023

Sagarsoft Software Engineer Trainee Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Asansol Engineering College (AEC) and was interviewed before Sep 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 

Basic aptitude questions and coding questions

Round 3 - Group Discussion 

Normal Current Affair Topics

Round 4 - Technical 

(1 Question)

  • Q1. Basic questions from Java,Python,SQL.

I applied via Company Website and was interviewed in Dec 2021. 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 

(1 Question)

  • Q1. Basic core Java questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for basic core java questions

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Gave one problem of binary search?
  • Ans. 

    Binary search is a technique used to efficiently locate a target value within a sorted array.

    • Start by comparing the target value to the middle element of the array.

    • If the target value is less than the middle element, search the left half of the array.

    • If the target value is greater than the middle element, search the right half of the array.

    • Repeat the process until the target value is found or the subarray is empty.

  • Answered by AI
  • Q2. Asked some questions related to my projects
Round 2 - Behavioral 

(2 Questions)

  • Q1. Asked questions related to my projects
  • Q2. Built a simple web application to store the data and show it to the browser
  • Ans. 

    I would use a combination of HTML, CSS, and JavaScript to create a simple web application that stores and displays data.

    • Use HTML to create the structure of the web application

    • Use CSS to style the elements on the page

    • Use JavaScript to handle user interactions and store/retrieve data

    • Consider using a backend server (e.g. Node.js) to handle data storage and retrieval

    • Utilize AJAX to fetch data from the server asynchronously

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary related and some behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through referral on linkedin. Please try to cover all those coding related questions which may differ for every candidates. If you are good in development then show case your best projects.

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 at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Net core architecture and features
  • Q2. API structure and implementation
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Valid Paramthesis
  • Q2. Design Youtube in 10mins
  • Ans. 

    Designing Youtube involves creating a platform for users to upload, share, and view videos.

    • Allow users to create accounts and upload videos

    • Implement a recommendation system based on user preferences

    • Include features like comments, likes, and subscriptions

    • Ensure scalability and high availability of the platform

    • Consider implementing monetization options for content creators

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

They have 4 round total. In first round they take online Aptitide test in college labs.Aptitude topics are (Mcq on C,Java,C++ and quantitative aptitude,logical e.t.c), All rounds are Elimination round.

Round 2 - Coding Test 

In 2nd Round they take coding test on your college systems.They don't have their plateform.You have to write code on any offline compiler.Coding question are based on linkedlist,array,string,hashmap only.They give 3 coding question if you solve 2 , you will be selected for next round.
Ques1: given an array of string and their frequency , find the string which have duplicate frequency.
Ques2: Find if an array contain any non empty subarray of zero sum in an array.
Ques 3: Find the string is isomorphic or Not.

Round 3 - Technical 

(4 Questions)

  • Q1. In 3rd Round they ask question form your preferred programming language,Sql queries and basic dsa question like find cycle in linked list.
  • Q2. What is Diff between static and final keyword in java
  • Q3. How hashmap internally worked
  • Q4. Find cycle in linkedlist
Round 4 - Technical 

(4 Questions)

  • Q1. The 4th round is Technical+Hr, They asked question about your tech stack, project and they go deep in the concept so prepare accordingly.
  • Q2. What is diff between jvm, jre, jdk
  • Q3. What is Springboot rest api
  • Q4. What is polymorphism and interface , what is difference between interface and abstract class
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Coding Test 

A machine task is assigned you need to compete that first.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question depends upon your profile
  • Q2. Depends upon interviewer also nu specific questions as such
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General Aptitude test with medium difficulty level. 30-50 question for 30-50 min

Round 2 - Coding Test 

Question type MCQ from java and SQL basic.

Round 3 - Technical 

(1 Question)

  • Q1. This is a interview round with 3-4 member, they take test of your problem solving skill.
Round 4 - HR 

(1 Question)

  • Q1. Basic HR question and answer round.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a fresher you should clear about java & SQL basic with hands-on.

Sagarsoft Interview FAQs

How many rounds are there in Sagarsoft Software Engineer Trainee interview?
Sagarsoft interview process usually has 3 rounds. The most common rounds in the Sagarsoft interview process are Resume Shortlist, Technical and Aptitude Test.
What are the top questions asked in Sagarsoft Software Engineer Trainee interview?

Some of the top questions asked at the Sagarsoft Software Engineer Trainee interview -

  1. Basic questions from Java,Python,S...read more
  2. Basic core Java questio...read more

Tell us how to improve this page.

Sagarsoft Software Engineer Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Sagarsoft Software Engineer Trainee Salary
based on 9 salaries
₹4.5 L/yr - ₹6 L/yr
25% more than the average Software Engineer Trainee Salary in India
View more details

Sagarsoft Software Engineer Trainee Reviews and Ratings

based on 27 reviews

4.6/5

Rating in categories

4.5

Skill development

4.7

Work-life balance

4.5

Salary

4.5

Job security

4.6

Company culture

4.5

Promotions

4.4

Work satisfaction

Explore 27 Reviews and Ratings
Software Engineer
32 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹9.5 L/yr - ₹22 L/yr

Technical Lead
26 salaries
unlock blur

₹13.8 L/yr - ₹54 L/yr

Associate Software Engineer
24 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Team Lead
14 salaries
unlock blur

₹7.1 L/yr - ₹25 L/yr

Explore more salaries
Compare Sagarsoft with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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