Add office photos
Engaged Employer

iServeU

3.9
based on 172 Reviews
Filter interviews by

Centum Learning Interview Questions and Answers

Updated 23 Dec 2024

Q1. What are different modules of node js?

Ans.

Node.js has several core modules that provide essential functionality for building applications.

  • HTTP: Allows Node.js to transfer data over the Hyper Text Transfer Protocol (HTTP)

  • FS: Provides file system operations like reading and writing files

  • OS: Gives information about the operating system on which Node.js is running

  • Path: Helps in working with file and directory paths

  • Events: Allows to handle events in Node.js applications

Add your answer

Q2. Difference between process.nextTick( ) and setImmediate( )

Ans.

process.nextTick() is called before any I/O events, while setImmediate() is called after I/O events.

  • process.nextTick() is called at the end of the current event loop cycle, before any I/O events.

  • setImmediate() is called at the beginning of the next event loop cycle, after I/O events.

  • Use process.nextTick() for executing code asynchronously but as soon as possible.

  • Use setImmediate() for executing code asynchronously after I/O events have been processed.

Add your answer

Q3. How to implement async in node js

Ans.

Async in Node.js can be implemented using callbacks, promises, or async/await.

  • Use callbacks to handle asynchronous operations in Node.js

  • Promises can be used for cleaner asynchronous code

  • Async/await provides a more synchronous way to write asynchronous code

Add your answer

Q4. Difference between angular and node js

Ans.

Angular is a front-end framework for building client-side applications, while Node.js is a back-end runtime environment for running server-side applications.

  • Angular is used for building dynamic web applications with HTML, CSS, and TypeScript.

  • Node.js is used for server-side scripting and building scalable network applications.

  • Angular is a front-end framework developed and maintained by Google.

  • Node.js is a back-end runtime environment that uses JavaScript on the server side.

  • Ang...read more

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

Q5. General operations of Casendra CQL

Ans.

Casendra CQL is a query language used for general operations in Casendra database.

  • Casendra CQL is similar to SQL but optimized for Cassandra database

  • It supports CRUD operations (Create, Read, Update, Delete)

  • It allows for filtering, sorting, and aggregating data

  • Example: SELECT * FROM table_name WHERE column_name = value;

Add your answer

Q6. Characteristics of column family

Ans.

Column family is a data model used in NoSQL databases to store related data together.

  • Used in NoSQL databases like Apache Cassandra

  • Consists of rows and columns

  • Columns are grouped together and stored on disk sequentially

  • Supports wide rows and dynamic columns

  • Example: In a social media application, a column family could store user profiles with columns for name, age, and location

Add your answer

Q7. What is OOP'S Concept in Java?

Ans.

OOP's concept in Java refers to Object-Oriented Programming, where code is organized around objects and classes.

  • OOP focuses on creating reusable code through classes and objects

  • Encapsulation, Inheritance, Polymorphism, and Abstraction are key principles of OOP

  • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'startEngine', 'drive'

Add your answer

More about working at iServeU

HQ - Plot No. E-12, SRB Tower, 11th Floor Infocity Area Chandaka I E Bhubaneswar, Odisha - 751024 , India
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Centum Learning

based on 4 interviews
Interview experience
1.5
Bad
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.5
 • 28 Interview Questions
3.4
 • 16 Interview Questions
3.6
 • 12 Interview Questions
3.5
 • 11 Interview Questions
3.5
 • 10 Interview Questions
2.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