Filter interviews by
I was interviewed before Aug 2020.
It depends on the specifics of the policy.
What is the coverage amount?
What is the deductible?
Are pre-existing conditions covered?
What is the cost to employees?
What is the network of providers?
What is the policy on maternity leave?
Is there a wellness program?
Python or C Coding slove the problem
Life based questions, like a feature planing
It's a tricky round with lots of questions to understand the aptitude
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
Wipro Digital interview questions for designations
I was interviewed in Sep 2016.
Qualities of a leader include communication, decision-making, empathy, and vision.
Effective communication skills to convey ideas and motivate team members
Strong decision-making abilities to guide the team towards goals
Empathy towards team members to understand their perspectives and support their growth
Vision to set long-term goals and inspire others to work towards them
Top trending discussions
I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.
I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.
I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
Use stream api to calculate sum of integers in a list.
Use stream() method on the list to create a stream of elements.
Use mapToInt() method to convert each element to an integer.
Use sum() method to calculate the sum of all integers.
Loop through both arrays and use a hashmap to store frequency of elements, then find the extra element.
Loop through both arrays and store frequency of elements in a hashmap
Compare the frequency of elements in both arrays to find the extra element
Return the extra element found in the second array
Code to check if a given string is a palindrome or not.
Create a function that takes a string as input
Remove all non-alphanumeric characters and convert to lowercase
Compare the original string with its reverse to check for palindrome
Data can be passed in Angular from component to component using input properties, output properties, services, and state management libraries like NgRx.
Use @Input decorator to pass data from parent to child component
Use @Output decorator to emit events from child to parent component
Use services to share data between components
Use state management libraries like NgRx for complex data sharing scenarios
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
based on 6 reviews
Rating in categories
Senior Software Engineer
375
salaries
| ₹7.2 L/yr - ₹26 L/yr |
Technical Lead
297
salaries
| ₹10 L/yr - ₹33.5 L/yr |
Senior Project Engineer
294
salaries
| ₹5.2 L/yr - ₹21.4 L/yr |
Project Engineer
276
salaries
| ₹3 L/yr - ₹8.3 L/yr |
Senior Associate
216
salaries
| ₹1.4 L/yr - ₹7 L/yr |
TCS
Infosys
HCLTech
Tech Mahindra