i
StartupTalky
Filter interviews by
I was interviewed before Feb 2024.
I applied via Campus Placement
SHL platform, choose the best answer form cse concept,apti,
posted on 25 Aug 2024
I applied via Campus Placement
Basic normal average questions to be prepared
OOPs stands for Object-Oriented Programming. The four pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields (attributes or properties) and code in the form of procedures (methods or functions).
The four pillars of OOP are Inheritance, Encapsulation, Abstraction, and Po...
Code to reverse a string in JavaScript
Use the split() method to convert the string into an array of characters
Use the reverse() method to reverse the array
Use the join() method to convert the reversed array back into a string
I applied via campus placement at Indian Institute of Information Technology, Allahabad and was interviewed in Jul 2024. There were 2 interview rounds.
Medium to hard level problem questions and basic subjects fundamentals mcqs
posted on 26 Jul 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
Generale questions about my previous experience
Coding test nodejs assignnment
posted on 6 May 2024
The 'ref' keyword in C# is used to pass arguments by reference instead of by value.
Allows a method to modify the value of the argument passed to it
Useful when you want to update the original value of a variable inside a method
Can be used with value types and reference types
Example: void UpdateValue(ref int num) { num = 10; }
Example: int value = 5; UpdateValue(ref value); // value will be 10 after the method call
React Hooks are functions that let you use state and other React features without writing a class.
React Hooks were introduced in React 16.8.
They allow you to use state and other React features in functional components.
Some commonly used React Hooks are useState, useEffect, useContext, etc.
Hooks are more lightweight and easier to understand compared to class components.
posted on 4 May 2019
I don't really really for aptitude
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Implementation is the process of defining the methods and behaviors of a class.
Inheritance allows a class to inherit attributes and methods from another class, promoting code reusability.
Implementation involves writing the actual code for the methods and behaviors defined in a class.
Example: Cla...
My strength is problem-solving, weakness is time management, and in the next 5 years, I aim to become a lead developer.
Strength: Strong problem-solving skills - I enjoy tackling complex issues and finding efficient solutions.
Weakness: Time management - I sometimes struggle with prioritizing tasks and meeting deadlines.
Future goal: To become a lead developer - I plan to enhance my technical skills, take on more responsi
The question is asking for your name.
Answer with your actual name
Be honest and straightforward
Avoid giving a fake name or trying to be clever
based on 1 interview
Interview experience
based on 1 review
Rating in categories
YourStory (India)
Inc42
Entrepreneur
Internet & Mobile Association of India (IAMAI)