Upload Button Icon Add office photos

Filter interviews by

Gmware Interview Questions and Answers

Updated 1 Aug 2024

Gmware Interview Experiences

Popular Designations

5 interviews found

job Searcher Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Which product you are working
  • Ans. Expectation is to know about their products
  • Answered Anonymously
  • Q2. Introduction about yourself
  • Ans. 

    I am a dedicated and experienced professional with a background in marketing and a passion for creative problem-solving.

    • Background in marketing

    • Strong problem-solving skills

    • Dedicated and experienced professional

  • Answered by AI
  • Q3. Just introduce yourself but expectations is again to match what Gmware is looking for

Interview Preparation Tips

Interview preparation tips for other job seekers - MD does not even check the resume before interview and completes interview in 5 minutes
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is decorators
  • Ans. 

    Decorators are functions that modify the behavior of other functions or methods.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • They are defined using the @ symbol followed by the decorator function name.

    • Decorators can be used for logging, authentication, caching, and more.

    • Example: @my_decorator def my_function(): pass

  • Answered by AI

Skills evaluated in this interview

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 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. Reason for changing job
  • Q2. Introduce yourself
Round 3 - Aptitude Test 

Basic question related to python and database.

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)

Software Engineer Interview Questions & Answers

user image Kishori Kachare

posted on 19 Jul 2024

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. HTML, DOM, and Javascript/jQuery Questions
  • Q2. Diff between ID and class?
  • Ans. 

    ID is unique identifier for a single element, class is used to group multiple elements with same styling.

    • ID is unique within a page, can only be used once per element

    • Class can be used multiple times on different elements

    • ID is selected with # in CSS, class with .

  • Answered by AI
  • Q3. Diff between session storage, local and cookies
  • Ans. 

    Session storage is temporary, local storage is persistent, and cookies are used for tracking and storing small pieces of data.

    • Session storage is temporary and is cleared when the browser is closed.

    • Local storage is persistent and remains stored even after the browser is closed.

    • Cookies are used for tracking user data and can store small pieces of information like user preferences or login credentials.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expected Salary

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Gmware interview questions for popular designations

 Data Entry jobs

 (1)

 job Searcher

 (1)

 Python Developer

 (1)

 Python Software Developer

 (1)

 Software Engineer

 (1)

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

(1 Question)

  • Q1. Introduction necesssry.
  • Ans. I am Santwana Saha. D/O. Srinath saha. My recidential adress is prachin mayapur(8th lane) p.o. nanadwip, dist. Nadia, postal index no. 741302 Passed in diploma engineering 2016 with EIE. after that, completed courses 2019 multimedia. My hobbies listening music etc.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Gmware Data Entry jobs interview:
  • Data Entry
Interview preparation tips for other job seekers - 1. To handle pressure ability situation
and hold my nerve in pressure
situation.
2. Practical thinking and patience.
3. I am energetic person any job
location.

Data Entry jobs Interview Questions asked at other Companies

Q1. Why people's like Amazon service and app?
View answer (6)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Ans. 

    Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.

    • Identify the pivot point by finding the minimum element in the array.

    • Determine which half of the array the target value falls into based on the pivot point.

    • Perform binary search on the appropriate half of the array to find the target value.

  • Answered by AI
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Ans. 

    package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.

    • Contains project metadata like name, version, description, etc.

    • Lists dependencies required for the project to run.

    • Defines scripts for tasks like building, testing, and running the project.

    • Can include configurations for tools like ESLint, Babel, etc.

  • Answered by AI
  • Q5. What are scripts in package.json file
  • Ans. 

    Scripts in package.json file are commands that can be run using npm.

    • Scripts are defined under the 'scripts' key in package.json.

    • Common scripts include 'start', 'test', 'build', etc.

    • Scripts can be run using 'npm run '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Skills evaluated in this interview

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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. General discussion
Round 2 - Demo 

(1 Question)

  • Q1. Demo in our specialist subject
Round 3 - One-on-one 

(2 Questions)

  • Q1. General discussion about ourselves.
  • Q2. About work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What was your experience during the face-to-face interview for the department manager position?
  • Ans. 

    The face-to-face interview for the department manager position was challenging but rewarding.

    • The interview panel consisted of senior managers and HR representatives.

    • I was asked about my previous experience in managing teams and handling difficult situations.

    • I had to provide examples of successful projects I had led in the past.

    • There were situational questions to assess my problem-solving skills and leadership abilities...

  • Answered by AI
  • Q2. What is your position preference regarding the preparation of custom-related documents and addressing Bill of Entry queries, as well as completing the checklist for the Bill of Entry?
  • Ans. 

    I prefer to handle the preparation of custom-related documents, addressing Bill of Entry queries, and completing the checklist for the Bill of Entry.

    • I have experience in preparing custom-related documents and addressing Bill of Entry queries.

    • I am detail-oriented and organized, ensuring all necessary information is included in the documents.

    • I am familiar with completing checklists for the Bill of Entry to ensure accurac...

  • Answered by AI

Gmware Interview FAQs

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

Some of the top questions asked at the Gmware interview -

  1. Diff between session storage, local and cook...read more
  2. Diff between ID and cla...read more
  3. What is decorat...read more

Tell us how to improve this page.

Gmware Interview Process

based on 6 interviews

Interview experience

3.3
  
Average
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
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Gmware Reviews and Ratings

based on 43 reviews

4.0/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

4.2

Salary

4.1

Job security

3.9

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 43 Reviews and Ratings
Software Engineer
13 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

QA Engineer
5 salaries
unlock blur

₹2 L/yr - ₹4.9 L/yr

System Analyst
4 salaries
unlock blur

₹2.2 L/yr - ₹2.5 L/yr

Python Developer
4 salaries
unlock blur

₹1.4 L/yr - ₹4.7 L/yr

Backend Operations Executive
4 salaries
unlock blur

₹1.5 L/yr - ₹3.3 L/yr

Explore more salaries
Compare Gmware 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