i
KJ System
Filter interviews by
To find the middle element of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, at the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The position of the slow pointer will be the middle element of the linked list.
Java MCQs and coding questions
OOP concepts in Java include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Polymorphism allows objects to be treated as instances of their parent class.
Abstraction hides the implementation details and only shows the necessary features t
Types of inheritance in object-oriented programming
Single inheritance: a subclass inherits from only one superclass
Multiple inheritance: a subclass inherits from multiple superclasses
Multilevel inheritance: a subclass inherits from a superclass, which in turn inherits from another superclass
Hierarchical inheritance: multiple subclasses inherit from a single superclass
Yes, I am able to work effectively under stress and have experience doing so in previous roles.
I have experience working on tight deadlines and handling high-pressure situations.
I am able to prioritize tasks and stay focused under stress.
I can remain calm and composed while problem-solving under pressure.
Yes, I have experience working under stress and can handle pressure effectively.
I have successfully completed projects with tight deadlines in my previous roles
I am able to prioritize tasks and remain focused under pressure
I have experience troubleshooting and resolving issues quickly in high-pressure situations
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.
KJ System interview questions for popular designations
Agriculture Crises group discussion topic was given
I applied via Campus Placement and was interviewed in Mar 2023. There were 2 interview rounds.
I applied via Company Website and was interviewed in Sep 2022. There were 3 interview rounds.
APtitude questions will be easy
A style sheet is a document containing CSS rules that define how HTML elements should be displayed on a web page.
Style sheets can be written in a separate file or embedded within an HTML document.
CSS rules consist of a selector and a declaration block containing one or more property-value pairs.
Selectors can target specific HTML elements, classes, IDs, or attributes.
CSS can be used to control layout, typography, colors
CSS defines the style and layout of HTML elements, while HTML defines the structure and content of a webpage.
CSS is used to style HTML elements, such as changing colors, fonts, and layouts.
HTML is used to create the structure of a webpage, including headings, paragraphs, and images.
CSS can be applied internally, externally, or inline within HTML.
HTML tags are used to define elements on a webpage, while CSS selectors ta...
HTML and CSS are the building blocks of web development, with HTML providing the structure and content of a webpage, and CSS controlling the design and layout.
HTML (Hypertext Markup Language) is used to create the structure and content of web pages.
CSS (Cascading Style Sheets) is used to control the design and layout of web pages.
HTML uses tags to define elements like headings, paragraphs, images, and links.
CSS allows ...
I applied via Walk-in and was interviewed in Feb 2022. There were 2 interview rounds.
Easy to crack
I applied via Walk-in and was interviewed before Aug 2020. There were 3 interview rounds.
Arrays are a collection of elements of the same data type, stored in contiguous memory locations.
Arrays can store multiple values of the same type.
Elements in an array are accessed using their index.
Arrays have a fixed size, which is determined at the time of declaration.
Arrays can be used to store and manipulate data efficiently.
Example: string[] names = {"John", "Jane", "Mike"};
A constructor is a special method that is used to initialize objects in a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
Constructors can have parameters to initialize object properties.
They can be overloaded to have multiple versions with different parameters.
Example: class Car { Car() { // constructor code } }
Top trending discussions
based on 9 interviews
Interview experience
based on 58 reviews
Rating in categories
Business Analyst
91
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
37
salaries
| ₹0 L/yr - ₹0 L/yr |
Quality Analyst
23
salaries
| ₹0 L/yr - ₹0 L/yr |
UI Developer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Programmer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech