Upload Button Icon Add office photos
Engaged Employer

i

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

Advansoft International Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 53 Reviews

Filter interviews by

Advansoft International Software Engineer Interview Questions and Answers

Updated 12 Oct 2022

Advansoft International Software Engineer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in 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 - HR 

(3 Questions)

  • Q1. Work from office or not
  • Q2. Monthly Target or not
  • Q3. Mobile or Android or pc
Round 3 - Technical 

(1 Question)

  • Q1. Where from office or home
Round 4 - HR 

(1 Question)

  • Q1. Night shift or morning shift

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard working
Good information
More knowledge ditels

Software Engineer Jobs at Advansoft International

View all

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
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions

Software Engineer Interview Questions & Answers

EagleView user image SHAURYA AGRAWAL (RA2111030010009)

posted on 28 Sep 2024

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

60min of aptitude and coding test

Round 2 - Coding Test 

2 questions on coding test

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

I applied via campus placement at CMR Institute of Technology, Bangalore and was interviewed in Mar 2023. 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 

Basic aptitude questions and questions on React

Round 3 - Coding Test 

Asked for printing patterns in a loop

Round 4 - Technical 

(1 Question)

  • Q1. Explain your code. Talked about projects, questions on array and a Water-jug problem puzzle question
Round 5 - HR 

(1 Question)

  • Q1. Asked about family and residence.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions on Javascript

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding questions were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to avoid Whitelable Exception in Spring boot? Spring Actuators ?
  • Ans. 

    To avoid Whitelabel Exception in Spring Boot, customize error handling and provide appropriate error responses.

    • Create a custom error controller to handle exceptions

    • Implement a custom exception handler to map specific exceptions to appropriate HTTP responses

    • Use @ControllerAdvice to handle exceptions globally

    • Configure error properties to provide custom error messages and codes

    • Use appropriate HTTP status codes for differe

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Constructor? OOPs concepts?
  • Ans. 

    A constructor is a special method used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • They can be overloaded to have multiple constructors with different parameters.

    • Constructors can also call other constructors using the 'this' keyword.

  • Answered by AI

Skills evaluated in this interview

Advansoft International Interview FAQs

How many rounds are there in Advansoft International Software Engineer interview?
Advansoft International interview process usually has 4 rounds. The most common rounds in the Advansoft International interview process are HR, Resume Shortlist and Technical.
How to prepare for Advansoft International Software Engineer 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 Advansoft International. The most common topics and skills that interviewers at Advansoft International expect are Java, AWS, C, Javascript and Networking.
What are the top questions asked in Advansoft International Software Engineer interview?

Some of the top questions asked at the Advansoft International Software Engineer interview -

  1. Mobile or Android or...read more
  2. Monthly Target or ...read more
  3. Night shift or morning sh...read more

Tell us how to improve this page.

Advansoft International Software Engineer Salary
based on 5 salaries
₹9.8 L/yr - ₹11 L/yr
26% more than the average Software Engineer Salary in India
View more details
Information Technology Recruiter
27 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Senior IT Recruiter
21 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Senior Bench Sales Recruiter
12 salaries
unlock blur

₹3.2 L/yr - ₹6.2 L/yr

HR Recruiter
11 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Bench Sales Recruiter
10 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Advansoft International 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