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 Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.
If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?
A stack is a LIFO data structure while a queue is a FIFO data structure.
Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.
Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.
Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.
A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.
A compiler converts the source code into an executable file, while an interpreter executes the code directly.
Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.
Examples of compilers include GCC, Clang, and ...
I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.
I prioritize tasks and create a schedule to manage my time effectively.
I communicate with my team and seek their assistance or guidance when needed.
I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.
I practice mindfulness and d...
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 Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 24 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
based on 3 reviews
Rating in categories
Associate Software Engineer
27
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