Upload Button Icon Add office photos

Filter interviews by

Ganit Business Solutions Software Engineer Interview Questions and Answers

Updated 20 Oct 2022

Ganit Business Solutions Software Engineer Interview Experiences

1 interview found

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 - Aptitude Test 

Aptitude test was esay.i passed that

Round 3 - Case Study 

We have upload a vedio based on given topic

Round 4 - Technical 

(2 Questions)

  • Q1. 1 coding questiin 3 logical apti question Dbms concepts
  • Q2. Foriegn key Primary key

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic.be clear with all the basics in dbms,oops

Interview questions from similar companies

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology,(NIT), Goa 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 - Technical 

(4 Questions)

  • Q1. They asked me javascript application based questions like 1.) true + true will be what? 2.) what if I write prmopt instead of console.log() 3.) error find out questions
  • Ans. 1.) answer will be 2 2.) prompt is for displaying dialog box alert is for giving output
  • Answered Anonymously
  • Q2. They were me js appliaction based question like error finding and all
  • Q3. What will be the output of this code
  • Ans. 

    The output of the code will be 'Hello World'

    • The code likely contains a simple print statement that outputs 'Hello World'

    • There are no variables or conditions that would change the output

  • Answered by AI
  • Q4. Then tell me the correct answer

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking application based question so prepare accordingly

Skills evaluated in this interview

I applied via campus placement at Nandha Engineering College, Erode and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Based on my project
  • Ans. I explain my project details briefly and told some command how to use
  • Answered Anonymously
  • Q2. What is database,one to one ,one to many and sql commands
  • Ans. 

    A database is a structured collection of data. One-to-one and one-to-many are types of relationships between entities in a database. SQL commands are used to interact with a database.

    • A database is a system for storing and managing data.

    • One-to-one relationship: Each record in one table is associated with only one record in another table.

    • One-to-many relationship: Each record in one table is associated with multiple recor...

  • Answered by AI
  • Q3. Self Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was my first nterview I learn more Techical skills in this session if you hire me I will show my technical and communication skills in this platform and I will ensure the time. I answers maximum question correctly . I think I did well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Gandhinagar and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Math, logical and verbal question's

Round 2 - Coding Test 

Simple question on recursion, array, Graph, Dynamic programming, linkedlist and 2 pointer

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience project on resume previous internships / intrest

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask very though question. but the CTC dont match the difficult of question asked.
They want most skilled engineer at price of peeny every only 5 student from IIT Gandhinagar qualified the interview and everyone rejected the offer.
Just check companies reviews before joining.

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

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 before Apr 2022. There were 3 interview rounds.

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. Cant be able to tell you now
Round 3 - One-on-one 

(1 Question)

  • Q1. Cant be able to tell you now

Ganit Business Solutions Interview FAQs

How many rounds are there in Ganit Business Solutions Software Engineer interview?
Ganit Business Solutions interview process usually has 4 rounds. The most common rounds in the Ganit Business Solutions interview process are Case Study, Technical and Resume Shortlist.
What are the top questions asked in Ganit Business Solutions Software Engineer interview?

Some of the top questions asked at the Ganit Business Solutions Software Engineer interview -

  1. 1 coding questiin 3 logical apti question Dbms conce...read more
  2. Foriegn key Primary ...read more

Tell us how to improve this page.

Ganit Business Solutions Software Engineer Reviews and Ratings

based on 3 reviews

1.2/5

Rating in categories

1.2

Skill development

1.6

Work-Life balance

2.4

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 3 Reviews and Ratings
Data Analyst
101 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Data Analyst
81 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Data Scientist
44 salaries
unlock blur

₹8 L/yr - ₹23 L/yr

Data Engineer
20 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Senior Data Scientist
8 salaries
unlock blur

₹17 L/yr - ₹25 L/yr

Explore more salaries
Compare Ganit Business Solutions with

TCS

3.7
Compare

Infosys

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