Upload Button Icon Add office photos

Filter interviews by

GlobalSpace Technologies Interview Questions and Answers

Updated 8 Jun 2024

GlobalSpace Technologies Interview Experiences

Popular Designations

3 interviews found

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

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Strengths & Weakness

Accounts & Finance Executive Interview Questions asked at other Companies

Q1. What is TDS? Describe section 192 C of TDS.
View answer (1)

I applied via Walk-in and was interviewed in Apr 2022. There were 2 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. Past experience in detail
  • Q2. Family Background salary package
  • Q3. Surgery and operations

Interview Preparation Tips

Interview preparation tips for other job seekers - After interview...they should update about the report...lack of communication.

Business Development Officer Interview Questions asked at other Companies

Q1. How to recurring a team nd busnines how to achive your target nd goal if agent not giving business so what is your next staterdgy nd how to complite your target in every month if costumer not meeting your in front so what is your statergy t... read more
View answer (2)

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - One-on-one 

(1 Question)

  • Q1. Directors interaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Directors are so polite. they hear and give proper guidance

Executive Accountant Interview Questions asked at other Companies

Q1. What is P2P cycle , 3 way match , and what will you do if Approvals are missing in case of Non PO Invoices.
View answer (4)

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Asking regarding self introduction.
  • Q2. Asking somthing as wish of interviewer.
  • Q3. So wonderful ,Iready for interview
  • Q4. Asking regarding my company.
  • Q5. Asking regarding my job roll.
Round 2 - Group Discussion 

Asking regarding electrical designing.

Round 3 - Technical 

(2 Questions)

  • Q1. Asking regarding cable try modelling.
  • Q2. Asking regarding equipment modelling.

Interview Preparation Tips

Topics to prepare for Acer India Electrical Designer interview:
  • Cable try modelling, equipment m
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(8 Questions)

  • Q1. How we can Enhance Tables? Difference between Append vs Include?
  • Ans. 

    Enhancing tables in SAP ABAP involves adding custom fields or structures. Append adds fields at the end, while Include adds fields at a specific position.

    • Enhancing tables involves adding custom fields or structures to existing tables.

    • Append statement adds fields at the end of the table structure.

    • Include statement adds fields at a specific position within the table structure.

    • Append is used when adding fields to standard...

  • Answered by AI
  • Q2. What is TMG? on which TMG events you have worked on name them?
  • Ans. 

    TMG stands for Table Maintenance Generator. It is a tool used in SAP ABAP to create table maintenance dialog programs.

    • TMG is used to create table maintenance dialog programs for maintaining table entries.

    • TMG events include START-OF-SELECTION, END-OF-SELECTION, TOP-OF-PAGE, END-OF-PAGE, etc.

    • I have worked on TMG events such as START-OF-SELECTION and END-OF-SELECTION in my previous projects.

  • Answered by AI
  • Q3. Steps to create OData service? Expecting via CDS views and SEGW.
  • Ans. 

    Creating OData service using CDS views and SEGW

    • Create a CDS view with @OData.publish: true annotation

    • Activate the CDS view in SAP system

    • Create a project in SEGW transaction

    • Import the CDS view into the project

    • Define the entity set and entity type in SEGW

    • Map the CDS view fields to the entity type properties

    • Generate and implement the service

  • Answered by AI
  • Q4. Difference between ECC vs HANA? Why oops ABAP was introduced?
  • Ans. 

    ECC is a traditional ERP system while HANA is an in-memory database platform. OOPs ABAP was introduced for better code reusability and maintainability.

    • ECC is a traditional ERP system with separate application and database layers, while HANA combines both in-memory.

    • HANA allows real-time data processing and analytics, while ECC relies on disk-based storage.

    • OOPs ABAP was introduced to enhance code reusability, maintainabi...

  • Answered by AI
  • Q5. How will you optimize code? Explain parallel cursor with example.
  • Ans. 

    Optimizing code involves improving performance and efficiency. Parallel cursor in SAP ABAP allows for processing multiple records simultaneously.

    • Use SELECT statements with appropriate WHERE conditions to fetch only necessary data

    • Avoid nested loops and use optimized loop constructs like LOOP AT, LOOP AT ... WHERE, etc.

    • Use field symbols to avoid unnecessary data copying

    • Leverage parallel cursor processing to improve perfo...

  • Answered by AI
  • Q6. What is CDS view how it can be utilized? Diff between Association and Joins.
  • Ans. 

    CDS view is a virtual database table in SAP used for defining complex views. Associations are used for defining relationships, while joins are used for combining data from multiple tables.

    • CDS view is a virtual database table in SAP used for defining complex views

    • Associations in CDS views are used to define relationships between entities

    • Joins in CDS views are used to combine data from multiple tables based on a common f...

  • Answered by AI
  • Q7. What is BAPI how it can be utilized? What are pre-requisite for using BAPI?
  • Ans. 

    BAPI stands for Business Application Programming Interface. It is a standard interface to SAP business objects.

    • BAPIs are used to integrate SAP systems with external applications or other SAP systems.

    • They provide a way to access and manipulate data in SAP systems.

    • Pre-requisites for using BAPI include proper authorization, knowledge of the specific BAPIs available, and understanding of the data structures involved.

    • Exampl...

  • Answered by AI
  • Q8. What is BADI, Steps to implement and Difference b/w Classical and Kernel BADI.
  • Ans. 

    BADI stands for Business Add-In. It is an enhancement technique in SAP ABAP.

    • BADI allows you to add additional functionality to standard SAP applications without modifying the original code.

    • Steps to implement BADI: Define BADI interface -> Implement BADI interface -> Activate BADI implementation.

    • Classical BADI is implemented using SE18 transaction while Kernel BADI is implemented using SE19 transaction.

    • Difference betwee...

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

(2 Questions)

  • Q1. What kind of projects you worked on?
  • Ans. 

    I have worked on various SAP ABAP projects including implementation, customization, and support.

    • Implemented custom reports and interfaces to improve data visibility

    • Customized standard SAP modules to meet specific business requirements

    • Provided support for system upgrades and enhancements

    • Worked on performance tuning and optimization projects

    • Collaborated with functional consultants to understand business processes and tra

  • Answered by AI
  • Q2. Are you comfortable in switching from ABAP core to Integration?
  • Ans. 

    Yes, I am comfortable switching from ABAP core to Integration.

    • I have experience working with both ABAP core and Integration technologies.

    • I am adaptable and quick to learn new technologies and processes.

    • I believe that integrating different systems can enhance the overall functionality and efficiency of a project.

    • For example, I have successfully integrated SAP systems with third-party applications to streamline processes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared their size in around 200, looking for quality consultant. Be ready

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

They share an assignment I do it which is very large and they don't give respective time intervals but I clear that round

Round 2 - Technical 

(5 Questions)

  • Q1. Basic questions
  • Q2. What's is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps manage the state of an application in a predictable way.

    • Redux stores the entire state of an application in a single immutable object.

  • Answered by AI
  • Q3. What is react how it is different from html and angular
  • Ans. 

    React is a JavaScript library for building user interfaces, while HTML is a markup language and Angular is a framework.

    • React is a JavaScript library for building interactive user interfaces.

    • HTML is a markup language used for structuring content on web pages.

    • Angular is a full-fledged framework for building web applications.

    • React uses a virtual DOM for efficient rendering, while Angular uses two-way data binding.

    • React co...

  • Answered by AI
  • Q4. What is contex api in react js
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q5. What are hooks in react and how to use
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain log

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I clear all the rounds in interview but in last they tell me we will not go further with you without any reason.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Assignment 

I need to designe a dashboard of 2-3 pages

Round 2 - Technical 

(2 Questions)

  • Q1. What is your design process?
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Understand user needs, goals, and pain points.

    • Ideation: Brainstorm and generate design concepts.

    • Prototyping: Create interactive prototypes to visualize the design.

    • Testing: Gather feedback from users through usability testing.

    • Iteration: Refine and improve the design based on feedback.

    • Collaborati...

  • Answered by AI
  • Q2. What motivate you to design?
  • Ans. 

    I am motivated to design by the opportunity to solve problems creatively and make a positive impact on users' experiences.

    • I am driven by the challenge of finding innovative solutions to user needs

    • I am inspired by the potential to create intuitive and user-friendly interfaces

    • I am motivated by the ability to improve people's lives through design

    • I find joy in the process of creating visually appealing and functional desig

  • Answered by AI
Round 3 - Assignment 

I need to 2-3 screens of mobile app

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to change?
  • Ans. 

    I am seeking new challenges and opportunities for growth in the UI UX field.

    • Seeking new challenges to expand my skills

    • Opportunities for growth and advancement

    • Passion for UI UX design and desire to excel in the field

  • Answered by AI
  • Q2. What your salary expectation?
  • Ans. 

    My salary expectation is in line with industry standards for UI UX Designers with my level of experience.

    • Research industry standards for UI UX Designer salaries

    • Consider my level of experience and skills

    • Factor in the location and size of the company

    • Negotiate based on benefits and perks offered

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm your salary before an interview.

Skills evaluated in this interview

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

I applied through the careers page and after a week HR called me and scheduled an online test on Hacker Rank which contained 5 questions, 2 DSA, 1 Sql Query, 1 Rest Apis and 1 Problem Which I had to complete using IDE, that was a Spring Boot project and I need to validate the incoming request

Round 2 - Technical 

(2 Questions)

  • Q1. Count the Characters in a String
  • Ans. 

    Count the number of characters in a given string.

    • Iterate through the string and increment a counter for each character encountered.

    • Use the length() method of the String class to get the total number of characters.

    • Consider handling edge cases like empty strings or null inputs.

  • Answered by AI
  • Q2. Count the Words in a String
  • Ans. 

    Count the number of words in a given string.

    • Split the string by spaces to get an array of words

    • Get the length of the array to count the number of words

    • Consider handling special cases like multiple spaces or punctuation

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Regarding ERP process
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oracle startup sequence
  • Q2. Rac startup questions

GlobalSpace Technologies Interview FAQs

How many rounds are there in GlobalSpace Technologies interview?
GlobalSpace Technologies interview process usually has 2 rounds. The most common rounds in the GlobalSpace Technologies interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for GlobalSpace Technologies 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 GlobalSpace Technologies. The most common topics and skills that interviewers at GlobalSpace Technologies expect are .Net, Assembly Language, C, Development and HTML.
What are the top questions asked in GlobalSpace Technologies interview?

Some of the top questions asked at the GlobalSpace Technologies interview -

  1. Directors interact...read more
  2. Surgery and operati...read more

Tell us how to improve this page.

GlobalSpace Technologies Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Monotype Interview Questions
3.8
 • 23 Interviews
Izmo Interview Questions
3.6
 • 12 Interviews
Nxtra Data Interview Questions
4.1
 • 10 Interviews
AeonX Digital Interview Questions
3.8
 • 9 Interviews
Expedien eSolutions Interview Questions
3.5
 • 9 Interviews
Lirik Infotech Interview Questions
4.1
 • 8 Interviews
Deskera Interview Questions
3.2
 • 7 Interviews
Innovana Thinklabs Interview Questions
3.3
 • 7 Interviews
RS Software (India) Ltd. Interview Questions
3.8
 • 7 Interviews
View all

GlobalSpace Technologies Reviews and Ratings

based on 24 reviews

2.2/5

Rating in categories

2.8

Skill development

3.8

Work-life balance

1.9

Salary

2.1

Job security

2.2

Company culture

1.9

Promotions

2.6

Work satisfaction

Explore 24 Reviews and Ratings
Associate Software Analyst
24 salaries
unlock blur

â‚ą2.4 L/yr - â‚ą3.2 L/yr

Technical Support Engineer
7 salaries
unlock blur

â‚ą1.1 L/yr - â‚ą1.8 L/yr

Key Account Manager
6 salaries
unlock blur

â‚ą4 L/yr - â‚ą7 L/yr

Software Analyst
6 salaries
unlock blur

â‚ą4 L/yr - â‚ą5 L/yr

Software Developer
5 salaries
unlock blur

â‚ą3.9 L/yr - â‚ą5 L/yr

Explore more salaries
Compare GlobalSpace Technologies with

HCL Infosystems

3.9
Compare

AYN InfoTech

4.7
Compare

Izmo

3.6
Compare

Acer India

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview