Upload Button Icon Add office photos

Filter interviews by

Greeksoft Technologies Software Developer Trainee Interview Questions and Answers

Updated 8 Apr 2024

Greeksoft Technologies Software Developer Trainee Interview Experiences

2 interviews found

Software Developer Trainee Interview Questions & Answers

user image Tejas Sunil Naykudi

posted on 27 Jul 2022

I applied via Naukri.com and was interviewed in Jun 2022. There were 5 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 - Aptitude Test 

Quant, Reasoning, logical, English, Technical.

Round 3 - Coding Test 

Two coding problem in 90 minutes

Round 4 - Technical 

(1 Question)

  • Q1. Basic about c & c++, Data structure
Round 5 - HR 

(1 Question)

  • Q1. Personal & Technical

Interview Preparation Tips

Topics to prepare for Greeksoft Technologies Software Developer Trainee interview:
  • C
  • C++
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Make proper schedule of your recruitment process.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is totally based on C++ programming

Round 2 - Technical 

(1 Question)

  • Q1. He asked me basics conceptual questions on C++ language
Round 3 - Technical 

(1 Question)

  • Q1. Find the intersection point of given linkedlist
  • Ans. 

    To find the intersection point of two linked lists, use two pointers to traverse both lists and compare nodes.

    • Use two pointers to traverse both linked lists simultaneously

    • Calculate the length of both lists and find the difference

    • Move the pointer of the longer list by the difference

    • Move both pointers until they meet at the intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepared C++ from basics to advanced

Skills evaluated in this interview

Software Developer Trainee Interview Questions Asked at Other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. ... read more
Q2. What is a static keyword in java? Where are the static variables ... read more
Q3. 1.Do you use social media? What is the use of it? 2.Tell us about ... read more
Q4. 2.You are given a chess board and the position of queen find the ... read more
asked in CodeAegis
Q5. 4 pills are medicine, in which 2 pills for fever and 2 pills for ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60 mins test with 60 questions. All the questions are fill in the blanks type.

Round 2 - Technical 

(3 Questions)

  • Q1. Work and time based questions in multiple choice type
  • Q2. Percentage question in multiple choice
  • Q3. Distance and time based questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about on technogy
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail

    • Experience with testing tools such as Selenium and Jira

    • Excellent problem-solving skills

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Normal core java questions
Round 2 - Technical 

(1 Question)

  • Q1. Normal java questions
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed with Servosys Solution and had a disappointing experience. From the very start, I clearly communicated my salary expectations, and it was acknowledged by the interviewers. However, after going through multiple rounds, including technical and HR discussions, I was rejected in the final HR round due to my salary expectations, which I had been transparent about from the beginning.

This entire process felt like a complete waste of time. If salary expectations were a deal-breaker, this could have been addressed early on, saving both parties time and effort. The lack of communication and respect for my time was frustrating. I hope Servosys Solution improves its interview process to prevent other candidates from facing similar issues.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about my experience as an integration developer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via TopHire and was interviewed in Mar 2023. There were 4 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 

(1 Question)

  • Q1. Core JavaScript related questions like closure, IIFE, functional scope, DSA, and low level system design
Round 3 - Technical 

(1 Question)

  • Q1. Architecture level question, more about project, message queue broker, API security
Round 4 - HR 

(1 Question)

  • Q1. Work location and offer discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Experience with valuefy, great questions, really encouraging
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Suggest how to prepare for lektik
  • Ans. 

    Prepare for lektik by studying algorithms, data structures, and practicing coding challenges.

    • Study algorithms and data structures thoroughly

    • Practice coding challenges on platforms like LeetCode or HackerRank

    • Review common interview questions and practice explaining your thought process

    • Mock interviews with peers or mentors to simulate the interview experience

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

Greeksoft Technologies Interview FAQs

How many rounds are there in Greeksoft Technologies Software Developer Trainee interview?
Greeksoft Technologies interview process usually has 4 rounds. The most common rounds in the Greeksoft Technologies interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Greeksoft Technologies Software Developer Trainee 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 Greeksoft Technologies. The most common topics and skills that interviewers at Greeksoft Technologies expect are C++, Data Structures, Algorithms, C and Multithreading.
What are the top questions asked in Greeksoft Technologies Software Developer Trainee interview?

Some of the top questions asked at the Greeksoft Technologies Software Developer Trainee interview -

  1. Find the intersection point of given linkedl...read more
  2. Basic about c & c++, Data struct...read more
  3. He asked me basics conceptual questions on C++ langu...read more

Tell us how to improve this page.

Greeksoft Technologies Software Developer Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 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
 • 794 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
View all
Greeksoft Technologies Software Developer Trainee Salary
based on 4 salaries
₹4.2 L/yr - ₹5 L/yr
24% more than the average Software Developer Trainee Salary in India
View more details
Software Developer
52 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

QA Analyst
45 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Software Engineer
16 salaries
unlock blur

₹1.8 L/yr - ₹7.6 L/yr

Technical Support Engineer
12 salaries
unlock blur

₹1.8 L/yr - ₹6.5 L/yr

Senior QA Analyst
10 salaries
unlock blur

₹6.9 L/yr - ₹16 L/yr

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