i
JK Tech
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2022. There were 2 interview rounds.
Query optimization is the process of improving the performance of a database query.
It involves analyzing and modifying the query to reduce the execution time and resource usage.
Techniques include indexing, rewriting the query, and using query hints.
Example: Adding an index to a frequently used column can significantly improve query performance.
Example: Rewriting a complex query to use simpler subqueries can also improv...
GTT stands for Global Temporary Table, which is a temporary table used to store data temporarily during a session.
GTT is a temporary table that is created and used within a session
Data in GTT is visible only to the session that created it
GTT is automatically dropped at the end of the session or when the transaction is committed or rolled back
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
In first round, they ask a dynamic pattern question.
An attribute in HTML provides additional information about an element and is used to modify the element's behavior or appearance.
Attributes are added to HTML elements using the syntax attribute="value".
Attributes can be used to specify things like the size, color, or alignment of an element.
Examples of attributes include 'href' in Example and 'src' in .
Constructor in PHP is a special method used to initialize objects of a class.
Constructor is a special method with the same name as the class.
It is automatically called when an object is created.
Constructors can be used to initialize object properties or perform any necessary setup.
Example: class Car { public function __construct() { echo 'Car object created'; }}
posted on 5 Jun 2024
I applied via Campus Placement
Association and composition are two types of relationships between classes in object-oriented programming.
Association is a relationship where two classes are related in some way, but can exist independently. For example, a teacher and a student are associated as a teacher can teach multiple students.
Composition is a stronger form of association where one class is composed of one or more other classes. For example, a ca...
Thread safety in Java refers to the ability of a piece of code to function correctly during simultaneous execution by multiple threads.
Thread safety is important in multi-threaded environments to prevent race conditions and ensure data consistency.
Synchronization mechanisms like synchronized blocks, locks, and atomic variables can be used to achieve thread safety.
Example: Using synchronized keyword to ensure only one t...
Runnable is a functional interface used for running a task, while Callable is a functional interface used for returning a result.
Runnable does not return a result and cannot throw checked exceptions, while Callable can return a result and throw checked exceptions.
Callable interface is a generic interface that returns a result, while Runnable interface does not return a result.
Example: Runnable interface is commonly use...
posted on 11 Mar 2024
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Pseudocode problems and 2 coding questions
Java code to find even numbers in an array
Iterate through the array and check if each element is divisible by 2
Use the modulus operator (%) to check for even numbers
Store the even numbers in a separate array or print them out
posted on 28 May 2024
Very easy coding test just like class 2 standard
Moderate
Moderate level of questions are come
posted on 23 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
20 Question each of 20 marks for 1 hrs
posted on 25 Apr 2022
I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.
They shared an online assessment link.
It had 6 questions (4 mcq, 2 React coding question)
MCQs were related to javascript output questions.
In the react coding questions, I was asked to implement a counter using useReducer and a minor bug fixing question
posted on 17 Oct 2021
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
Interview experience
based on 1 review
Rating in categories
Software Engineer
284
salaries
| ₹2.6 L/yr - ₹10 L/yr |
Senior Software Engineer
276
salaries
| ₹5 L/yr - ₹20.7 L/yr |
Technical Lead
160
salaries
| ₹11.4 L/yr - ₹31 L/yr |
Senior Consultant
157
salaries
| ₹7 L/yr - ₹28 L/yr |
Consultant
128
salaries
| ₹4 L/yr - ₹10.1 L/yr |
TCS
Infosys
Wipro
HCLTech