Global Logic interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Global Logic
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: oops concept, Arrays and String programs, Exception handling, Collection framework, Thread, Java8 features.
Tip
Tip

Tip 1 : practice coding questions of string and array.
Tip 2 : prepare interview questions.
Tip 3 : Try to answer with real time example.

Application process
Where: Naukri
Eligibility: Above 6 CGPA with no backlogs.
Resume Tip
Resume tip

Tip 1: Add only those technical skills in which you are confident.
Tip 2: Use keywords which is important to select your resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration20 min
Interview date1 May 2022
Coding problem1

1. Custom Sort String

Easy
10m average time
90% success
0/40
Asked in companies
FacebookCodenationZoho Corporation

You are provided with the two strings named X and Y respectively. Y has its own specific order and has no repeating characters. Your task is to arrange the characters of the first string i.e. X in such a way that the order of characters in X is exactly the same as in Y, which means if ‘d’ occurs after ‘c’ in Y then it should also occur after ‘c’ in X ( obviously if X has ‘d’ and ‘c’ as characters in it ). All you have to do is, convert string X in the specific order with respect to string Y.

Note :

Both the strings have only lowercase English alphabets. 
There may be more than one correct solution, you have to return any one of the possible solutions.
Try solving now
02
Round
Medium
Telephonic
Duration30 min
Interview date4 Jun 2022
Coding problem2

1. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeTata Consultancy Services (TCS)Samsung

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Problem approach

Using 2 for loops after that he asked me do it in one loop

Try solving now

2. Remove Duplicates From String

Moderate
25m average time
0/80
Asked in companies
SamsungAccentureLivekeeping (An IndiaMART Company)

You are given a string (STR) of length N, consisting of only the lower case English alphabet.

Your task is to remove all the duplicate occurrences of characters in the string.

For Example:
If the given string is:
abcadeecfb

Then after deleting all duplicate occurrences, the string looks like this:
abcdef
Problem approach

Using hashmap

Try solving now
03
Round
Easy
HR Round
Duration15 min
Interview date10 Dec 2022
Coding problem1

1. Basic HR Questions

Your preferred location and salary expectation.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
Software Engineer
5 rounds | 5 problems
Interviewed by Global Logic
2277 views
1 comments
0 upvotes
Software Engineer
2 rounds | 3 problems
Interviewed by Global Logic
1877 views
0 comments
0 upvotes
Software Engineer
4 rounds | 8 problems
Interviewed by Global Logic
1349 views
0 comments
0 upvotes
Software Engineer
3 rounds | 4 problems
Interviewed by Global Logic
1975 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3195 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2574 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes