Filter interviews by
An operating system is software that manages computer hardware and software resources, providing services for computer programs.
Acts as an intermediary between users and the computer hardware.
Manages system resources like CPU, memory, and storage.
Examples include Windows, macOS, Linux, and Android.
Provides a user interface, such as command line or graphical interface.
Handles file management, process management, an...
An application is a software program designed to perform specific tasks for users, enhancing productivity and functionality.
Applications can be categorized into desktop applications (e.g., Microsoft Word) and mobile applications (e.g., Instagram).
They serve various purposes, such as productivity (e.g., spreadsheets), communication (e.g., email clients), and entertainment (e.g., games).
Applications often have user ...
Procedures do not return values while functions return values.
Procedures are used to perform an action while functions are used to calculate and return a value.
Functions have a return type while procedures do not.
Functions can be used in expressions while procedures cannot.
Functions can have input parameters while procedures can have both input and output parameters.
Lookup will fail if the memory is not sufficient to handle the increased record count.
Lookup transformation caches the lookup table in memory
If the memory is not sufficient, the lookup will fail
Increasing the cache size or using persistent cache can help avoid failure
Finding a file name with the word 'Virus' in UNIX directory.
Use the 'grep' command to search for the word 'Virus' in the directory.
Use the '-w' option to match the complete word 'Virus'.
Use the '-l' option to print only the file names that contain the word 'Virus'.
SCD Type 2 in Informatica can be achieved using multiple transformations.
Use a Source Qualifier transformation to read data from the source.
Use an Expression transformation to derive new columns or modify existing ones.
Use a Lookup transformation to look up data in a reference table.
Use a Router transformation to route data to different targets based on conditions.
Use a Filter transformation to filter out unwanted...
Load targets in a specific order using Informatica workflow and session properties.
Create a mapping with one source qualifier and three target definitions.
Use a workflow to control the execution order of the targets.
Set up three separate sessions for each target.
Configure the workflow to run the sessions in the desired order: 2nd target, 3rd target, then 1st target.
Example: Use 'Session A' for Target 2, 'Session B...
Project management involves planning, organizing, and overseeing resources to achieve specific goals within a defined timeline.
Creating project plans and timelines
Assigning tasks and responsibilities to team members
Monitoring progress and making adjustments as needed
Communicating with stakeholders and team members
Managing budgets and resources
Ensuring project goals are met on time and within budget
Improving aggregator performance and understanding incremental aggregation.
Optimize database queries and indexing
Reduce data processing time by parallelizing tasks
Use caching to reduce redundant data retrieval
Incremental aggregation involves updating only new or changed data instead of processing all data again
Example: Updating a daily sales report with only new sales data instead of recalculating the entire repor...
Hash join is a type of join used in database management systems. Pragma exception is used to handle exceptions in PL/SQL.
Hash join is used to join large tables efficiently by creating a hash table of one table and scanning the other table.
Pragma exception is used to handle exceptions in PL/SQL by specifying the action to be taken when an exception occurs.
Examples of actions that can be specified include raising an...
I appeared for an interview in May 2025, where I was asked the following questions.
Experienced HR professional with a passion for talent development and employee engagement.
Over 8 years of experience in HR roles
Skilled in recruitment, training, and performance management
Strong communicator and team player
Implemented successful employee wellness program at previous company
An operating system is software that manages computer hardware and software resources, providing services for computer programs.
Acts as an intermediary between users and the computer hardware.
Manages system resources like CPU, memory, and storage.
Examples include Windows, macOS, Linux, and Android.
Provides a user interface, such as command line or graphical interface.
Handles file management, process management, and sec...
An application is a software program designed to perform specific tasks for users, enhancing productivity and functionality.
Applications can be categorized into desktop applications (e.g., Microsoft Word) and mobile applications (e.g., Instagram).
They serve various purposes, such as productivity (e.g., spreadsheets), communication (e.g., email clients), and entertainment (e.g., games).
Applications often have user inter...
I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
Finding a file name with the word 'Virus' in UNIX directory.
Use the 'grep' command to search for the word 'Virus' in the directory.
Use the '-w' option to match the complete word 'Virus'.
Use the '-l' option to print only the file names that contain the word 'Virus'.
SCD Type 2 in Informatica can be achieved using multiple transformations.
Use a Source Qualifier transformation to read data from the source.
Use an Expression transformation to derive new columns or modify existing ones.
Use a Lookup transformation to look up data in a reference table.
Use a Router transformation to route data to different targets based on conditions.
Use a Filter transformation to filter out unwanted data...
Improving aggregator performance and understanding incremental aggregation.
Optimize database queries and indexing
Reduce data processing time by parallelizing tasks
Use caching to reduce redundant data retrieval
Incremental aggregation involves updating only new or changed data instead of processing all data again
Example: Updating a daily sales report with only new sales data instead of recalculating the entire report
Hash join is a type of join used in database management systems. Pragma exception is used to handle exceptions in PL/SQL.
Hash join is used to join large tables efficiently by creating a hash table of one table and scanning the other table.
Pragma exception is used to handle exceptions in PL/SQL by specifying the action to be taken when an exception occurs.
Examples of actions that can be specified include raising an erro...
Procedures do not return values while functions return values.
Procedures are used to perform an action while functions are used to calculate and return a value.
Functions have a return type while procedures do not.
Functions can be used in expressions while procedures cannot.
Functions can have input parameters while procedures can have both input and output parameters.
Lookup will fail if the memory is not sufficient to handle the increased record count.
Lookup transformation caches the lookup table in memory
If the memory is not sufficient, the lookup will fail
Increasing the cache size or using persistent cache can help avoid failure
Load targets in a specific order using Informatica workflow and session properties.
Create a mapping with one source qualifier and three target definitions.
Use a workflow to control the execution order of the targets.
Set up three separate sessions for each target.
Configure the workflow to run the sessions in the desired order: 2nd target, 3rd target, then 1st target.
Example: Use 'Session A' for Target 2, 'Session B' for...
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
Project management involves planning, organizing, and overseeing resources to achieve specific goals within a defined timeline.
Creating project plans and timelines
Assigning tasks and responsibilities to team members
Monitoring progress and making adjustments as needed
Communicating with stakeholders and team members
Managing budgets and resources
Ensuring project goals are met on time and within budget
Top trending discussions
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
This question involves creating a specific pattern using loops and conditional statements in programming.
Identify the desired pattern (e.g., asterisks, numbers).
Use nested loops: outer loop for rows, inner loop for columns.
Control the output format with conditional statements.
Example: For a pyramid pattern, increase spaces and asterisks in each row.
posted on 19 May 2025
I appeared for an interview before May 2024, where I was asked the following questions.
Processes are independent execution units with their own memory, while threads are lightweight and share memory within a process.
A process is an independent program in execution, while a thread is a smaller unit of a process.
Processes have their own memory space; threads share the same memory space of their parent process.
Creating a process is more resource-intensive than creating a thread.
Example: A web browser (proce...
REST stands for Representational State Transfer, a software architectural style for designing networked applications.
REST is based on stateless communication between client and server.
It uses standard HTTP methods like GET, POST, PUT, DELETE.
Resources are identified by URIs (Uniform Resource Identifiers).
Data is typically exchanged in formats like JSON or XML.
RESTful APIs are widely used in web services for their simpl...
Some of the top questions asked at the CAMSDATA Technologies India interview -
based on 7 interview experiences
Difficulty level
Duration
based on 67 reviews
Rating in categories
Software Engineer
23
salaries
| ₹4 L/yr - ₹16.1 L/yr |
Information Technology Recruiter
13
salaries
| ₹1.1 L/yr - ₹5 L/yr |
Softwaretest Engineer
12
salaries
| ₹4.5 L/yr - ₹12 L/yr |
Software Developer
10
salaries
| ₹5 L/yr - ₹16 L/yr |
Senior IT Recruiter
10
salaries
| ₹3.3 L/yr - ₹6.6 L/yr |
Zidio Development
NexTurn
Springbord Systems
Kanerika Software