Upload Button Icon Add office photos

Filter interviews by

Greeksoft Technologies Software Developer Interview Questions and Answers for Experienced

Updated 13 Aug 2020

Greeksoft Technologies Software Developer Interview Experiences for Experienced

1 interview found

Software Developer Interview Questions & Answers

user image Jayashree Chirde

posted on 13 Aug 2020

I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Abut STL, multithreading, C++ question like virtual functuon .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of C++ and then advance STL etc

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Sql and dsa questions online assessment

Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on my resume
  • Q2. What are oops conecepts and examples
  • Ans. 

    Object-oriented programming concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes from existing ones, inheriting their properties and behaviors

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

    • Example: Encapsulation - a class 'Car' with private variables 'make' and 'model', and ...

  • Answered by AI
  • Q3. Dsa question based on strings
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pattern pic will be shared, write code to print that pattern

Interview experience
3
Average
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. Core java Java script Servlet jsp
Round 3 - Technical 

(1 Question)

  • Q1. Servlet and jsp
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
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

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.

Interview Questionnaire 

4 Questions

  • Q1. Life cycle of servlet and jsp
  • Ans. 

    Servlet and JSP life cycle involves initialization, request processing and destruction.

    • Servlet life cycle includes init(), service() and destroy() methods.

    • JSP life cycle includes translation, compilation, initialization, and request processing.

    • Servlet container manages the life cycle of servlets and JSPs.

    • Servlet and JSP objects are created and initialized during initialization phase.

    • During request processing phase, ser...

  • Answered by AI
  • Q2. Joins and basic SQL concept
  • Q3. Implementation of jdbc
  • Ans. 

    JDBC is a Java API for connecting to and interacting with databases.

    • JDBC stands for Java Database Connectivity.

    • It provides a standard interface for connecting to databases.

    • JDBC drivers are used to connect to specific databases.

    • JDBC can be used to execute SQL queries and retrieve results.

    • Example: Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb","userna

  • Answered by AI
  • Q4. Puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts of java ,servlet, jsp ,jdbc and javascript

Skills evaluated in this interview

Greeksoft Technologies Interview FAQs

How many rounds are there in Greeksoft Technologies Software Developer interview for experienced candidates?
Greeksoft Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Greeksoft Technologies interview process for experienced candidates are Resume Shortlist and Aptitude Test.
How to prepare for Greeksoft Technologies Software Developer interview for experienced candidates?
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++, MFC, C, VC++ and Algorithms.

Tell us how to improve this page.

People are getting interviews through

based on 1 Greeksoft Technologies interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Greeksoft Technologies Software Developer Salary
based on 51 salaries
₹3 L/yr - ₹7 L/yr
36% less than the average Software Developer Salary in India
View more details

Greeksoft Technologies Software Developer Reviews and Ratings

based on 9 reviews

3.4/5

Rating in categories

3.3

Skill development

2.9

Work-Life balance

3.9

Salary & Benefits

3.5

Job Security

3.3

Company culture

3.2

Promotions/Appraisal

3.2

Work Satisfaction

Explore 9 Reviews and Ratings
Software Developer
51 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

QA Analyst
46 salaries
unlock blur

₹1.8 L/yr - ₹6.6 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.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