Add office photos
Engaged Employer

Paltech

3.4
based on 17 Reviews
Filter interviews by

CEEON INDIA Interview Questions and Answers

Updated 7 Nov 2024

Q1. What is Difference Between UNION and UNION ALL

Ans.

UNION combines and removes duplicates, UNION ALL combines without removing duplicates.

  • UNION merges the result sets of two or more SELECT statements and removes duplicates

  • UNION ALL merges the result sets of two or more SELECT statements without removing duplicates

  • UNION is slower than UNION ALL as it involves removing duplicates

  • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

  • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

Add your answer

Q2. Expected ctc of yours

Ans.

My expected CTC is in line with industry standards for a software engineer with my experience and skills.

  • My expected CTC is based on my years of experience in software development.

  • I have researched the average salaries for software engineers in my location.

  • I am looking for a competitive salary package that reflects my skills and contributions.

  • I am open to negotiation based on the overall compensation package offered.

Add your answer

Q3. What is auto mapper,middleware, opps conceps

Ans.

AutoMapper is a library for mapping objects, middleware is software that acts as a bridge between different systems, OOPs concepts are principles of object-oriented programming.

  • AutoMapper is a popular object-to-object mapping library in .NET that helps to eliminate repetitive mapping code.

  • Middleware in .NET is software that can handle requests and responses between a client and a server, providing additional functionalities like logging, authentication, etc.

  • OOPs concepts in ....read more

Add your answer

Q4. Tell about the BRS which i prepared

Ans.

I prepared a Business Requirements Specification (BRS) document outlining the functional requirements of a new software system.

  • Outlined the scope and objectives of the project

  • Documented the specific functional requirements of the software

  • Included use cases and user stories to illustrate how the system should work

  • Collaborated with stakeholders to gather and validate requirements

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

Q5. How to implement abstract classes

Ans.

Abstract classes in C# provide a way to define common behavior for derived classes while allowing specific implementations.

  • Use the 'abstract' keyword to define an abstract class.

  • Abstract classes cannot be instantiated and can contain abstract methods that must be implemented by derived classes.

  • Derived classes must provide implementations for all abstract methods.

  • Abstract classes can also have non-abstract methods and properties.

  • Example: abstract class Shape { public abstract ...read more

Add your answer

Q6. Why interceptor are used

Ans.

Interceptors are used to intercept and manipulate HTTP requests and responses in web applications.

  • Interceptors can be used for logging, authentication, error handling, caching, and modifying request/response headers.

  • In Angular, interceptors are used to add authentication tokens to outgoing requests or handle errors globally.

  • In Spring Boot, interceptors can be used to log incoming requests, validate input, or modify response data.

Add your answer

Q7. Reverse the string

Ans.

Reverse a given string

  • Use a loop to iterate through the characters of the string and build a new string in reverse order

  • Alternatively, use built-in functions like Array.Reverse() in C#

  • Consider edge cases like empty string or null input

Add your answer

Q8. Explain redux flow

Ans.

Redux flow is a predictable state container for JavaScript apps.

  • Actions are dispatched to the store

  • Reducers specify how the state changes in response to actions

  • State is updated immutably

  • Components subscribe to the store to get updated state

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

Interview Process at CEEON INDIA

based on 24 interviews
Interview experience
3.8
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 659 Interview Questions
4.1
 • 258 Interview Questions
4.1
 • 207 Interview Questions
4.2
 • 191 Interview Questions
4.3
 • 178 Interview Questions
4.3
 • 138 Interview Questions
View all
Top Paltech 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

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