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 enjoy reading, hiking, and cooking, which help me relax and stimulate my creativity in problem-solving.
Reading: I love exploring different genres, especially mystery novels, which enhance my analytical thinking.
Hiking: I often hike on weekends, enjoying nature while improving my physical fitness and mental clarity.
Cooking: Experimenting with new recipes allows me to express creativity and develop project management s...
I applied via Naukri.com and was interviewed before Jan 2021. There were 2 interview rounds.
Genral reasoning
I appeared for an interview before Jun 2021.
Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.
Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.
Unit testing involves testing individual units or components of the software.
Integration testing involves testing the interaction between different components...
posted on 23 Jun 2021
An entity is a thing or object in the real world that can be distinctly identified.
Entities can be people, places, objects, events, or concepts.
In software engineering, an entity refers to a data object or a class that represents a real-world entity.
For example, in a database, a 'Customer' entity may have attributes like name, address, and phone number.
Object-Oriented Programming (OOP) is a paradigm based on objects that encapsulate data and behavior, promoting code reusability.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same int...
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
posted on 2 Apr 2021
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 Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
posted on 3 Apr 2024
I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.
Aptitude and coding questions both were included
Javascript has various data types including string, number, boolean, object, array, null, and undefined.
Data types in Javascript include string, number, boolean, object, array, null, and undefined.
Strings are sequences of characters enclosed in quotes.
Numbers can be integers or floating-point numbers.
Booleans represent true or false values.
Objects are collections of key-value pairs.
Arrays are ordered collections of val...
let is block scoped while var is function scoped in JavaScript.
let was introduced in ES6 while var has been around since the beginning of JavaScript.
Variables declared with let are only accessible within the block they are declared in.
Variables declared with var are accessible throughout the function they are declared in.
Using let can help prevent variable hoisting issues.
let is preferred over var for variable declarat...
based on 2 interview experiences
Difficulty level
Duration
based on 20 reviews
Rating in categories
Content Writer
5
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