Upload Button Icon Add office photos

Filter interviews by

Java R & D SSE Interview Questions and Answers

Updated 11 May 2021

Java R & D SSE Interview Experiences

1 interview found

SSE Interview Questions & Answers

user image Anonymous

posted on 11 May 2021

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why String is immutable
  • Ans. 

    String is immutable to ensure thread safety, security, and caching benefits.

    • Immutable strings are thread-safe, as multiple threads can access the same string without any race conditions.

    • Immutable strings are secure, as they cannot be modified by malicious code.

    • Immutable strings can be cached, as their values never change, resulting in better performance.

    • Examples of immutable strings in Java include String, Integer, and

  • Answered by AI
  • Q2. What is @RestController annotation
  • Ans. 

    The @RestController annotation is used in Spring to indicate that a class is a RESTful controller.

    • It is a specialized version of the @Controller annotation

    • It is used to handle HTTP requests and return JSON/XML responses

    • It eliminates the need for @ResponseBody annotation

    • Example: @RestController @RequestMapping("/api") public class ApiController { }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were actor ding to latest trends

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic react and js interview
Round 2 - Assessment 

(1 Question)

  • Q1. React multiple questions
Round 3 - Coding Test 

Finding kth largest number by creating function without using in-built methods using javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed for a Sr.Engineer position with this company.After successfully clearing 3 technical rounds, we moved to salary negotiations. Based on market standards and their own job listings for this position, which clearly mentioned a salary bracket of 12-15 LPA, I expected 12 LPA-a fair and reasonable figure for the role and my qualifications.
After discussions, I compromised and agreed to their offer of 9LPA, despite already holding another offer at the same package. However, at the final stage, they abruptly cancelled the offer, citing that my initial expectation was too high. This decision came after wasting significant time and energy throughout the process.
This behavior demonstrates a lack of professionalism, transparency, and respect for candidates. It's disheartening to see companies treating potential hires this way, especially after reaching mutual agreements.
If you're considering applying here, think twice about their commitment to candidate and their hiring ethics.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions related to domain. Oops,SQL,Asp.Net MVC
Round 2 - One-on-one 

(1 Question)

  • Q1. Some technical+managerial round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript MCQs and one coding question
Round 2 - Technical 

(1 Question)

  • Q1. 3 coding questions, Questions on Resume and Node.js. Scenario based questions.
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions on project. Behavioural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared before attending the interview
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 Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

50 question paper filled in 30min

Interview Preparation Tips

Interview preparation tips for other job seekers - The working culture here is excellent with colleagues and senior team members being particularly supportive.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 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 

(1 Question)

  • Q1. Most of questions related project base and Apache Hadoop, Spark fundamental and also indept question in above areas
Round 3 - Group Discussion 

Spark and Hadoop architecture, Linux command , python , pyspark question

Round 4 - HR 

(1 Question)

  • Q1. They were asking related CTC, location etc.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Knowledge about the Auto cad, Solidworks softwares
  • Q2. Explain the drawing Application
  • Ans. 

    Drawing application is a software used for creating technical drawings and illustrations.

    • Drawing applications are used in various fields like engineering, architecture, and graphic design.

    • They allow users to create precise and accurate drawings with tools like rulers, grids, and measurement tools.

    • Some popular drawing applications include AutoCAD, SolidWorks, and Adobe Illustrator.

    • They also allow for easy editing and mo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give to Arrange nterview in online.Be give the opportunity.

Assistant Manager Interview Questions & Answers

VDart user image Chakravarthy Namasivayam

posted on 16 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.

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

(1 Question)

  • Q1. Brief explanation on our resume
Round 3 - Technical 

(2 Questions)

  • Q1. Finance background questions
  • Q2. Basic Journal entries
Round 4 - HR 

(1 Question)

  • Q1. Final level discussion

Interview Preparation Tips

Topics to prepare for VDart Assistant Manager interview:
  • Basic Accountacy
  • Corporate Communication
  • Email ettique
Interview preparation tips for other job seekers - Always give your answers in a polite manner with accuracy.

I applied via Referral and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL queries, joins, lead lag functions,
  • Q2. Unix scripting, snowflake, cloud technology background, practical experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was more of technical check, mostly bon SQL queries as I was considered as ETL developer.

Interview Questionnaire 

2 Questions

  • Q1. Fsmo roles
  • Q2. Office 365

Java R & D Interview FAQs

What are the top questions asked in Java R & D SSE interview?

Some of the top questions asked at the Java R & D SSE interview -

  1. What is @RestController annotat...read more
  2. Why String is immuta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.1
 • 48 Interviews
Affine Interview Questions
3.5
 • 48 Interviews
IT By Design Interview Questions
4.0
 • 36 Interviews
ConsultAdd Interview Questions
3.7
 • 36 Interviews
Junglee Games Interview Questions
3.2
 • 32 Interviews
View all
Software Engineer
155 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Developer
47 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Process Coordinator
26 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Software Developer
19 salaries
unlock blur

₹7.5 L/yr - ₹18 L/yr

Explore more salaries
Compare Java R & D with

Maxgen Technologies

4.6
Compare

VDart

4.5
Compare

ANR Software Private Limited

4.5
Compare

Magic Edtech

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