Upload Button Icon Add office photos

Filter interviews by

Global Vision Consultant Interview Questions and Answers

Updated 10 Sep 2024

Interview questions from similar companies

Consultant Interview Questions & Answers

Wipro user image rontala ramya

posted on 10 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain inter company accounting
  • Ans. 

    Inter company accounting involves recording financial transactions between different entities within the same organization.

    • Inter company accounting ensures accurate financial reporting within a group of companies.

    • Transactions between entities are eliminated to avoid double counting.

    • Common inter company transactions include sales, purchases, loans, and transfers of assets.

    • Inter company accounts are used to track these t...

  • Answered by AI
  • Q2. Foreign Currency Revaluation
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the process you follow for support project
  • Q2. How do you manage a team
  • Ans. 

    I manage a team by setting clear goals, providing support and resources, fostering open communication, and recognizing achievements.

    • Set clear goals and expectations for team members

    • Provide necessary support and resources for team to succeed

    • Foster open communication and encourage collaboration

    • Recognize and reward team achievements

    • Delegate tasks effectively based on team members' strengths and skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They may touch even the modules which haven't kept in the resume. it's better to be prepared for all.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. What Is difference between SAP ERP AND S/4 HANA
  • Ans. 

    SAP ERP is the traditional enterprise resource planning software, while S/4 HANA is the next-generation ERP suite built on the SAP HANA platform.

    • SAP ERP is based on traditional on-premise architecture, while S/4 HANA is designed for cloud deployment.

    • SAP ERP uses a row-based database structure, while S/4 HANA utilizes an in-memory columnar database for faster data processing.

    • SAP ERP requires separate systems for transac...

  • Answered by AI
  • Q2. What are the steps for implementation in SAP
  • Ans. 

    Implementation steps in SAP involve planning, configuration, testing, training, and deployment.

    • 1. Planning phase involves defining project scope, objectives, and timeline.

    • 2. Configuration phase includes setting up SAP modules according to business requirements.

    • 3. Testing phase ensures that the system functions correctly and meets user needs.

    • 4. Training phase involves educating users on how to use the SAP system effecti...

  • Answered by AI
  • Q3. What is RICEF? explain
  • Ans. 

    RICEF is a prioritization framework used in project management to rank tasks based on their impact and effort required.

    • RICEF stands for Reach, Impact, Confidence, and Effort.

    • Reach refers to the number of people affected by the task.

    • Impact is the potential positive outcome of the task.

    • Confidence is how sure you are about the estimates for Reach and Impact.

    • Effort is the amount of time and resources needed to complete the...

  • Answered by AI
  • Q4. Have you worked with APP? EXPLAIN THE STEPS
  • Ans. 

    Yes, I have worked with APP. The steps involve designing, developing, testing, and deploying the application.

    • Design the user interface and functionality of the APP

    • Develop the APP using programming languages like Java, Swift, or React Native

    • Test the APP for bugs and errors

    • Deploy the APP to app stores or internal servers for users to access

  • Answered by AI
  • Q5. How would you configure material?
  • Ans. 

    Material can be configured by adjusting its properties and parameters to meet specific requirements.

    • Identify the specific requirements for the material

    • Adjust properties such as density, strength, and flexibility

    • Consider parameters like temperature resistance and chemical compatibility

    • Test the configured material to ensure it meets the desired specifications

  • Answered by AI
  • Q6. What is your role in your current company
  • Ans. 

    I am responsible for managing client relationships, providing strategic advice, and overseeing project implementation.

    • Managing client relationships

    • Providing strategic advice

    • Overseeing project implementation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Consultant interview:
  • SAP SD
  • SAP FICO

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. No of occurance of a charcter in a string.
  • Ans. 

    Count the number of occurrences of a character in a string.

    • Iterate through the string and keep track of the count of the desired character.

    • Use a hashmap to store the count of each character for efficient lookup.

    • Consider both uppercase and lowercase characters as separate entities.

  • Answered by AI
  • Q2. Write xpath on amazon website
  • Ans. 

    XPath can be used to locate elements on the Amazon website.

    • Use //tagname to select all elements with a specific tag name

    • Use @attribute to select elements with a specific attribute

    • Use [text()='value'] to select elements with specific text content

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Database and automation framework connection.
  • Q2. Sql questions on joins
