Filter interviews by
1 hour 2 questions.
1. DSA question.
2. SQL question.
Fibonacci series with n elements
Create an array to store the series
Initialize first two elements as 0 and 1
Loop through the array and calculate the next element as the sum of the previous two
Stop the loop when the desired number of elements is reached
A rate limiter service design limits the number of requests a user can make within a certain time frame.
Define the rate limit threshold and time frame
Implement a token bucket algorithm or sliding window algorithm
Return appropriate HTTP status codes for exceeded limits
Provide a way for users to track their usage and remaining limits
posted on 21 Dec 2024
I applied via Campus Placement
General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.
Function to reverse a given string
Create an empty string to store the reversed string
Iterate through the input string in reverse order and append each character to the new string
Return the reversed string
Binary search function to find target value in sorted array
Define function that takes sorted array and target value as input
Initialize variables for start, end, and middle indices
Use while loop to iterate until start is less than or equal to end
Graduating with honors, winning a hackathon, volunteering in a developing country
Graduated with honors from university with a degree in Computer Science
Won first place in a hackathon competition by developing a unique and innovative software solution
Volunteered in a developing country to help build schools and provide education to underprivileged children
Good morning sir have a you sir my name is hemant Ramchandra narkhede
Java script simple frame
JavaScript has several data types including string, number, boolean, object, function, undefined, and null.
String: 'hello', '123'
Number: 123, 3.14
Boolean: true, false
Object: { key: 'value' }
Function: function() { }
Undefined: undefined
Null: null
var is function-scoped while let is block-scoped in JavaScript.
var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.
let keyword is block-scoped, meaning it is only accessible within the block it is declared in.
Using var can lead to variable hoisting issues, while let provides more predictable behavior.
let allows for better variable scoping and reduces the risk of unintended
Pair programming promotes collaboration, knowledge sharing, and code quality.
Enhances code quality through immediate code review and feedback
Promotes knowledge sharing and learning from each other
Fosters collaboration and teamwork
Reduces the likelihood of bugs and errors
Increases productivity by leveraging two minds on the same problem
Helps in breaking down complex problems into smaller tasks
Improves communication skil
I use a combination of manual testing, unit testing, and debugging tools to identify bugs in my code.
Perform manual testing by running the code and checking for any unexpected behavior or errors.
Write unit tests to verify the functionality of individual components and catch any issues early on.
Utilize debugging tools like breakpoints, logging, and stack traces to track down the root cause of bugs.
Collaborate with team ...
I have been coding primarily in Python for 5 years.
I started learning Python in college and have been using it extensively in my professional career.
I have worked on various projects using Python, including web development, data analysis, and automation.
I am proficient in Python libraries such as NumPy, Pandas, and Django.
HR round full stack developer experience
Best atitude round questions
posted on 28 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
ES6 introduces new features like arrow functions, classes, template literals, let and const declarations, and more.
Arrow functions provide a more concise syntax for writing functions.
Classes allow for easier object-oriented programming in JavaScript.
Template literals enable easier string interpolation and multiline strings.
let and const declarations provide block-scoped variables.
ES6 also introduces features like destr...
Lazy loading is a technique used to defer loading of non-essential resources until they are actually needed, while Redux is a state management library for React applications.
Lazy loading in React involves dynamically importing components or modules only when they are required, improving performance by reducing initial load times.
Redux is used in React applications to manage the state of the application in a predictable...
Optimizing API and rendering in React involves reducing unnecessary API calls, using memoization, lazy loading, and code splitting.
Reduce unnecessary API calls by batching requests or using GraphQL to fetch only required data.
Use memoization techniques like useMemo and useCallback to prevent unnecessary re-renders.
Implement lazy loading for components that are not immediately needed, improving initial load time.
Utilize...
posted on 21 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow for more concise code and easier parallel programming.
Functional interfaces enable the use of lambda expressions.
Streams provide a way to work with sequences of elements and perform operations on them.
Default methods allow interfaces to have method implementations.
Optional cl...
posted on 19 Aug 2024
Abstract class is a class that cannot be instantiated and is used as a blueprint for other classes to inherit from.
Cannot be instantiated directly
Can have abstract methods that must be implemented by subclasses
Can have non-abstract methods that can be inherited by subclasses
Used to define common behavior for subclasses
Access modifiers are keywords in programming languages that define the accessibility of classes, methods, and variables.
Access modifiers control the visibility and accessibility of classes, methods, and variables in a program.
Common access modifiers include public, private, protected, and default (package-private).
Public access modifier allows access from any other class.
Private access modifier restricts access to only...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Mime types are identifiers used to specify the type of data being sent over the internet.
Mime types are used in HTTP headers to indicate the type of content being sent, such as text/html for HTML files or image/jpeg for JPEG images.
They help browsers and servers understand how to handle the content being transmitted.
Mime types also help in determining how a file should be processed or displayed by the receiving end.
Com...
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
Technical related questions
In Ai related question
posted on 7 Feb 2024
Closures in JavaScript are functions that have access to variables from their outer scope, even after the outer function has finished executing.
Closures are created when a function is defined inside another function.
The inner function has access to the outer function's variables, parameters, and even the outer function's return value.
Closures are useful for creating private variables and data encapsulation.
They can be ...
Props and state are both used in React to manage and pass data, but they have different purposes and behaviors.
Props are read-only and passed from parent components to child components.
State is mutable and managed within a component.
Props are used to pass data from a parent component to a child component.
State is used to manage and update data within a component.
Props are passed as attributes to a component in JSX.
Stat...
Performance optimization involves identifying and resolving bottlenecks to improve the efficiency of software.
Identify and analyze performance bottlenecks
Optimize algorithms and data structures
Improve database performance through indexing and query optimization
Use caching techniques to reduce database and network calls
Minimize network latency by optimizing network requests
Optimize front-end code by reducing DOM manipul...
Class-based components are ES6 classes that extend React.Component, while function-based components are functions that return JSX.
Class-based components are more feature-rich and have access to lifecycle methods.
Function-based components are simpler and easier to read and test.
Class-based components can have state and use lifecycle methods like componentDidMount and componentDidUpdate.
Function-based components can use ...
ES6 (ECMAScript 2015) introduced several new features to JavaScript, enhancing its functionality and making it more efficient.
Arrow functions: concise syntax for writing functions
Let and const: block-scoped variables
Template literals: easier string interpolation
Destructuring assignment: extracting values from arrays or objects
Spread syntax: expanding elements in arrays or objects
Classes: syntactical sugar for creating ...
posted on 16 Oct 2024
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
Was easy. hashmap array question
Easy apti questions.
Operations Executive
21
salaries
| ₹3.2 L/yr - ₹4.3 L/yr |
Program Manager
6
salaries
| ₹11 L/yr - ₹17 L/yr |
Program Associate
5
salaries
| ₹4.1 L/yr - ₹7 L/yr |
Assistant Manager Operations
5
salaries
| ₹5.7 L/yr - ₹7 L/yr |
Software Engineer
4
salaries
| ₹28 L/yr - ₹30 L/yr |
Team Lease
Quess
Randstad
ManpowerGroup