Upload Button Icon Add office photos

Filter interviews by

Saviynt Java Developer Interview Questions and Answers

Updated 12 Nov 2024

Saviynt Java Developer Interview Experiences

1 interview found

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

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There are two questions, one Javascript and the other one a Java coding question. its medium level question

Round 2 - Technical 

(4 Questions)

  • Q1. Longest Increasing Subsequence
  • Ans. 

    Find the length of the longest increasing subsequence in an array.

    • Use dynamic programming to keep track of the longest increasing subsequence ending at each index.

    • Iterate through the array and update the longest increasing subsequence length for each index.

    • Return the maximum length found in the dynamic programming array.

  • Answered by AI
  • Q2. Questions related to transaction deadlocks
  • Q3. Linux Commands for DevOps
  • Ans. 

    Linux commands commonly used in DevOps for automation and system management.

    • 1. ls - List directory contents

    • 2. cd - Change directory

    • 3. pwd - Print working directory

    • 4. mkdir - Make directory

    • 5. rm - Remove files or directories

    • 6. cp - Copy files or directories

    • 7. mv - Move files or directories

    • 8. grep - Search text patterns

    • 9. ps - Display process information

    • 10. top - Display and update sorted information about processes

    • 11. c...

  • Answered by AI
  • Q4. Merge Sort and Quick Sort
Round 3 - HR 

(1 Question)

  • Q1. General questions related to your personality

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your Resume projects more
Improve your communication skills and speak confidential
Be honest with the interviewer
if you are stuck with a question , ask for insights

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

My 1st Round was Coding round where there were leetcode medium-hard problem one was on linked list that check if it returns any boolean value and another one was there is array divide it into parts and nums and it had string given as input both were hard questions but i managed to clear it .

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Basic Concepts - Indexing, Joins, DDL, DML, Difference between SQL and NO-SQL
  • Q2. Java - Garabge Collection, Package, Interface, OOPS Concepts, Difference between package and interface why we need interface? java oops based program on object and classes, prepare DSA
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario based question like i have a shop and i have multiple white shoes so create pair using hasmap and write algorithm, code for fancy number
  • Q2. Based on resume, projects and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - pl prepare DSA! Array String Hashmap most imp topics and few OOPS and DBMS topics i was not asked but mostly asked for many ppl
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

I applied via Referral and was interviewed in Sep 2022. There were 3 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 - Aptitude Test 

Basics questions of logical reasoning , english , mathematics etc

Round 3 - Technical 

(3 Questions)

  • Q1. How to check current version of java coding question reverse a string project explaniation that you mention in your resume. interfaces?
  • Q2. Encapsulation vs abstraction
  • Ans. 

    Encapsulation is hiding implementation details while abstraction is hiding unnecessary details.

    • Encapsulation is achieved through access modifiers like private, protected, and public.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation protects the data from external interference while abstraction focuses on the essential features.

    • Example of encapsulation: hiding the implementation details of a ...

  • Answered by AI
  • Q3. Jvm vs jre vs jdk
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. JRE is a runtime environment that includes JVM and libraries. JDK is a development kit that includes JRE and tools for developing Java applications.

    • JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.

    • JRE stands for Java Runtime Environment and includes JVM and libraries required to run Java applications.

    • JDK stands for Java Development ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basics question from oops , java , data structure will be asked.

Skills evaluated in this 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
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.

Saviynt Interview FAQs

How many rounds are there in Saviynt Java Developer interview?
Saviynt interview process usually has 3 rounds. The most common rounds in the Saviynt interview process are Coding Test, Technical and HR.
How to prepare for Saviynt Java Developer 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 Saviynt. The most common topics and skills that interviewers at Saviynt expect are Hibernate, Java, Microservices, Spring and J2Ee.
What are the top questions asked in Saviynt Java Developer interview?

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

  1. Longest Increasing Subseque...read more
  2. Linux Commands for Dev...read more
  3. Questions related to transaction deadlo...read more

Tell us how to improve this page.

Saviynt Java Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Qualys Interview Questions
3.8
 • 38 Interviews
McAfee Interview Questions
4.0
 • 31 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.8
 • 21 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
View all
Senior Software Engineer
33 salaries
unlock blur

₹10.9 L/yr - ₹36.9 L/yr

Technical Lead
33 salaries
unlock blur

₹12.5 L/yr - ₹33.5 L/yr

Senior Engineer
32 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

Gen

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