Filter interviews by
CSR is important in Indian companies as per the Companies Act 2013.
CSR helps companies contribute to social and environmental causes.
It promotes sustainable development and inclusive growth.
Companies are required to spend a certain percentage of their profits on CSR activities.
CSR activities can include education, healthcare, environmental conservation, etc.
It enhances the company's reputation and brand image.
CSR initi...
Top trending discussions
posted on 20 Oct 2023
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
JDK is a development kit that includes JRE and tools for developing Java applications. JRE is a runtime environment for executing Java programs. JVM is a virtual machine that runs Java bytecode.
JDK (Java Development Kit) includes JRE (Java Runtime Environment) and development tools like compiler and debugger.
JRE (Java Runtime Environment) is a software package that provides the libraries and components necessary for ru...
Static variables are shared among all instances of a class, while volatile variables are used to indicate that a variable's value will be modified by different threads.
Static variables are initialized only once at the start of the program and retain their value throughout the program's execution.
Volatile variables are used to ensure visibility of changes to variables across multiple threads.
Static variables are accesse...
Final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.
Used to declare constants - value cannot be changed once assigned
Prevents method overriding - method cannot be overridden in child classes
Prevents class inheritance - class cannot be extended
Parallel stream allows processing elements concurrently, while stream processes elements sequentially.
Parallel stream can improve performance by utilizing multiple threads for processing.
Stream processes elements one by one in a sequential manner.
Example: stream().parallel() vs stream().sequential()
Streams are used in Java to process collections of objects in a functional style.
Streams allow for concise and readable code when working with collections.
They support operations like filter, map, reduce, and collect.
Streams can be sequential or parallel, depending on the processing requirements.
Example: List
I applied via Referral and was interviewed in Aug 2023. There were 5 interview rounds.
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2022. There were 5 interview rounds.
It was a combination of coding and aptitude test. The test had four section and each section had it's time limit.
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It can be achieved through method overloading or method overriding.
For example, a parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.
SQL is a relational database management system, while NoSQL is a non-relational database management system.
SQL databases use structured query language for defining and manipulating the data.
NoSQL databases are schema-less and use various data models like key-value, document, columnar, or graph.
SQL databases are suitable for complex queries and transactions.
NoSQL databases are horizontally scalable and provide high perf...
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
There will be some mcq and coding questions.
I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.
My expected CTC is negotiable based on the job responsibilities, company size, and location.
My expected CTC is based on my experience, skills, and industry standards.
I am open to discussing the compensation package during the interview process.
I am looking for a competitive salary that aligns with my qualifications and the market rate.
Yes, I am able to do rotational shifts as required for the job.
I am flexible with my work schedule and can adapt to different shifts
I have previous experience working in rotational shifts
I understand the importance of maintaining network operations 24/7, which may require working different shifts
posted on 16 Mar 2021
I applied via Approached by Company and was interviewed in Dec 2021. There were 2 interview rounds.
posted on 26 Jan 2022
Sort a stack without auxiliary space
Use recursion to pop elements from stack and insert them in sorted order
Compare the top element with the next element and swap if necessary
Repeat until stack is sorted
A thread pool is a group of threads that can be reused to execute multiple tasks concurrently.
Define a task interface that encapsulates the work to be done
Create a queue to hold tasks
Create a fixed number of threads in the pool
Each thread should loop indefinitely, taking tasks from the queue and executing them
Use synchronization primitives to ensure thread safety
Consider using a thread-safe data structure for the task ...
Shared and unique pointer implementation in C++
Shared pointers allow multiple pointers to refer to the same object, automatically deleting the object when the last pointer is destroyed.
Unique pointers allow only one pointer to refer to an object, automatically deleting the object when the pointer is destroyed.
Shared pointers use reference counting to keep track of the number of pointers referring to an object.
Unique po...
Form the largest string using a, b, and c with the condition that 3 (a, b, or c) can't be together.
Start with the most frequent letter and alternate with the other two.
If there are two letters with the same frequency, start with the one that has the least number of adjacent letters.
Example: 'abcabcab' is not valid, but 'abacbac' is valid and larger.
Code to find strings in a dictionary matching a given pattern
Iterate through the dictionary and check if each string matches the pattern
Add the matching strings to an output array
Return the output array
based on 81 reviews
Rating in categories
Senior Manager
14
salaries
| ₹12.1 L/yr - ₹21 L/yr |
Technician
10
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Assistant Manager
10
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Deputy Manager
10
salaries
| ₹9 L/yr - ₹16 L/yr |
Lineman
9
salaries
| ₹2 L/yr - ₹3 L/yr |
Bharat Sanchar Nigam
Vodafone Idea
Jio
Bharti Airtel