Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
First round was very good asked about all the concept of Java and also we need to write a code for login a website using email and password and then redirect to click a some field then we need to form a application. So we need to write in a framework.
Yes, we can run tests locally without environment by using mock objects or stubs.
Use mock objects or stubs to simulate the behavior of external dependencies
Mocking frameworks like Mockito or Sinon can be used to create mock objects
Avoid relying on external services or databases for local testing
Top trending discussions
2 medium dsa que - one is of binary search, one is from graph
OOPs principles are the fundamental concepts of object-oriented programming that help in designing and implementing software solutions.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability of different classes to be treated as instances of a common superclass.
Abstraction: ...
OS concepts refer to fundamental principles and components of operating systems.
Process management - handling processes, scheduling, and resource allocation
Memory management - managing memory allocation, virtual memory, and paging
File system - organizing and accessing files on storage devices
Device management - controlling and communicating with hardware devices
Security and protection - ensuring system and data securit...
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Hackerrank - 3 questions 2 hrs
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Hackerrank test with medium questions
posted on 14 Jun 2024
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
Object-oriented programming concepts in Java focus on classes, objects, inheritance, encapsulation, and polymorphism.
Classes are blueprints for objects
Objects are instances of classes
Inheritance allows a class to inherit properties and behaviors from another class
Encapsulation hides the internal state of an object and only exposes necessary functionalities
Polymorphism allows objects to be treated as instances of their
posted on 1 Apr 2022
posted on 16 Sep 2015
A startup is a newly established business that aims to solve a problem or meet a need using innovative technology.
Startups are focused on growth and scalability.
They often operate in a fast-paced and dynamic environment.
Startups use various technologies depending on their industry and product.
Common technologies used in startups include web and mobile development, cloud computing, data analytics, artificial intelligenc...
I am a software engineer with experience in developing and implementing scalable solutions.
Experienced software engineer
Skilled in developing scalable solutions
Proficient in programming languages like Java, Python, and C++
Strong problem-solving and analytical skills
Ability to work in a team and collaborate effectively
I was interviewed in Jan 2022.
Round duration - 60 minutes
Round difficulty - Easy
It was a L1 technical round where questions from DS algo were asked, along with my work exp and projects. It was a face to face video round with 2 panel members
import java.io.*;
import java.util.*;
public class Main
{
public static void DFS(int[][] input, int i, int j, int row, int col){
if(i<0||j<0||i>row-1||j>col-1){
return;
}
if(input[i][j]==1){
input[i][j]=0;
DFS(input,i+1,j,row,col);
DFS(input,i-1,j,row,col);
DFS(input,i,j+1,row,col);
DFS(input,i,j-1,row,col);
}
}
public static int countNumber(int[][] input, int row, int col){
int count =0;
for(int i=0;i {
for(int j=0;j if(inpu...
How to prevent breaking of singleton pattern using reflections?
Tip 1 : Provide correct answer i you know
Tip 2 : Revise Java concepts
Round duration - 30 minutes
Round difficulty - Medium
It was a System design round and the interviewer was very friendly, he gave ample hints and it was a productive interaction.
Design LRU cache.
Tip 1 : Practise System Design well
Tip 2 : Ask questions wherein necessary
Round duration - 45 minutes
Round difficulty - Easy
It was a standard manager where I was asked many questions related to my work exp and behavioural questions
Tip 1 : Focus on Core Java and development
Tip 2 : Practise easy -medium questions
Tip 1 : Projects should be well defined use bullet points
Tip 2 : Describe your work ex/ intern exp well
Senior Software Engineer
9
salaries
| ₹25 L/yr - ₹36.2 L/yr |
Software Engineer
6
salaries
| ₹16 L/yr - ₹31 L/yr |
Data Engineer
5
salaries
| ₹10.4 L/yr - ₹19 L/yr |
Senior Sdet Engineer
4
salaries
| ₹33 L/yr - ₹36.5 L/yr |
Product Owner
4
salaries
| ₹23.1 L/yr - ₹42.7 L/yr |
Rexel
Anixter
RS India
Fastenal