i
Bajaj Finserv
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I was interviewed in Aug 2021.
Round duration - 120 minutes
Round difficulty - Easy
Round duration - 120 minutes
Round difficulty - Easy
Round duration - 30 minutes
Round difficulty - Easy
Given an array or list ARR
consisting of N
integers, your task is to identify all distinct triplets within the array that sum up to a specified number K
.
A t...
Hashing based solution.This approach uses extra space but is simpler than the two-pointers approach. Run two loops outer loop from start to end and inner loop from i+1 to end. Create a hashmap or set to store the elements in between i+1 to j-1. So if the given sum is x, check if there is a number in the set which is equal to x – arr[i] – arr[j]. If yes print the triplet.
Round duration - 5 minutes
Round difficulty - Easy
Tip 1 : If you are applying for a specific role, make sure you know about that technology in-depth.
Tip 2 : Go through the basics of DBMS and MySQL.
Tip 1 : Have some quality projects which are relevant to your skills on resume.
Tip 2 : Always mention the skills, projects and internships which you are completely aware of.
Top trending discussions
posted on 24 Oct 2024
I applied via AmbitionBox and was interviewed in Sep 2024. There was 1 interview round.
Test has three questions
I applied via Company Website and was interviewed in Oct 2022. There were 2 interview rounds.
Java is a high-level programming language used for developing applications. There are four types of Java: Java SE, Java EE, Java ME, and JavaFX.
Java is an object-oriented language.
Java SE (Standard Edition) is used for general-purpose development.
Java EE (Enterprise Edition) is used for developing enterprise applications.
Java ME (Micro Edition) is used for developing applications for small devices.
JavaFX is used for cr...
The permitted Java types include primitive types (int, double, boolean, etc.) and reference types (String, Object, etc.)
Primitive types are predefined in Java and start with a lowercase letter (e.g., int, double)
Reference types are created using classes, interfaces, or arrays (e.g., String, Object, int[])
Java also supports autoboxing, which allows primitive types to be used as reference types (e.g., Integer, Double)
Java is a popular programming language used for developing web applications and software.
Java is an object-oriented language
It is platform-independent
Java code is compiled into bytecode
Java has a vast library of pre-built classes and methods
Java is used for developing Android apps
posted on 22 Aug 2022
I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.
posted on 11 Nov 2024
The 'this' keyword in JavaScript refers to the current object, while the arrow function does not bind its own 'this'.
The 'this' keyword in JavaScript refers to the object that is executing the current function.
Arrow functions do not bind their own 'this' value, instead they inherit the 'this' value from the enclosing lexical context.
Using 'this' in a regular function can lead to unexpected behavior, especially in neste...
let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.
let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned
Using let:
let x = 10;
x = 20; // valid
Using var:
var y = 5;
y = 8; // valid
Using const:
const z = 15;
z = 25; // error, cannot reassign const variable
posted on 1 Jun 2024
I have used useState, useEffect, useContext, and useRef hooks in my projects.
useState - for managing state in functional components
useEffect - for handling side effects in functional components
useContext - for accessing context in functional components
useRef - for accessing DOM elements or storing mutable values
posted on 24 Jun 2024
I applied via campus placement at Chandigarh Engineering College, Chandigarh and was interviewed in May 2024. There was 1 interview round.
3 coding questions related to dp and graph
posted on 19 Feb 2024
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
posted on 15 May 2023
I applied via Indeed and was interviewed in Apr 2023. There were 2 interview rounds.
1.Complex coding round.
2.Explain any independent project you have done
Assistant Manager
1.3k
salaries
| ₹1.8 L/yr - ₹6.7 L/yr |
Sales Officer
1.3k
salaries
| ₹1 L/yr - ₹5 L/yr |
Sales Executive
1.2k
salaries
| ₹1 L/yr - ₹5.1 L/yr |
Sales Manager
1k
salaries
| ₹1.5 L/yr - ₹10 L/yr |
Manager
858
salaries
| ₹3 L/yr - ₹12 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
State Bank of India