Round 3 - English Test 

(1 Question)

  • Q1. Reading, writing, listning, speaking

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals and be prepare for the coding with different data structures.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

I have three questions: 1. How to handle null values? 2. What are ranking functions? 3. Can you explain self joins?

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project description
  • Q2. Tools used
  • Ans. 

    I primarily use tools such as Microsoft Excel, PowerPoint, and Tableau for data analysis and visualization.

    • Microsoft Excel for data manipulation and analysis

    • PowerPoint for creating presentations

    • Tableau for data visualization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for scenario-based SQL questions for the coding round.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Good enough and it’s through online

Round 2 - Aptitude Test 

Same as of the previous round

Round 3 - Coding Test 

Same though online as previously mentioned

Round 4 - Technical 

(2 Questions)

  • Q1. Intro about you
  • Q2. Projects related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are oops concepts ?
  • Ans. 

    Oops concepts refer to Object-Oriented Programming concepts which include 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...

  • Answered by AI
  • Q2. Overriding and over loading ?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Behavioral question
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced consultant with a strong background in problem-solving and client management.

    • Over 5 years of experience in consulting roles

    • Skilled in analyzing data and providing strategic recommendations

    • Proven track record of successfully managing client relationships

    • Strong communication and presentation skills

    • Certified in relevant consulting methodologies

  • Answered by AI
  • Q2. Why interested in this role
  • Ans. 

    Passionate about problem-solving and helping clients achieve their goals.

    • Enjoy analyzing complex issues and providing strategic solutions

    • Excited about collaborating with diverse teams and clients

    • Previous experience in consulting roles, such as improving operational efficiency for a manufacturing company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghosters
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain windows, frames
  • Ans. 

    Windows and frames are components of a graphical user interface that help organize and display information on a computer screen.

    • Windows are individual graphical elements that contain content or applications on a computer screen.

    • Frames are containers within a window that can hold other elements such as buttons, text boxes, or images.

    • Windows can be resized, minimized, maximized, and moved around the screen, while frames ...

  • Answered by AI
  • Q2. Is selenium webdriver or a class
  • Ans. 

    Selenium WebDriver is a class used for automating web application testing.

    • Selenium WebDriver is a tool used for automating web browsers.

    • It provides a programming interface to create and execute test cases.

    • It is not a standalone class but a collection of classes and interfaces.

    • Examples of Selenium WebDriver classes include ChromeDriver, FirefoxDriver, etc.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Terraform questions related ones
  • Q2. Devops coding and data engg

Global Vision Interview FAQs

How many rounds are there in Global Vision Consultant interview?
Global Vision interview process usually has 1 rounds. The most common rounds in the Global Vision interview process are Technical.

Tell us how to improve this page.

Consultant Interview Questions from Similar Companies

TCS Consultant Interview Questions
3.7
 • 56 Interviews
IBM Consultant Interview Questions
4.1
 • 19 Interviews
View all
HR Executive
9 salaries
unlock blur

₹2 L/yr - ₹2.4 L/yr

Recruitment Executive
7 salaries
unlock blur

₹3.5 L/yr - ₹3.5 L/yr

Electrical Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹2.5 L/yr

Service Engineer
4 salaries
unlock blur

₹1.6 L/yr - ₹2.2 L/yr

Marketing Executive
4 salaries
unlock blur

₹1.6 L/yr - ₹2.3 L/yr

Explore more salaries
Compare Global Vision with

Tech Mahindra

3.6
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
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