Filter interviews by
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
Html,css,python,c#,Java
Program to check prime numbers and SQL query for prime numbers.
Use a loop to check if a number is divisible by any number less than itself.
In SQL, use a subquery to check if a number is divisible by any number less than itself.
To optimize, only check divisibility up to the square root of the number.
A program to check if a given number is prime or not.
Take input from user
Check if the number is less than 2, then it is not a prime number
Loop through numbers from 2 to n-1 and check if n is divisible by any of them
If n is divisible by any number, then it is not a prime number
If n is not divisible by any number, then it is a prime number
Query to retrieve full name of employees from employee table.
Use SELECT statement to retrieve data from employee table.
Concatenate first name and last name columns using CONCAT function.
Use AS keyword to give an alias name to the concatenated column.
Program to swap two numbers
Declare two variables and assign values to them
Use a third variable to store the value of the first variable
Assign the value of the second variable to the first variable
Assign the value of the third variable to the second variable
Program to check if a number is prime or not
A prime number is only divisible by 1 and itself
Loop through numbers from 2 to n-1 and check if n is divisible by any of them
If n is divisible by any number, it is not prime
If n is not divisible by any number, it is prime
Access modifiers in Python are keywords used to restrict access to class members.
Python has three access modifiers: public, protected, and private.
Public members can be accessed from anywhere outside the class.
Protected members can be accessed within the class and its subclasses.
Private members can only be accessed within the class.
Public members are denoted by no underscore, protected members by a single underscore, a...
Class is a blueprint for creating objects. Objects are instances of a class that have their own unique properties and behaviors.
A class is a template or blueprint for creating objects
An object is an instance of a class with its own unique properties and behaviors
Classes define the properties and methods that objects of that class will have
Objects can interact with each other through their methods and properties
Example:...
Top trending discussions
I applied via Naukri.com and was interviewed in May 2024. There were 5 interview rounds.
Basically some aptitude test to filter candidates
Basic questions around Random Forest, Descision Trees, ARIMA, NLP
Shares a dataset, and asks to build a ML model
Case study for managerial round
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
Grammar , spelling mistake, errors, punctuation
I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.
Encapsulation is the process of hiding implementation details while abstraction is the process of hiding unnecessary details.
Encapsulation is achieved through access modifiers like public, private, and protected.
Abstraction is achieved through abstract classes and interfaces.
Encapsulation protects the data from outside interference while abstraction focuses on the essential features of an object.
Example of encapsulatio...
Sorting code arranges elements in a specific order.
Choose a sorting algorithm based on the requirements
Iterate through the array and compare adjacent elements
Swap the elements if they are not in the desired order
Repeat until the array is sorted
I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.
Qaunts, verbal, critical, logical
I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.
It was a very long test. There were many questions covering almost all aptitude concepts. and some were image-based questions.
based on 1 interview
Interview experience
Software Engineer
20
salaries
| ₹1 L/yr - ₹9 L/yr |
Software Developer
11
salaries
| ₹2.4 L/yr - ₹8 L/yr |
Business Analyst
9
salaries
| ₹2.5 L/yr - ₹9.7 L/yr |
Softwaretest Engineer
5
salaries
| ₹2.5 L/yr - ₹5 L/yr |
Marketing Executive
4
salaries
| ₹3.6 L/yr - ₹3.6 L/yr |
Infosys
TCS
Wipro
HCLTech