Upload Button Icon Add office photos

Filter interviews by

Vistex Asia Pacific Interview Questions and Answers

Updated 7 Jan 2025

Vistex Asia Pacific Interview Experiences

Popular Designations

4 interviews found

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

(2 Questions)

  • Q1. Pricing procedure related questions
  • Q2. Condition types and records

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. More specific on your topic and any advance knowledge on your domain.
Round 3 - Behavioral 

(3 Questions)

  • Q1. Why you want to join this company?
  • Q2. Why you want to leave your current organisation?
  • Q3. How will you add value to our organisation?
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation and benefits given to employees

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a sound knowledge about your domain and prepare for the interview for atleast 2-3 days.

Senior Technical Lead Interview Questions asked at other Companies

Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
View answer (1)
Interview experience
5
Excellent
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to clone the issue
  • Ans. 

    To clone an issue in Jira, go to the issue and click on the 'More' button, then select 'Clone'.

    • Go to the issue you want to clone

    • Click on the 'More' button

    • Select 'Clone' from the dropdown menu

  • Answered by AI
  • Q2. How to create on issue
  • Ans. 

    To create an issue in Jira, follow these steps:

    • Login to Jira with your credentials

    • Click on the 'Create' button in the top navigation bar

    • Select the appropriate project for the issue

    • Fill in the required fields such as issue type, summary, and description

    • Add any additional details or attachments if necessary

    • Click on the 'Create' button to create the issue

  • Answered by AI

Jira Administrator Interview Questions asked at other Companies

Q1. What are the responsibilities and how to creat dashboards, how to creat workflows and how to creat field configuration
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Coding Test 

Program on java and html and javascript

Junior Developer Interview Questions asked at other Companies

Q1. If a client website is in trouble, they are bleeding money, would you show the client the watch and say my time is over, or are you someone who will stay up all night unless problem is solved?
View answer (1)

Vistex Asia Pacific interview questions for popular designations

 Senior Technical Lead

 (1)

 Senior Associate

 (1)

 Jira Administrator

 (1)

 Junior Developer

 (1)

Interview questions from similar companies

I applied via Freshesworld and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java, mainly versions of Java , which is the latest version of java currently using. Rate yiur java skills out of 10?? Are you relocate, internship project deeply they ask question...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before going to interview. Feel free, listen some music and peace full mind . don't afraid. Be courage.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details
Contribute & help others!
anonymous
You can choose to be anonymous

Vistex Asia Pacific Interview FAQs

How many rounds are there in Vistex Asia Pacific interview?
Vistex Asia Pacific interview process usually has 2-3 rounds. The most common rounds in the Vistex Asia Pacific interview process are Resume Shortlist, Technical and Behavioral.
How to prepare for Vistex Asia Pacific 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 Vistex Asia Pacific. The most common topics and skills that interviewers at Vistex Asia Pacific expect are SAP Implementation, SAP SD, SAP Support, SAP ABAP and SAP HANA.
What are the top questions asked in Vistex Asia Pacific interview?

Some of the top questions asked at the Vistex Asia Pacific interview -

  1. How to clone the is...read more
  2. How to create on is...read more
  3. Pricing procedure related questi...read more

Recently Viewed

DESIGNATION

INTERVIEWS

TCS

No Interviews

DESIGNATION

DESIGNATION

DESIGNATION

DESIGNATION

INTERVIEWS

SAP

No Interviews

DESIGNATION

COMPANY BENEFITS

Bird Worldwide Flight Services

No Benefits

SALARIES

Bird Worldwide Flight Services

No Salaries

Tell us how to improve this page.

Vistex Asia Pacific Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
SAP Interview Questions
4.2
 • 283 Interviews
View all

Fast track your campus placements

View all

Vistex Asia Pacific Reviews and Ratings

based on 76 reviews

3.7/5

Rating in categories

3.5

Skill development

3.0

Work-life balance

3.7

Salary

3.9

Job security

3.1

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 76 Reviews and Ratings
Senior Software Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Consultant
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Developer Associate
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vistex Asia Pacific with

SAP

4.2
Compare

Accenture

3.8
Compare

IBM

4.0
Compare

Deloitte

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent