i
FranConnect
Filter interviews by
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
Developed a real-time data processing system for analyzing customer behavior on an e-commerce platform.
Designed and implemented data pipelines using Apache Kafka for streaming data ingestion.
Utilized Apache Spark for data processing and analysis to generate insights for business decisions.
Implemented machine learning models for customer segmentation and personalized recommendations.
Collaborated with cross-functional te...
I applied via Approached by Company and was interviewed in Aug 2023. There were 2 interview rounds.
2 medium level DSA questions
Java basics, streams fundamentals
SQL
Low level design
Priority queue is a data structure that stores elements based on their priority level.
Use a binary heap to implement a priority queue efficiently.
Elements are inserted based on priority and removed in order of priority.
Example: Inserting elements with priorities 5, 3, 7 would result in removal order of 3, 5, 7.
I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.
Gave me a table, asked to replicate the same in Python using different methods.
FranConnect interview questions for popular designations
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses an array of buckets to store key-value pairs.
Each key is hashed to determine its index in the array.
If multiple keys hash to the same index, a linked list or tree is used to handle collisions.
HashMap allows null keys and values.
HashMap is not synchronized, use ConcurrentHashMap for thread-safe operations
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
String manipulation Questions
Rotate array by N positions
Use a temporary array to store the elements that will be rotated
Loop through the original array and copy the elements to the temporary array based on the rotation
Loop through the temporary array and copy the elements back to the original array
Handle cases where N is greater than the array length by using modulo operator
I applied via Naukri.com and was interviewed in Jun 2021. There were 6 interview rounds.
Top trending discussions
posted on 7 Feb 2025
I was interviewed in Jan 2025.
DSA- 1easy, 1 medium
posted on 1 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
Threads in Java allow for concurrent execution of code, enabling multitasking and improving performance.
Threads are lightweight sub-processes within a process.
They allow for concurrent execution of code, enabling multitasking.
Threads share the same memory space, allowing for efficient communication and data sharing.
Examples include creating threads using the Thread class or implementing the Runnable interface.
Volatile keyword ensures visibility of changes to variables across threads. Reified keyword is used to access type information at runtime in generics.
Volatile keyword is used to indicate that a variable's value will be modified by different threads.
It ensures that changes made by one thread to a volatile variable are visible to other threads.
Reified keyword is used in generics to access type information at runtime, whi...
Multi module architecture in Android involves breaking down an app into multiple modules for better organization and scalability.
Pros: better organization, easier maintenance, faster build times, code reusability
Cons: increased complexity, potential for dependency issues, learning curve for developers
Example: Breaking down an app into separate modules for UI, networking, and data storage can make it easier to work on d
Generics in Java allow for creating classes, interfaces, and methods that operate on types parameterized at compile time.
Generics provide type safety by allowing the compiler to detect and prevent type errors at compile time.
They enable code reusability by writing generic algorithms that work on different types.
Example: List<String> names = new ArrayList<>();
Example: public class Box<T> { private T va
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.
Agile values prioritize individuals and interactions over processes and tools
Scrum values include commitment, courage, focus, openness, and respect
Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective
Story points are a unit of...
As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.
Prepare project plans outlining scope, objectives, deliverables, and timelines
Create schedules to allocate tasks and track progress
Develop budgets to manage project costs effectively
Conduct risk assessments...
Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.
Clearly communicate expectations and goals to the resource.
Offer support and training to help the resource improve their skills and knowledge.
Provide regular feedback and recognition for progress made.
Set specific goals and milestones to track improvement.
Create a development plan with the resource to addr...
Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.
Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.
PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...
based on 8 interviews
Interview experience
based on 49 reviews
Rating in categories
Software Developer
70
salaries
| ₹4 L/yr - ₹15.2 L/yr |
Senior Software Developer
30
salaries
| ₹7.5 L/yr - ₹23 L/yr |
Senior Software Engineer
18
salaries
| ₹11 L/yr - ₹20.5 L/yr |
Quality Analyst
12
salaries
| ₹3 L/yr - ₹9 L/yr |
Senior Quality Analyst
12
salaries
| ₹6 L/yr - ₹15 L/yr |
Zoho
Freshworks
Tally Solutions
LTIMindtree