Filter interviews by
I applied via Referral and was interviewed in Apr 2023. There were 3 interview rounds.
Write a function in Python that takes in a list of integers and returns the maximum product that can be obtained by multiplying any three integers in the list.
For example, given the input list [1, 2, 3, 4], the function should return 24, which is the maximum product that can be obtained by multiplying 2, 3, and 4.
Your function should handle lists of any length, and should return 0 if the list contains less than three integers.
Good luck!
One topic that can be great for a group discussion is "Artificial Intelligence: Boon or Bane?".
Artificial Intelligence (AI) has revolutionized the world in numerous ways. It has brought about remarkable advancements in various fields, including healthcare, transportation, finance, and entertainment. AI has the potential to enhance the quality of human life and solve complex problems. However, there are also concerns about the negative impact of AI, such as the loss of jobs, the development of autonomous weapons, and the risk of AI taking over human decision-making.
Company X is an online marketplace that connects buyers and sellers of handmade and vintage items. The company was founded in 2005 and has since grown to become a leading platform for artisans and collectors around the world.
SCD Type 2 implementation involves tracking historical changes in data by creating new records for each change.
Identify the columns that need to be tracked for changes
Add effective start and end dates to track the validity of each record
Insert new records for changes and update end dates for previous records
Maintain a surrogate key to uniquely identify each version of the record
I can join the team within 2 weeks.
I can start within 2 weeks of receiving the offer.
I need to give notice to my current employer.
I may need to relocate, which could affect my start date.
I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.
Coding test is a programming challenge that assesses a developer's coding skills and problem-solving abilities. Coding tests can be used in a variety of situations, such as during the hiring process, as part of a professional certification program, or to assess a developer's current skill level.
Here are some details about coding tests:
Types of coding tests
Coding tests can range from simple challenges that can be completed in minutes to more complex projects that can take hours or days.
What to expect
During a coding test, you may be given a problem to solve and asked to write code to solve it. You may also be asked questions about your thought process while you're coding.
How to prepare
To prepare for a coding test, you can practice coding on a whiteboard or blank sheet of paper. You can also get used to writing code without an integrated development environment (IDE) or compiler.
How to take the test
You may be given a link to a code editor and be able to choose your programming language. You should make sure to take the test in a quiet environment where you won't be distracted.
How recruiters use coding tests
Coding tests can help recruiters assess a large number of candidates effectively because they can use an auto-grading system.
$263.37
0.90%
+2.36 Today
After hours:
$263.37
(
0.00%
)
0.00
Closed: 3 Jan, 17:10:18 UTC-5 · USD · NYSE · Disclaimer
1 D
5 D
1 M
6 M
YTD
1 Y
5 Y
MAX
10:30
13:30
16:30
19:30
260.00
261.00
262.00
263.00
264.00
265.00
Prev close $261.01
Lockheed Martin Corp
$481.82
LMT
0.089%
Northrop Grumman Corp
$467.82
NOC
0.041%
Johnson & Johnson
$144.19
JNJ
0.12%
General Motors Co
$51.77
GM
0.78%
Rtx Corp
$115.87
RTX
0.12%
iShares US Aerospace & Defense ETF
$146.20
ITA
0.93%
Howmet Aerospace Inc
$112.76
HWM
1.78%
General Electric Co
$171.96
GE
2.00%
L3Harris Technologies Inc
$209.75
LHX
1.15%
Boeing Co
$169.90
BA
1.15%
Previous close
$261.01
Day range
$260.27 - $264.16
Year range
$247.36 - $316.90
Market cap
72.42B USD
Avg. volume
1.65M
P/E ratio
20.07
Dividend yield
2.16%
Primary exchange
NYSE
GLeaf logo
CDP Climate Change Score
B
Program for duplicate removal and sorting
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
Method overriding is a feature in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.
Occurs in inheritance when a subclass provides a specific implementation of a method that is already provided by its parent class
The method in the subclass must have the same name, return type, and parameters as the method in the parent class
Allows fo...
An interceptor is a design pattern commonly used in software development to capture and manipulate incoming and outgoing requests.
Interceptors can be used for logging, authentication, authorization, error handling, and more
In Angular, interceptors can be used to modify HTTP requests before they are sent to the server
In Spring framework, interceptors can be used to intercept client requests and server responses
A filter in Spring is a component that intercepts incoming requests and outgoing responses, allowing for pre-processing and post-processing.
Filters are used for tasks such as logging, authentication, authorization, and more
Filters can be configured in the Spring application context
Examples of filters in Spring include CharacterEncodingFilter, HiddenHttpMethodFilter, and CorsFilter
My contribution as a Technical Lead includes leading a team, providing technical guidance, resolving technical issues, and ensuring project success.
Leading a team to achieve project goals
Providing technical guidance and mentorship to team members
Resolving technical issues and challenges
Ensuring project success through effective planning and execution
I have led a team in developing a new feature for our product, involving designing, coding, testing, and deployment.
Led a team in developing a new feature
Designed the architecture for the feature
Coded the functionality using Java and Spring Boot
Tested the feature using JUnit and Mockito
Deployed the feature to production environment
I can join within 2 weeks.
I can start within 2 weeks of receiving an offer.
I need to give notice to my current employer.
I may need time to relocate if necessary.
My last interview went well, I was able to showcase my technical skills and experience effectively.
Prepared thoroughly by reviewing common technical interview questions
Highlighted my experience leading technical teams and projects
Demonstrated problem-solving skills with real-life examples
Received positive feedback on my communication and teamwork abilities
Yes, I am ready to travel for work as needed.
I am willing to travel for client meetings, conferences, and team collaborations.
I have previous experience traveling for work in my current or past roles.
I understand the importance of face-to-face interactions in a technical lead role.
Yes, I regularly communicate with my reporting manager to provide updates and discuss any issues or concerns.
Regularly scheduled check-ins with reporting manager
Provide updates on project progress
Discuss any issues or concerns
Seek guidance and feedback from reporting manager
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
I excel as an individual contributor and transition smoothly into a team lead role by leveraging my technical expertise and leadership skills.
Demonstrate strong technical skills and consistently deliver high-quality work as an individual contributor.
Proactively seek opportunities to mentor and guide team members, showcasing leadership potential.
Communicate effectively with team members, fostering collaboration and driv...
Springboot is a framework that simplifies the development of Java applications by providing a set of tools and conventions.
Springboot uses embedded servers like Tomcat or Jetty to run applications.
It auto-configures many components based on dependencies added to the project.
It uses annotations like @SpringBootApplication to define the main class of the application.
Springboot uses Spring Framework's Inversion of Control...
SAGA design pattern is used for managing long-lived transactions in distributed systems.
SAGA pattern breaks down a long transaction into a series of smaller, more manageable steps.
Each step in the SAGA pattern is a separate transaction that can be rolled back if needed.
SAGA pattern ensures that the overall transaction is eventually consistent.
Examples of SAGA pattern implementation include using compensating transactio
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I have over 10 years of experience in software development, with a focus on leading teams and delivering high-quality products.
Led multiple cross-functional teams in developing and launching successful products
Extensive experience in full stack development, including front-end and back-end technologies
Strong background in Agile methodologies and project management
Collaborated with stakeholders to define project require
I have worked on various projects including a mobile app for tracking fitness goals and a web application for managing inventory.
Developed a mobile app using React Native to track fitness goals and provide workout plans
Built a web application using Angular for managing inventory and tracking sales
Implemented RESTful APIs for communication between front-end and back-end systems
SQL is a relational database management system, while NoSQL is a non-relational database management system.
SQL databases are table-based and have a predefined schema, while NoSQL databases are document-based, key-value pairs, graph databases, or wide-column stores.
SQL databases are good for complex queries and transactions, while NoSQL databases are better for hierarchical data storage and real-time web applications.
Ex...
Production Engineer and Design Engineer
4
salaries
| ₹2.2 L/yr - ₹4.2 L/yr |
Business Analyst
3
salaries
| ₹5.7 L/yr - ₹6.8 L/yr |
Embedded Testing Engineer
3
salaries
| ₹2.2 L/yr - ₹3.2 L/yr |
Infosys
TCS
Wipro
HCLTech