Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sunera Technologies Team. If you also belong to the team, you can get access from here

Sunera Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sunera Technologies Software Engineer Interview Questions and Answers

Updated 8 Jan 2025

Sunera Technologies Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Shaik Hussain bee

posted on 8 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Assignment 

Aptitude,plsql and output based questions.

Round 2 - Technical 

(1 Question)

  • Q1. Python Basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Real word Technical discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Details regarding Plsql and Sql
Round 2 - HR 

(1 Question)

  • Q1. Normla Hr discussion

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 the Duplicate Number Problem Statement Given an integer arra ... 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure was more and it was difficult round

Round 2 - Technical 

(1 Question)

  • Q1. It will depend on interviewer
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be depending on Manager who is taking interview
Round 4 - HR 

(1 Question)

  • Q1. It will be very smooth

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company overall I had very good learning and experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. WAP to check occurrence of words in a paragraph.
  • Ans. 

    A program to check the occurrence of words in a paragraph.

    • Split the paragraph into words using space as delimiter

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap accordingly

    • Display the word frequencies

  • Answered by AI
  • Q2. What git command do you use incase PR build is failed
  • Ans. 

    Use git bisect command to find the commit that caused the build failure

    • Use 'git bisect start' to start the bisect process

    • Mark the current commit as bad with 'git bisect bad'

    • Mark a known good commit with 'git bisect good '

    • Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found

Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. C#, Angular,.net
  • Q2. SQl,Jobject,Bidning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java OOPS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly about java,
  • Q2. Spring boot and Jenkins
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
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions from oops, collections and springboot, basic queries.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 4 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 

(3 Questions)

  • Q1. Basics about big data tools. Use case on Pyspark. How to add the new column and what is AQE benefits and Delta table optimisation tenchiques.
  • Q2. Basics about Azure resources like ADF, Azure Databricks. Explained the project architecture and sone questions on that.
  • Q3. Pyspark optimisation techniques explain and write scd type 2 sample code.
  • Ans. 

    Optimisation techniques in Pyspark and sample code for SCD type 2

    • Use broadcast variables to reduce data shuffling

    • Partition data based on key columns to improve performance

    • Use cache() or persist() to avoid recomputing data

    • Use coalesce() or repartition() to reduce the number of partitions

    • For SCD type 2, use merge() function to update or insert new records

    • Example code for SCD type 2: https://github.com/awantik/pyspark-101

  • Answered by AI
Round 3 - Techno mangerial round 

(2 Questions)

  • Q1. How huge data your are working? What are toughest problem you faced and resolved it ?
  • Ans. 

    I have worked with huge data sets in the past.

    • I have experience working with data sets ranging from a few gigabytes to several terabytes.

    • One of the toughest problems I faced was optimizing a query that was taking too long to execute.

    • I resolved it by analyzing the query plan and identifying the bottleneck, then optimizing the query accordingly.

    • Another challenge I faced was dealing with data inconsistencies, which I reso...

  • Answered by AI
  • Q2. Explain you project architecture ? Show some sample codes of the same.
  • Ans. 

    Our project architecture follows a microservices approach with containerization using Docker and orchestration with Kubernetes.

    • We have divided our application into smaller, independent services that communicate with each other through APIs.

    • Each service is containerized using Docker, allowing for easy deployment and scaling.

    • We use Kubernetes for orchestration, which automates the deployment, scaling, and management of o...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Compensation decision and clear your doubts regarding organisation.

Interview Preparation Tips

Topics to prepare for Luxoft Software Engineer interview:
  • Pyspark
  • Adf
  • databricks
  • synapse
Interview preparation tips for other job seekers - Be confident with your are answers and strong in basic big data and azure.

Skills evaluated in this interview

Sunera Technologies Interview FAQs

How many rounds are there in Sunera Technologies Software Engineer interview?
Sunera Technologies interview process usually has 2-3 rounds. The most common rounds in the Sunera Technologies interview process are Technical, HR and Assignment.
What are the top questions asked in Sunera Technologies Software Engineer interview?

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

  1. Details regarding Plsql and ...read more
  2. Python Basic questi...read more
  3. Real word Technical discuss...read more

Tell us how to improve this page.

Sunera Technologies Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Sunera Technologies Software Engineer Salary
based on 176 salaries
₹2 L/yr - ₹10 L/yr
28% less than the average Software Engineer Salary in India
View more details

Sunera Technologies Software Engineer Reviews and Ratings

based on 10 reviews

4.0/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.7

Salary

2.5

Job security

3.8

Company culture

3.8

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
176 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Software Engineer
115 salaries
unlock blur

₹4.5 L/yr - ₹17.2 L/yr

Associate Lead
89 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Automation Test Engineer
75 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Developer
41 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Sunera Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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