Filter interviews by
I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.
Top trending discussions
I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.
posted on 10 Nov 2024
There were simple aptitude questions and core java MCQS
OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding th...
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Creates a parent-child relationship between classes
Derived class can override or extend the functionality of the base class
Example: Class 'Car' can inherit from class 'Vehicle' and inh...
posted on 8 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
Use two go routines to print numbers 1-100 sequentially
Create two go routines, one for printing odd numbers and one for printing even numbers
Use channels to synchronize the two go routines and ensure sequential printing
Start the odd number go routine first, then start the even number go routine
Generator functions in Go language allow for efficient iteration over a sequence of values.
Use the 'yield' keyword to return values one at a time from the generator function.
Generator functions are defined with a 'func' keyword followed by the function name and 'chan' keyword.
Example: func myGenerator() chan int { }
Use a 'for' loop to iterate over the values returned by the generator function.
sync.Cond is used for signaling between goroutines and sync.Once is used for running initialization code only once.
sync.Cond is used for goroutines to wait for or signal each other when a certain condition is met
sync.Once is used to ensure a function is only executed once, typically used for initialization tasks
Example: Using sync.Cond to coordinate multiple goroutines accessing a shared resource
Example: Using sync.Onc...
posted on 11 Nov 2024
Closures are functions that have access to variables from their containing scope even after the scope has closed.
Closures allow functions to access variables from their outer function even after the outer function has finished executing.
They are commonly used in event handlers, callbacks, and asynchronous programming.
Closures help in maintaining state in functional programming.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.
This approach reduces the number of costly DOM operations, resulting in faster rende
Data types in JavaScript include number, string, boolean, object, function, undefined, and null.
Number - represents numeric data, e.g. 10, 3.14
String - represents textual data, e.g. 'hello', '123'
Boolean - represents true or false values, e.g. true, false
Object - represents complex data structures, e.g. { key: 'value' }
Function - represents executable code, e.g. function() { }
Undefined - represents a variable that has ...
React code for a simple counter
Create a functional component for the counter
Use useState hook to manage the count state
Render the count value and buttons to increment and decrement the count
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
I am a software engineer with strong problem-solving skills and a passion for learning new technologies.
Strengths: Strong problem-solving skills, quick learner, proficient in multiple programming languages (e.g. Java, Python), excellent communication skills
Weaknesses: Sometimes I can be overly critical of my own work, can get too focused on details and lose sight of the bigger picture, working on improving time managem
Yes, I have 5 years of experience working as a software engineer in a tech company.
5 years of experience as a software engineer
Worked in a tech company
Developed web applications using Java and JavaScript
Experience with Agile development methodologies
Strong problem-solving skills
Exchange your work experiences with one another.
posted on 31 Jul 2024
posted on 17 Aug 2024
I applied via Campus Placement
I cant share the details
I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.
Experienced in creating test plans, test cases, and executing tests
Proficient in using testing tools such as Selenium and Jira
Strong problem-solving skills and attention to detail
Collaborative team player with excellent communication skills
A framework is a set of guidelines, libraries, and tools that help in developing and testing software applications.
Provides structure and guidelines for developing software
Includes libraries and tools to simplify development tasks
Promotes code reusability and maintainability
Examples: Selenium WebDriver for web automation testing, TestNG for test execution and reporting
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
How to remove duplicates from an array
Associate System Analyst
826
salaries
| ₹2.5 L/yr - ₹12 L/yr |
IT Supervisor
220
salaries
| ₹1.2 L/yr - ₹3.5 L/yr |
System Analyst
191
salaries
| ₹5 L/yr - ₹17.5 L/yr |
Associate Test Analyst
189
salaries
| ₹2.5 L/yr - ₹9.1 L/yr |
Associate
164
salaries
| ₹1 L/yr - ₹7.8 L/yr |
TCS
Infosys
Wipro
HCLTech