i
Write Right
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
*Section 1: Coding (40 minutes, 3 questions)*
*Question 1:*
Write a C++ program to find the maximum element in an array.
*Input:*
Array size (n)
Array elements (n integers)
*Output:*
Maximum element
*Example Input/Output:*
Input: n = 5, array = [3, 5, 2, 8, 1]
Output: 8
*Question 2:*
Write a Java program to implement a stack using linked list.
*Input:*
Stack operations (push, pop, peek)
*Output:*
Stack elements
*Example Input/Output:*
Input: push(1), push(2), pop()
Output: [1]
*Question 3:*
Write a Python program to find the factorial of a number.
*Input:*
Number (n)
*Output:*
Factorial of n
*Example Input/Output:*
Input: n = 5
Output: 120
*Section 2: Debugging (10 minutes, 2 questions)*
*Question 1:*
Debug the following C++ code:
```
int main() {
int x = 5;
int y = 0;
int z = x / y;
return 0;
}
```
*Question 2:*
Debug the following Java code:
```
public class Test {
public static void main(String[] args) {
String str = null;
System.out.println(str.length());
}
}
```
*Section 3: Algorithmic Problem Solving (10 minutes, 2 questions)*
*Question 1:*
Find the time complexity of the following algorithm:
```
def find_max(arr):
max = arr[0]
for i in range(1, len(arr)):
if arr[i] > max:
max = arr[i]
return max
```
*Question 2:*
Write a pseudocode to find the shortest path between two nodes in a graph
1. TVS Motor ka Electric Vehicle Strategy.
2. Electric Vehicle adoption ke Challenges.
3. TVS Motor ka EV Strategy Analysis.
4. Government Initiatives aur EV Adoption.
5. EV Charging Infrastructure Development.
6. Range Anxiety aur EV Adoption.
7. TVS Motor ka EV Manufacturing Process.
8. EV Technology Advancements.
9. EV Market Trends aur Forecast.
10. TVS Motor ka EV Business Model.
11. EV Supply Chain Management.
12. EV Customer Segmentation.
13. TVS Motor ka EV Marketing Strategy.
14. EV Competitor Analysis.
15. TVS Motor ka EV Innovation.
16. EV Regulatory Framework.
17. EV Safety Features.
18. EV Environmental Impact.
19. TVS Motor ka EV Sustainability.
20. EV Future Prospects
I applied via Company Website and was interviewed in Dec 2022. There were 2 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.
OOPs stands for Object-Oriented Programming.
It is used to organize and structure code for better readability, reusability, and maintainability.
OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.
Examples of OOPs languages include Java, Python, C++, and Ruby.
I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.
Explaining the differences between const and var, their accessibility, and other related concepts.
const is a keyword used to declare a variable that cannot be reassigned.
var is a keyword used to declare a variable with function scope.
let is a keyword used to declare a variable with block scope.
Accessibility refers to the scope of a variable and where it can be accessed from.
Other related concepts include hoisting, clos
I appeared for an interview before Jan 2024.
I was given to male a sales pitch from the company website and pitch it in the interview
I applied via Referral and was interviewed in Feb 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
based on 2 interviews
Interview experience
based on 20 reviews
Rating in categories
Content Writer
6
salaries
| ₹0.7 L/yr - ₹8 L/yr |
Trainer
4
salaries
| ₹1.2 L/yr - ₹1.2 L/yr |
Aptara
MPS Limited
Lionbridge Technologies
Crimson Interactive