Upload Button Icon Add office photos

Filter interviews by

Geecon Global Software Trainee Interview Questions and Answers

Updated 17 Jan 2023

Geecon Global Software Trainee Interview Experiences

1 interview found

Software Trainee Interview Questions & Answers

user image Vivek Yadav

posted on 17 Jan 2023

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

I applied via Naukri.com and was interviewed before Jan 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 

(2 Questions)

  • Q1. What is oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects that interact with each other to perform tasks.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that have properties and methods to perform specific tasks.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

    • Encapsulation is the process of hiding the internal details of an object from the outs...

  • Answered by AI
  • Q2. What interface and his advantages
  • Ans. 

    An interface is a contract between two objects that defines the communication between them.

    • Advantages of interfaces include: abstraction, modularity, flexibility, and multiple inheritance.

    • Interfaces allow for loose coupling between objects, making it easier to change implementations without affecting other parts of the code.

    • Interfaces also make it easier to test code, as they allow for mocking and stubbing of dependenc...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about basic concept about html,css,JavaScript.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. What is an array?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q2. What is selection sort.?
  • Ans. 

    Selection sort is a simple sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the array and swaps it with the first unsorted element.

    • Iterate through the array to find the smallest element and swap it with the first element.

    • Repeat the process for the remaining unsorted portion of the array.

    • Time complexity of O(n^2) makes it inefficient for large datasets.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. How to handle exception in java
  • Ans. 

    In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.

    • Use try-catch blocks to catch exceptions and handle them gracefully

    • Use multiple catch blocks to handle different types of exceptions

    • Use finally block to execute code regardless of whether an exception is thrown or not

    • Throw custom exceptions using throw keyword

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In Java8, different between flatmap and map
  • Ans. 

    map transforms each element in a stream, while flatMap transforms each element into multiple elements

    • map applies a function to each element in a stream and returns a new stream of the results

    • flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream

    • Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(

  • Answered by AI
  • Q2. How to handle the ConcureentModificationException
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Use Iterator to iterate over the collection instead of foreach loop.

    • If modification is necessary, use Iterator's remove() method instead of collection's remove() method.

    • Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Concepts of node and Js
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Nothing much it went well as usual they try go ask for negotiable salary
  • Q2. What is the reason
  • Ans. 

    The reason for what?

    • Need more context to provide a specific reason

    • Could be related to a specific action, decision, outcome, etc.

    • Can you provide more details or clarify the question?

  • Answered by AI
  • Q3. What is the issue
  • Q4. What is draw back
  • Ans. 

    A drawback is a disadvantage or limitation of a particular situation or course of action.

    • Drawbacks can hinder progress or success in a project or task.

    • They can be caused by limitations in resources, technology, or skills.

    • Examples include lack of funding, outdated software, or inadequate training.

    • Identifying drawbacks early on can help mitigate their impact on a project.

  • Answered by AI
  • Q5. What is fast forward
  • Ans. 

    Fast forward is a feature that allows users to skip ahead in a video or audio file to a specific point.

    • Fast forward allows users to quickly move forward in a video or audio file.

    • Users can skip scenes or sections they are not interested in by using the fast forward feature.

    • Commonly seen in media players, streaming services, and DVRs.

    • Example: Pressing the fast forward button on a remote control to skip ahead in a movie.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Thread,oops,sql,find character count
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Mahatma Gandhi Institute of Technology, Hyderabad and was interviewed in Dec 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 - Aptitude Test 

It was easy- moderate in difficulty level.

Round 3 - Technical 

(2 Questions)

  • Q1. The questions were purely based on python and SQL
  • Q2. SQL- What are window functions and were asked to write some basic fetching queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. 1. Question on Projects, Job, Contribution.
  • Q2. Javascript : closures, promise
  • Q3. Guess Output based questions
  • Q4. Coding : Given array and target, find the index pair of elements the sum becomes target
  • Ans. 

    Given an array and target, find the index pair of elements the sum becomes target.

    • Use a hash table to store the difference between target and current element

    • Check if the difference exists in the hash table

    • Return the indices of the current element and the difference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Project bases questions, Core Concepts(with examples and senarios) and Coding question

Skills evaluated in this interview

I applied via Referral and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. C# basics to advanced. MVC and scenario based questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Programming and .NET.
Round 4 - HR 

(1 Question)

  • Q1. About the company and expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a .NET developer interview.
Have good knowledge of C#, OOPS, MVC, API and SQL.

Geecon Global Interview FAQs

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

Some of the top questions asked at the Geecon Global Software Trainee interview -

  1. What interface and his advanta...read more
  2. What is oops conc...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Geecon Global interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Geecon Global Software Trainee Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

2.5

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.5

Company culture

1.5

Promotions/Appraisal

1.0

Work Satisfaction

Explore 2 Reviews and Ratings
Project Coordinator
4 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Front end Developer
4 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Web Developer Trainee
4 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Developer
3 salaries
unlock blur

₹1.2 L/yr - ₹1.8 L/yr

Associate Software Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹4.8 L/yr

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