Upload Button Icon Add office photos

Filter interviews by

Saviynt Senior Java Developer Interview Questions and Answers

Updated 3 Jan 2025

Saviynt Senior Java Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Assignment 

There was some Technical Questions along with one or two Coding Questions to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. String Manipulation like permutations of a given String.
  • Q2. Custom HashMap Implementation including some Efficient code to write to Search for a Key Value Pair of a Composite Object like Object within an Object within a Main Object.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical Deep Dive including Scenario Based Questions like for a given Custom Scenario Designing a System and solving Scaling problems, Database Issues, etc.
  • Q2. Past Experiences related to Technical Difficulties faced in the Past and solutions discussions.
Round 4 - HR 

(2 Questions)

  • Q1. Expected CTC as it was a Contractual Position.
  • Q2. Expected Joining Date for a 6 month Contract.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Interviewers were good and my Manager was also the only good thing in the office, except that the company still works like a Startup as Boo*licking is the way to survive. Also, the Processes is messed up as the Product Team like BA/Stakeholders interrupt into the Engineering teams too much, almost all the time and make life difficult for every Engineer.

Interview questions from similar companies

Round 1 - Coding Test 

1.30 hours test with 3 core java problems

Round 2 - Technical 

(1 Question)

  • Q1. It was a technical round all questions based on Mulithreading.
Round 3 - Technical 

(1 Question)

  • Q1. It was Managerial round.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is slow and takes a lot of time. You may don't get clear feedback after the interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita School of Engineering, Bangalore

Round 1 - Coding Test 

Basic DSA linked list, stack etc

Round 2 - Coding Test 

System design food delivery application

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Why Appviewx and what do u know about it

Interview Preparation Tips

Topics to prepare for AppViewX Software Developer interview:
  • DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude questions with 2-3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Input-wwwrrrrttttuu Output - w3r4t4u2
  • Q2. Interpreter vs compiler
  • Ans. 

    Interpreter executes code line by line, compiler translates code into machine code before execution.

    • Interpreter translates code into machine code line by line during runtime

    • Compiler translates code into machine code before execution

    • Interpreted languages include Python, JavaScript

    • Compiled languages include C, C++

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

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

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Medium level leetcode question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for secure access

  • Answered by AI
  • Q2. Explain functionalities in detail
  • Ans. 

    Functionalities in software development refer to the specific tasks or actions that a software program can perform.

    • Functionalities are the specific features or capabilities of a software program.

    • They define what the software can do and how it can be used.

    • Examples of functionalities include user authentication, data encryption, and file management.

    • Functionalities can be implemented through code modules or libraries.

    • Test...

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

(2 Questions)

  • Q1. Design patterns, Collections
  • Q2. Spring Boot, Annotations, controller class, hibernate
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test was medium to hard leetcode problems.

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

(1 Question)

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

    let, const, and var are keywords used for variable declaration in JavaScript.

    • let is block-scoped and can be reassigned.

    • const is block-scoped but cannot be reassigned.

    • var is function-scoped and can be reassigned.

  • Answered by AI

Skills evaluated in this interview

Saviynt Interview FAQs

How many rounds are there in Saviynt Senior Java Developer interview?
Saviynt interview process usually has 4 rounds. The most common rounds in the Saviynt interview process are One-on-one Round, Assignment and HR.
What are the top questions asked in Saviynt Senior Java Developer interview?

Some of the top questions asked at the Saviynt Senior Java Developer interview -

  1. Custom HashMap Implementation including some Efficient code to write to Search ...read more
  2. Technical Deep Dive including Scenario Based Questions like for a given Custom ...read more
  3. String Manipulation like permutations of a given Stri...read more

Tell us how to improve this page.

Saviynt Senior Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.7
 • 48 Interviews
Qualys Interview Questions
3.8
 • 37 Interviews
McAfee Interview Questions
4.0
 • 31 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.9
 • 21 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
Khoros Interview Questions
3.8
 • 19 Interviews
View all
Technical Lead
35 salaries
unlock blur

₹15 L/yr - ₹33.5 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹10.9 L/yr - ₹36.9 L/yr

Senior Engineer
31 salaries
unlock blur

₹11.4 L/yr - ₹30 L/yr

Software Engineer
25 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Consultant
22 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Explore more salaries
Compare Saviynt with

NortonLifeLock's

4.0
Compare

McAfee

4.0
Compare

Palo Alto Networks

3.8
Compare

Check Point Software Technologies

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