Upload Button Icon Add office photos

GoldenSource

Compare button icon Compare button icon Compare

Filter interviews by

GoldenSource Application Support Engineer Interview Questions and Answers

Updated 18 Jul 2024

GoldenSource Application Support Engineer Interview Experiences

2 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
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
Q2. Add one more column in that table, without using create?
asked in CGI Group
Q3. How do you check how much space is left in the current drive?
asked in CGI Group
Q4. How do you find all the processes that have opened a file in Linu ... read more
Q5. what you will do if application perform slow,

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test on java collections

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting a given array
  • Ans. 

    Sorting a given array of strings

    • Use a sorting algorithm like quicksort or mergesort

    • Consider the length of the strings for comparison

    • Use a comparator function to define the sorting order

  • Answered by AI
  • Q2. Database queries. Finding second, thrid highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find second, third highest salary

    • Use ORDER BY salary DESC to sort salaries in descending order

    • Use LIMIT 1,1 to get the second highest salary

    • Use LIMIT 2,1 to get the third highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change jobs
  • Q2. Salary negotiations

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic python questions
Round 2 - Technical 

(1 Question)

  • Q1. Some programming codes that matches oops decorator and lambda
  • Ans. 

    OOPs decorator and lambda functions can be used together to add functionality to objects in a concise and flexible way.

    • Use lambda functions to define the behavior that will be added to objects.

    • Use decorators to apply the lambda functions to the objects.

    • Example: Define a lambda function that doubles a number, then use a decorator to apply it to a class method.

  • Answered by AI
Round 3 - Coding Test 

Need to understand the logic and tell the output by seeing the code

Round 4 - HR 

(1 Question)

  • Q1. Company details discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is CSS Sprite
  • Ans. 

    CSS Sprite is a technique used to combine multiple images into a single image to reduce the number of server requests.

    • CSS Sprite helps in reducing loading time by reducing the number of HTTP requests.

    • It involves combining multiple images into one larger image and then using CSS to display only the portion of the image needed.

    • This technique is commonly used for icons, buttons, and other small images on websites.

    • By using...

  • Answered by AI
  • Q2. Object Oriented Programming

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself and your biodata
  • Q2. I have explained myself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself and keep ready for interview
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. Skill related questions
Round 3 - Technical 

(2 Questions)

  • Q1. Management questions
  • Q2. Depends on questions
Round 4 - HR 

(2 Questions)

  • Q1. Previous experiences and reason for change
  • Q2. Better opportunity and new challenges

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t mention the skills which you don’t experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic question on python, docker, git
  • Q2. Program to Implement of queue
  • Ans. 

    A program to implement a queue data structure

    • Create a class Queue with methods like enqueue, dequeue, isEmpty, and size

    • Use an array to store the elements in the queue

    • Maintain front and rear pointers to keep track of the elements in the queue

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Advance python question, Questions on Django, Question on Restapis
  • Q2. Coding questions: Bubble sort, valid paranthesis

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Questions from particular from Java Collections with code, Comparator vs Comparable with code, BDD with Cucumber, Dynamic handling of web table with code , Invisible element with code , Java Script Execut...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be equipped with code for every topic

Senior Software Engineer Interview Questions & Answers

MQSYS Technologies user image somisetty venkata surya pradeep

posted on 13 Feb 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse the string using language

Interview Preparation Tips

Interview preparation tips for other job seekers - Not recommended to join, join at your own risk

GoldenSource Interview FAQs

How many rounds are there in GoldenSource Application Support Engineer interview?
GoldenSource interview process usually has 2 rounds. The most common rounds in the GoldenSource interview process are Technical, Aptitude Test and Psychometric Test.
How to prepare for GoldenSource Application Support Engineer 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 Brs, Career Development, Developer Studio, JBoss and Marathi.
What are the top questions asked in GoldenSource Application Support Engineer interview?

Some of the top questions asked at the GoldenSource Application Support Engineer interview -

  1. 30 minuts basixc questions related to java ,cloud ...read more
  2. Question related to SQL and U...read more
  3. Question related to WebLo...read more

Tell us how to improve this page.

GoldenSource Application Support Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
Microsense Interview Questions
3.6
 • 19 Interviews
View all
GoldenSource Application Support Engineer Salary
based on 4 salaries
₹5.5 L/yr - ₹6 L/yr
12% more than the average Application Support Engineer Salary in India
View more details

GoldenSource Application Support Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

2.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
89 salaries
unlock blur

₹3.6 L/yr - ₹10.7 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹5.5 L/yr - ₹17 L/yr

Junior Software Engineer
45 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Consultant
43 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Senior Consultant
43 salaries
unlock blur

₹10 L/yr - ₹29 L/yr

Explore more salaries
Compare GoldenSource with

Saama Technologies

3.7
Compare

Jumio

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview