Upload Button Icon Add office photos
Engaged Employer

i

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

Glasier Inc Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 6 Reviews

Filter interviews by

Glasier Inc Interview Questions and Answers

Updated 25 Dec 2024

Glasier Inc Interview Experiences

Popular Designations

2 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions were based on OOPS concepts.
  • Q2. How many types of classes ?
  • Ans. 

    There are two types of classes in Node JS: ES6 classes and prototype-based classes.

    • ES6 classes are introduced in ES6 (ECMAScript 2015) and provide a more familiar syntax for class-based object-oriented programming.

    • Prototype-based classes are the traditional way of defining classes in JavaScript, using prototypes to create objects and inherit properties and methods.

  • Answered by AI
  • Q3. How many types of functions ?
  • Ans. 

    There are two types of functions in JavaScript: named functions and anonymous functions.

    • Named functions are defined with a function name, such as function myFunction() {}

    • Anonymous functions are defined without a function name, such as const myFunction = function() {}

  • Answered by AI

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is your last pay?
  • Q2. What are you expectation?

Senior Graphic Designer Interview Questions asked at other Companies

Q1. If the letters are written in small then which shortcut key we use to get bigger?
View answer (2)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Which notice you will give preference to close first whether Noti e from Labour office or from PCB
Round 2 - HR 

(1 Question)

  • Q1. How to control Manpower attrition

Interview Preparation Tips

Interview preparation tips for other job seekers - Be always ready and confidence with facts and figure about those questions which will be asked by your Interviewes during the Interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Graph theory questions related
  • Q2. Programming,data structure and algo
Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro about your self
  • Q2. Mostly focused on CSE fundamentals
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(8 Questions)

  • Q1. What do you mean by SEO?
  • Ans. 

    SEO stands for Search Engine Optimization, which is the practice of increasing the quantity and quality of traffic to your website through organic search engine results.

    • SEO involves optimizing your website to improve its visibility on search engines like Google.

    • It includes keyword research, on-page optimization, link building, and content creation.

    • The goal of SEO is to drive more organic traffic to your website and imp...

  • Answered by AI
  • Q2. What do you mean by Domain and hosting.
  • Ans. 

    Domain is the address of a website, hosting is the service that stores the website's files and makes it accessible online.

    • Domain is the unique address of a website on the internet, like www.example.com

    • Hosting is the service that stores the website's files and data on a server, making it accessible online

    • Domain registration is the process of purchasing and owning a domain name

    • Web hosting providers offer different types ...

  • Answered by AI
  • Q3. Tell me something about your self?
  • Q4. What are the main SEO tools?
  • Ans. 

    Some main SEO tools include Google Analytics, SEMrush, Ahrefs, Moz, and Screaming Frog.

    • Google Analytics for tracking website traffic and user behavior

    • SEMrush for keyword research and competitive analysis

    • Ahrefs for backlink analysis and site auditing

    • Moz for SEO insights and rank tracking

    • Screaming Frog for website crawling and technical SEO analysis

  • Answered by AI
  • Q5. What is Google Adwords?
  • Ans. 

    Google Adwords is an online advertising platform developed by Google, where advertisers pay to display brief advertisements, service offerings, product listings, video content, and generate mobile application installs within the Google ad network to web users.

    • Online advertising platform by Google

    • Advertisers pay to display ads

    • Can display various types of ads like text, display, video, etc.

    • Helps in reaching target audien

  • Answered by AI
  • Q6. What is Organic search?
  • Ans. 

    Organic search refers to the unpaid search results generated by search engines based on relevance to the user's query.

    • Organic search results are not influenced by paid advertising.

    • Websites can improve their organic search rankings through search engine optimization (SEO) techniques.

    • Examples of organic search results include links to websites, blogs, and articles that are deemed relevant to the user's search query.

  • Answered by AI
  • Q7. What do you mean by keywords?
  • Ans. 

    Keywords are specific words or phrases that describe the content of a webpage and are used in SEO to help search engines understand the topic of the page.

    • Keywords are used to optimize a website's content for search engines.

    • They help search engines match a webpage to relevant search queries.

    • Examples of keywords include 'SEO tips', 'best digital marketing agency', 'how to increase website traffic'.

  • Answered by AI
  • Q8. What is keywords analysis?
  • Ans. 

    Keywords analysis is the process of researching and identifying the most relevant keywords for a website to improve its search engine rankings.

    • Keywords analysis involves identifying popular search terms related to a website's content.

    • It helps in understanding what keywords users are searching for and how competitive those keywords are.

    • Tools like Google Keyword Planner can be used for keywords analysis.

    • The goal is to se...

  • Answered by AI

