Filter interviews by
A function is a block of code that performs a specific task when called.
Functions can take input parameters and return output values
Functions can be reused multiple times in a program
Examples: summing two numbers, finding the maximum value in an array
A for loop is a control flow statement that allows code to be executed repeatedly based on a specified condition.
Used to iterate over a sequence of elements
Consists of initialization, condition, and increment/decrement expressions
Example: for(int i=0; i<5; i++) { // code to be executed }
Linux command is a command-line interface used in Linux operating systems to perform various tasks.
Linux commands are case-sensitive
Commands are typically followed by options and arguments
Common Linux commands include ls, cd, mkdir, rm, cp, mv, grep, and more
A class in Java is a blueprint for creating objects, defining their properties and behaviors.
Classes are used to create objects in Java
Classes can have attributes (fields) and methods
Classes can be extended to create subclasses
Example: class Car { String color; void start() { // code here } }
In Java, 'oops' refers to Object-Oriented Programming concepts like classes, objects, inheritance, polymorphism, and encapsulation.
Oops stands for Object-Oriented Programming.
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.
Java is an object-oriented programming language that follows oops principles.
SQL is a relational database management system, while NoSQL is a non-relational database management system.
SQL is table-based, with a predefined schema, while NoSQL is document-based, key-value pairs, graph databases, or wide-column stores.
SQL is structured query language for defining and manipulating the data, while NoSQL does not use SQL for querying the data.
SQL is vertically scalable, while NoSQL is horizontal...
I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.
In Java, 'oops' refers to Object-Oriented Programming concepts like classes, objects, inheritance, polymorphism, and encapsulation.
Oops stands for Object-Oriented Programming.
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.
Java is an object-oriented programming language that follows oops principles.
Linux command is a command-line interface used in Linux operating systems to perform various tasks.
Linux commands are case-sensitive
Commands are typically followed by options and arguments
Common Linux commands include ls, cd, mkdir, rm, cp, mv, grep, and more
A function is a block of code that performs a specific task when called.
Functions can take input parameters and return output values
Functions can be reused multiple times in a program
Examples: summing two numbers, finding the maximum value in an array
A class in Java is a blueprint for creating objects, defining their properties and behaviors.
Classes are used to create objects in Java
Classes can have attributes (fields) and methods
Classes can be extended to create subclasses
Example: class Car { String color; void start() { // code here } }
A for loop is a control flow statement that allows code to be executed repeatedly based on a specified condition.
Used to iterate over a sequence of elements
Consists of initialization, condition, and increment/decrement expressions
Example: for(int i=0; i<5; i++) { // code to be executed }
SQL is a relational database management system, while NoSQL is a non-relational database management system.
SQL is table-based, with a predefined schema, while NoSQL is document-based, key-value pairs, graph databases, or wide-column stores.
SQL is structured query language for defining and manipulating the data, while NoSQL does not use SQL for querying the data.
SQL is vertically scalable, while NoSQL is horizontally sc...
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
As an Assistant Manager, I have led teams, managed projects, and improved operational efficiency through strategic planning.
Led a team of 10 in a project that increased sales by 20% over six months.
Implemented a new inventory management system that reduced waste by 15%.
Conducted weekly team meetings to enhance communication and address challenges.
Developed training programs for new employees, improving onboarding effic...
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
I applied via Referral and was interviewed in Apr 2021. There were 5 interview rounds.
I am currently working on developing a mobile application for a client in the hospitality industry.
The application will allow users to make reservations and order food and drinks from their mobile devices.
We are using React Native for the front-end and Node.js for the back-end.
We are also implementing a payment gateway to allow for secure transactions.
The client has requested that the app be available in both iOS and A...
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
based on 1 interview experience
Difficulty level
Duration
TCS
Accenture
Wipro
Cognizant