Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
Scope refers to the accessibility of variables in a program.
Variables declared inside a function have local scope and are only accessible within that function.
Variables declared outside of any function have global scope and can be accessed from anywhere in the program.
Block scope refers to variables declared within a block of code, such as within a loop or conditional statement.
Lexical scope refers to the accessibility...
Java does not support multiple inheritance, but it can be achieved using interfaces.
Java supports multiple interface inheritance.
A class can implement multiple interfaces.
Interfaces can extend multiple interfaces.
Example: class A implements Interface1, Interface2
Example: interface Interface1 extends Interface3, Interface4
A loop is a programming structure that repeats a set of instructions until a certain condition is met.
Loops are used to iterate over arrays or perform a set of instructions multiple times.
Common types of loops include for, while, and do-while loops.
Example: for (let i = 0; i < array.length; i++) { console.log(array[i]); }
Loops can be used to simplify code and make it more efficient.
Infinite loops can occur if the condi...
Pickling is a process of converting a Python object into a byte stream.
Pickling is used for serialization and deserialization of Python objects.
The pickle module is used for pickling and unpickling.
Pickling allows objects to be saved to a file and loaded later.
Pickling can be used to transfer data between different Python programs.
Example: pickle.dump(obj, file) is used to pickle an object to a file.
Example: pickle.loa...
Top trending discussions
posted on 29 Jun 2015
posted on 29 Jun 2015
posted on 27 Mar 2018
I appeared for an interview in Mar 2018.
posted on 28 Apr 2020
I applied via Recruitment Consultant and was interviewed before Apr 2019. There were 3 interview rounds.
posted on 1 Apr 2021
posted on 1 Apr 2021
posted on 24 Mar 2021
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
Recursive functions solve problems by breaking them down into smaller subproblems, often leading to elegant solutions.
A recursive function calls itself with modified parameters.
Base case is crucial to prevent infinite recursion.
Example: Factorial function - factorial(n) = n * factorial(n-1) with base case factorial(0) = 1.
Example: Fibonacci sequence - fib(n) = fib(n-1) + fib(n-2) with base cases fib(0) = 0, fib(1) = 1.
...
posted on 6 Aug 2021
Write a query
Specify the database and table name
List the columns to be selected
Add any conditions or filters
Specify the order of results
based on 22 reviews
Rating in categories
Software Engineer
39
salaries
| ₹3 L/yr - ₹7 L/yr |
Softwaretest Engineer
17
salaries
| ₹3.5 L/yr - ₹4.8 L/yr |
Devops Engineer
14
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Software Developer
13
salaries
| ₹3.2 L/yr - ₹5.4 L/yr |
Software Testing Engineer
11
salaries
| ₹3.5 L/yr - ₹4.5 L/yr |
Reliance Communications
Henry Harvin Education
GAO Tek
Tata Teleservices