Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gloroots Team. If you also belong to the team, you can get access from here

Gloroots Verified Tick

Compare button icon Compare button icon Compare
-

No reviews yet

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Gloroots Interview Questions and Answers for Freshers

Updated 12 Oct 2023

Gloroots Interview Experiences for Freshers

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. Tell me about youself ?
  • Q2. Have you done Digital marketing before ?
  • Ans. 

    Yes, I have experience in digital marketing through managing social media accounts and creating online campaigns.

    • Managed social media accounts for a small business, increasing engagement by 30%

    • Created and executed online campaigns using Google Ads, resulting in a 20% increase in website traffic

    • Utilized email marketing to reach target audience and drive sales

  • Answered by AI
  • Q3. Formulate a strategy to expand digital reach and social media presence of a business.
  • Ans. 

    Utilize targeted ads, engaging content, influencer partnerships, and community engagement to expand digital reach and social media presence.

    • Utilize targeted ads on social media platforms to reach specific demographics

    • Create engaging content such as videos, infographics, and interactive posts to attract and retain followers

    • Collaborate with influencers in the industry to reach a wider audience

    • Engage with followers throug...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your CV inside out and be confident.
Also be truthful because it will save you from getting into tough situations.

Skills evaluated in this interview

Digital and Social Media Marketing Intern Interview Questions asked at other Companies

Q1. What do you know about digital marketing and seo?
View answer (1)

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is cybersecurity

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a cybersecurity company so firstly make a command on cybersecurity
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. What were do you doing in your last job

Interview Preparation Tips

Interview preparation tips for other job seekers - Join a company that engages with users, collaborates closely with the design team, and genuinely solves problems instead of creating legacy spaghetti products.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - HR 

(2 Questions)

  • Q1. Take me through your professional journey
  • Q2. KPIs at your current job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test and technical questions

Round 2 - Group Discussion 

Group discussion on generic topics

Round 3 - Technical 

(2 Questions)

  • Q1. Resume based interview questions
  • Q2. Easy-medium level coding question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

First round is the coding test in which it involves multiple choice questions based on programming , output questions in which we have to write output of a given code, and 2-4 theoretical question based on oops , dsa and mysql. Overall the test was very simple and easy.

Round 2 - Technical 

(4 Questions)

  • Q1. What is inheritance and its types?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class

    • Multiple inheritance, where a class inherits from more than one parent class

    • Multilevel inheritance, where a class inherits from a derived class, which in turn inherits from another class

    • Hierarchical inhe...

  • Answered by AI
  • Q2. Swap two variables without using third variable
  • Ans. 

    To swap two variables without using a third variable, use arithmetic operations.

    • Use addition and subtraction to swap values

    • Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)

  • Answered by AI
  • Q3. Question about error handling in python
  • Q4. Write a code to implement exception in python
  • Ans. 

    Implementing exception handling in Python code

    • Use try-except block to catch and handle exceptions

    • Raise custom exceptions using 'raise' keyword

    • Use 'finally' block to execute code regardless of exception

    • Handle specific exceptions using 'except' with specific exception type

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question was asked on Java
  • Q2. Question was ask flutter

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was throw with multiple test assure team was very nice and friendly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Some coding patterns questions and react questoins
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 2023. There were 2 interview rounds.

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

(2 Questions)

  • Q1. Tell me something about yourself ?
  • Ans. Thankyou for allowing me to introduce myself. My name is bhagyashree I am from Karnataka Bidar district i completed my bachelor degree BA in bijapur University .
  • Answered Anonymously
  • Q2. What are your strengths ?
  • Ans. My time management skills are expcenditional I am wil organized, efficient and job systematic. I enjoy excelling at my job.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher I am searching for assistant manager hr

Gloroots Interview FAQs

How many rounds are there in Gloroots interview for freshers?
Gloroots interview process for freshers usually has 2 rounds. The most common rounds in the Gloroots interview process for freshers are Resume Shortlist and One-on-one Round.
What are the top questions asked in Gloroots interview for freshers?

Some of the top questions asked at the Gloroots interview for freshers -

  1. Formulate a strategy to expand digital reach and social media presence of a bus...read more
  2. Have you done Digital marketing befor...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Gloroots interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Odoo Interview Questions
3.5
 • 25 Interviews
Anywhere Interview Questions
4.5
 • 13 Interviews
AppSuccessor Interview Questions
3.0
 • 11 Interviews
SaaS Labs Interview Questions
4.0
 • 11 Interviews
CloudEagle Interview Questions
2.4
 • 8 Interviews
Zithara Interview Questions
1.9
 • 8 Interviews
View all
Software Developer
3 salaries
unlock blur

₹11.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Gloroots with

Velozity Global Solutions

4.9
Compare

Bhash Software Labs

3.8
Compare

QR Crypher

4.2
Compare

Biyani Technologies

4.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview