Filter interviews by
I applied via Campus Placement and was interviewed before May 2022. There were 2 interview rounds.
I am a software engineering graduate with experience in programming languages like Java and Python.
Graduated with a degree in software engineering
Proficient in programming languages like Java and Python
Experience in developing web applications using frameworks like Spring and Django
OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.
OOPS is based on four main concepts: encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation is the process of hiding the implementation details of an object from the outside world.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects of d...
Program to reverse a list
Create an empty list to store the reversed elements
Iterate through the original list in reverse order
Append each element to the new list
Return the new list
Join queries in MySQL databases allow you to combine data from multiple tables based on a related column.
Use JOIN keyword to combine data from two or more tables based on a related column
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Specify the columns to be retrieved using SELECT statement
Find missing element in array of strings
Iterate through the array and check for missing elements
Use a hash map to keep track of elements present in the array
Compare the elements in the array with a reference array to find the missing element
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two initial numbers, usually 0 and 1
Add the previous two numbers to get the next number in the sequence
Repeat this process to generate the Fibonacci series
map creates a new array with the results of calling a provided function on every element, forEach executes a provided function once for each array element.
map returns a new array with the results of the provided function, forEach does not return anything
map does not modify the original array, forEach can modify the original array
Example: const numbers = [1, 2, 3]; numbers.map(num => num * 2); // returns [2, 4, 6]; numb...
I applied via Job Portal
Vendekin Technologies interview questions for popular designations
Aptitude and c++ combine test
Swap two numbers without using a third variable in Java
Use XOR operation to swap two numbers without using a third variable
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
Use a Set to remove duplicates from an array of strings.
Create a Set to store unique elements.
Iterate through the array and add each element to the Set.
Convert the Set back to an array to get the array without duplicates.
I applied via LinkedIn
Redux is a predictable state container for JavaScript apps.
Redux is a library for managing application state
It provides a centralized store for all the state of an application
It uses a single source of truth principle
It allows for predictable state changes through actions and reducers
It is commonly used with React for building complex UIs
jQuery is a fast, small, and feature-rich JavaScript library.
jQuery simplifies HTML document traversing, event handling, and animating.
It provides a set of methods for AJAX interactions and DOM manipulation.
jQuery is cross-platform and supports a wide range of browsers.
It has a large community and a vast number of plugins available.
Project architecture depends on the specific project and its requirements.
Form validation in React ensures user input is correct before submission.
Use controlled components to manage form state
Create validation functions to check input
Display error messages for invalid input
Disable submit button until form is valid
Consider using a library like Formik or Yup for easier validation
React hooks are functions that allow functional components to use state and lifecycle methods.
Hooks were introduced in React 16.8
useState() is a hook that allows state to be used in functional components
useEffect() is a hook that allows lifecycle methods to be used in functional components
Custom hooks can be created to reuse stateful logic across components
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 interview rounds.
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
based on 6 interviews
Interview experience
based on 14 reviews
Rating in categories
Application Developer
5
salaries
| ₹5 L/yr - ₹6.6 L/yr |
Automation Test Engineer
5
salaries
| ₹4 L/yr - ₹5.7 L/yr |
Software Developer Intern
5
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Senior Application Developer
5
salaries
| ₹5.2 L/yr - ₹7.6 L/yr |
Software Developer
4
salaries
| ₹1 L/yr - ₹3 L/yr |
TCS
Accenture
Wipro
Cognizant