Upload Button Icon Add office photos

Sun Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Sun Technologies Interview Questions, Process, and Tips

Updated 15 May 2024

Top Sun Technologies Interview Questions and Answers

View all 19 questions

Sun Technologies Interview Experiences

Popular Designations

18 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2022. There were 9 interview rounds.

Round 1 - Assignment 

For practice if we are eligible for this job

Round 2 - Coding Test 

For testing our skills knowledge about the job

Round 3 - Aptitude Test 

To check how knowledge we have about the projects we done

Round 4 - One-on-one 

(1 Question)

  • Q1. If we are eligible to do work then one on one round will apply for our test project
Round 5 - Case Study 

After all we have to study about the case what the project we have

Round 6 - Group Discussion 

If the case was not solved then we have to discuss in group

Round 7 - Technical 

(1 Question)

  • Q1. If we have any issues about thecnical then we have to meet HR
Round 8 - HR 

(1 Question)

  • Q1. They are the one who maintain whole company interviews problems any issues of technical and so on
Round 9 - Finally how we work in company s 

(1 Question)

  • Q1. Aptitude test,codingtest, group discussion, assignment, case study, hr, technical, one on one round.

Interview Preparation Tips

Topics to prepare for Sun Technologies Data Entry jobs interview:
  • Data Entry
  • English Typing
  • Form filling
Interview preparation tips for other job seekers - Can I do work in your company was this possible If I'm eligible for this.

Data Entry jobs Interview Questions asked at other Companies

Q1. Why people's like Amazon service and app?
View answer (6)

Associate Engineer Interview Questions & Answers

user image Rushithkrishna Munikrishna

posted on 1 Apr 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Random questions not related to profile

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How will you handle employee conflicts ?
  • Q2. How to resolve dress code violations
  • Ans. 

    Address violations promptly and professionally to maintain a professional work environment.

    • Communicate the dress code policy clearly to all employees

    • Provide reminders and updates on the dress code policy regularly

    • Address violations privately and respectfully

    • Offer guidance on appropriate attire if needed

    • Implement progressive discipline if violations persist

  • Answered by AI

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

QA Trainee Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Oct 2023. 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 

Verbal, reasoning, LCM n hcf aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. Basic manual testing questions
  • Q2. What is stlc life cycle
  • Ans. 

    STLC (Software Testing Life Cycle) is a process used by QA teams to plan, design, execute, and report on testing activities.

    • STLC involves phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has specific goals and deliverables to ensure thorough testing of the software.

    • For example, in the test execution phase, test cases are executed, defects are logged, and regressi...

  • Answered by AI

Skills evaluated in this interview

QA Trainee Interview Questions asked at other Companies

Q1. What is regression testing, smoke testing,unit testing?
View answer (1)

Sun Technologies interview questions for popular designations

 Software Engineer

 (2)

 Game Tester

 (2)

 HR Executive

 (1)

 Senior Business Analyst

 (1)

 QA Tester

 (1)

 Junior Java Developer

 (1)

 Software Tester

 (1)

 Associate Engineer

 (1)

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

(1 Question)

  • Q1. ABOUT OOPS, Exceptional Handling

Junior Java Developer Interview Questions asked at other Companies

Q1. What are the dependencies that are present in spring and explain them
View answer (3)

Get interview-ready with Top Sun Technologies Interview Questions

QA Tester Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What are the game you played?
  • Ans. 

    I have played a variety of games including first-person shooters, role-playing games, and puzzle games.

    • First-person shooters: Call of Duty, Battlefield

    • Role-playing games: The Witcher 3, Skyrim

    • Puzzle games: Portal, Tetris

  • Answered by AI

QA Tester Interview Questions asked at other Companies

Q1. If you are given a ball pen tested for indian market, now you have to test it for international market, what testings will you perform.?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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

Online questions asking

Round 3 - Group Discussion 

Discussing any topics

Interview Preparation Tips

Topics to prepare for Sun Technologies Software Tester interview:
  • Manual Testing
  • SQL
  • Java
  • Selenium
Interview preparation tips for other job seekers - I want a good job in reported company

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They will provide some technical questions based on Java and Selenium.

Round 2 - Technical 

