Filter interviews by
I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.
Easy to medium level questions.
Developed a predictive model to identify potential customer churn for a telecom company
Performed exploratory data analysis to identify key features affecting customer churn
Preprocessed data by handling missing values and encoding categorical variables
Built and compared various machine learning models including logistic regression, decision tree, and random forest
Tuned hyperparameters using grid search and cross-validat...
I have experience in deploying and managing applications on AWS cloud platform.
Deployed and managed a web application on AWS Elastic Beanstalk
Used AWS Lambda for serverless computing
Configured and managed EC2 instances for various projects
Used S3 for storing and retrieving data
Set up and managed RDS instances for databases
Used CloudFormation for infrastructure as code
Implemented auto-scaling and load balancing for high...
Top trending discussions
I was interviewed in Mar 2024.
posted on 12 Mar 2024
posted on 5 Apr 2023
I was interviewed in Mar 2023.
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
SQL is a standard language for managing databases, while MySQL is a specific open-source relational database management system.
SQL is a standard language used to manage databases, while MySQL is a specific implementation of a relational database management system.
SQL is used to interact with databases to perform tasks like querying, updating, and deleting data.
MySQL is an open-source RDBMS that uses SQL as its query la...
Encapsulation, Inheritance, Polymorphism, Abstraction
Encapsulation: Bundling data and methods that operate on the data into a single unit
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the complex implementation details and showing only the necessary features
ACID properties in DBMS stand for Atomicity, Consistency, Isolation, and Durability.
Atomicity ensures that all operations in a transaction are completed successfully or none at all.
Consistency ensures that the database remains in a consistent state before and after the transaction.
Isolation ensures that multiple transactions can be executed concurrently without affecting each other.
Durability ensures that once a transa...
I applied via Campus Placement and was interviewed in Oct 2022. There were 2 interview rounds.
A beam is a horizontal or inclined structural member that carries loads perpendicular to its longitudinal axis, while a slab is a flat, horizontal structural element that is typically used in floors and roofs.
Beams are used to support vertical loads, while slabs are used to support horizontal loads.
Beams are typically deeper than they are wide, while slabs are typically wider than they are deep.
Beams are often used in ...
SFD and BMD for an overhanging beam
Determine the reactions at the supports
Draw the SFD by taking sections and finding the net force
Draw the BMD by taking sections and finding the net moment
Account for any point loads or moments
Check for equilibrium at each section
Design steps for a column include determining load requirements, selecting materials, calculating dimensions, and creating a detailed drawing.
Determine load requirements based on the intended use of the column
Select appropriate materials based on load requirements and aesthetic preferences
Calculate dimensions of the column based on load requirements and material properties
Create a detailed drawing of the column design,...
I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.
Questions related to OOPS concepts in software engineering.
Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.
Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.
Encapsu...
Answers to SQL related questions for Software Engineer interview
Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column
Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s
posted on 15 Sep 2021
I was interviewed in Dec 2020.
Round duration - 120 Minutes
Round difficulty - Easy
Coding questions
Round duration - 140 Minutes
Round difficulty - Hard
Group Anagrams
Valid Parenthesis
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
Make use of the stack. Traverse the string and push the current character in the stack if it is an opening brace else pop from the stack If it is the corresponding starting brace for current closing brace then move to the next character of the string otherwise return false.
If after complete traversal if the stack is empty then the string is balanced else it is not balanced.
Pseudo Code:
Given an array or list of strings called inputStr
, your task is to return the strings grouped as anagrams. Each group should contain strings that are anagrams of one anoth...
The key idea behind this approach is that we can transform each string into a string representing the character count. We will use an array “count”, of size 26 such that each element of the array represents the number of a’s, b’s, c’s and so on… We will be using these frequencies to create a string, delimited by ‘#’ characters, that we will use as a key for our HashMap.
For example :
str=”abbccc”...
Round duration - 20 Minutes
Round difficulty - Easy
Some technical questions were asked by HR to check my confidence
Tip 1 : You need to have a great aptitude for knowledge
Tip 2 : Should practice top 50 frequently asked coding questions
Tip 1 : Have a plain and simple resume.
Tip 2 : Add things to resume which you're 100% sure of
I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.
ReactJS is a popular JavaScript library for building user interfaces.
ReactJS allows for reusable components, making development faster and more efficient.
It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.
ReactJS has a large and active community, providing support and resources for developers.
It can be used for both web and mobile app development, with tools like React Native.
Reac...
Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.
Functional components are written as functions and return JSX elements.
Class-based components are written as ES6 classes and extend the React.Component class.
Functional components are simpler and easier to test and understand.
Class-based components have access to lifecycle methods like componentDidMount ...
based on 2 reviews
Rating in categories
Data Analyst
106
salaries
| ₹2 L/yr - ₹9 L/yr |
Senior Data Analyst
83
salaries
| ₹5 L/yr - ₹16 L/yr |
Data Scientist
44
salaries
| ₹8 L/yr - ₹23 L/yr |
Data Engineer
20
salaries
| ₹6 L/yr - ₹9 L/yr |
Senior Data Scientist
8
salaries
| ₹17 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
HCLTech