Upload Button Icon Add office photos
Premium Employer

i

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

GEP Worldwide Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 990 Reviews

Filter interviews by

GEP Worldwide Intern Interview Questions and Answers

Updated 29 Jun 2024

GEP Worldwide Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Jun 2024

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

Maths, English, and logic

Round 2 - Case Study 

Number of street lights in a state

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Two case study questions

Interview questions from similar companies

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

Hackerrrank and for 1 hour 3 LC medium

Round 2 - Technical 

(2 Questions)

  • Q1. Aggresive cow medium dsa q
  • Q2. Binary search on ans type
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and data structures
  • Q2. Dbms questions where based on normalization
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Two questions were asked and answered both

Round 2 - Coding Test 

Two programs on Java was asked on loops and collections

Intern Interview Questions & Answers

Aspire Systems user image Monisha Selvaraj

posted on 8 Sep 2023

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

I applied via campus placement at Sri Ramakrishna Engineering College, Coimbatore and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy. Basics were asked.

Round 2 - Coding Test 

Pattern, anagram, 2nd largest element in an array, swap 2 numbers.

Round 3 - One-on-one 

(1 Question)

  • Q1. General questions were asked.
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 

Basic computer oops test

Round 3 - Technical 

(1 Question)

  • Q1. Swl qyueries to extract informations from table join and all
  • Ans. 

    SWL queries for extracting information from table joins

    • Use JOIN keyword to combine tables

    • Specify the columns to be selected using SELECT

    • Use WHERE clause to filter results

    • Use GROUP BY to group results by a column

    • Use ORDER BY to sort results

    • Use aliases to simplify column names

    • Example: SELECT t1.column1, t2.column2 FROM table1 t1 JOIN table2 t2 ON t1.id = t2.id WHERE t1.column3 = 'value'

    • Example: SELECT COUNT(*) FROM table...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic questions hobbies behaviour and all

Interview Preparation Tips

Interview preparation tips for other job seekers - just keep it going stay focussed and learn

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Interview was scheduled in afternoon. It was more on OOPs and DSA.

  • Q1. 

    Check If Linked List Is Palindrome

    Given a singly linked list of integers, determine if the linked list is a palindrome.

    Explanation:

    A linked list is considered a palindrome if it reads the same forwar...

  • Ans. 

    I gave O(n) both time and space solution using stacks but interviewer asked to optimize it and give clue as well.

    I understood the clue and was able to optimise the code. I was not asked to code in this round just had an discussion but few of my peers were asked to write code as well.

  • Answered Anonymously
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

She asked me more about myself and few projects in resume. It was more of formal discussion than an interview round. I was very comfortable and she aksed me about my location preference at end of. Interview.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from VIT AP CAMPUS. Eligibility criteria7CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms. Database, JAVATime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : BlackRock has so many projects in Java, So I made sure I clear my basics and prepare well for each and every question about Java
Tip 2 : OOPS is something which was being asked from everyone and every seniors confirmed the same.
Tip 3 : Have good projects, preferably in development.

Application resume tips for other job seekers

Tip 1 : Have at least 2 projects.
Tip 2 : Include certifications.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Jan 2022.

Round 1 - Technical 

(1 Question)

  • Q1. What is Object Oriented programming?
  • Ans. 

    Object Oriented Programming is a programming paradigm that focuses on objects and their interactions.

    • OOP is based on the concept of classes and objects

    • It emphasizes encapsulation, inheritance, and polymorphism

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just recall the C and C++ concepts.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Bhubaneswar and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round was a mcq test based on aptitude and statstics

Round 2 - Coding Test 

2nd round was a coding round. Three questions were given . Two were easy and one was medium

Round 3 - One-on-one 

(2 Questions)

  • Q1. Two leetcode easy level questions
  • Q2. One leetcode medium level question
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was not good, it contain mostly question of java programming.

Round 2 - Technical 

(1 Question)

  • Q1. Print factorial of n through recursion Sum of all n numbers
  • Ans. 

    Factorial of n and sum of n numbers using recursion

    • Create a recursive function to calculate factorial of n

    • Use a recursive function to calculate the sum of all n numbers

    • Handle base cases for both factorial and sum calculations

    • Example: Factorial of 5 = 5 * 4 * 3 * 2 * 1 = 120, Sum of first 5 numbers = 1 + 2 + 3 + 4 + 5 = 15

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please smile and be confident

Skills evaluated in this interview

GEP Worldwide Interview FAQs

How many rounds are there in GEP Worldwide Intern interview?
GEP Worldwide interview process usually has 3 rounds. The most common rounds in the GEP Worldwide interview process are Case Study, One-on-one Round and Aptitude Test.
How to prepare for GEP Worldwide Intern 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 GEP Worldwide. The most common topics and skills that interviewers at GEP Worldwide expect are Agreements, Ariba, Contract Abstraction, Contract Drafting and Contract Management.

Tell us how to improve this page.

GEP Worldwide Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.6
 • 22 Interviews
IBM Intern Interview Questions
4.0
 • 14 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
Genpact Intern Interview Questions
3.8
 • 4 Interviews
View all
GEP Worldwide Intern Salary
based on 5 salaries
₹0.8 L/yr - ₹5 L/yr
17% less than the average Intern Salary in India
View more details

GEP Worldwide Intern Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

4.8

Skill development

3.8

Work-life balance

3.1

Salary

4.7

Job security

4.0

Company culture

3.9

Promotions

3.8

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
561 salaries
unlock blur

₹3.5 L/yr - ₹14.5 L/yr

Senior Consultant
366 salaries
unlock blur

₹11 L/yr - ₹28 L/yr

Process Associate
363 salaries
unlock blur

₹1.7 L/yr - ₹3.5 L/yr

Senior Sourcing Analyst
313 salaries
unlock blur

₹5 L/yr - ₹9.8 L/yr

Sourcing Analyst
300 salaries
unlock blur

₹3.7 L/yr - ₹7 L/yr

Explore more salaries
Compare GEP Worldwide with

Accenture

3.9
Compare

IBM

4.0
Compare

Infosys

3.6
Compare

TCS

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