Add office photos
Employer?
Claim Account for FREE

Fidelity International

4.0
based on 536 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 12 Sep 2024

Q1. What you do when a batch fails in production?

Ans.

I would investigate the cause of the failure and take appropriate actions to resolve it.

  • Check the error logs to identify the root cause of the failure

  • Determine if the issue can be resolved by restarting the batch or if a code fix is required

  • Communicate the issue and resolution plan to relevant stakeholders

  • Implement the fix and re-run the batch

  • Perform post-mortem analysis to identify ways to prevent similar failures in the future

Add your answer

Q2. 1. What is serialization? 2. What is a Singleton class? 3. Difference b/w interface and abstract class. And a few more basic java 8 questions.

Ans.

Serialization is the process of converting an object into a stream of bytes to store or transmit data.

  • Serialization is used to save the state of an object and recreate it when needed.

  • In Java, serialization is achieved by implementing the Serializable interface.

  • Example: ObjectOutputStream and ObjectInputStream classes are used for serialization in Java.

Add your answer

Q3. what is Left outer join ?give ex

Ans.

Left outer join is a type of join operation that returns all records from the left table and the matched records from the right table.

  • Left outer join combines rows from two tables based on a related column between them.

  • It includes all the rows from the left table, even if there are no matches in the right table.

  • Example: SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.id;

Add your answer

Q4. what is Normalization?

Ans.

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

  • Normalization involves breaking down data into smaller, more manageable tables

  • It helps in reducing data redundancy by eliminating duplicate data

  • Normalization improves data integrity by ensuring that each piece of data is stored in only one place

  • There are different levels of normalization, such as First Normal Form (1NF), Second Normal Form (2NF), and Third Normal Form...read more

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. what is joins ?explain

Ans.

Joins are used in databases to combine rows from two or more tables based on a related column between them.

  • Joins are used to retrieve data from multiple tables based on a related column.

  • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • INNER JOIN returns rows when there is at least one match in both tables.

  • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

  • RIGHT JOIN returns all rows from the right table and t...read more

Add your answer

Q6. Tools that I have worked upon

Ans.

I have worked with various tools including Java, Python, SQL, Git, and JIRA.

  • Proficient in Java programming language

  • Experience with Python scripting

  • Skilled in writing SQL queries

  • Familiar with Git version control system

  • Knowledgeable in using JIRA for project management

Add your answer

Q7. Explain DI and IoC in Spring boot

Ans.

DI and IoC are design patterns used in Spring Boot to achieve loose coupling and improve testability.

  • DI (Dependency Injection) is a design pattern where the dependencies of a class are injected from the outside rather than created within the class itself.

  • IoC (Inversion of Control) is a design principle where the control of object creation and lifecycle is inverted from the class to an external entity.

  • Spring Boot uses DI and IoC to manage dependencies and improve modularity an...read more

Add your answer

Q8. what is constraint?

Ans.

A constraint is a rule or limitation that must be followed in a system or process.

  • Constraints restrict the actions or behaviors of users or systems.

  • Constraints can be related to data validation, business rules, or system limitations.

  • Examples of constraints include password length requirements, maximum file size limits, and budget constraints.

Add your answer

Q9. what is sub-Query

Ans.

A sub-query is a query nested within another query in SQL to retrieve data from multiple tables.

  • Used to retrieve data from multiple tables

  • Can be used in SELECT, INSERT, UPDATE, or DELETE statements

  • Must be enclosed in parentheses

Add your answer

Q10. Explain exceptions.

Ans.

Exceptions are unexpected events that occur during the execution of a program, disrupting the normal flow of the program.

  • Exceptions are used to handle errors and other exceptional conditions in a program.

  • They allow the program to respond to unexpected situations and prevent the program from crashing.

  • Examples of exceptions include division by zero, file not found, and out-of-memory errors.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 4 interviews in the last 1 year
1 Interview rounds
HR Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Programmer Analyst Interview Questions from Similar Companies

3.8
 • 239 Interview Questions
View all
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