Upload Button Icon Add office photos

Filter interviews by

Glenwood Systems Interview Questions and Answers

Updated 13 Aug 2024

Glenwood Systems Interview Experiences

Popular Designations

2 interviews found

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

They asked basic logical and quants aptitude with some html,css basic questions

Round 2 - Coding Test 

They given simple program like print the current date and time

Round 3 - Group Discussion 

They asked technical questions related to sql and html

Round 4 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Worked on developing web applications using Java Spring framework

    • Proficient in database management with SQL

  • Answered by AI
  • Q2. Project details
  • Q3. Questions on java,sql

Interview Preparation Tips

Interview preparation tips for other job seekers - have a basic understanding og html and sql

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 (43)

Interview Questionnaire 

8 Questions

  • Q1. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to indirectly access and manipulate data in computer memory.

    • They are commonly used in programming languages like C and C++.

    • Pointers can be used to pass variables by reference, allowing changes to be made to the original variable.

    • Example: int* ptr; // declares a pointer to an integer variable

  • Answered by AI
  • Q2. Tell me about yourself
  • Q3. Define stacks and Queues
  • Ans. 

    Stacks and Queues are data structures used to store and retrieve data in a specific order.

    • Stacks follow the Last-In-First-Out (LIFO) principle, where the last item added is the first one to be removed.

    • Queues follow the First-In-First-Out (FIFO) principle, where the first item added is the first one to be removed.

    • Stacks are used in undo-redo functionality, while Queues are used in scheduling tasks.

    • Both can be implemente

  • Answered by AI
  • Q4. What is type casting Types of type casting
  • Ans. 

    Type casting is the process of converting one data type to another. Types of type casting include implicit and explicit casting.

    • Implicit casting is automatic and occurs when a value of one data type is assigned to a variable of another data type that can hold a wider range of values.

    • Explicit casting is done manually and involves converting a value of one data type to another data type that can hold a narrower range of ...

  • Answered by AI
  • Q5. HTML5
  • Q6. CSS syntax and types
  • Q7. SQL queries
  • Q8. About DDL,DML,TCL

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher
You need to learn all the basic concepts in computer science subjects

Skills evaluated in this interview

Product Developer Interview Questions asked at other Companies

Q1. What is the difference between GET and POST methods in HTTP?
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent.

    • JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.

    • JVM acts as an abstraction layer between the Java code and the underlying hardware.

    • This allows Java programs to run on any platform that has a JVM installed.

    • For example, a Java program written on a Windows machine ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java is platform-independent because it does not depend on any type of platform. Hence, Java is platform-independent language. In Java, programs are compiled into byte code and that byte code is platform-independent. ... Any machine to execute the byte code needs the Java Virtual Machine.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1.Tell me about yourself.
  • Q2. 2. Some basic questions from DBMS, iot and cloud.
  • Q3. 3. Explain your project ( technology u have used and what is it).
  • Q4. 4. Are you willing to relocate.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was nice and friendly. Overall it was a NYC experience.
All the best guys.

I applied via Recruitment Consultant and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't tell what is written in your CV.

Glenwood Systems Interview FAQs

How many rounds are there in Glenwood Systems interview?
Glenwood Systems interview process usually has 4 rounds. The most common rounds in the Glenwood Systems interview process are Aptitude Test, Coding Test and Group Discussion.
What are the top questions asked in Glenwood Systems interview?

Some of the top questions asked at the Glenwood Systems interview -

  1. What is type casting Types of type cast...read more
  2. What is a point...read more
  3. Define stacks and Que...read more

Tell us how to improve this page.

Glenwood Systems Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro 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
 • 797 Interviews
View all

Glenwood Systems Reviews and Ratings

based on 25 reviews

4.2/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

3.7

Salary

4.4

Job security

4.1

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 25 Reviews and Ratings
Software Engineer
17 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Software Developer
13 salaries
unlock blur

₹2.4 L/yr - ₹4.6 L/yr

Business Analyst
7 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Technical Support Engineer
7 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Business Development Executive
5 salaries
unlock blur

₹2.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Glenwood Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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