Add office photos
Engaged Employer

Ksolves India Limited

2.9
based on 125 Reviews
Filter interviews by

Crif Solutions Interview Questions and Answers

Updated 1 Mar 2024
Popular Designations

Q1. what is polymorphism and interface , what is difference between interface and abstract class

Ans.

Polymorphism allows objects of different classes to be treated as objects of a common superclass. Interface is a contract that defines a set of methods that a class must implement.

  • Polymorphism allows for flexibility in programming by enabling a single interface to be used to represent multiple types of objects

  • Interfaces in Java are similar to abstract classes, but they cannot contain any implementation code

  • Abstract classes can have both abstract and concrete methods, while in...read more

Add your answer

Q2. What is Diff between static and final keyword in java

Ans.

Static keyword is used to create class-level variables and methods, while final keyword is used to make a variable constant.

  • Static keyword is used to create variables and methods that belong to the class itself, rather than to any specific instance of the class.

  • Final keyword is used to make a variable constant and cannot be changed once it has been assigned a value.

  • Static variables are shared among all instances of a class, while final variables are unique to each instance.

Add your answer

Q3. what is diff between jvm, jre, jdk

Ans.

JVM is the Java Virtual Machine that executes Java bytecode. JRE is the Java Runtime Environment that includes JVM and libraries. JDK is the Java Development Kit that includes JRE and development tools.

  • JVM is the virtual machine that runs Java bytecode and provides a runtime environment for Java programs.

  • JRE includes JVM along with libraries and other components necessary to run Java applications.

  • JDK is a development kit that includes JRE and development tools such as compile...read more

Add your answer

Q4. how hashmap internally worked

Ans.

HashMap internally uses an array of linked lists to store key-value pairs, with keys hashed to determine the index.

  • HashMap uses hashing to determine the index of key-value pairs in the array.

  • Each index in the array can store multiple key-value pairs in a linked list.

  • When a key is inserted, its hash code is used to find the appropriate index in the array.

  • If multiple keys hash to the same index, they are stored in a linked list at that index.

  • HashMap dynamically resizes the arra...read more

Add your answer
Discover Crif Solutions interview dos and don'ts from real experiences

Q5. what is Springboot rest api

Ans.

Spring Boot is a framework for building Java-based web applications with minimal configuration.

  • Spring Boot simplifies the process of creating standalone, production-grade Spring-based applications.

  • It provides a range of features like embedded servers, auto-configuration, and production-ready metrics.

  • Spring Boot allows developers to quickly set up and run RESTful web services using annotations and minimal XML configuration.

Add your answer

Q6. find cycle in linkedlist

Ans.

Detect cycle in a linked list

  • Use two pointers approach - slow and fast pointers

  • If there is a cycle, the fast pointer will eventually catch up to the slow pointer

  • Check if the fast and slow pointers meet at some point to detect the cycle

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Crif Solutions

based on 1 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Development Engineer Interview Questions from Similar Companies

4.1
 • 45 Interview Questions
5.0
 • 16 Interview Questions
4.0
 • 14 Interview Questions
3.5
 • 12 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter