Upload Button Icon Add office photos

Filter interviews by

AssetVantage Systems Interview Questions and Answers

Updated 22 Aug 2024

AssetVantage Systems Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java basics questions
  • Q2. Basic Selenium questions

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters By FrequencyYou have been given a string ‘S’. You need to sort ‘S’ in increasing order based on the frequency of characters. If two characters have the same frequency then the character with a lesser ASCII value must occu... read more
View answer (1)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

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

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS Concepts in detail
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts such as Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hides the complex implementation detai...

  • Answered by AI
  • Q2. Selenium methods

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

Jobs at AssetVantage Systems

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. SSRF vs CSRF, impact of csrf
  • Ans. 

    SSRF allows attackers to access internal resources, while CSRF allows attackers to perform actions on behalf of a user.

    • SSRF (Server-Side Request Forgery) allows attackers to make requests on behalf of the server, potentially accessing internal resources.

    • CSRF (Cross-Site Request Forgery) allows attackers to perform actions on a website on behalf of a user without their consent.

    • CSRF attacks can lead to unauthorized actio...

  • Answered by AI
  • Q2. XSS and type of xss
  • Ans. 

    XSS stands for Cross-Site Scripting, a type of security vulnerability that allows attackers to inject malicious scripts into web pages.

    • XSS allows attackers to execute scripts in the victim's browser, potentially stealing sensitive information or performing actions on behalf of the victim.

    • Types of XSS include reflected XSS, stored XSS, and DOM-based XSS.

    • Reflected XSS occurs when user input is immediately returned to the...

  • Answered by AI
  • Q3. LFI and RFI and mitigation of both
  • Q4. Dom Based XSS and mitigation
  • Q5. Session mgnt , hijaking, handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with owasp top 10 vulnerabilities and tranding security vunerabilities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What design pattern you usually used?
  • Ans. 

    I usually use the MVC (Model-View-Controller) design pattern in my projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and maintainability

    • Examples: Laravel framework in PHP, Spring framework in Java

  • Answered by AI
  • Q2. What is the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.

    • ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic ques on speed distance

Round 2 - Coding Test 

Easy level question based on DSA

Round 3 - One-on-one 

(4 Questions)

  • Q1. What is contructor
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

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

    • They are used to initialize the object's state

    • Constructors can have parameters to customize the initialization process

  • Answered by AI
  • Q2. What is deadlock
  • Ans. 

    Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Occurs in multitasking environments

    • Caused by a circular wait, hold and wait, no preemption, and mutual exclusion

    • Examples include two processes waiting for each other to release a lock or resource

  • Answered by AI
  • Q3. Threads in java
  • Ans. 

    Threads in Java allow for concurrent execution of multiple tasks within a single program.

    • Threads are lightweight sub-processes within a program.

    • They allow for parallel execution of tasks, improving performance.

    • Java provides built-in support for creating and managing threads using the Thread class.

    • Example: Creating a new thread - Thread myThread = new Thread(() -> { // task to be executed });

    • Example: Starting a thread -

  • Answered by AI
  • Q4. Diff between string builder an buffer
  • Ans. 

    String Builder is mutable, String Buffer is synchronized.

    • String Builder is faster as it is not synchronized.

    • String Buffer is thread-safe, String Builder is not.

    • String Builder should be used in single-threaded environments, String Buffer in multi-threaded.

    • Example: StringBuilder sb = new StringBuilder(); StringBuffer buff = new StringBuffer();

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Based on Resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Costing and Taxation Knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Walk-in

Round 1 - HR 

(2 Questions)

  • Q1. My job profile and work experience
  • Q2. Product

Interview Preparation Tips

Interview preparation tips for other job seekers - Nathing advice all good for this organisation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Risks in Hiring process?
  • Ans. 

    Risks in hiring process include making a poor cultural fit, hiring unqualified candidates, and potential legal issues.

    • Poor cultural fit can lead to decreased morale and productivity

    • Hiring unqualified candidates can result in poor performance and high turnover rates

    • Potential legal issues such as discrimination or wrongful termination can lead to costly lawsuits

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for accounting and finance.

    • Completed Bachelor's degree in Accounting

    • Currently pursuing CPA certification

    • Interned at a local accounting firm for 1 year

    • Proficient in Microsoft Excel and QuickBooks

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Prepaid expenses entry
  • Q2. Basic accounting question

AssetVantage Systems Interview FAQs

How many rounds are there in AssetVantage Systems interview?
AssetVantage Systems interview process usually has 1 rounds. The most common rounds in the AssetVantage Systems interview process are Technical.
How to prepare for AssetVantage Systems 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 AssetVantage Systems. The most common topics and skills that interviewers at AssetVantage Systems expect are PHP, HTML, Javascript, MySQL and Ajax.
What are the top questions asked in AssetVantage Systems interview?

Some of the top questions asked at the AssetVantage Systems interview -

  1. OOPS Concepts in det...read more
  2. Java basics questi...read more
  3. Basic Selenium questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 AssetVantage Systems interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
Info Edge Interview Questions
4.0
 • 314 Interviews
Freshworks Interview Questions
3.5
 • 153 Interviews
Tally Solutions Interview Questions
4.3
 • 38 Interviews
InMobi Interview Questions
3.6
 • 35 Interviews
View all

AssetVantage Systems Reviews and Ratings

based on 24 reviews

3.0/5

Rating in categories

3.1

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

2.4

Promotions/Appraisal

3.3

Work Satisfaction

Explore 24 Reviews and Ratings
Associate Director

Mumbai

5-12 Yrs

Not Disclosed

Sr. Software Engineer

Pune

5-8 Yrs

Not Disclosed

Associate- Website Developer

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
16 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Associate
8 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹2.9 L/yr - ₹8.2 L/yr

Senior Associate
7 salaries
unlock blur

₹5.8 L/yr - ₹7.2 L/yr

Test Engineer
7 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare AssetVantage Systems with

Tally Solutions

4.2
Compare

Zoho

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

InMobi

3.6
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