Add office photos
Employer?
Claim Account for FREE

Ramco Systems

3.9
based on 713 Reviews
Filter interviews by

Nexdigm Interview Questions and Answers

Updated 30 Sep 2024

Q1. 1. What are the constraints and give example that's include all constraints? 2. Basic SQL queries were asked but I don't remember 3. Then asked questions from my college projects

Ans.

Answering questions on constraints and SQL queries for Programmer Analyst position

  • Constraints are rules that limit the values that can be inserted into a database table

  • Examples of constraints include primary key, foreign key, unique, check, and not null constraints

  • Basic SQL queries include select, insert, update, and delete statements

  • College project questions may vary depending on the project and interviewer

Add your answer

Q2. Why we use public, private and protect

Ans.

Public, private and protected are access modifiers used in object-oriented programming to control the visibility of class members.

  • Public members can be accessed from anywhere in the program.

  • Private members can only be accessed within the class they are declared in.

  • Protected members can be accessed within the class they are declared in and any subclasses.

  • Access modifiers help to enforce encapsulation and prevent unauthorized access to class members.

  • For example, if a class has ...read more

Add your answer

Q3. What is normalization. What is subquery. What is performance optimization

Ans.

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. Subquery is a query nested within another query. Performance optimization involves improving the efficiency of a system.

  • Normalization involves breaking down data into smaller, manageable parts to avoid redundancy. For example, a database table can be split into multiple tables to store related data separately.

  • A subquery is a query nested within another query. It is u...read more

Add your answer

Q4. Difference between various SQL joins?

Ans.

SQL joins are used to combine data from two or more tables based on a related column.

  • INNER JOIN returns only the matching rows from both tables

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

  • RIGHT JOIN returns all rows from the right table and matching rows from the left table

  • FULL OUTER JOIN returns all rows from both tables, with NULL values in the columns where there is no match

  • CROSS JOIN returns the Cartesian product of both tables

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

Q5. What is Normalisation

Ans.

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

  • Organizes data into tables to minimize redundancy

  • Ensures data dependencies make sense

  • Reduces data anomalies

  • Example: Splitting customer information into separate tables for name, address, and contact details

Add your answer

Q6. Oops concepts in java

Ans.

Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Polymorphism: Ability of an object to take on multiple forms.

  • Encapsulation: Bundling of data with methods that operate on that data.

  • Abstraction: Hiding the implementation details and showing only the necessary features of an object.

Add your answer

Q7. String reverse program

Ans.

Program to reverse an array of strings

  • Iterate through each string in the array

  • Reverse each string using built-in functions or manual reversal

  • Store the reversed strings back in the array

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

Interview Process at Nexdigm

based on 12 interviews
2 Interview rounds
Resume Shortlist Round
Technical 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
 • 240 Interview Questions
3.9
 • 10 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

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