i
Secure
Meters
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 3 interview rounds.
There were 4 parts - basic of c#, basics of database, basics questions based on mechanics & basic English
Count characters in a line of text
Iterate through each character in the line
Use a counter variable to keep track of the number of characters
Exclude spaces or other non-alphabetic characters from the count
To convert hexadecimal to decimal, multiply each digit by 16 raised to the power of its position.
Iterate through each digit of the hexadecimal number
Convert each digit to its decimal equivalent (0-9 or A-F)
Multiply the decimal value by 16 raised to the power of its position
Sum up all the values to get the decimal equivalent
No, function overloading cannot be done on the basis of return type.
Function overloading is based on the number and type of parameters in the function signature, not the return type.
Having two functions with the same name but different return types would result in a compilation error.
Example: int add(int a, int b) and float add(int a, int b) would not be allowed.
Top trending discussions
I appeared for an interview before Feb 2024.
The authentication related questions and architecture wise too.
I appeared for an interview in Jan 2021.
Round duration - 30. minutes
Round difficulty - Easy
It was in the evening, question were moderate
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.
Round duration - 30 minutes
Round difficulty - Easy
It was in the night around 9:00 PM.
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Given an array and a target sum, find all pairs of elements that add up to the target sum.
Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.
If the complement exists, add the pair to the result list.
Sort the pairs based on the first element and then the second element.
Return the list of pairs as the final result.
Tip 1 : Learn new things daily
Tip 2 : Practice questions
Tip 3 : Keep one question in mind to solve.
Tip 1 : Description about your skills
Tip 2 : Project details
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 5 interview rounds.
Developed a web-based project management tool for a software development company.
Used Agile methodology for project management
Implemented user authentication and authorization
Integrated with third-party tools like JIRA and GitHub
Provided real-time project progress tracking
Generated reports for project analysis
I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.
I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.
Proven experience in developing scalable applications, such as a recent project where I improved load times by 30%.
Strong collaboration skills demonstrated through successful teamwork on cross-functional projects, leading to a 15% increase in efficiency.
Continuous learner, recently comp...
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
2 coding questions one was greedy and 2nd one was of dp.
based on 2 interview experiences
Difficulty level
Duration
based on 6 reviews
Rating in categories
Executive
121
salaries
| ₹3.7 L/yr - ₹8.1 L/yr |
Engineer
117
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Manager
100
salaries
| ₹12 L/yr - ₹20 L/yr |
Engineer 1
89
salaries
| ₹2.7 L/yr - ₹5 L/yr |
Software Developer
83
salaries
| ₹4 L/yr - ₹7.8 L/yr |
Bharat Electronics
Flex
Dixon Technologies
TE Connectivity