Upload Button Icon Add office photos

Filter interviews by

AVANTSOFT Senior Software Developer Interview Questions and Answers

Updated 29 Mar 2024

AVANTSOFT Senior Software Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How long is your commitment to the company?
Round 2 - One-on-one 

(1 Question)

  • Q1. Could the company place their trust in you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Choose other company

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. DS & Algo topics
  • Q2. GoLang concepts
Round 2 - One-on-one 

(2 Questions)

  • Q1. More on Server Architectural Questions
  • Q2. Questions related to database & all
Round 3 - HR 

(2 Questions)

  • Q1. Why are you switching the job
  • Q2. What is your goal in next 5years
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mutable and Non-Mutable data type.
  • Ans. 

    Mutable data types can be changed after creation, while non-mutable data types cannot be changed.

    • Mutable data types in Python include lists and dictionaries.

    • Non-mutable data types in Python include tuples and strings.

    • Changing a mutable data type will modify the original object, while changing a non-mutable data type will create a new object.

  • Answered by AI
  • Q2. Write code for decorator.
  • Ans. 

    A decorator is a design pattern that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.

    • Decorators are functions that take another function and extend its behavior without explicitly modifying it.

    • They are commonly used in Python to add functionality to existing functions or classes.

    • Example: Adding logging to a function using a decorator.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Print pattern and recursive program

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical question ask link c#,Api,mvc, Angular ,core.net
Round 4 - HR 

(1 Question)

  • Q1. Introduction and educational , work experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. This round was purely based on DSA. One question of Leetcode hard difficulty was asked. Question Name - Median of two sorted arrays.
Round 2 - Technical 

(1 Question)

  • Q1. This was low level design round. I was asked to design a system like Redbus. Functional Requirements - 1. user can login/signup on the platform 2. functionality to choose btw different operational routes....
Round 3 - Technical 

(2 Questions)

  • Q1. This round was taken by their Engineering Director. Questions were related to multithreading, types of entity relationships with examples, transaction management in Spring Boot, JVM components, garbage col...
  • Q2. Later interviewer asked me to code a multithreading assignment - 1. Create a fixed threadpool of size 10. 2. Submit number of tasks to the threadpool. 3. Return the results from every task and print in mu...

Interview Preparation Tips

Topics to prepare for Pine Labs Software Development Engineer II interview:
  • DSA
  • LLD
  • HLD
  • MySQL
  • Java
  • Spring Boot
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Ans. 

    Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions cannot be used as constructors with 'new'.

    • Arrow functions are more concise and have implicit return when no curly braces are used.

  • Answered by AI
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Q4. Difference between forEach and Map
  • Ans. 

    forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map does

    • forEach does not modify the original array, while map creates a new array

    • forEach is used for side effects, while map is used for transformation

    • Example: forEach - array.forEach(item => console.log(item)), map - const newAr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Describe your work in current project
  • Ans. 

    I am currently working on developing a web application for a client in the e-commerce industry.

    • Developing front-end using React.js and back-end using Node.js

    • Implementing payment gateway integration for seamless transactions

    • Optimizing website performance for better user experience

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Describe the current design of the project
  • Ans. 

    The current design of the project is a microservices architecture with a front-end built using React and a back-end using Node.js.

    • Microservices architecture is used for scalability and flexibility

    • Front-end is developed using React for a dynamic user interface

    • Back-end is built with Node.js for server-side logic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial round interviewers were very rude and felt like they were forced to take interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude was very basic.

Round 2 - Technical 

(2 Questions)

  • Q1. What is constant?
  • Ans. 

    A constant is a value that does not change during the execution of a program.

    • Constants are used to store values that remain the same throughout the program.

    • They are declared using the 'const' keyword in many programming languages.

    • Examples include mathematical constants like pi (3.14159) or physical constants like the speed of light (299,792,458 m/s).

  • Answered by AI
  • Q2. What is object oriented programming?
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Inheritance allows a subclass to inherit attributes and methods from a superclass.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Negotiation
  • Q2. Work culture description
  • Ans. 

    Our work culture is collaborative, innovative, and focused on continuous learning and growth.

    • Encourages teamwork and open communication

    • Emphasizes creativity and problem-solving

    • Provides opportunities for professional development

    • Values diversity and inclusion

    • Promotes a healthy work-life balance

  • Answered by AI

Skills evaluated in this interview

AVANTSOFT Interview FAQs

How many rounds are there in AVANTSOFT Senior Software Developer interview?
AVANTSOFT interview process usually has 2 rounds. The most common rounds in the AVANTSOFT interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

HSBC Group Interview Questions
4.0
 • 485 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 327 Interviews
Morgan Stanley Interview Questions
3.7
 • 298 Interviews
Citicorp Interview Questions
3.7
 • 277 Interviews
Morningstar Interview Questions
4.0
 • 238 Interviews
FactSet Interview Questions
4.0
 • 204 Interviews
View all

AVANTSOFT Senior Software Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

2.0

Salary & Benefits

2.0

Job Security

3.0

Company culture

4.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Compare AVANTSOFT with

HSBC Group

4.0
Compare

Cholamandalam Investment & Finance

4.0
Compare

SBI Cards & Payment Services

3.7
Compare

BNY

4.0
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