Filter interviews by
I have experience working with data modelling in the GenAI project to optimize algorithms and improve performance.
Utilized various data modelling techniques to analyze and interpret data
Developed predictive models to enhance decision-making processes
Collaborated with data scientists to refine and validate models
Implemented machine learning algorithms to improve accuracy and efficiency
The challenge in end-to-end product delivery and implementation of solution roadmap involved coordinating multiple teams, managing dependencies, and ensuring alignment with business goals.
Coordinating cross-functional teams to ensure timely delivery of each component of the product
Managing dependencies between different teams and components to avoid delays
Ensuring alignment of the solution roadmap with the overall busi...
Informatica Cloud offers more comprehensive data integration capabilities compared to Azure Cloud.
Informatica Cloud provides a wide range of data integration tools and services for various data sources and formats.
Informatica Cloud offers advanced data quality and data governance features that are not available in Azure Cloud.
Informatica Cloud has a strong focus on data security and compliance, with built-in encryption...
I prefer Azure cloud solution for Data Engineering pipelines due to its scalability, reliability, and integration with other Microsoft services.
Azure provides a wide range of tools and services specifically designed for data engineering tasks, such as Azure Data Factory, Azure Databricks, and Azure HDInsight.
Azure offers seamless integration with other Microsoft services like Power BI, SQL Server, and Azure Machine Lea...
I manage client obligations by setting clear expectations, communicating regularly, and prioritizing tasks based on deadlines and importance.
Set clear expectations with clients regarding deliverables and timelines
Communicate regularly to provide updates on progress and address any concerns
Prioritize tasks based on deadlines and importance to ensure all client obligations are met
Proactively identify potential issues and...
I manage conflicts in the project by promoting open communication, addressing issues promptly, seeking compromise, and involving stakeholders in resolution.
Promote open communication among team members to address conflicts early on
Address issues promptly and directly to prevent escalation
Seek compromise and find win-win solutions to resolve conflicts
Involve stakeholders in conflict resolution to ensure all perspectives
I applied via Referral and was interviewed in Aug 2023. There were 5 interview rounds.
Program management Case study
Program management Case study
I applied via Campus Placement and was interviewed before Apr 2021. There were 5 interview rounds.
Time and work, time and distance, percentages, data interpretation
Business case study - increase revenue for museum
I applied via Campus Placement and was interviewed in Jan 2021. There were 5 interview rounds.
I applied via Approached by Company and was interviewed before Apr 2021. There were 5 interview rounds.
Usually Hr will ask about your profile, projects and your interests
Case study: Help a Dairy company in launch of there premium product in Tier 2 city
posted on 8 Jan 2024
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
posted on 15 Oct 2022
I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 5 interview rounds.
Design and optimize a hashmap
Choose a good hash function to minimize collisions
Implement dynamic resizing to handle increasing load factor
Consider using open addressing or separate chaining for collision resolution
Use an efficient data structure for storing key-value pairs, such as an array or linked list
Custom recyclerview with appropriate data structures
Create a custom adapter extending RecyclerView.Adapter
Implement onCreateViewHolder() and onBindViewHolder() methods
Use appropriate data structures like ArrayList or HashMap for efficient data handling
Implement onClickListener for item clicks
Use ViewHolder pattern for efficient view recycling
I expect fair compensation for my skills and experience, and a challenging work environment that allows for growth and learning.
I am looking for a salary that is commensurate with my experience and skills.
I am open to negotiation and willing to discuss salary and benefits.
I am looking for a challenging work environment that allows me to learn and grow as a software engineer.
I am interested in opportunities for professi...
posted on 3 Jun 2024
I applied via LinkedIn and was interviewed in Dec 2023. There were 3 interview rounds.
posted on 20 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
Static is used to define class-level variables and methods, while final is used to define constants that cannot be changed.
Static variables belong to the class itself, while final variables are constants that cannot be modified.
Static methods can be called without creating an instance of the class, while final methods cannot be overridden.
Static variables are shared among all instances of a class, while final variables...
ArrayList is better for random access, LinkedList is better for frequent insertions/deletions.
ArrayList uses dynamic array to store elements, LinkedList uses doubly linked list.
ArrayList provides fast random access to elements using index, LinkedList provides fast insertion/deletion at any position.
Example: ArrayList is suitable for scenarios where random access is required like searching, LinkedList is suitable for sc...
Java8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to write code in a more concise and readable way.
Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.
Streams provide a way to work with collections of objects in a functional style.
Default methods allow inte...
Using streams in Java 8 to filter and map a list of numbers
Create a list of numbers
Use stream to filter out even numbers
Use map to square each number
Collect the results into a new list
Program to print even and odd numbers from 1 to 20 using 2 threads alternately.
Create two threads, one for printing even numbers and one for printing odd numbers.
Use wait(), notify(), and notifyAll() to ensure alternate printing.
Ensure synchronization between the two threads to avoid race conditions.
Example: Thread 1 prints even numbers (2, 4, 6, ...) and Thread 2 prints odd numbers (1, 3, 5, ...).
Strings are immutable to ensure data integrity and security.
Immutable strings prevent accidental changes to data
Immutable strings allow for safe sharing of data between different parts of a program
Immutable strings help prevent security vulnerabilities like SQL injection attacks
Default methods in Java 8 allow interfaces to have method implementations, enabling backward compatibility and reducing code duplication.
Default methods were introduced in Java 8 to provide a way to add new methods to interfaces without breaking existing implementations.
They allow interfaces to have method implementations, which was not possible before Java 8.
Default methods can be overridden in implementing classes to...
Using Java8 streams to solve a problem
Use stream() method to convert a collection into a stream
Use filter() method to filter elements based on a condition
Use map() method to transform elements
Use collect() method to collect the elements into a new collection
Checked exceptions are exceptions that must be either caught or declared in the method signature.
Checked exceptions are subclasses of Exception (excluding RuntimeException and its subclasses)
Checked exceptions must be either caught using try-catch block or declared in the method signature using 'throws' keyword
Examples of checked exceptions in Java include IOException, SQLException, and ClassNotFoundException
Annotation used to mark a class as a Spring Boot application
Combines @Configuration, @EnableAutoConfiguration, and @ComponentScan annotations
Used to bootstrap and launch a Spring application
Automatically scans for Spring components in the package and sub-packages
Annotation used in Spring to specify which bean to autowire
Used to disambiguate when multiple beans of the same type are present
Can be used with @Autowired to specify which bean to inject
Helps in resolving dependencies when multiple beans of the same type are available
Microservices are a software development technique where an application is composed of small, independent services that communicate with each other.
Microservices are designed to be small, focused on specific tasks, and independently deployable.
Each microservice typically runs its own process and communicates with other services through APIs.
Microservices allow for easier scalability, flexibility, and maintenance compar...
Microservices communicate with each other through APIs, messaging queues, or service meshes.
APIs: Microservices can communicate with each other by exposing APIs that allow them to send and receive data.
Messaging queues: Microservices can use messaging queues like RabbitMQ or Kafka to send messages to each other asynchronously.
Service meshes: Microservices can communicate through a service mesh like Istio, which handles...
The project involves creating a web-based platform for online shopping with features like user registration, product browsing, shopping cart, and payment processing.
User registers on the platform with personal information
User browses products by category or search
User adds products to the shopping cart
User proceeds to checkout and makes payment
Order is confirmed and user receives a confirmation email
Some of the top questions asked at the Fractal Analytics Technical Program Manager interview -
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Consultant
1.1k
salaries
| ₹6 L/yr - ₹24 L/yr |
Data Engineer
789
salaries
| ₹7.5 L/yr - ₹25.9 L/yr |
Senior Consultant
632
salaries
| ₹11 L/yr - ₹38 L/yr |
Data Scientist
497
salaries
| ₹8.7 L/yr - ₹31 L/yr |
Engineer
236
salaries
| ₹7.5 L/yr - ₹24.9 L/yr |
Subex
Kiya.ai
MathCo
Innovatiview India Ltd