Filter interviews by
Question related to is
To find the largest element in an array, iterate through the array and keep track of the largest element found so far.
Initialize a variable to store the largest element found so far.
Iterate through the array and compare each element with the current largest element.
Update the largest element if a larger element is found.
Return the largest element after iterating through the entire array.
Use a loop to iterate through the array and keep track of the smallest element found so far.
Initialize a variable to store the smallest element with the first element of the array
Iterate through the array and compare each element with the current smallest element, updating it if a smaller element is found
Return the smallest element after the loop completes
Use XOR operation to swap elements without using any other variables
Use XOR operation to swap elements in an array without using any other variables
Example: arr[i] ^= arr[j]; arr[j] ^= arr[i]; arr[i] ^= arr[j];
It was easy and basic common sense is enough to clear the round
The coding test was easy basic programs like prime number
I have worked on various projects including web development, mobile app development, and database management.
Developed a responsive website using HTML, CSS, and JavaScript
Created a mobile app using React Native for both iOS and Android platforms
Managed and optimized databases using SQL queries and stored procedures
Aptitude test percentage
I applied via Walk-in and was interviewed in Nov 2022. There were 3 interview rounds.
Number series, partnerships, areas, and volumes
Java program, html basics, basic knowledge of sytem operating
I applied via Campus Placement and was interviewed in Mar 2022. There were 2 interview rounds.
Tr round is completely technical based on C and python ..Most of the questions will be asked based on Oops concept
OOPs is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs stands for Object-Oriented Programming.
It focuses on creating objects that interact with each other to solve a problem.
It follows the four main principles: Encapsulation, Inheritance, Polymorphism, and Abstraction.
Encapsulation is the process of hiding the implementation details of an object from the outside world.
Inher...
Encapsulation is the process of hiding implementation details and restricting access to an object's properties and methods.
Encapsulation helps in achieving data abstraction and information hiding.
It allows for better control over the data and prevents unauthorized access.
Encapsulation is implemented using access modifiers such as public, private, and protected.
For example, a class may have private variables that can on...
I applied via Approached by Company and was interviewed in Dec 2021. There were 2 interview rounds.
MCQ type questions were asked
I applied via Company Website and was interviewed in Dec 2021. There were 2 interview rounds.
OOPS stands for Object-Oriented Programming System.
OOPS is a programming paradigm that focuses on objects and their interactions.
It involves concepts like inheritance, polymorphism, encapsulation, and abstraction.
OOPS allows for modular and reusable code, making it easier to maintain and scale.
Examples of OOPS languages include Java, C++, Python, and Ruby.
A program to generate random numbers.
Use the random module in Python to generate random numbers.
Specify the range of numbers to be generated using the randint() function.
Seed the random number generator for reproducibility using the seed() function.
Use the random() function to generate random floating-point numbers.
Use the choice() function to randomly select an item from a list.
Join in SQL is used to combine rows from two or more tables based on a related column between them.
Join is used to retrieve data from multiple tables in a single query
Types of join include inner join, left join, right join, and full outer join
Join is performed using the JOIN keyword followed by the table name and ON keyword to specify the related column
I applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.
Maths- english -program
Java, c++, python
Program writing
I applied via Campus Placement
Software Developer
5
salaries
| ₹2 L/yr - ₹11 L/yr |
TCS
Accenture
Wipro
Cognizant