Skills evaluated in this interview

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

Aptitude test is based on logical questions and small programs

Round 2 - Technical 

(2 Questions)

  • Q1. All basics of core java and whatever you written in resume. ask about the your last projects. difference between then map, array list, collection, set etc.
  • Q2. General questions about the andorid studio. ask some logical questions
Round 3 - One-on-one 

(1 Question)

  • Q1. This will be HR round. general hr questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Securitisation and how it works.
  • Ans. 

    Securitisation is the process of pooling various types of debt and selling them as securities to investors.

    • Securitisation involves bundling together various types of debt, such as mortgages, auto loans, or credit card debt.

    • These debts are then sold to a special purpose vehicle (SPV) which issues securities backed by the cash flows from the underlying assets.

    • Investors purchase these securities and receive payments based...

  • Answered by AI
  • Q2. Financial Ratios and how they work and what is a good number to have.
  • Ans. 

    Financial ratios are tools used to evaluate a company's financial performance and health.

    • Financial ratios are calculated using data from a company's financial statements.

    • They help investors and analysts assess a company's profitability, liquidity, efficiency, and solvency.

    • A good number for a financial ratio can vary depending on the industry and company size.

    • For example, a current ratio of 2 or higher is generally cons...

  • Answered by AI
  • Q3. Random number crunching based on some scenario that needs you to make assumptions and get an answer
  • Q4. How an Excel function works. (Vlookup, Hlookup, Xlookup, IF/AND/OR)
  • Ans. 

    Excel functions like Vlookup, Hlookup, Xlookup, IF/AND/OR are used for data lookup and logical operations.

    • Vlookup: Searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • Hlookup: Similar to Vlookup but searches for a value in the first row of a table.

    • Xlookup: A more versatile version of Vlookup and Hlookup that can search both vertically and horizontally.

    • IF: Retu...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal Questions.
  • Q2. My expertise and proficiency of excel
Round 3 - HR 

(1 Question)

  • Q1. No questions. Was confirmed my job

Interview Preparation Tips

Topics to prepare for Oxane Partners Analyst interview:
  • Alternative Investments
  • Fixed Income
  • Derivatives
  • Quantitative Math
  • Financial Analysis

QA/TL/TRAINER Interview Questions & Answers

CGS user image Anonymous

posted on 6 Aug 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Group Discussion 

JAM just introduce yourself or speak on sometime topic shared

Round 2 - Aptitude Test 

English knowledge pen n paper

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all very prolonged interview they don’t have proper schedule.
And they literally call out interviewer names aloud and say leave ( unprofessional - at least take them in hall tell them the reason which them better luck next time, may be this boosts them for other take) mostly freshers
. HR -doesn’t share proper feedback or reason
. No decision on salary manager seems talkative juz seems unnecessary
. Every candidate has to go for 2days no matter he will be selected/rejected.
.I wasted my whole day just to give typing test and written test and that to being experienced and later they asked to come tomorrow for another round

Glasier Inc Interview FAQs

How many rounds are there in Glasier Inc interview?
Glasier Inc interview process usually has 1 rounds. The most common rounds in the Glasier Inc interview process are HR and Technical.
How to prepare for Glasier Inc 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 Glasier Inc. The most common topics and skills that interviewers at Glasier Inc expect are Administration, Benefits Administration, Budgeting, Communication Skills and Content Editing.
What are the top questions asked in Glasier Inc interview?

Some of the top questions asked at the Glasier Inc interview -

  1. How many types of classe...read more
  2. How many types of function...read more
  3. Questions were based on OOPS concep...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Glasier Inc interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Exl India Interview Questions
3.5
 • 95 Interviews
View all

Glasier Inc Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

2.7

Job Security

3.1

Company culture

3.1

Promotions/Appraisal

2.9

Work Satisfaction

Explore 6 Reviews and Ratings
Mern Stack Developer
4 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Python Developer
3 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Senior IOS Developer
3 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Glasier Inc with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.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