Filter interviews by
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.
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
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
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via LinkedIn
I appeared for an interview before Dec 2020.
Round duration - 360 minutes
Round difficulty - Medium
Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through possible allocations and calculate the maximum pages assigned to a student.
Find the minimum of these maximums to get the optimal allocation.
Return the minimum pages allocated in each test case, or -1 if not possible.
Tip 1 : Good understanding of Data Structure and Algorithms
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .
Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page
based on 6 interviews
Interview experience
based on 14 reviews
Rating in categories
Team Member
15
salaries
| ₹12.6 L/yr - ₹18 L/yr |
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 |
TCS
Accenture
Wipro
Cognizant