Upload Button Icon Add office photos
Engaged Employer

i

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

vasyERP Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

vasyERP Solutions Interview Questions and Answers

Updated 25 Feb 2025
Popular Designations

vasyERP Solutions Interview Experiences

5 interviews found

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

I applied via Approached by Company and was interviewed in Jul 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. What is microservices? What is RDBMS? What is exception handling?
  • Ans. 

    Microservices are small, independent, and loosely coupled services that work together to form a larger application.

    • Microservices architecture breaks down a large application into smaller, independent services.

    • Each service is responsible for a specific task and communicates with other services through APIs.

    • Microservices are designed to be scalable, flexible, and resilient.

    • Examples of microservices include Netflix, Amazo...

  • Answered by AI
  • Q2. What is Data Migration? Could you please explain about your recent projects? What is Data Conversion? How REST APIs works?
  • Ans. 

    Data migration is the process of transferring data from one system to another.

    • It involves moving data from one storage location to another

    • It can be done manually or through automated tools

    • Examples include migrating data from an old CRM system to a new one

    • Data migration can be complex and require careful planning to ensure data integrity

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years? Do you have any knowledge of what our company does? Salary expectations? Willing to relocate?
  • Ans. 

    In 5 years, I see myself as a senior software developer, contributing to the growth and success of the company.

    • I envision taking on more responsibilities and leading projects.

    • I hope to have gained expertise in new technologies and frameworks.

    • I aim to mentor and guide junior developers, fostering a collaborative and innovative work environment.

    • I plan to continuously learn and stay updated with industry trends and best p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your tech stack and its core concepts.
Knowledge of database is must.

Skills evaluated in this interview

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

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

Round 1 - HR 

(2 Questions)

  • Q1. What is IT Sales ?
  • Ans. 

    IT Sales refers to the process of selling technology products or services to businesses or consumers.

    • Involves selling software, hardware, or IT services to clients

    • Requires understanding of technology and ability to communicate benefits to customers

    • Often involves building relationships with clients and providing ongoing support

    • Examples: selling cloud computing services, software licenses, or networking equipment

  • Answered by AI
  • Q2. Why do you want to join this company?
  • Ans. 

    I am impressed by the company's innovative products and strong reputation in the industry.

    • I admire the company's commitment to excellence and continuous improvement.

    • I believe my skills and experience align well with the company's goals and values.

    • I am excited about the opportunity to contribute to the company's growth and success.

    • I have heard great things about the company culture and employee development programs.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in interview.
Represent yourself.
Tell actual about yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About Myself & My Role
Round 2 - One-on-one 

(1 Question)

  • Q1. Agile Methodologies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2022. There were 5 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 - Aptitude Test 

Aptitude, Logical Reasoning and Basic programming concepts

Round 3 - Technical 

(2 Questions)

  • Q1. OOPS, Java, Springboot
  • Q2. Array, Linkedlist, Hashmap, etc all DSA concepts
Round 4 - Technical 

(2 Questions)

  • Q1. Java, OOPS, Hashmap, DSA, DBMS, Springboot, HTML, CSS, etc
  • Q2. Keys, Joins,etc
Round 5 - HR 

(1 Question)

  • Q1. Telephonic HR Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be positive, you will surely achieve your goals
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Fundamental aptitude and quantitative questions.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, Core java, Exceptions, Springboot, SQL
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about vasyERP Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Aug 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal coading questions, and then apptitude questions which they had in the 1st apptitude round

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview but a very tedious and long process

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Core concepts of javascript.
  • Q2. Defining the high-level component structure of a page.
  • Ans. 

    High-level component structure of a page refers to the organization of the main elements on a webpage.

    • Identify the main content area of the page

    • Determine the navigation menu and its placement

    • Decide on the placement of secondary content such as ads or related articles

    • Consider the footer and its contents

    • Ensure the page is responsive and adaptable to different screen sizes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the core concepts and be ready to solve problems given at random. Knowing which concept to use would be very much helpful in getting the solutions to the questions.

Skills evaluated in this interview

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General aptitude. Around 2-3 questions with fixed time limit.

Round 3 - Coding Test 

Coding for 2-3 questions. Any coding language knowledge is a must to clear this. Failing to clear doesn't guarantee your rejection.

Round 4 - Coding Test 

This is the deciding round where you are given logical questions one by one. You dont need coding language knowledge as long as you are able to portray the logic using a flowchart.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack as long as you are good at logic building.

vasyERP Solutions Interview FAQs

How many rounds are there in vasyERP Solutions interview?
vasyERP Solutions interview process usually has 2-3 rounds. The most common rounds in the vasyERP Solutions interview process are HR, Technical and Resume Shortlist.
How to prepare for vasyERP Solutions 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 vasyERP Solutions. The most common topics and skills that interviewers at vasyERP Solutions expect are ERP Systems, Lead Generation, ERP Sales, IT Sales and Java.
What are the top questions asked in vasyERP Solutions interview?

Some of the top questions asked at the vasyERP Solutions interview -

  1. What is Data Migration? Could you please explain about your recent projects? Wh...read more
  2. What is microservices? What is RDBMS? What is exception handli...read more
  3. What is IT Sale...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 6 interview experiences

Difficulty level

Easy 25%
Moderate 50%
Hard 25%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Ginesys Interview Questions
3.8
 • 63 Interviews
BrowserStack Interview Questions
3.6
 • 50 Interviews
Acies Interview Questions
4.4
 • 39 Interviews
ZIGRAM Interview Questions
3.4
 • 39 Interviews
Winman Software Interview Questions
4.0
 • 31 Interviews
View all

vasyERP Solutions Reviews and Ratings

based on 24 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.7

Salary

2.9

Job security

3.4

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 24 Reviews and Ratings
Senior SEO Executive

Ahmedabad

3-5 Yrs

Not Disclosed

UI/UX & Graphic Designer

Ahmedabad

2-5 Yrs

Not Disclosed

Junior SEO Executive

Ahmedabad

2-3 Yrs

Not Disclosed

Explore more jobs
Software Developer
12 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Junior Software Developer
7 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Android Developer
7 salaries
unlock blur

₹3.4 L/yr - ₹6 L/yr

Business Analyst
6 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Customer Success Executive
6 salaries
unlock blur

₹4.4 L/yr - ₹6 L/yr

Explore more salaries
Compare vasyERP Solutions with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Nowfloats Technologies

3.2
Compare

Peel-works

3.6
Compare
write
Share an Interview