Upload Button Icon Add office photos

Filter interviews by

Sun Technologies Software Engineer Interview Questions, Process, and Tips

Updated 22 Mar 2024

Top Sun Technologies Software Engineer Interview Questions and Answers

View all 6 questions

Sun Technologies Software Engineer Interview Experiences

2 interviews found

I applied via Referral and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Components of Power bi,
  • Ans. 

    Power BI is a business analytics service by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power Query for data transformation

    • Power Pivot for data modeling

    • Power View for data visualization

    • Power Map for geospatial data visualization

    • Power Q&A for natural language query

    • Power BI Desktop for report authoring

    • Power BI Service for sharing and collaboration

  • Answered by AI
  • Q2. Building blocks of power bi
  • Ans. 

    Power BI building blocks include data sources, data transformations, data modeling, and visualizations.

    • Data sources: Connect to various data sources such as Excel, SQL Server, and SharePoint.

    • Data transformations: Clean and transform data using Power Query Editor.

    • Data modeling: Create relationships between tables and define measures and calculated columns.

    • Visualizations: Create interactive reports and dashboards using v...

  • Answered by AI
  • Q3. What is Data Modelling
  • Ans. 

    Data modelling is the process of creating a conceptual representation of data and its relationships.

    • It involves identifying entities, attributes, and relationships between them.

    • It helps in designing efficient databases and improving data quality.

    • Examples include ER diagrams, UML diagrams, and data flow diagrams.

  • Answered by AI
  • Q4. What is Power Pivot
  • Ans. 

    Power Pivot is a data modeling tool in Excel that allows users to create relationships and analyze large data sets.

    • Power Pivot is an add-in for Microsoft Excel.

    • It allows users to create data models and relationships between tables.

    • Users can analyze large data sets with fast performance.

    • It supports advanced calculations and data analysis functions.

    • Power Pivot can handle millions of rows of data.

    • It is commonly used for b

  • Answered by AI
  • Q5. What are the projects you worked on
  • Q6. What are the Visuals worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - its good t

Skills evaluated in this interview

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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept ? SQL Queries ?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

About front end , html, css, reasoning,

Round 2 - Technical 

(1 Question)

  • Q1. What.is let , var, const
  • Ans. 

    let, var, and const are keywords used in JavaScript to declare variables with different scopes and mutability.

    • let is used to declare variables with block scope and allows reassignment

    • var is used to declare variables with function scope and allows redeclaration

    • const is used to declare variables with block scope and does not allow reassignment, but the value can still be mutable

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem of libraries and tools.

    • Examples: AngularJS, Angular 2, A...

  • Answered by AI
  • Q2. Services in angular
  • Ans. 

    Services in Angular are singleton objects that can be used to share data and functionality across components.

    • Services are used to encapsulate reusable functionality, such as data fetching, logging, or authentication.

    • Services can be injected into components, directives, or other services using Angular's dependency injection system.

    • Services are typically defined using the @Injectable decorator.

    • Example: A DataService serv...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are features of OOPS
  • Ans. 

    OOPS features include encapsulation, inheritance, polymorphism, and abstraction.

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

    • Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Ability to use a single interface for different data types or classes.

    • Abstraction: Hiding the implementation details and show

  • Answered by AI
  • Q2. Difference between interface and abstract clas
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both implemented and abstract methods.

    • Interface methods are public and abstract by default, while abstract class can have abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for full abstraction, while abstract classes are used fo...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program Binary Search?
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the middle index and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.

    • Repeat the process until the target value is found or the s

  • Answered by AI
  • Q2. What isCICD flow?
  • Ans. 

    CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.

    • CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.

    • Continuous Integration (CI) focuses on automating the build and testing of code c...

  • Answered by AI
  • Q3. How to handle Enum feature?
  • Ans. 

    Enums are a feature in programming languages that allow you to define a set of named constants.

    • Enums can be used to improve code readability by giving meaningful names to values

    • Enums can be used in switch statements to handle different cases

    • Enums can have associated values or raw values for more flexibility

  • Answered by AI
  • Q4. Singleton handles the Syncronized ?
  • Ans. 

    Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.

    • Singleton pattern restricts the instantiation of a class to one object.

    • It provides a global point of access to the instance.

    • Synchronization can be implemented in the Singleton pattern to ensure thread safety.

    • Example: Singleton pattern is commonly used in database connections to ensure

  • Answered by AI
  • Q5. What are external Libraries are used in project?
  • Ans. 

    External libraries are pre-written code that can be imported and used in a project to provide additional functionality.

    • External libraries help in reducing development time by providing ready-made solutions for common tasks.

    • Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.

  • Answered by AI

Skills evaluated in this interview

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

Screen test it will take 30min

Round 2 - Technical 

(1 Question)

  • Q1. What is react, What is dom, what is different between dom vs vdom
  • Ans. 

    React is a JavaScript library for building user interfaces. DOM stands for Document Object Model. VDOM is a virtual representation of the DOM.

    • React is a JavaScript library used for building user interfaces.

    • DOM (Document Object Model) is a programming interface for web documents.

    • VDOM (Virtual DOM) is a lightweight copy of the DOM used for performance optimization.

    • The main difference between DOM and VDOM is that VDOM is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experince

Skills evaluated in this interview

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

(1 Question)

  • Q1. Find repeated nos in arrays
  • Ans. 

    Find repeated numbers in arrays of strings

    • Iterate through each string in the array

    • Convert each string to an array of numbers

    • Use a hash map to track the frequency of each number

    • Identify and return the repeated numbers

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Current company work, reason for change, etc.

Skills evaluated in this interview

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

Case study of last project

Sun Technologies Interview FAQs

How many rounds are there in Sun Technologies Software Engineer interview?
Sun Technologies interview process usually has 1 rounds. The most common rounds in the Sun Technologies interview process are Technical.
How to prepare for Sun Technologies Software 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 Sun Technologies . The most common topics and skills that interviewers at Sun Technologies expect are Core Java, Groovy, MongoDB, NoSQL and SCALA.
What are the top questions asked in Sun Technologies Software Engineer interview?

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

  1. What are strings in java? What are the different ways to create a strin...read more
  2. What is Data Modell...read more
  3. What are collections in jav...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Sun Technologies interviews
Referral
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Sun Technologies Software Engineer Salary
based on 101 salaries
₹2.8 L/yr - ₹8 L/yr
38% less than the average Software Engineer Salary in India
View more details

Sun Technologies Software Engineer Reviews and Ratings

based on 15 reviews

3.1/5

Rating in categories

3.6

Skill development

3.0

Work-Life balance

3.4

Salary & Benefits

3.2

Job Security

3.3

Company culture

3.0

Promotions/Appraisal

2.9

Work Satisfaction

Explore 15 Reviews and Ratings
Software Engineer
101 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

Test Engineer
44 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Software Developer
36 salaries
unlock blur

₹2.3 L/yr - ₹8.4 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Softwaretest Engineer
35 salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Sun Technologies with

Infosys

3.7
Compare

Wipro

3.7
Compare

TCS

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