Add office photos
Engaged Employer

IBM

4.1
based on 21.3k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

V5 Global Services Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. How can you can analyse ur responsibilities as a Business Analyst.

Ans.

As a Business Analyst, I can analyze my responsibilities by identifying key stakeholders, gathering requirements, and creating solutions.

  • Identify key stakeholders and their needs

  • Gather and document requirements

  • Analyze data and create solutions

  • Collaborate with cross-functional teams

  • Ensure project goals are met

  • Continuously improve processes

  • Communicate effectively with stakeholders

Add your answer

Q2. How can you handle Client Requirements and What is SRS?

Ans.

Handling client requirements involves understanding their needs and translating them into a Software Requirements Specification (SRS).

  • Listen actively to the client's needs and ask clarifying questions

  • Document the requirements in a clear and concise manner

  • Ensure that the requirements are feasible and align with the project goals

  • Collaborate with the development team to ensure that the requirements are implemented correctly

  • Regularly communicate with the client to ensure that the...read more

Add your answer

Q3. Write a query to find the nth highest salary for every department

Ans.

Query to find the nth highest salary for every department

  • Use the RANK() function to rank salaries within each department

  • Filter the results to only include the nth highest salary for each department

  • Use a subquery to join the results with the department table to get department names

  • Example: SELECT department_name, salary FROM (SELECT department_id, salary, RANK() OVER (PARTITION BY department_id ORDER BY salary DESC) AS rank FROM employees) WHERE rank = n

  • Replace 'n' with the de...read more

Add your answer

Q4. How do you unlock a datastage job if it's locked.

Ans.

To unlock a locked DataStage job, you need to find the user who has locked it and ask them to release the lock.

  • Check the job status to confirm if it's locked

  • Identify the user who has locked the job

  • Contact the user and request them to release the lock

  • If the user is not available, escalate the issue to the DataStage administrator

Add your answer
Discover V5 Global Services interview dos and don'ts from real experiences

Q5. Write a query to remove duplicates , true duplicates.

Ans.

Query to remove true duplicates

  • Identify the columns that define a unique record

  • Use GROUP BY to group the records by those columns

  • Use HAVING to filter out groups with more than one record

  • Use DELETE to remove the duplicate records

Add your answer

Q6. Steps you'll take to optimize a datastage job.

Ans.

To optimize a DataStage job, follow these steps:

  • Identify and eliminate unnecessary stages or transformations

  • Reduce the amount of data being processed by filtering or aggregating

  • Use parallel processing to improve performance

  • Optimize the use of system resources such as memory and disk space

  • Tune database connections and queries for better performance

Add your answer

More about working at IBM

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Top IBM Advisory Technical Services Specialist Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter