Upload Button Icon Add office photos

Filter interviews by

GoldenSource Interview Questions and Answers

Updated 18 Jul 2024

GoldenSource Interview Experiences

Popular Designations

10 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question related to WebLogic
  • Q2. Question related to SQL and Unix

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20-25 question related to simple aptitude

Round 2 - Psychometric Test 

(1 Question)

  • Q1. Behaviroural questions
Round 3 - Technical 

(1 Question)

  • Q1. 30 minuts basixc questions related to java ,cloud etc

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Apr 2023.

Round 1 - Aptitude Test 

Maths and coding questions

Round 2 - Video Call 

(3 Questions)

  • Q1. Basic questions on java and sql.
  • Q2. Java - Constructor, types of constrcutor, this keyword, default keyword, servlet, oops concept, types of inheritance, class and object, etc
  • Q3. Unique key, primary key and DML sstatements.
Round 3 - One-on-one 

(1 Question)

  • Q1. Interviewer was mainly focused on academic projects. Asked many questions on projects. Java questions like constructor, oops concepts.

Junior Java Developer Interview Questions asked at other Companies

Q1. Why we need Oops concepts? What is Constructor? Need of Constructor? StringBuilder? etc.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Monster and was interviewed in Jul 2023. 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 - Coding Test 

Database skill
Java programming skill

Round 3 - One-on-one 

(2 Questions)

  • Q1. Capital markets domain
  • Q2. Asset in capital markets
  • Ans. 

    An asset in capital markets refers to a financial instrument or security that has value and can be traded.

    • Assets can include stocks, bonds, commodities, currencies, and derivatives.

    • They are bought and sold in financial markets to generate returns for investors.

    • Assets can be classified as tangible (physical assets like real estate) or intangible (financial assets like stocks).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good capital markets domain knowledge

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

GoldenSource interview questions for popular designations

 Application Support Engineer

 (2)

 Senior Software Engineer

 (2)

 Java Developer

 (1)

 Junior Java Developer

 (1)

 Junior Software Engineer

 (1)

 Production Engineer

 (1)

 Software Developer

 (1)

 Team Lead

 (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2023

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

(1 Question)

  • Q1. DDLC, introduction, software used, API documentation
Round 3 - Technical 

(1 Question)

  • Q1. DDLC, About software i have worked on, wordpress
Round 4 - Aptitude Test 

For technical writer, its grammar, reading comprehensions and proses.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
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 

(3 Questions)

  • Q1. All basic java topic
  • Q2. Oops definitions principles with examples
  • Ans. 

    Object-oriented programming principles define the way objects interact with each other.

    • Encapsulation: Hiding the implementation details of an object from the outside world. Example: A bank account object that only allows access to its balance through specific methods.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods. Example: A class for different types of vehicles that inher...

  • Answered by AI
  • Q3. Exception handling try catch and finally blocks

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and learn all the basics of java . do have some practical knowledge of java.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Jobs at GoldenSource

View all

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

Round 1 - Aptitude Test 

Basic questions on sql and java

Round 2 - Technical 

(1 Question)

  • Q1. Questions on sql query... Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Study atleast one topic properly

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 3 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. All SQL and Plsql concepts were asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Plsql concepts were examined. Write a Plsql procedure for particular task.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. PL SQL, Joins and Packages and all about SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for SQL topics including functions, packages, index, triggers, stored procedures, joins etc.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

GoldenSource Interview FAQs

How many rounds are there in GoldenSource interview?
GoldenSource interview process usually has 2-3 rounds. The most common rounds in the GoldenSource interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for GoldenSource 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 GoldenSource. The most common topics and skills that interviewers at GoldenSource expect are Oracle, SQL, Data Management, Financial Services and PLSQL.
What are the top questions asked in GoldenSource interview?

Some of the top questions asked at the GoldenSource interview -

  1. oops definitions principles with examp...read more
  2. Asset in capital mark...read more
  3. Java - Constructor, types of constrcutor, this keyword, default keyword, servle...read more

Tell us how to improve this page.

People are getting interviews through

based on 5 GoldenSource interviews
Job Portal
Recruitment Consultant
Referral
60%
20%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

GoldenSource Reviews and Ratings

based on 76 reviews

3.8/5

Rating in categories

3.2

Skill development

4.0

Work-Life balance

3.5

Salary & Benefits

3.9

Job Security

4.0

Company culture

3.1

Promotions/Appraisal

3.4

Work Satisfaction

Explore 76 Reviews and Ratings
Software Engineer
86 salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Senior Software Engineer
52 salaries
unlock blur

₹5.5 L/yr - ₹17 L/yr

Consultant
46 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Senior Consultant
41 salaries
unlock blur

₹10 L/yr - ₹29 L/yr

Business Analyst
38 salaries
unlock blur

₹6 L/yr - ₹15.5 L/yr

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