Filter interviews by
I applied via campus placement at Shri Ramdeo Baba Kamla Nehru Engineering College, Nagpur and was interviewed in Aug 2024. There were 3 interview rounds.
(On campus) This round consists of two sections. 10 questions from Aptitude + Verbal (Trains , boats, interest, average, English error spotting) and 10 were pseudocodes of C mostly of loops and pointers. Pseudocode level was easy but apti was moderate.
This was pen and paper test. 2 questions were there 1. Valid parenthesis checker and 2. Fibonacci triangle pattern. Preferred language was C# C++ Java. Python was not preferred.
A data-table is a way to organize data in rows and columns. Data can be retrieved using SQL queries or programming languages.
Data-table is a structured way to store data in rows and columns.
Data can be retrieved using SQL queries like SELECT * FROM table_name.
Data can also be retrieved using programming languages like Python or Java.
After retrieving data, it is typically stored in memory for processing or analysis.
Program to print prime numbers in a given range
Iterate through the range of numbers and check if each number is prime
Use a nested loop to check for factors of each number
Print the number if it has only 2 factors (1 and itself)
Merge sort and selection sort are both sorting algorithms, but they differ in their approach and efficiency. Merge sort is a divide-and-conquer algorithm with a time complexity of O(n log n).
Merge sort divides the array into two halves, sorts each half recursively, and then merges the sorted halves back together.
Selection sort selects the smallest element from the unsorted portion of the array and swaps it with the fir...
Ternary operator is a shorthand for if-else statement in programming.
Ternary operator is written as condition ? expression1 : expression2
It is used to assign a value based on a condition in a more concise way
If-else statement is written as if (condition) { expression1 } else { expression2 }
I applied via LinkedIn
Quant, Verbal, Reasoning, Test scenarios
SDLC is a process used by software development teams to design, develop, and test high-quality software.
1. Planning: Define project scope, requirements, and goals.
2. Analysis: Gather and analyze requirements.
3. Design: Create a detailed design plan.
4. Implementation: Develop the software based on the design.
5. Testing: Test the software for bugs and issues.
6. Deployment: Release the software to users.
7. Maintenance: Pr...
Bug life cycle consists of several stages from identification to resolution.
1. Bug Identification - Bug is identified by testers during testing.
2. Bug Logging - Tester logs the bug in a bug tracking tool like Jira.
3. Bug Prioritization - Bugs are prioritized based on severity and impact.
4. Bug Assignment - Bug is assigned to a developer to fix.
5. Bug Fixing - Developer fixes the bug and marks it as resolved.
6. Bug Veri...
I applied via Campus Placement
Written Test with multiple aptitude and technical questions
Constisted of two coding questions. Test was pen and paper test
Basic aptitude quants and reasoninig
2 Coding questions: (Pen & Paper based)
1. Transpose a matrix
2. Remove the consecutive occurring element in the string
OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Objects represent real-world entities with attributes and behaviors
Encapsulation ensures data hiding and modularity
Inheritance allows for code reusability and polymorphism
Polymorphism enables objects to be treated as instances of their parent class
Abstraction simplifies complex
Fendahl Technology interview questions for popular designations
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
On campus drive from fendahl
general aptitude topics questions from - profit/loss, S.I./C.I., railways, pipe and cisterns, directions, speed time and distance, probability etc
Two coding questions - 1. 3sum question from array
2. longest substring question from string
I applied via Campus Placement
Aptitude test is on pen and paper
Asked basic aptitude questions
Asked MCQ programming questions
I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.
10 Aptitude Questions
Topic:Time and Work ,Pipes and cisterns,number pattern
10 Technical Questions
Topis: C,CPP pseudocodes,basic DSA
30min 2 question
1.maximum distinct character substring
2.if 3 elements are present in array whose sum is0
45 minutes written test on manual testing
I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.
Mostly questions they asked on Train , Work and Time , profit and loss , some verbal questions and 10 pseudo code questions.
Overall they asked Moderate level questions
They asked 2 questions:
1) Anagram or not
2) find 1st nth sum in series
Difficulty level : Easy
I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.
1. Int n = 3
for(int n=7;n<=10;n++)
{
}
z= n*n;
2. for(int n =7;n<=10;n++)
{
return n;
}
return 25;
3. Base Class - a
Derived Class - b
Which is more powerful?
4. x =10; y = 20;
(x++) +(y++) + 1000 ?
(++x) +(++y) +1000?
5. What is return type?
6. Can a method execute without Return type?
7. Can we have a class without constructor?
8. Fun(int x, int y)
{
Fun(y,x);
}
9. What is Inheritance, Method Overloading and Overriding?
10. What is abstraction?
Top trending discussions
Interview experience
based on 28 reviews
Rating in categories
3-5 Yrs
₹ 12-15 LPA
Software Engineer
54
salaries
| ₹6.8 L/yr - ₹13 L/yr |
Senior Software Engineer
27
salaries
| ₹6 L/yr - ₹16.7 L/yr |
Software Developer
18
salaries
| ₹3 L/yr - ₹9.1 L/yr |
QA Engineer
10
salaries
| ₹2 L/yr - ₹8.8 L/yr |
Senior QA Engineer
8
salaries
| ₹7 L/yr - ₹11 L/yr |
TCS
Infosys
Wipro
HCLTech