(3 Questions)

  • Q1. What is constructor in Java?
  • Ans. 

    Constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • They are called when an object of a class is created.

    • Constructors can be overloaded, meaning a class can have multiple constructors with different parameters.

    • Example: public class Car { public Car() { // default constructor } public Car

  • Answered by AI
  • Q2. How to handle Dropdowns using selenium?
  • Ans. 

    Dropdowns in Selenium can be handled using Select class in Selenium WebDriver.

    • Use Select class from Selenium WebDriver to interact with dropdowns

    • Identify the dropdown element using its locator (id, name, class, etc.)

    • Create a Select object by passing the dropdown element as a parameter

    • Use Select object methods like selectByVisibleText(), selectByValue(), selectByIndex() to interact with dropdown options

  • Answered by AI
  • Q3. What is TestNG?
  • Ans. 

    TestNG is a testing framework designed to simplify a broad range of testing needs, from unit testing to integration testing.

    • TestNG allows for easy configuration of test cases using annotations.

    • It supports parallel execution of test methods.

    • TestNG provides features like data-driven testing, parameterization, and grouping of test methods.

    • It generates detailed test reports for analysis.

    • TestNG integrates seamlessly with to

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sun Technologies Qa Automation Testing Engineer interview:
  • Java
  • Selenium
  • SQL

Skills evaluated in this interview

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are collections in java ?
  • Ans. 

    Collections in Java are frameworks that provide an architecture to store and manipulate a group of objects.

    • Collections provide interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) to store and manipulate groups of objects.

    • Collections framework includes algorithms to manipulate collections, such as sorting, searching, and shuffling.

    • Collections in Java are part of the Java Collections Framework (JCF) and...

  • Answered by AI
  • Q2. What are strings in java? What are the different ways to create a string ?
  • Ans. 

    Strings in Java are sequences of characters. They are immutable objects and can be created using string literals or the new keyword.

    • Strings can be created using string literals: String str = "Hello";

    • Strings can also be created using the new keyword: String str = new String("World");

    • Strings can be concatenated using the + operator: String result = str1 + str2;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answer.

Skills evaluated in this interview

Top Sun Technologies Software Engineer Interview Questions and Answers

Q1. What are strings in java? What are the different ways to create a string ?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Game Tester Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 2 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 

(5 Questions)

  • Q1. Write an issue after you encountered a bug in the game
  • Ans. 

    After encountering a bug in the game, I faced an issue with character movement being glitchy.

    • Character movement is not smooth and responsive

    • Character gets stuck in certain areas of the map

    • Character animations are not playing correctly

  • Answered by AI
  • Q2. What is a bug life cycle
  • Ans. 

    Bug life cycle refers to the stages a bug goes through from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is reported in a bug tracking system

    • Bug is assigned to a developer for fixing

    • Developer fixes the bug

    • Bug is retested by tester to verify if it is resolved

    • Bug is closed if fixed or reopened if issue persists

  • Answered by AI
  • Q3. What types of games do you play
  • Ans. 

    I play a variety of games including action-adventure, RPG, puzzle, and simulation games.

    • Action-adventure games

    • RPGs

    • Puzzle games

    • Simulation games

  • Answered by AI
  • Q4. Describe your favourite game
  • Q5. What is the genre of GTA ViceCity, explain me the game from start to end
  • Ans. 

    GTA Vice City is an action-adventure game set in a fictional version of Miami in the 1980s.

    • Open-world gameplay allows players to explore the city, complete missions, and engage in various activities.

    • Players take on the role of Tommy Vercetti, a criminal seeking to build his empire in the city.

    • The game features a mix of driving, shooting, and exploration elements.

    • Players can interact with various characters, engage in s...

  • Answered by AI

Skills evaluated in this interview

Game Tester Interview Questions asked at other Companies

Q1. What if the developer fixed the bugs you mentioned to them then after what is your responsibility ? what are you gonna do?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There was 1 interview round.

Round 1 - Case Study 

How DNS works
How DHCP Packet flows
ARP when & where it require
Types of Routing protocol & the best protocol as per your knowledge and why

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Sun Technologies Interview FAQs

How many rounds are there in Sun Technologies interview?
Sun Technologies interview process usually has 2-3 rounds. The most common rounds in the Sun Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Sun Technologies 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 Sun Technologies . The most common topics and skills that interviewers at Sun Technologies expect are Java, PDF, Javascript, SQL and J2Ee.
What are the top questions asked in Sun Technologies interview?

Some of the top questions asked at the Sun Technologies interview -

  1. What is the genre of GTA ViceCity, explain me the game from start to ...read more
  2. What are strings in java? What are the different ways to create a strin...read more
  3. How to handle Dropdowns using seleni...read more
How long is the Sun Technologies interview process?

The duration of Sun Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Sun Technologies Interview Process

based on 13 interviews

Interview experience

3.5
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

Sun Technologies Reviews and Ratings

based on 151 reviews

3.6/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.1

Salary

3.7

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 151 Reviews and Ratings
Software Engineer
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sun Technologies with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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