GLOBALLOGIC TECHNOLOGIES LIMITED interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

GLOBALLOGIC TECHNOLOGIES LIMITED
upvote
share-icon
5 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: DSA, OOPs, Android Development, SQL, Design pattern
Tip
Tip

Tip 1 : Practise DSA problems
Tip 2 : Implement design patterns
Tip 3 : Create multiple projects

Application process
Where: Other
Eligibility: 60% marks
Resume Tip
Resume tip

Tip 1 : Make it crisp and clear 1 page resume should be fine for fresher
Tip 2 : Include projects and your contribution

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date21 Dec 2021
Coding problem2

This was online coding questions round two easy level coding questions were asked

1. Isomorphic Strings

Easy
15m average time
85% success
0/40
Asked in companies
BarclaysCGIVMware Inc

You have been given two strings, 'str1' and 'str2'.


Your task is to return true if the given two strings are isomorphic to each other, else return false.


Note :
Two strings are isomorphic if a one-to-one mapping is possible for every character of the first string ‘str1’ to every character of the second string ‘str2’ while preserving the order of the characters.

All occurrences of every character in the first string ‘str1’ should map to the same character in the second string, ‘str2’.
For example :
If str1 = “aab” and str2 = “xxy” then the output will be 1. ‘a’ maps to ‘x’ and ‘b’ maps to ‘y’.

If str1 = “aab” and str2 = “xyz” then the output will be 0. There are two different characters in 'str1', while there are three different characters in 'str2'. So there won't be one to one mapping between 'str1' and 'str2'.
Problem approach

Tip 1 : String manipulation approach
Tip 2 : Two pointer method
Tip 3 : Practise on online platforms

Try solving now

2. Longest Subarray Zero Sum

Moderate
18m average time
85% success
0/80
Asked in companies
AmazonOlaPayU

Given an array arr of length N consisting of positive and negative integers, return the length of the longest subarray whose sum is zero.

Problem approach

Tip 1 : Solved using Hashmap 
Tip 2 : Try using data structure for this kind of question
Tip 3 : Practise medium level question from internet

Try solving now
02
Round
Easy
Face to Face
Duration30 minutes
Interview date21 Dec 2021
Coding problem1

The technical Round was an easy one, no tough questions were asked as such

1. Theory Questions

  • Tell me a brief about your final year project
  • What are the OOP’s principles?
  • What is a Constructor?
  • What is an object?
  • How is a class different from an object?
  • What is DBMS?
  • Difference between delete, truncate, and drop commands?
  • What are joins?
  • Types of joins in DBMS?
  • What is the difference between a primary key and a unique key?
Problem approach

Tip 1 : Be truthful whatever you have done

Tip 2 : Go through the concepts of DBMS

Tip 3 : Also read the theory of OOPs

03
Round
Medium
Face to Face
Duration30 minutes
Interview date21 Dec 2021
Coding problem2

It was a programming round. 2 coding questions were asked by the interviewer

1. N-th Fibonacci Number

Moderate
40m average time
70% success
0/80
Asked in companies
MathworksAmazonOracle

You are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation.

Since the answer can be very large, return the answer modulo 10^9 +7.

Fibonacci number is calculated using the following formula:
F(n) = F(n-1) + F(n-2), 
Where, F(1) = F(2) = 1.
For Example:
For ‘N’ = 5, the output will be 5.
Problem approach

Iterative: Initialize the first and second numbers to 0 and 1. Following this, we print the first and second numbers. Then we send the flow to the iterative while loop where we get the next number by adding the previous two number and simultaneously we swap the first number with the second and the second with the third.

Try solving now

2. Count characters

Easy
0/40
Asked in companies
Info Edge India (Naukri.com)PayPalErnst & Young (EY)

Write a program to count and print the total number of characters (lowercase english alphabets only), digits (0 to 9) and white spaces (single space, tab i.e. '\t' and newline i.e. '\n') entered till '$'.

That is, input will be a stream of characters and you need to consider all the characters which are entered till '$'.

Problem approach

Iterative - Using hashmap calculate count

Try solving now
04
Round
Easy
Face to Face
Duration30 minutes
Interview date21 Dec 2021
Coding problem1

Managerial Round. Only single puzzle was asked in this round.

1. Puzzle

How to Measure 45 minutes using two identical wires?

Problem approach

Tip 1 : If we light a stick, it takes 60 minutes to burn completely. What if we light the stick from both sides? It will take exactly half the original time, i.e. 30 minutes to burn completely.
Tip 2 : 0 minutes – Light stick 1 on both sides and stick 2 on one side.
Tip 3 : 30 minutes – Stick 1 will be burnt out. Light the other end of stick 2.45 minutes – Stick 2 will be burnt out. Thus 45 minutes is completely measured.

05
Round
Easy
HR Round
Duration30 minutes
Interview date21 Dec 2021
Coding problem1

It was a HR round

1. Basic HR Questions

  • Introduce yourself
  • Explain your project and your contribution in it
  • What are your interest and hobbies?
  • Tell me something about your family background?
  • Which is the technology that you are interested in?
  • What do you know about Global Logic? 
  • Why should we hire you?
Problem approach

Tip 1 : Be truthful and tell about your contribution

Tip 2 : Stay confident

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Software Engineer
2 rounds | 3 problems
Interviewed by GLOBALLOGIC TECHNOLOGIES LIMITED
1883 views
0 comments
0 upvotes
Software Engineer
4 rounds | 8 problems
Interviewed by GLOBALLOGIC TECHNOLOGIES LIMITED
1360 views
0 comments
0 upvotes
Software Engineer
3 rounds | 4 problems
Interviewed by GLOBALLOGIC TECHNOLOGIES LIMITED
1988 views
0 comments
0 upvotes
Software Engineer
3 rounds | 4 problems
Interviewed by GLOBALLOGIC TECHNOLOGIES LIMITED
1479 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3210 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2582 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes