Filter interviews by
I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.
Aptitude,reasoning, English
Program to generate Fibonacci series using recursion in C++
Declare a function to calculate Fibonacci numbers recursively
Call the function inside main() to print the series
Handle base cases for 0 and 1 separately
Example: int fibonacci(int n) { return n <= 1 ? n : fibonacci(n-1) + fibonacci(n-2); }
Data structures and algorithms are fundamental concepts in computer science that involve organizing and processing data efficiently.
Data structures are ways to store and organize data in a computer so that it can be used efficiently.
Algorithms are step-by-step procedures for solving problems and performing computations.
Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.
Examples ...
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve a problem.
Key principles of OOPs include Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and met...
Top trending discussions
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.
First round is apti when in placement
Too hard all are dsa questions
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
Such like blood relation questions, graph, alphabet and numeric values etc
Related to operators, oop concepts
FrontEnd website creations of given templates
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2022. There were 5 interview rounds.
50 mcq were asked in 12 mins. Most of the candidates qualified this round.
3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 29 May 2024
I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.
Some maths related questions
Interview experience
based on 3 reviews
Rating in categories
Associate Software Engineer
29
salaries
| ₹2.3 L/yr - ₹6.6 L/yr |
Software Engineer
23
salaries
| ₹2.9 L/yr - ₹10.5 L/yr |
Senior Software Engineer
18
salaries
| ₹7.9 L/yr - ₹24 L/yr |
Software Developer
6
salaries
| ₹3.2 L/yr - ₹7.2 L/yr |
Technical Lead
5
salaries
| ₹22.5 L/yr - ₹42 L/yr |
TCS
Infosys
Wipro
HCLTech