Filter interviews by
I applied via Naukri.com
Top trending discussions
posted on 4 Nov 2024
Calculating the average of array elements involves summing the elements and dividing by their count.
To find the average, sum all elements in the array. Example: [2, 4, 6] -> 2 + 4 + 6 = 12.
Count the number of elements in the array. Example: [2, 4, 6] has 3 elements.
Divide the total sum by the count of elements. Example: 12 (sum) / 3 (count) = 4 (average).
Ensure to handle edge cases, like an empty array, which should...
posted on 18 Mar 2025
I appeared for an interview in Feb 2025, where I was asked the following questions.
I admire your company's innovative approach and commitment to quality, which aligns with my career goals and values as a developer.
Your company's focus on cutting-edge technology, like AI and machine learning, excites me as I want to work on impactful projects.
I appreciate your commitment to professional development, such as mentorship programs, which will help me grow my skills.
The collaborative culture here fosters c...
SQL constraints are rules applied to table columns to enforce data integrity and validity.
PRIMARY KEY: Uniquely identifies each record in a table. Example: `CREATE TABLE Users (UserID INT PRIMARY KEY);`
FOREIGN KEY: Ensures referential integrity between two tables. Example: `FOREIGN KEY (UserID) REFERENCES Users(UserID)`.
UNIQUE: Ensures all values in a column are different. Example: `CREATE TABLE Users (Email VARCHAR(25...
I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.
Basic coding, duration 1hr
General experience discussion
posted on 14 Nov 2024
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
I have worked on various projects including web development, mobile app development, and data analysis.
Developed a web application using React and Node.js for a client in the e-commerce industry
Created a mobile app using Flutter for tracking daily expenses
Performed data analysis on customer feedback data using Python and SQL
OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.
Encapsulation: Bundling data and methods in a class. Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.
Inheritance: Mechanism to create a new class from an existing class. Example: 'ElectricCar' inherits from 'Car'.
Polymorphism: Ability to process objec...
posted on 22 Sep 2023
I applied via Approached by Company and was interviewed before Sep 2022. There were 2 interview rounds.
Copy constructor is a special type of constructor which creates a new object as a copy of an existing object.
Copy constructor is used to initialize a new object as a copy of an existing object.
It takes an object of the same class as a parameter.
It is called automatically when a new object is created from an existing object.
Example: class MyClass { public: MyClass(const MyClass& obj) { // copy constructor logic } };
Copy constructor is used to create a new object as a copy of an existing object, while assignment operator is used to assign values from one object to another.
Copy constructor is called when a new object is created from an existing object, while assignment operator is called when an existing object is assigned values from another object.
Copy constructor creates a new object with its own memory space, while assignment o...
A static function is a function that is associated with a class rather than an instance of the class.
Static functions can be called without creating an instance of the class.
Static functions are commonly used for utility functions that do not require access to instance-specific data.
Static functions are declared using the 'static' keyword in many programming languages.
Example: 'Math.max()' in JavaScript is a static fun...
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with 0 and 1 as the first two numbers in the series
Add the previous two numbers to get the next number in the series
Repeat this process to generate the Fibonacci series
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensures a class has only one instance
Provides a global point of access to that instance
Commonly used in scenarios where only one instance of a class is needed, such as database connections or logging
Accessing id parameter in URL involves parsing the URL and extracting the id value.
Use the window.location object to access the URL of the current page.
Parse the URL using methods like split() or URLSearchParams to extract the id parameter.
Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.
posted on 14 Feb 2022
I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.
I come from a close-knit family that values education and support, fostering my passion for technology and problem-solving.
My parents are both educators, which instilled a love for learning in me from a young age.
I have two siblings; my older brother is an engineer, and my younger sister is studying computer science.
Family gatherings often involve discussions about technology and innovation, inspiring my career choice.
...
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
30 min 30 ques and gaming ques
ML and AI are used in our project to analyze user behavior and provide personalized recommendations.
ML algorithms are used to analyze user data and predict user preferences.
AI is used to provide personalized recommendations based on the analysis of user behavior.
Examples include recommendation systems for e-commerce websites and personalized content suggestions on streaming platforms.
Lagging concept refers to a concept or idea that is behind or not up to date compared to current standards or practices.
Refers to outdated technology or methods in software development
Can lead to inefficiencies, bugs, or security vulnerabilities
Examples include using deprecated libraries or not following best practices for coding
Software Engineer
237
salaries
| ₹8 L/yr - ₹28 L/yr |
Advanced Software Engineer
101
salaries
| ₹14.5 L/yr - ₹40 L/yr |
Senior Software Engineer
97
salaries
| ₹14 L/yr - ₹41 L/yr |
Software Developer
59
salaries
| ₹6.1 L/yr - ₹23 L/yr |
Associate Software Engineer
51
salaries
| ₹7 L/yr - ₹16 L/yr |
Schneider Electric
Johnson Controls
Honeywell Automation
Rockwell Automation