i
REALCODERZ
Filter interviews by
I applied via campus placement at IIMT Engineering College, Meerut and was interviewed in Apr 2024. There were 2 interview rounds.
Maths test and coding mcq quesions
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Method overloading is resolved at compile time based on the method signature, while method overriding is resolved at runtime based on the object type.
In method overloading, the return type can be di...
I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.
I was interviewed before Aug 2023.
I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.
Coding Questions with basic questions on programming output questions
Beans are a type of legume that come in various forms, including black beans, kidney beans, and chickpeas.
Black beans
Kidney beans
Chickpeas
REALCODERZ interview questions for popular designations
Top trending discussions
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
posted on 3 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
ACID properties are a set of properties that guarantee reliable and consistent transactions in a database system.
Atomicity ensures that either all operations in a transaction are completed successfully or none at all.
Consistency ensures that the database remains in a valid state before and after the transaction.
Isolation ensures that the concurrent execution of transactions results in a system state that would be obtai...
Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.
Idempotent requests have the same outcome no matter how many times they are executed.
GET, PUT, and DELETE HTTP methods are typically idempotent.
POST requests are not idempotent as they can create new resources with each execution.
I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.
Mostly questions on logical aptitude
I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.
var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.
var is function-scoped and can be redeclared and reassigned
let is block-scoped and can be reassigned but not redeclared
const is block-scoped and cannot be reassigned or redeclared
Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.
Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.
One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };
Polyfills are often used to ...
Create a search bar component in React for filtering data
Create a functional component for the search bar
Use state to store the search query
Implement a onChange event handler to update the search query
Filter the data based on the search query
I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.
Break down tasks into smaller, manageable chunks
Set priorities based on deadlines and importance
Create timelines to track progress and ensure timely completion
Regularly review progress and adjust plans as needed
To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.
Define project requirements and goals
Create a project plan with timelines and milestones
Design the architecture of the project, including database schema and system components
Implement the code following best practices and coding standards
Test the project thoroughly ...
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Use Boyer-Moore Majority Vote Algorithm to find element with count more than n/2.
Initialize candidate element and count
Iterate through array, updating count if same as candidate or decrementing if different
If count becomes 0, update candidate element
Iterate again to confirm candidate element count is more than n/2
Interview experience
based on 32 reviews
Rating in categories
Full Stack Developer
13
salaries
| ₹3 L/yr - ₹8 L/yr |
Software Developer
9
salaries
| ₹3 L/yr - ₹10.8 L/yr |
Devops Engineer
6
salaries
| ₹2.5 L/yr - ₹9 L/yr |
Technical Associate
6
salaries
| ₹3 L/yr - ₹3.5 L/yr |
Associate Technology
5
salaries
| ₹3 L/yr - ₹3.5 L/yr |
TCS
Infosys
Wipro
HCLTech