Upload Button Icon Add office photos
Engaged Employer

i

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

Greatwits Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Greatwits Services Interview Questions and Answers

Updated 30 Jan 2022

Greatwits Services Interview Experiences

Popular Designations

3 interviews found

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

Round 1 - Technical 

(2 Questions)

  • Q1. Final, finally, finalize difference?
  • Ans. 

    final, finally, and finalize are related to different concepts in programming.

    • final is a keyword used to declare a constant variable or a method that cannot be overridden

    • finally is a block of code that is executed regardless of whether an exception is thrown or not

    • finalize is a method that is called by the garbage collector before an object is destroyed

    • All three are used in different contexts and have different meaning

  • Answered by AI
  • Q2. Interface vs abstraction, static
  • Ans. 

    Interface defines a contract, abstraction hides implementation details, static is a keyword for class-level members.

    • Interface is a blueprint for classes to implement common functionality

    • Abstraction is a way to hide implementation details and only expose necessary information

    • Static keyword is used to define class-level members that can be accessed without creating an instance

    • Static methods cannot access non-static membe

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where are u from? can u relocate? done

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy, no worry
if u are going for the interview then u will crack it
believe me.

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

Interview Questionnaire 

2 Questions

  • Q1. What is database ,types of database nd star pattern printing program
  • Ans. 

    A database is a collection of data that is organized in a way that allows for efficient retrieval and manipulation of data.

    • Types of databases include relational, NoSQL, graph, and document-oriented databases.

    • Star pattern printing program is a programming exercise that involves printing a pattern of stars using loops and conditional statements.

  • Answered by AI
  • Q2. No more questions

Interview Preparation Tips

Interview preparation tips for other job seekers - its normal 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 (217)

I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java questions, jpa , spring framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Experience was good
But company policies are Worst
Better ask every policy details to HR.

Java Software Developer Interview Questions asked at other Companies

Q1. How do you convert list to arraylist? And vice versa
View answer (1)

Interview questions from similar companies

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.

Greatwits Services Interview FAQs

How many rounds are there in Greatwits Services interview?
Greatwits Services interview process usually has 2 rounds. The most common rounds in the Greatwits Services interview process are Technical and HR.
How to prepare for Greatwits Services 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 Greatwits Services. The most common topics and skills that interviewers at Greatwits Services expect are Java, Spring Boot, Javascript, Core Java and Spring.
What are the top questions asked in Greatwits Services interview?

Some of the top questions asked at the Greatwits Services interview -

  1. what is database ,types of database nd star pattern printing prog...read more
  2. final, finally, finalize differen...read more
  3. interface vs abstraction, sta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Greatwits Services Reviews and Ratings

based on 20 reviews

3.6/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.5

Salary

3.5

Job security

3.3

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 20 Reviews and Ratings
Software Developer
10 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Software Engineer
7 salaries
unlock blur

₹3.2 L/yr - ₹4.2 L/yr

Java Developer
5 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Web Developer
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare Greatwits Services with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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