Filter interviews by
Iterative fibonacci function using a loop to calculate the Fibonacci sequence.
Initialize an array to store Fibonacci numbers
Use a loop to calculate each Fibonacci number based on the previous two numbers
Return the array of Fibonacci numbers
Top trending discussions
General aptitude questions
Problem solving, solved 2 out of 3 questions
General topics were given in gd
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Aug 2024. There were 2 interview rounds.
Its basically a test comprising 32 mcq
12- logical reasoning
20- core C,DBMS, OS , Computer Networks
2 coding Questions
Linkedlist questions
posted on 11 Apr 2024
I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in Mar 2024. There were 3 interview rounds.
Logical Reasoning, Verbal Reasoning , Quantitative Ability, Digital Electronics
DSP, C, Verilog, Digital Design
Add two numbers represented as arrays
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other
Return the result as a new array
Access modifiers in Java control the visibility of classes, methods, and variables.
There are four types of access modifiers in Java: public, protected, default (no modifier), and private.
Public: accessible from any other class.
Protected: accessible within the same package or subclasses.
Default: accessible only within the same package.
Private: accessible only within the same class.
Example: public class MyClass {}
It is not common practice to provide complete code of all projects in an interview setting.
It is not recommended to share complete code of all projects due to confidentiality and intellectual property concerns.
Instead, focus on discussing the technologies used, challenges faced, and solutions implemented in your projects.
Provide code snippets or high-level overviews of your projects to showcase your skills and experien
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Count frequency of elements in array of strings
Iterate through the array and use a hashmap to store the frequency of each element
Use a for loop to go through each element and update the count in the hashmap
Return the hashmap with element frequencies
posted on 10 Jan 2024
I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.
posted on 19 Sep 2024
I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.
1st round is combination of aptitude and technical mcqs
I have worked on various projects including a web-based inventory management system and a mobile app for tracking fitness goals.
Developed a web-based inventory management system using React and Node.js
Created a mobile app for tracking fitness goals using Flutter
Collaborated with a team to implement new features and fix bugs in existing projects
Two sum code in Python finds two numbers in an array that add up to a specific target.
Use a dictionary to store the difference between the target and each element in the array.
Iterate through the array and check if the current element's complement is in the dictionary.
Return the indices of the two numbers that add up to the target.
posted on 23 Jul 2024
The General Aptitude Questions from the Sites are being asked
Java concepts, Arraylists, and hashmaps were being asked to use in a solution.
based on 1 interview
Interview experience
Software Engineer
337
salaries
| ₹12 L/yr - ₹45 L/yr |
SOC Design Engineer
221
salaries
| ₹11.9 L/yr - ₹33.2 L/yr |
System Validation Engineer
197
salaries
| ₹12 L/yr - ₹45.7 L/yr |
Design Engineer
159
salaries
| ₹11.5 L/yr - ₹45.3 L/yr |
Software Development Engineer
153
salaries
| ₹12 L/yr - ₹43 L/yr |
Qualcomm
Nvidia
Microsoft Corporation
Advanced Micro Devices