Upload Button Icon Add office photos
Engaged Employer

i

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

GegoSoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GegoSoft Software Developer Interview Questions and Answers

Updated 7 Aug 2023

GegoSoft Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2022. 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 - Technical 

(3 Questions)

  • Q1. Oops concepts , HTML,CSS what you define
  • Q2. Java concepts tell about
  • Ans. 

    Java concepts include object-oriented programming, inheritance, polymorphism, encapsulation, and abstraction.

    • Object-oriented programming: Java is an object-oriented language where everything is treated as an object.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects to take on different forms or behaviors.

    • Encapsulation: Bundling data and methods that opera...

  • Answered by AI
  • Q3. Define patterns program and coding write
  • Ans. 

    Patterns in programming refer to reusable solutions to common problems.

    • Patterns are best practices for solving recurring problems in software development.

    • They help in improving code readability, maintainability, and scalability.

    • Examples include Singleton, Factory, Observer, and MVC patterns.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Your self introduction
  • Q2. How to learned coding language tell about it
  • Ans. 

    I learned coding languages through online tutorials, practice projects, and formal education.

    • Started with online tutorials on websites like Codecademy and Khan Academy

    • Practiced coding by working on personal projects and challenges on platforms like LeetCode and HackerRank

    • Took formal education courses in computer science and software development

    • Attended coding bootcamps or workshops to enhance skills

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about GegoSoft?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar

Round 2 - Coding Test 

One coding question. it's like two lines of question, understand the question and write the code using any programming language.

Round 3 - One-on-one 

(1 Question)

  • Q1. General technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. General resume based questions.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Create a hero section for website

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Ans. 

    I faced a significant challenge when integrating a legacy system with a new application, requiring extensive troubleshooting and collaboration.

    • Identified compatibility issues between the legacy system and the new application, which caused data inconsistencies.

    • Collaborated with cross-functional teams, including QA and DevOps, to gather insights and troubleshoot effectively.

    • Implemented a phased integration approach, allo...

  • Answered by AI
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot...

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
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 - Coding Test 

Database realted task

Round 3 - Technical 

(1 Question)

  • Q1. Oops concept ,kotlin related question
Round 4 - HR 

(1 Question)

  • Q1. What is your strength and weakness
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is the Software Development Life Cycle (SDLC)?
  • Ans. 

    The Software Development Life Cycle (SDLC) is a structured process for developing software applications efficiently.

    • 1. Requirement Analysis: Gathering and analyzing user needs, e.g., conducting surveys to understand user requirements.

    • 2. Planning: Defining project scope, resources, and timelines, e.g., creating a project plan with milestones.

    • 3. Design: Creating architecture and design specifications, e.g., designing UI/...

  • Answered by AI
  • Q2. What are your thoughts on why artificial intelligence cannot replace engineers?
  • Ans. 

    AI enhances engineering but lacks creativity, emotional intelligence, and complex problem-solving skills inherent to humans.

    • Creativity: Engineers often need to think outside the box to design innovative solutions, something AI struggles with.

    • Emotional Intelligence: Engineers work in teams and must understand human emotions, which AI cannot replicate.

    • Complex Problem-Solving: Many engineering problems require a nuanced u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I highly recommend this company to kickstart your career, as it helps you grow efficiently in your field through advanced guidance.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It have oops, basic java in the question paper

Round 3 - Coding Test 

I was rejected in previous round so prepared well and try

Interview Preparation Tips

Interview preparation tips for other job seekers - Opps, basics of Java need,Prepare well and try your best
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What are some key considerations for designing RESTful APIs and how do you handle error response in Node.js?
  • Ans. 

    Key considerations for RESTful API design include resource identification, statelessness, and error handling strategies.

    • Use meaningful resource URIs (e.g., /users, /products).

    • Implement HTTP methods correctly: GET for retrieval, POST for creation, PUT for updates, DELETE for removal.

    • Ensure statelessness: each request should contain all necessary information.

    • Use appropriate status codes (e.g., 200 for success, 404 for no...

  • Answered by AI
  • Q2. How would you design a scalable backend architecture for a learning management system with millions of users, ensuring performance, reliability and data security?
  • Ans. 

    Designing a scalable backend for a learning management system requires careful planning for performance, reliability, and security.

    • Use microservices architecture to allow independent scaling of components like user management, course content, and analytics.

    • Implement load balancers to distribute traffic evenly across servers, ensuring no single point of failure.

    • Utilize a cloud provider (e.g., AWS, Azure) for auto-scalin...

  • Answered by AI

GegoSoft Interview FAQs

How many rounds are there in GegoSoft Software Developer interview?
GegoSoft interview process usually has 3 rounds. The most common rounds in the GegoSoft interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in GegoSoft Software Developer interview?

Some of the top questions asked at the GegoSoft Software Developer interview -

  1. How to learned coding language tell about...read more
  2. Define patterns program and coding wr...read more
  3. Java concepts tell ab...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
PHP Developer
3 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Junior Android Developer
3 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Digital Marketing Executive and SEO Analyst
3 salaries
unlock blur

₹1.6 L/yr - ₹2.9 L/yr

Flutter Application Developer
3 salaries
unlock blur

₹3.5 L/yr - ₹3.6 L/yr

Explore more salaries
Compare GegoSoft with

GrapplTech

4.8
Compare

Infotact Solutions

4.5
Compare

Wilco Source

3.5
Compare

Vizlogic Digital Solutions

4.6
Compare
write
Share an Interview