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

Senior Software Engineer

GLOBALLOGIC TECHNOLOGIES LIMITED
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Problem Solving, Angular Framework, Javascript, HTML/CSS
Tip
Tip

Tip 1 : Create a web application (Front End) from HTML/CSS to functionality integration and prepare it to describe to the interviewer
Tip 2 : Practice as many Javascript Coding questions related to Promises, settimeout, call, apply bind etc.

Application process
Where: Referral
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Mention a few things about the project and what are your responsibilities in that
Tip 2 : Mention open source work you have done in your career

Interview rounds

01
Round
Medium
Video Call
Duration40 minutes
Interview date14 Sep 2021
Coding problem2

It's all about solving some coding problems related to javascript.

1. Implement Map Sum Pair

Moderate
30m average time
60% success
0/80
Asked in companies
Morgan StanleyAmerican ExpressMicrosoft

Ninja has to implement a data structure called ‘MapSum’. Ninja has to implement two functions and one constructor.

1) MapSum(): Ninja has to initialize the ‘MapSum’.
2) insert(‘KEY’, ‘VAL’): Ninja has to insert this key-value pair in this ‘MapSum’.
3) sum(‘PREFIX’): Ninja has to find the sum of all values whose prefix of the keys is equal to ‘PREFIX’

Note :

During insertion, In the ‘MapSum’ if a ‘KEY’ is already present in the ‘MapSum’ then replace it with the new one.
Try solving now

2. Reverse the String

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

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Try solving now
02
Round
Medium
Video Call
Duration40 minutes
Interview date17 Sep 2021
Coding problem1

This round is all about creating a simple angular application.

1. System Design Question

Create a simple shopping application. They have given the sample project which already has some code. They asked to add the below features. Clicking on each Add To Cart should add the item to the shopping cart. The listing in the Product Listing component should be updated to show the Increase/Decrease Quantity button and the quantity of the item in the cart. Clicking on each Increase Quantity Button should increase the quantity of the item in cart. Clicking on each Decrease Quantity button when : Cart Quantity of item is 1:  Should remove the item from the cart, hide the Increase/Decrease Quantity button, and should show the Add to Cart button. Cart Quantity Greater than 1: The quantity of the item in the cart should be decreased. On every quantity update operation, the text for the Quantity of item should be updated both in the Listing component as well as in the corresponding entry in the Cart Component. Items should be displayed in the Cart Component in the order they are added to Cart. The list of products and the cart object is passed as Prop to the Product Listing Component and Cart Component respectively.

Problem approach

I have solved this by using framework features. I have used directives, binding, and looping. with that, I have created this application with no bugs.

03
Round
Easy
HR Round
Duration30 minutes
Interview date28 Sep 2021
Coding problem1

Yeah, This interview is scheduled for the evening time.

1. Basic HR Questions

Which companies you have worked with?
What quantifiable results you have achieved for clients?
DO you have leadership experience?

Problem approach

Tip 1 : prepare well enough about the past companies that you worked with.
Tip 2 : Show you are eager to work in your company.
Tip 3 : Asked some questions to the interviewer regarding the culture, timing etc.

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
Trainee Software Engineer
4 rounds | 4 problems
Interviewed by GLOBALLOGIC TECHNOLOGIES LIMITED
1076 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
Senior Software Developer
3 rounds | 18 problems
Interviewed by GLOBALLOGIC TECHNOLOGIES LIMITED
99 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Senior Software Engineer
1 rounds | 6 problems
Interviewed by Arcesium
3734 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
4984 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
3014 views
3 comments
0 upvotes