Filter interviews by
I am a dedicated and passionate software engineer with experience in developing web applications using various technologies.
I have a Bachelor's degree in Computer Science
I have worked on projects using Java, Python, and JavaScript
I am familiar with frameworks such as Spring, Django, and React
I enjoy learning new technologies and keeping up with industry trends
Primary key is a unique identifier for each record in a database table.
Primary key ensures data integrity by enforcing uniqueness.
It is used to establish relationships between tables.
Primary key can be a single column or a combination of columns.
It cannot have null or duplicate values.
Examples: ID column in a user table, ISBN in a book table.
Candidate key is a unique identifier for a record in a database table.
A candidate key is a column or set of columns that can uniquely identify a record in a table.
It must be unique and non-null for every record.
A table can have multiple candidate keys, but only one can be the primary key.
Example: Employee ID, Email ID, Passport Number can be candidate keys for an Employee table.
The primary key in a table uniquely identifies each row in the table.
Primary key is a column or a combination of columns that uniquely identifies each row in a table
Primary key values cannot be null or duplicate
Primary key is used to establish relationships between tables
Examples of primary keys are social security number, email address, and employee ID
Maintain relation between broken tables by using foreign keys and cascading updates/deletes.
Use foreign keys to establish relationships between tables
Use cascading updates/deletes to maintain referential integrity
Avoid breaking tables unnecessarily
Consider using a database management system that supports transactions
Test thoroughly to ensure data consistency
A C program to reverse a given number
Take input number from user
Initialize a variable to store reversed number
Use while loop to reverse the number
Print the reversed number
C is a low-level programming language while Java is a high-level programming language.
C is compiled while Java is interpreted
C has pointers while Java does not
Java has automatic garbage collection while C does not
Java is platform-independent while C is platform-dependent
Java has built-in support for multithreading while C does not
Operating system components are organized in a layered diagram.
The top layer is the user interface, which interacts with the user.
The next layer is the application programming interface (API), which provides a set of functions for applications to use.
The kernel layer is responsible for managing system resources and providing services to other layers.
The bottom layer is the hardware layer, which interacts with the physi...
Mesh topology is a network design where each device is connected to every other device, forming a mesh-like structure.
Mesh topology provides high redundancy and fault tolerance as there are multiple paths for data to travel.
It offers excellent scalability as new devices can be easily added without disrupting the network.
Mesh topology is commonly used in wireless networks, such as Wi-Fi, where each device acts as a node...
Mesh topology can be difficult to manage and expensive to implement.
Mesh topology requires a large number of connections, making it difficult to manage.
It can be expensive to implement due to the high number of connections required.
Mesh topology can also suffer from high latency and low bandwidth.
One solution is to use a hybrid topology, combining mesh with other topologies like star or bus.
Another solution is to use r...
Noruma is a great company with a strong reputation in the industry.
Noruma has a track record of delivering high-quality software solutions.
The company values innovation and encourages employees to think outside the box.
Noruma has a supportive and collaborative work culture.
The company offers opportunities for growth and career development.
Noruma has a strong commitment to customer satisfaction.
I would try to communicate with the team member and understand the reason for their unavailability or lack of contribution.
I would first try to reach out to the team member and ask if everything is okay and if they need any help.
If the team member is not responding, I would escalate the issue to the project manager or team lead.
If the team member is not able to contribute due to personal reasons, I would try to find a ...
I am highly motivated and committed to my work. I am excited about the opportunity to work with your team.
I have researched your company and am impressed with your work culture and values
I am passionate about software engineering and am eager to learn and grow with your team
I am committed to meeting deadlines and delivering high-quality work
I am excited about the projects your team is working on and want to be a part o
No, I would not quit. I am adaptable and willing to learn new languages.
I am open to learning new languages and adapting to changes in the workplace.
I believe that being able to work with multiple languages is a valuable skill.
I would take the opportunity to learn the new language and improve my skills.
Quitting would not be a productive solution and would limit my growth as a developer.
I am a software engineer with experience in Java and Python.
I have a Bachelor's degree in Computer Science.
I have worked on projects involving web development and data analysis.
I am familiar with Agile methodology and have experience working in a team.
I am passionate about learning new technologies and improving my skills.
My goal in life is to constantly learn, grow and make a positive impact on the world.
Continuously learn and improve myself
Make a positive impact on the world
Find fulfillment and happiness in my personal and professional life
Success for me is achieving my goals while maintaining a healthy work-life balance.
Setting achievable goals and working towards them
Being recognized for my hard work and contributions
Maintaining a positive work-life balance
Continuously learning and improving my skills
Making a positive impact on the company and its customers
Qualities of a team member and team leader include communication, collaboration, adaptability, empathy, and problem-solving skills.
Communication: Ability to effectively convey ideas and information to team members.
Collaboration: Working well with others towards a common goal.
Adaptability: Being flexible and able to adjust to changing circumstances.
Empathy: Understanding and considering the feelings and perspectives of ...
Nomura is a leading global financial services firm with a strong focus on innovation and technology.
Nomura has a strong reputation in the financial services industry
The company is committed to innovation and technology
Nomura offers opportunities for career growth and development
The company has a global presence with diverse teams and cultures
Nomura values diversity and inclusion in the workplace
Yes, I am comfortable working with finances and have relevant experience.
I have experience working with financial data and software
I am comfortable with financial terminology and concepts
I am excited to apply my skills to this domain
I was interviewed in Sep 2016.
NAND, NOT, and AND are logical operators used in digital electronics.
NAND is a combination of NOT and AND operators.
NAND returns true only when both inputs are false.
NOT operator negates the input value.
AND operator returns true only when both inputs are true.
ArrayList is a resizable array implementation of the List interface in Java.
ArrayList is a dynamic array that can grow or shrink in size.
ArrayList allows duplicate elements and maintains insertion order.
ArrayList provides random access to elements using their index.
List is an interface in Java that represents an ordered collection of elements.
List allows duplicate elements and maintains insertion order.
List provides va...
A linked list is a data structure that consists of a sequence of nodes, where each node contains data and a reference to the next node.
Each node in a linked list contains a data element and a reference (link) to the next node.
Linked lists can be singly linked (each node has a link to the next node) or doubly linked (each node has links to both the next and previous nodes).
Linked lists are dynamic in size and can be eas...
A binary tree is a hierarchical data structure in which each node has at most two children.
Consists of nodes connected by edges.
The topmost node is called the root.
Each node can have at most two children, referred to as left child and right child.
Used for efficient searching, sorting, and organizing data.
Examples: family tree, file system structure.
A binary search tree is a data structure that organizes elements in a hierarchical manner, allowing for efficient searching and insertion.
Binary search tree is a binary tree where each node has at most two children.
The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.
Binary search tree allows for efficient searching, insertion, and dele...
String Pool Locator in Java
String pool is a special area of heap memory where string literals are stored
String pool helps in memory optimization by reusing common string literals
String.intern() method can be used to add a string to the string pool
String literals are automatically added to the string pool
I am a recent graduate with a degree in Computer Science and a passion for software development.
Recent graduate with a degree in Computer Science
Passionate about software development
Experience with programming languages like Java and Python
A leader is responsible for guiding and motivating a team, while a team member follows the leader's direction and contributes to achieving team goals.
Leader sets direction and goals for the team
Team member follows leader's direction and contributes to achieving goals
Leader motivates and guides team members
Team member supports leader and fellow team members
Leader takes responsibility for team's success or failure
Team me...
Yes, I would still consider joining despite the negative reviews on Glassdoor.
I believe that individual experiences can vary and it's important to form my own opinion.
I would research further and try to gather more information about the company culture and work environment.
I would also consider the overall reputation and growth opportunities of the company.
Negative reviews may not necessarily reflect the current state ...
NOMURA offers cutting-edge technology, global opportunities, and a strong reputation in the financial industry.
NOMURA provides opportunities to work with cutting-edge technology in the financial industry.
NOMURA has a global presence, offering opportunities for international experience.
NOMURA has a strong reputation in the financial industry, providing a solid foundation for career growth.
Top trending discussions
posted on 1 Feb 2025
I was interviewed before Feb 2024.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.
Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.
Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.
Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.
An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.
Cannot be instantiated directly
May contain abstract methods
Used as a blueprint for other classes
Abstraction is the process of hiding complex details and showing only the essential features of an object or system.
Abstraction allows us to focus on what an object does, rather than how it does it
It helps in simplifying complex systems by breaking them down into smaller, more manageable parts
Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone
QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).
QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.
It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).
Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.
Example: ['3', '1', '4'...
Bubble sorting has a time complexity of O(n^2) for a sorted list.
Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.
The time complexity does not change even if the list is already sorted.
Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.
Yes, I have been to multiple states other than Jharkhand.
I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.
I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.
I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.
posted on 17 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Reversing a linked list in Java using iterative approach.
Create three pointers: prev, current, and next.
Iterate through the list, updating pointers to reverse the links.
Return the new head of the reversed list.
Handle StaleElementReferenceException by re-locating the element before interacting with it.
Use try-catch block to catch StaleElementReferenceException
Re-locate the element using findElement method before interacting with it
Use WebDriverWait to wait for the element to become stale
I have worked on various projects involving test automation, performance testing, and quality assurance processes.
Developed automated test scripts using Selenium WebDriver for web applications
Conducted performance testing using JMeter to identify bottlenecks and optimize system performance
Implemented quality assurance processes to ensure software meets requirements and standards
Collaborated with cross-functional teams ...
My strategy for designing an automation framework involves identifying key functionalities, selecting appropriate tools, creating reusable components, implementing robust error handling, and integrating with CI/CD pipelines.
Identify key functionalities to be automated based on priority and impact on testing.
Select appropriate tools and technologies based on the application under test and team expertise.
Create reusable ...
posted on 17 Dec 2024
I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.
Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.
Write a SQL query to count number of reportees for each manager using GROUP BY clause
Add HAVING clause to filter out managers with atleast 5 reportees
Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5
Use libraries like pandas and dask to efficiently manage large datasets in Python.
Use pandas library for data manipulation and analysis.
Use dask library for parallel computing and out-of-core processing.
Optimize memory usage by loading data in chunks or using data types efficiently.
Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.
Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.
Pandas - used for data manipulation and analysis
NumPy - used for numerical computing and working with arrays
Matplotlib - used for data visualization
Scikit-learn - used for machine learning and data mining
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...
posted on 22 Jan 2025
1 hour online test ..
I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.
Pretty standard GD on topics around working remotely and country's macroeconomic
Derivative and alternative investments involve complex financial instruments and strategies beyond traditional stocks and bonds.
Derivatives are financial contracts whose value is derived from an underlying asset, index, or rate. Examples include options, futures, and swaps.
Alternative investments are non-traditional assets such as private equity, hedge funds, real estate, and commodities.
Both derivative and alternative...
based on 2 reviews
Rating in categories
Maxgen Technologies
VDart
ANR Software Private Limited
Magic Edtech