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: Data Structures, Algorithms, OOPS, Java 8, Spring, Spring Boot, MySQL
Tip
Tip

Tip 1 : Focus on core concepts of Java.
Tip 2 : Must practice some DSA questions.
Tip 3 : Should must have knowledge of any Java framework.

Application process
Where: Campus
Eligibility: 1-3 year experience of Java
Resume Tip
Resume tip

Tip 1 : Have some good Java projects, also make sure you have repo link on resume.
Tip 2 : Coding profile links is must.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date7 Apr 2022
Coding problem1

1. Move Zeroes To End

Moderate
30m average time
70% success
0/80
Asked in companies
MicrosoftHarman InternationalThought Works

Given an unsorted array of integers, you have to move the array elements in a way such that all the zeroes are transferred to the end, and all the non-zero elements are moved to the front. The non-zero elements must be ordered in their order of appearance.

For example, if the input array is: [0, 1, -2, 3, 4, 0, 5, -27, 9, 0], then the output array must be:

[1, -2, 3, 4, 5, -27, 9, 0, 0, 0].

Expected Complexity: Try doing it in O(n) time complexity and O(1) space complexity. Here, ‘n’ is the size of the array.

Try solving now
02
Round
Easy
Video Call
Duration70 minutes
Interview date8 Apr 2022
Coding problem2

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
CIS - Cyber InfrastructureInfo Edge India (Naukri.com)Cisco

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now

2. Occurrence Of Each Word

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

You are given a string S of words. Your task is to count the occurrence of each word present in the string S. A word is a sequence of one or more non-space characters, and there can be multiple spaces between two words, and also there can be leading or trailing spaces in a string S.

For Example:
For the given string  “what we think we become”

“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.
Try solving now
03
Round
Easy
HR Round
Duration30 minutes
Interview date12 Dec 2022
Coding problem1

1. Basic HR Questions

Introduction?
Why looking for switch?
Strength and weakness?
Salary negotiation?

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
2278 views
1 comments
0 upvotes
Software Engineer
2 rounds | 3 problems
Interviewed by Global Logic
1878 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
1470 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
2575 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes