Upload Button Icon Add office photos

Filter interviews by

CAMSDATA Technologies India Interview Questions, Process, and Tips

Updated 2 Nov 2024

Top CAMSDATA Technologies India Interview Questions and Answers

View all 10 questions

CAMSDATA Technologies India Interview Experiences

Popular Designations

7 interviews found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 2 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me About yourself
  • Ans. 

    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

  • Answered by AI

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Processesing Officer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is Operating system
  • Ans. Operating system is an intermediate between hardware and software
  • Answered Anonymously
  • Q2. What is application
  • Q3. Which country you like to go
Round 3 - One-on-one 

(2 Questions)

  • Q1. What is VIBGYOR
  • Q2. What is your car number

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Report of submissions and work nature
Round 3 - Vice President 

(1 Question)

  • Q1. Contract To hire

Information Technology Recruiter Interview Questions asked at other Companies

Q1. Types of Visas and tax terms
View answer (2)

CAE Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Basic details of the candidate
  • Q2. Explanation of position

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too much on technical part, More on communication skills and body language

CAE Analyst Interview Questions asked at other Companies

Q1. Can we do non linear analysis in optistruct
View answer (1)

CAMSDATA Technologies India interview questions for popular designations

 Associate Project Management Manager

 (1)

 CAE Analyst

 (1)

 HR Executive

 (1)

 Information Technology Recruiter

 (1)

 Linux System Administrator

 (1)

 Software Engineer

 (1)

Round 1 - Technical 

(1 Question)

  • Q1. Linux interview questions
Round 2 - Technical 

(1 Question)

  • Q1. Linux technical questions
Round 3 - HR 

(1 Question)

  • Q1. Shell scripting and linux questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join as this organization hire employee third party client called amdocs etc. And release them before notice

Linux System Administrator Interview Questions asked at other Companies

Q1. What are the causes of user not able to login application
View answer (9)

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. How to get a file name which has one string called "Virus" as complete word in one directory by UNIX ?
  • Ans. 

    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'.

  • Answered by AI
  • Q2. How to achieve SCD Type 2 in informatica, mention all the transformations used ?
  • Ans. 

    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...

  • Answered by AI
  • Q3. How to improve performance of aggregator ? and what is Incremental aggregation ?
  • Ans. 

    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

  • Answered by AI
  • Q4. What is Hash join and pragma exception in PL SQL
  • Ans. 

    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...

  • Answered by AI
  • Q5. What is the difference in Procedure and Function ?
  • Ans. 

    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.

  • Answered by AI
  • Q6. Suppose lookup is getting 10k records normally in all days suddenly records count will be updated to 100 million then how lookup works ? Does lookup fail session , running session or succeed session.
  • Ans. 

    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

  • Answered by AI
  • Q7. We have 1 source qualifier and 3 targets and we want to load 2nd target first then 3rd secondly then 1st target thirdly, how to achieve it in Informatica ?

Interview Preparation Tips

Interview preparation tips for other job seekers - CamsData is a consultancy firm and provides staff to its clients like Amdocs, IMImobie.

Skills evaluated in this interview

Top CAMSDATA Technologies India Software Engineer Interview Questions and Answers

Q1. Suppose lookup is getting 10k records normally in all days suddenly records count will be updated to 100 million then how lookup works ? Does lookup fail session , running session or succeed session.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is project management and yourdaily routines?
  • Ans. 

    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

  • Answered by AI
  • Q2. JIRA and confluence, Agile Methodology other software efficiencies

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Friendly interview meetings, only two rounds Technical and HR.

Associate Project Management Manager Interview Questions asked at other Companies

Q1. What is project management and yourdaily routines?
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me your overall experience from your past companies?
  • Ans. 

    I have over 5 years of experience in customer support roles at various companies.

    • Managed customer inquiries via phone, email, and chat

    • Resolved customer complaints and issues in a timely manner

    • Provided product support and troubleshooting assistance

    • Collaborated with other departments to ensure customer satisfaction

    • Trained new customer support representatives

  • Answered by AI
  • Q3. What are the challenges faced in last organization?
  • Q4. What is your current ctc, expected ctc & Notice period?
  • Ans. 

    Current CTC is $50,000, Expected CTC is $60,000, Notice period is 30 days.

    • Current CTC: $50,000

    • Expected CTC: $60,000

    • Notice Period: 30 days

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are your technical expertise?

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexibility for shift timings like in day 8.30hours to complete friendly work environment but working culture is not that good. Need good managers or seniors to support team members. Need to work on policies for employees benefits and wfh options needs to be given for all not for specific department wise.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(12 Questions)

  • Q1. Rate yourself in js, node js, react, MongoDB (separately)
  • Q2. Typeof null, typeof undefined, typeof {}, typeof NaN
  • Q3. What changes came in es6
  • Ans. 

    ES6 introduced several new features and improvements to JavaScript, making it more powerful and efficient.

    • Arrow functions for more concise syntax

    • Let and const for block-scoped variables

    • Classes for easier object-oriented programming

    • Template literals for easier string interpolation

    • Default parameters and rest parameters for function arguments

    • Destructuring assignment for easier data extraction

    • Promises for asynchronous prog

  • Answered by AI
  • Q4. This keyword, closures, hoisting
  • Q5. Are let and cont variables hoisted?
  • Ans. 

    Yes, let and const variables are hoisted but not initialized.

    • let and const variables are hoisted to the top of their block scope, but they are not initialized until the actual line of code is executed.

    • This means that you cannot access a let or const variable before it is declared in the code.

    • For example, trying to access a let variable before it is declared will result in a ReferenceError.

  • Answered by AI
  • Q6. What is global context
  • Ans. 

    Global context refers to the overall environment or setting in which something exists or operates.

    • Global context encompasses all variables, functions, and objects that are accessible throughout an entire program.

    • It can be thought of as the 'big picture' view of a program's execution.

    • In web development, global context includes the window object in JavaScript.

  • Answered by AI
  • Q7. What is temporal deadzone
  • Ans. 

    Temporal dead zone is a period during the variable creation process where accessing the variable results in a ReferenceError.

    • Occurs when trying to access a variable before it has been declared with let or const

    • Happens due to the variable being in the temporal dead zone until it is declared

    • Example: accessing a variable before its declaration will result in a ReferenceError

  • Answered by AI
  • Q8. What is modules? types of modules in nodejs
  • Ans. 

    Modules in Node.js are reusable blocks of code that encapsulate related functionality.

    • Modules in Node.js can be built-in modules like fs (file system) or third-party modules like express.

    • Modules help in organizing code into separate files for better maintainability and reusability.

    • Modules can be imported using the require() function in Node.js.

  • Answered by AI
  • Q9. Index in mongodb, why we need index, is index good or bad?
  • Ans. 

    Indexes in MongoDB improve query performance by allowing the database to quickly locate and retrieve specific documents.

    • Indexes help to speed up query performance by allowing the database to quickly locate specific documents based on the indexed fields.

    • Without indexes, MongoDB would have to perform a collection scan, which can be slow and resource-intensive.

    • Indexes can be created on single fields or compound fields to ...

  • Answered by AI
  • Q10. What are hooks , use of useRef
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components. useRef is a hook that allows you to create a mutable object that persists for the lifetime of the component.

    • Hooks are used to add state and lifecycle methods to functional components in React

    • useRef is used to create a mutable reference that persists between renders

    • useRef can be used to access DOM elements directl

  • Answered by AI
  • Q11. Fs module, http module, worker thread?
  • Q12. Why we use mongoose not mongodb driver?
  • Ans. 

    Mongoose is an Object Data Modeling (ODM) library for MongoDB that provides a higher level of abstraction and simplifies interactions with the database.

    • Mongoose provides schema validation which helps maintain data integrity.

    • Mongoose simplifies querying and data manipulation with built-in functions.

    • Mongoose supports middleware functions for pre and post processing of data operations.

  • Answered by AI

Skills evaluated in this interview

CAMSDATA Technologies India Interview FAQs

How many rounds are there in CAMSDATA Technologies India interview?
CAMSDATA Technologies India interview process usually has 2-3 rounds. The most common rounds in the CAMSDATA Technologies India interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for CAMSDATA Technologies India interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CAMSDATA Technologies India. The most common topics and skills that interviewers at CAMSDATA Technologies India expect are Python, Javascript, Linux, Programming and C.
What are the top questions asked in CAMSDATA Technologies India interview?

Some of the top questions asked at the CAMSDATA Technologies India interview -

  1. Suppose lookup is getting 10k records normally in all days suddenly records cou...read more
  2. How to get a file name which has one string called "Virus" as complete word in ...read more
  3. How to achieve SCD Type 2 in informatica, mention all the transformations use...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

CAMSDATA Technologies India Reviews and Ratings

based on 54 reviews

3.6/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

3.6

Salary

2.9

Job security

3.2

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 54 Reviews and Ratings
Software Engineer
20 salaries
unlock blur

₹2.4 L/yr - ₹11.2 L/yr

Information Technology Recruiter
12 salaries
unlock blur

₹1.1 L/yr - ₹5 L/yr

Senior IT Recruiter
11 salaries
unlock blur

₹3.3 L/yr - ₹6.6 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Software Developer
7 salaries
unlock blur

₹4.3 L/yr - ₹15 L/yr

Explore more salaries
Compare CAMSDATA Technologies India with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview