Upload Button Icon Add office photos

Filter interviews by

Global Infotech Corporation Interview Questions and Answers

Updated 17 Mar 2024

Global Infotech Corporation Interview Experiences

Popular Designations

6 interviews found

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

(2 Questions)

  • Q1. Constructors ,oops
  • Q2. About family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of any programming language

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops, constructors, collection framework

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. 1. Account contact relationship
  • Q2. 2. Security model in salesforce
  • Ans. 

    Salesforce security model includes profiles, roles, sharing rules, and field-level security.

    • Profiles define what users can see and do in the system

    • Roles determine record access based on hierarchy

    • Sharing rules extend access to records beyond role hierarchy

    • Field-level security restricts access to specific fields on objects

    • Salesforce also offers encryption, two-factor authentication, and other security features

  • Answered by AI

Skills evaluated in this interview

Salesforce Testing Engineer Interview Questions asked at other Companies

Q1. 2. Security model in salesforce
View answer (2)

I applied via Job Fair and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What do you think about typical day in a customer service representative life
  • Ans. 

    A typical day in a customer service representative's life involves handling customer inquiries, resolving issues, and providing excellent service.

    • Interacting with customers through various channels such as phone, email, or chat

    • Listening to customer concerns and addressing them promptly and effectively

    • Providing product information, troubleshooting assistance, and technical support

    • Processing orders, returns, and refunds

    • M...

  • Answered by AI
  • Q2. Answering phone calls Resolving customer issues
  • Q3. What is important -excellent product or friendly service
  • Ans. 

    Both excellent product and friendly service are important for customer satisfaction.

    • Excellent product ensures that customers receive high-quality and reliable solutions.

    • Friendly service creates a positive and personalized experience for customers.

    • A combination of both can lead to customer loyalty and positive word-of-mouth.

    • Examples: A restaurant with delicious food but rude staff may lose customers. Similarly, a friend...

  • Answered by AI
  • Q4. Both are important because excellent product always sells and friendly fast service always helps to make this task easier

Interview Preparation Tips

Topics to prepare for Global Infotech Corporation Customer Service Executive interview:
  • Udemy
Interview preparation tips for other job seekers - Learn how to listen
Focus on body language
Be vulnerable

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)

Global Infotech Corporation interview questions for popular designations

 Java Developer

 (2)

 MIS Executive

 (1)

 Salesforce Testing Engineer

 (1)

 Customer Service Executive

 (1)

 Desktop Support Engineer

 (1)

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

I applied via Newspaper Ad and was interviewed in Oct 2022. There were 2 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 

(5 Questions)

  • Q1. Outlook,vpn,thunderbierd,turbleshotpc, Backup and recovery
  • Q2. Outlook,data backup,recovery,vpn
  • Q3. SCCM,VPN,OUTLOOK,DATA RECOVERY,BACKUP
  • Q4. SCCM,VPN,OUTLOOK,DATA,BACKUP,RECOVERY
  • Q5. OUTLOOK,THUNDERBIERD,DATA BACKUP

Interview Preparation Tips

Interview preparation tips for other job seekers - Please careful

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

I applied via Naukri.com

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 - Aptitude Test 

Mis.... Excel... Key shortcuts....

Interview Preparation Tips

Interview preparation tips for other job seekers - Small scale Institute startup in March 2016

MIS Executive Interview Questions asked at other Companies

Q1. HOW TO CREATING PIVOT TABLE IN EXCEL. HOW MANY PIVOT TABLES YOU WAS USING ON YOUR PREVIOUS ORGANISATION.
View answer (4)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 . Oops concept in detail 2 DBMS 3. Data base query
Round 2 - HR 

(1 Question)

  • Q1. Document verification

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers should be clear on basic concepts.
For experienced should be detailed knowledge on their domain.

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java concepts like collection frame work, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics well, be confident, show you are flexible enough to learn

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Technical Interview
Experience: They asked java basics,
what we wrote in resume will ask
about project
Tips: please prepare basics things

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is encapsulation ?
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • In Java, encapsulation is achieved through the use of access modifiers such as private, public, and protected.

    • For example, a class may have private variables that c...

  • Answered by AI
  • Q2. What is the meaning of string.
  • Ans. 

    A string is a sequence of characters used to represent text in programming.

    • Strings are often used for storing and manipulating text data.

    • In Java, strings are represented by the String class.

    • Strings can be concatenated using the + operator.

    • Strings are immutable, meaning they cannot be changed once created.

    • Examples of string literals include "hello world" and "42".

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not tell about salary expectations

Skills evaluated in this interview

Global Infotech Corporation Interview FAQs

How many rounds are there in Global Infotech Corporation interview?
Global Infotech Corporation interview process usually has 1-2 rounds. The most common rounds in the Global Infotech Corporation interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Global Infotech Corporation 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 Global Infotech Corporation. The most common topics and skills that interviewers at Global Infotech Corporation expect are Desktop Support, L1, L2, CCNP Routing and Ccdp.
What are the top questions asked in Global Infotech Corporation interview?

Some of the top questions asked at the Global Infotech Corporation interview -

  1. 2. Security model in salesfo...read more
  2. Both are important because excellent product always sells and friendly fast ser...read more
  3. Answering phone calls Resolving customer iss...read more

Tell us how to improve this page.

Global Infotech Corporation Interview Process

based on 4 interviews

Interview experience

4.3
  
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.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Global Infotech Corporation Reviews and Ratings

based on 15 reviews

3.4/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.0

Salary

3.2

Job security

2.8

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Telecaller
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Computer Teacher
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Global Infotech Corporation with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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