Filter interviews by
I applied via Approached by Company and was interviewed in Aug 2022. There was 1 interview round.
Triggers are special stored procedures that are automatically executed in response to certain events.
Triggers can be used to enforce business rules or data integrity
They can be used to audit changes to data
Triggers can be defined to execute before or after an INSERT, UPDATE, or DELETE statement
They can be used to perform complex calculations or data transformations
Indexes in SQL Server improve query performance by reducing the number of data pages that need to be scanned.
Indexes are created on one or more columns of a table.
Clustered indexes determine the physical order of data in a table.
Non-clustered indexes create a separate structure that includes the indexed columns and a pointer to the data.
Indexes can be unique or non-unique.
Indexes can be created and dropped using SQL co...
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
Basic aptitude followed with english and reasoning
JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.
JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.
It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.
This compilation happens at runtime, just before the code is executed, hence the name Just-...
The lifecycle of a thread in Java includes several stages from creation to termination.
A thread is created using the Thread class or implementing the Runnable interface.
The thread goes through the new, runnable, and blocked states before running.
Once running, the thread can be paused, resumed, or stopped.
Finally, the thread reaches the terminated state and cannot be restarted.
Basic to medium questions on array string SQL
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
I appeared for an interview before Mar 2024, where I was asked the following questions.
I am committed to long-term growth and contribution in this position, aligning my goals with the company's vision.
I believe in building strong relationships with my team and the organization, which takes time and dedication.
For example, I aim to take on increasing responsibilities and contribute to long-term projects.
I am eager to develop my skills and grow within the company, ensuring I can add value over time.
I see t...
I applied via Campus Placement and was interviewed in Nov 2022. There were 5 interview rounds.
This is the aptitude round in this round quant questions were asked
In this round 2 java coding questions were there
A framework is a set of rules, guidelines, and standards that provide a structure for developing software applications.
A framework provides a common structure for developers to work within
It includes pre-written code and libraries that can be used to speed up development
Frameworks can be specific to a programming language or platform
Examples include AngularJS, React, and Ruby on Rails
Java is a widely used programming language known for its platform independence and object-oriented approach.
Java is an object-oriented language that follows the 'write once, run anywhere' principle.
It is used for developing a wide range of applications, from desktop to web and mobile applications.
Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).
It provides built-in libraries and f...
posted on 2 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
Random Programming questions
I appeared for an interview in Oct 2024, where I was asked the following questions.
HashMap uses key-value pairs, hashing, and buckets for efficient data retrieval and storage.
HashMap stores data in key-value pairs, where each key is unique.
It uses a hash function to compute an index (hash code) for each key.
The computed index points to a bucket in an array where the value is stored.
If multiple keys hash to the same index (collision), they are stored in a linked list or tree structure.
Example: For a k...
A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.
A prime number has exactly two distinct positive divisors: 1 and itself.
Examples of prime numbers include 2, 3, 5, 7, 11, and 13.
The number 1 is not prime because it has only one positive divisor.
The number 4 is not prime because it can be divided by 1, 2, and 4.
To check if a number n is prime, test divisi
HashMap stores key-value pairs; HashSet stores unique keys without values.
HashMap allows duplicate values but not duplicate keys. Example: {1: 'A', 2: 'B', 1: 'C'} results in {1: 'C', 2: 'B'}.
HashSet only stores unique elements. Example: {1, 2, 2} results in {1, 2}.
HashMap provides O(1) average time complexity for get and put operations.
HashSet provides O(1) average time complexity for add, remove, and contains operati...
based on 1 review
Rating in categories
Software Developer
5
salaries
| ₹4.1 L/yr - ₹5.6 L/yr |
Associate Analyst
5
salaries
| ₹2.5 L/yr - ₹3.6 L/yr |
Associate Software Developer
5
salaries
| ₹3 L/yr - ₹3.6 L/yr |
Support Analyst
5
salaries
| ₹2.5 L/yr - ₹3 L/yr |
Associate Support Analyst
5
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Tradebulls
Axis Sales
Muthoot Money
Armstrong International