i
SAP
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Dec 2023. There were 2 interview rounds.
The coding round consist of basic coding questions.
Top trending discussions
I applied via campus placement at VNR Vignan Jyothi Institute of Engineering and Technology, Hyderabad and was interviewed in Aug 2024. There were 4 interview rounds.
Round 1: HackerRank Test (100 Minutes)
1 DSA question (medium level, binary search on answers)
20 technical questions (OS, DBMS, CN, and other CS fundamentals)
15 general aptitude and communication questions
Static binding is resolved at compile time while dynamic binding is resolved at runtime in Java.
Static binding is also known as early binding.
Dynamic binding is also known as late binding.
Example of static binding: method overloading.
Example of dynamic binding: method overriding.
Sorting a linked list involves rearranging the nodes in a specific order.
Iterate through the linked list and compare each node with the next one
Use a sorting algorithm like bubble sort, merge sort, or quick sort to rearrange the nodes
Update the pointers to connect the nodes in the sorted order
JAR files are Java Archive files that store multiple Java class files and related metadata.
JAR files are used to package Java classes, resources, and metadata into a single file.
They are commonly used for distributing Java libraries or applications.
JAR files can be created using the 'jar' command in Java.
They can also be executed using the 'java -jar' command.
Example: mylibrary.jar contains all the class files and reso
A Singleton class is a class that can only have one instance created at a time.
Singleton classes are often used for managing resources that should only have one instance, such as a database connection.
To implement a Singleton class, you typically make the constructor private and provide a static method to access the single instance.
Example: Singleton class for logging system where only one instance of the logger is nee
CAP Theorem states that in a distributed system, it is impossible to simultaneously guarantee consistency, availability, and partition tolerance.
Consistency: All nodes in the system have the same data at the same time.
Availability: Every request gets a response, even if some nodes are down.
Partition Tolerance: The system continues to operate despite network partitions.
Trade-offs: In a distributed system, you can only h...
wait() and signal() are functions used for synchronization in multithreading.
wait() is used to make a thread wait until a certain condition is met
signal() is used to wake up a waiting thread when the condition is met
Example: Producer-consumer problem where producer signals consumer to consume when a new item is produced
Airport Management System schema and ER diagram design
Entities: Airport, Flight, Passenger, Employee, Schedule
Attributes: Airport (code, name, location), Flight (number, destination, departure time), Passenger (name, age, contact info), Employee (ID, name, role), Schedule (flight number, date, time)
Relationships: Airport has many Flights, Flight has many Passengers, Employee works at Airport, Flight has Schedule
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Identify the functional dependencies in the table
Eliminate partial dependencies by breaking the table into multiple tables
Eliminate transitive dependencies by further breaking down the tables
Ensure each table has a primary key and all non-key attributes are fully functionally dependent on the primary key
REST is an architectural style for designing networked applications
REST stands for Representational State Transfer
It uses standard HTTP methods like GET, POST, PUT, DELETE
Resources are identified by URIs
Data is transferred in JSON or XML format
Example: GET request to 'https://api.example.com/users' to retrieve a list of users
PUT is used to update or replace an existing resource, while POST is used to create a new resource.
PUT is idempotent, meaning multiple identical requests will have the same effect as a single request
POST is not idempotent, meaning multiple identical requests may have different effects
PUT is used to update an existing resource at a specific URI
POST is used to create a new resource under a specific URI
Example: PUT /users...
I applied via Approached by Company
ETL stands for Extract, Transform, Load. It is used to extract data from various sources, transform it into a consistent format, and load it into a data warehouse for analysis.
Extract: Data is extracted from different sources such as databases, files, or APIs.
Transform: The extracted data is cleaned, filtered, and transformed into a consistent format.
Load: The transformed data is loaded into a data warehouse for analys...
SCD types refer to slowly changing dimensions in data warehousing, used to track historical changes in data over time.
SCD Type 1: Overwrites old data with new data, losing historical information.
SCD Type 2: Keeps multiple versions of the same record, creating new records for each change.
SCD Type 3: Keeps some historical data in the same record, adding new columns for changes.
SCD Type 4: Uses separate tables to store hi...
It is an online test with one hour duration.
Combination, probability,time and Speed
posted on 22 Mar 2024
RCA stands for Root Cause Analysis. To improve process quality, RCA involves identifying the underlying cause of a problem and implementing corrective actions.
Identify the problem or issue in the process
Gather relevant data and information related to the problem
Conduct a thorough analysis to determine the root cause
Develop and implement corrective actions to address the root cause
Monitor the effectiveness of the correc
Sampling is the process of selecting a subset of individuals or items from a larger population to gather information or make inferences.
Sampling helps in making predictions about the entire population based on the characteristics of the sample.
There are different sampling methods such as random sampling, stratified sampling, cluster sampling, etc.
For example, in market research, a company may survey a random sample of ...
posted on 3 Aug 2024
Experienced Quality Engineer with a background in manufacturing and process improvement.
Bachelor's degree in Engineering
Certified Six Sigma Black Belt
Proficient in statistical analysis tools like Minitab
Led cross-functional teams to implement quality improvement projects
based on 5 reviews
Rating in categories
Software Developer
1k
salaries
| ₹8.2 L/yr - ₹31.5 L/yr |
Developer
843
salaries
| ₹10.3 L/yr - ₹32 L/yr |
Developer Associate
817
salaries
| ₹6.7 L/yr - ₹24 L/yr |
Senior Developer
492
salaries
| ₹13.1 L/yr - ₹48 L/yr |
Business Process Consultant
403
salaries
| ₹10 L/yr - ₹40 L/yr |
Oracle
SAS
Zoho
IBM