Upload Button Icon Add office photos

Filter interviews by

Sagarsoft Associate Software Developer Interview Questions and Answers

Updated 30 Oct 2023

Sagarsoft Associate Software Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Oct 2022. There were 5 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 

Numbers, LCM and HCF, Trains

Round 3 - Coding Test 

Prime Number, String Manipulation

Round 4 - Group Discussion 

Technology is boon or bane

Round 5 - Technical 

(2 Questions)

  • Q1. OOPs, Java and Python
  • Q2. Inheritance, polymorphisam, abstraction, encapsulation

Interview questions from similar companies

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
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

30min Pseudo Code,Ratio and Proportion

Round 2 - Coding Test 

1 hour Array,HashMap

Round 3 - Technical 

(4 Questions)

  • Q1. Write a program a string is Anagram or not
  • Ans. 

    Program to check if a string is an Anagram or not

    • Create a function that takes in two strings as input

    • Sort the characters in both strings and compare if they are equal

    • Return true if they are anagrams, false otherwise

  • Answered by AI
  • Q2. How to connect mongodb with database
  • Ans. 

    To connect MongoDB with a database, you need to use the MongoDB URI and a MongoDB client library.

    • Use the MongoDB URI to specify the connection details such as host, port, username, password, and database name

    • Install a MongoDB client library like Mongoose for Node.js or pymongo for Python

    • Use the client library to establish a connection to the MongoDB database and perform CRUD operations

  • Answered by AI
  • Q3. What is event listener
  • Ans. 

    An event listener is a function that waits for a specific event to occur and then triggers a response.

    • Event listeners are commonly used in web development to handle user interactions like clicks, keypresses, etc.

    • They are attached to specific elements and listen for events to occur on those elements.

    • Once the event occurs, the listener executes a callback function to respond to the event.

    • Example: Adding a click event lis...

  • Answered by AI
  • Q4. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. How to reverse a string without using extra space
  • Ans. 

    Use two pointers to swap characters in place

    • Initialize two pointers, one at the beginning of the string and one at the end

    • Swap characters at the two pointers and move them towards each other until they meet or cross

    • Repeat the process until the entire string is reversed

  • Answered by AI
  • Q2. Find a number that not present in array in O(N) time complexity array contain only 0 to n numbers
  • Ans. 

    Use bitwise XOR operation to find the missing number in O(N) time complexity.

    • Iterate through the array and XOR all the elements with their indices and the array length.

    • The missing number will be the result of XORing all the elements with their indices and the array length.

  • Answered by AI
  • Q3. Why should you join this company
  • Q4. How many interview have you give previously and why you get rejected

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 minutes, PHP, MySQL,

Round 2 - Case Study 

Had some question about the scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, don't have to know everything, but what you know, that you have to know well.

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Given a sorted array, find a given element in shortest possible time
  • Ans. 

    Use binary search algorithm to find the given element in a sorted array.

    • Start with the middle element of the array.

    • If the middle element is equal to the given element, return its index.

    • If the middle element is greater than the given element, search in the left half of the array.

    • If the middle element is smaller than the given element, search in the right half of the array.

    • Repeat the process until the element is found or

  • Answered by AI
  • Q2. Closures, Promises, Callback
  • Q3. Hoisting in JavaScript
  • Ans. 

    Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

    • Hoisting applies to variable and function declarations, but not to variable assignments

    • Function declarations are hoisted before variable declarations

    • Hoisting can lead to unexpected behavior and should be avoided

  • Answered by AI
  • Q4. Specificity in CSS, pseudo selectors
  • Ans. 

    Specificity in CSS refers to the priority given to different CSS rules when multiple rules apply to the same element.

    • Specificity is determined by the number of ID, class, and element selectors in a rule

    • Pseudo selectors like :hover and :active can also affect specificity

    • Using !important can override specificity, but should be used sparingly

    • Understanding specificity is important for avoiding unexpected styling conflicts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - HR will low ball you. Even though salary expectation are confirmed before technical discussion, they will low ball you in HR round. Also they will offer you one level below designation than your experience. Even when you point this, they will argue that nothing can't be done. But as soon as you say no to opportunity, they will agree for it as favour.

Skills evaluated in this interview

Sagarsoft Interview FAQs

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

Some of the top questions asked at the Sagarsoft Associate Software Developer interview -

  1. Inheritance, polymorphisam, abstraction, encapsulat...read more
  2. OOPs, Java and Pyt...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sagarsoft interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
Software Engineer
28 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹7.4 L/yr - ₹24.5 L/yr

Associate Software Engineer
27 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Technical Lead
26 salaries
unlock blur

₹13.8 L/yr - ₹54 L/yr

Team Lead
14 salaries
unlock blur

₹7.1 L/yr - ₹25 L/yr

Explore more salaries
Compare Sagarsoft with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview