Upload Button Icon Add office photos

Filter interviews by

Gloify Interview Questions and Answers

Updated 14 Feb 2025

Gloify Interview Experiences

Popular Designations

9 interviews found

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

(2 Questions)

  • Q1. What is hoisting?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Hoisting applies to both variable and function declarations.

    • Variable declarations are hoisted but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is closure?
  • Ans. 

    Closure is the combination of a function bundled together with references to its surrounding state.

    • Closure allows a function to access variables from an outer function that has already returned.

    • It helps in maintaining the state of variables even after the outer function has finished executing.

    • Closure is commonly used in event handlers, callbacks, and maintaining private variables in JavaScript.

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Got assignment to prepare test case of an app

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coding array, string and react & JavaScript question
Round 2 - HR 

(1 Question)

  • Q1. Normal salary discussion and perks

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

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

Test scenarios for website login

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to software testing

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Gloify interview questions for popular designations

 Python Software Developer

 (2)

 Software Developer

 (1)

 Associate Technical Recruiter

 (1)

 Front end Developer

 (1)

 Java Developer

 (1)

 QA QC Engineer

 (1)

 QA Engineer

 (1)

 Associate Designer

 (1)

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell About my position,how I will work their
Round 3 - Technical 

(1 Question)

  • Q1. I will tell my hr about python
Round 4 - One-on-one 

(1 Question)

  • Q1. If l am selected than l asked about them

Interview Preparation Tips

Interview preparation tips for other job seekers - I am fresher ,
And had recently completed my beteck from computer science

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

I applied via Internshala

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 - Technical 

(1 Question)

  • Q1. As an HR fresher,they asked me very basics of hr & recruitment.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Basic subject knowledge?

Interview Preparation Tips

Interview preparation tips for other job seekers - In my opinion Gloify is a wellness company. It's take care the prospective employees to its official employee from day 1.

Prepare basic details of company,it's business, product.

And prepare the technical part.
Interview panel members are very supportive and polite. If you are good candidate,they will not disappoint you for your selection.

All the best.

Associate Technical Recruiter Interview Questions asked at other Companies

Q1. Skills required for IT recruitment Portals for staffing
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Personal details , experience,
  • Q2. Releted course , technical questions, college time work

Interview Preparation Tips

Interview preparation tips for other job seekers - Naukari.com from this we job got which are required for me

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

I applied via Indeed and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Character and it's frequency in given string
  • Ans. 

    The program should count the frequency of each character in a given string.

    • Create a HashMap to store the characters and their frequency.

    • Iterate through the string and for each character, check if it exists in the HashMap.

    • If it exists, increment its frequency by 1. If not, add it to the HashMap with a frequency of 1.

    • Return the HashMap.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Core foundation, OOPS , Project Information

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Assignment 

They shared me a brief and I completed it within given timeframe

Round 3 - HR 

(2 Questions)

  • Q1. Negotiation regarding salary
  • Q2. What is your expectation?
  • Ans. I tell that I am expecting between xxxx to xxxx
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Try always to be honest

Associate Designer Interview Questions asked at other Companies

Q1. 1. Explaining the project from my portfolio. 2. Difference between UI and UX. 3. Design Principles. 4. Examples of good and bad UX. 5. Some questions on projects in portfolio.
View answer (1)

Interview questions from similar companies

I applied via Company Website and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Good morning sir. My name m.sreekanth iam from kadapa dist Rajupalem mandala thondaladinne village sir my schilling ZPHS Thondaladinne sir
  • Q3. Hi sir good morning my name m.sreekanth iam form kadapa dist Rajupalem mandala thondaladinne village sir
  • Q4. Hi sir good morning my name sreekanth

Interview Preparation Tips

Interview preparation tips for other job seekers - This section covers of placements cover s with answers and interview questions and

Gloify Interview FAQs

How many rounds are there in Gloify interview?
Gloify interview process usually has 2-3 rounds. The most common rounds in the Gloify interview process are Technical, Resume Shortlist and HR.
How to prepare for Gloify 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 Gloify. The most common topics and skills that interviewers at Gloify expect are Javascript, Python, AWS, SQL and MySQL.
What are the top questions asked in Gloify interview?

Some of the top questions asked at the Gloify interview -

  1. character and it's frequency in given str...read more
  2. What is hoisti...read more
  3. What is closu...read more

Tell us how to improve this page.

Gloify Interview Process

based on 14 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

Gloify Reviews and Ratings

based on 28 reviews

2.8/5

Rating in categories

3.4

Skill development

2.9

Work-life balance

2.6

Salary

2.6

Job security

2.8

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 28 Reviews and Ratings
Software Developer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gloify with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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