TEKsystems
Angelique International Interview Questions and Answers
Q1. Do you know anything about DBMS? Where is it used?
DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.
DBMS is used in various industries such as healthcare, finance, education, and more.
It helps in creating, modifying, and deleting data in a database.
DBMS provides security features to protect data from unauthorized access.
Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.
Q2. Practical implementation of sorting
Sorting is the process of arranging data in a particular order.
Sorting can be done in ascending or descending order.
Common sorting algorithms include bubble sort, insertion sort, and quicksort.
Sorting can be done on various data types, including strings, numbers, and objects.
Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.
Sorting can be optimized for performance by choosing the appropriate algorithm for the data size and type...read more
Q3. Write code to calculate frequency of a word using Stream API and lambda expressions
Calculate word frequency using Stream API and lambda expressions
Use Stream API to convert array of strings to stream
Use Collectors.groupingBy to group words by their frequency
Use Collectors.counting to count the occurrences of each word
Q4. Practical example of object
An object is a self-contained entity that contains data and behavior.
Objects are instances of classes
They have attributes (data) and methods (behavior)
Objects can interact with each other through method calls
Example: A car object has attributes like color, make, and model, and methods like start and stop
Q5. Difference between C and C++
C is a procedural programming language while C++ is an object-oriented programming language.
C++ supports classes and objects while C does not.
C++ has better support for polymorphism and inheritance than C.
C++ has a larger standard library than C.
C++ allows function overloading while C does not.
C++ supports exception handling while C does not.
Q6. Design a rest API and code it.
Design and code a REST API for a software developer interview.
Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)
Implement authentication and authorization mechanisms (e.g. JWT tokens)
Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)
Include error handling and validation for input data
Document the API using tools like Swagger or OpenAPI
Q7. Architecture of software
Software architecture refers to the high-level structures of a software system and the discipline of creating such structures.
Software architecture defines the components, relationships, and interactions of a system.
It involves making decisions about the organization of a system to meet specific requirements.
Common architectural styles include client-server, layered, and microservices.
Architectural patterns like MVC and MVVM help in organizing code and separating concerns.
Goo...read more
More about working at TEKsystems
Interview Process at Angelique International
Top Software Developer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month