Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.
Top trending discussions
posted on 26 Dec 2024
1. Prime Factors Operations
You are given an integer n. In one operation, you can do the following
• Pick a number P such that P is prime and n is divisble by P. Assign P
Find the maximum number of operations you can perform.
Function description
Complete the primeGame function in the editor below. It has the following param
Name
Type
Description
INTEGER
The given integer n.
n
Return
The function must return an INTEGER denoting the maximum operations you can perform.
Constraints
• 1 ≤ n ≤ 10^9
Input format for debugging
• The first line contains an integer, n, denoting the initial value of n. desc
OOP in Java is a programming paradigm that uses objects to design applications. Encapsulation is the bundling of data and methods, while polymorphism allows objects to be treated as instances of their parent class.
OOP in Java focuses on creating objects that interact with each other to design applications
Encapsulation in Java involves bundling data (variables) and methods (functions) within a class to restrict access f...
Wrapper classes in Java are classes that allow primitive data types to be used as objects.
Wrapper classes provide a way to convert primitive data types into objects.
They are used when an object is required, such as in collections like ArrayList.
Examples include Integer for int, Double for double, Boolean for boolean, etc.
To rotate an array to the left, shift all elements to the left by one position and move the first element to the end.
Create a temporary variable to store the first element of the array.
Shift all elements to the left by one position.
Assign the temporary variable value to the last element of the array.
I have completed projects in renewable energy and automation systems. I have also interned at a manufacturing company and a research institute.
Completed a project on designing a solar-powered irrigation system for a rural community
Completed a project on developing an automated warehouse management system using RFID technology
Interned at a manufacturing company where I worked on optimizing production processes
Interned a...
ArrayList is a dynamic array in Java that can grow or shrink in size, while an array has a fixed size.
ArrayList can dynamically resize itself, while array has a fixed size.
ArrayList is a class in Java, while array is a basic data structure.
ArrayList provides methods to add, remove, and access elements easily, while array requires manual manipulation.
Example: ArrayList<String> list = new ArrayList<>(); Strin...
posted on 6 Jan 2025
I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.
General aptitude test
I was interviewed in Nov 2024.
Here’s a simple framework to approach a case study effectively:
---
Case Study Framework
1. Understand the Problem
Read the case thoroughly and identify the key issue.
Ask clarifying questions if needed (if in a live setting).
Summarize the problem in your own words.
2. Analyze the Situation
SWOT Analysis (Strengths, Weaknesses, Opportunities, Threats)
Identify relevant stakeholders.
Gather data or key insights from the case text.
3. Identify Alternatives
Brainstorm possible solutions to the problem.
Consider multiple approaches (e.g., short-term vs. long-term solutions).
4. Evaluate the Alternatives
Weigh the pros and cons of each solution.
Assess feasibility, costs,
Common performance issues in a system include slow response times, high resource usage, bottlenecks, and crashes.
Slow response times can be caused by inefficient code, network latency, or overloaded servers.
High resource usage can lead to system slowdowns and crashes, often caused by memory leaks or inefficient algorithms.
Bottlenecks occur when a component of the system becomes a limiting factor, such as a database ser...
I have experience in identifying and resolving software bugs through thorough testing and collaboration with developers.
Identifying bugs by reproducing issues reported by users
Collaborating with developers to understand root cause of bugs
Testing bug fixes to ensure they are effective
Utilizing bug tracking tools like Jira or Bugzilla
Experience with regression testing to prevent reoccurrence of bugs
Shortcut Tips for Coding Tests: 1. Master the Basics: Familiarize yourself with arrays, strings, loops, and conditional statements. 2. Learn Patterns: Concentrate on sliding window, two-pointer techniques, recursion, and divide-and-conquer methods. 3. Use Standard Algorithms: Study breadth-first search (BFS), depth-first search (DFS), sorting algorithms, and dynamic programming principles. 4. Understand Data Structures: Practice with stacks, queues, linked lists, and trees. 5. Practice Edge Cases: Consider scenarios involving empty inputs, duplicates, and large datasets. 6. Write Pseudocode: Outline your plan before starting to code. 7. Optimize Early: Always strive for efficiency in your solutions.
posted on 27 Dec 2024
I applied via Company Website
Cloud migration involves planning, executing, and optimizing the process of moving data, applications, and workloads to a cloud environment.
Assess current infrastructure and applications to determine what can be migrated to the cloud
Choose the right cloud service provider based on requirements and budget
Develop a migration plan including timelines, resources, and potential risks
Execute the migration in phases to minimi...
The technology stack of the product includes Java, Spring Boot, Angular, and MySQL.
Java
Spring Boot
Angular
MySQL
We used MySQL and MongoDB databases in our system.
MySQL was used for structured data storage
MongoDB was used for unstructured data storage
I executed data pipelines by designing the workflow, implementing data transformations, scheduling jobs, and monitoring performance.
Designed the workflow for data pipelines to ensure efficient data processing
Implemented data transformations using tools like Apache Spark or Python libraries
Scheduled jobs to run at specific intervals for automated data processing
Monitored performance of data pipelines to identify bottlen
Team velocity is a measure of the amount of work a team can complete in a sprint.
Team velocity is calculated by summing up the story points completed in a sprint.
It helps the team understand their capacity and plan future sprints accordingly.
Velocity is not a measure of productivity but rather a guide for planning and forecasting.
For example, if a team completes 30 story points in a sprint, their velocity is 30.
posted on 26 Jan 2025
I was interviewed in Dec 2024.
posted on 27 Jan 2025
I was interviewed in Dec 2024.
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
based on 7 reviews
Rating in categories
Bajaj Finserv
HDFC Life
PolicyBazaar
L&T Finance