Add office photos
Engaged Employer

Cyfuture

3.0
based on 470 Reviews
Filter interviews by

20+ Sheopals Interview Questions and Answers

Updated 9 Oct 2024

Q1. What is four pillars of oops. What is array and vector. Implement queue using stack. Project based questions.

Ans.

The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction. Arrays are fixed-size data structures, while vectors are dynamic arrays. A queue can be implemented using two stacks.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Inheritance: Creating new classes based on existing classes, inheriting their attributes and methods.

  • Polymorphism: Objects of different classes can be treated as objects of a common superclas...read more

Add your answer

Q2. Diff between abstract class and interface Difference between array and array list Difference between method overloading and overriding Pillars of oops Deadlock Normalisation

Ans.

Abstract class is a class with abstract methods, interface is a contract with only abstract methods. Array is fixed size, ArrayList is dynamic. Method overloading is same method with different parameters, overriding is redefining a method. OOP pillars are inheritance, encapsulation, polymorphism, abstraction. Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource. Normalization is the process of or...read more

Add your answer

Q3. Difference between object and constructor?

Ans.

Object is an instance of a class with its own state and behavior, while constructor is a special method used to initialize objects.

  • Object is created from a class using the 'new' keyword.

  • Constructor is a special method with the same name as the class.

  • Object has its own state (attributes) and behavior (methods).

  • Constructor is used to initialize the state of an object when it is created.

  • Example: Class Car { constructor(make, model) { this.make = make; this.model = model; } }

  • Exam...read more

Add your answer

Q4. Difference between abstraction and encapsulation?

Ans.

Abstraction focuses on hiding the implementation details while encapsulation focuses on bundling the data and methods that operate on the data into a single unit.

  • Abstraction is the concept of hiding the complex implementation details and showing only the necessary features of an object.

  • Encapsulation is the bundling of data and methods that operate on the data into a single unit.

  • Abstraction allows for creating simple interfaces for complex systems, while encapsulation helps in...read more

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

Q5. What is dbms explain

Ans.

DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

  • DBMS is a software system that manages databases.

  • It allows users to define, create, maintain, and control access to databases.

  • DBMS provides tools for data manipulation, retrieval, and security.

  • Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

View 1 answer

Q6. String builder vs string buffer

Ans.

String builder is faster but not thread-safe, while string buffer is slower but thread-safe.

  • String builder is recommended for single-threaded applications for better performance.

  • String buffer is recommended for multi-threaded applications to ensure thread safety.

  • Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();

Add your answer
Are these interview questions helpful?

Q7. Four pillars of opps

Ans.

The four pillars of object-oriented programming are encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

  • Polymorphism: The ability for objects of different classes to respond to the same message.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features of an ob...read more

View 1 answer

Q8. final keyword in oops

Ans.

The final keyword in OOP is used to restrict the user from changing the value of a variable, overriding a method, or inheriting from a class.

  • Final variable: value cannot be changed once assigned

  • Final method: cannot be overridden in child classes

  • Final class: cannot be inherited by other classes

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. bsf graph explanation

Ans.

BSF graph explanation

  • BFS (Breadth-First Search) is a graph traversal algorithm that explores all the neighbor nodes at the present depth before moving on to the nodes at the next depth.

  • It uses a queue data structure to keep track of the nodes to visit next.

  • BFS is often used to find the shortest path in an unweighted graph.

  • Example: BFS can be used to find the shortest path in a maze from the starting point to the exit.

Add your answer

Q10. What is your typing speed?

Ans.

My typing speed is 80 words per minute.

  • I have a typing speed of 80 words per minute.

  • I am proficient in touch typing and can accurately type at a fast pace.

  • I have experience in handling customer queries and providing quick responses through efficient typing skills.

View 1 answer

Q11. what are aws services? define the term EC2 instances. role of S3 buckets . link validation of S3 bucket.

Ans.

AWS services are a collection of cloud computing services provided by Amazon Web Services. EC2 instances are virtual servers in the cloud. S3 buckets are storage containers for data. Link validation of S3 bucket ensures data integrity and security.

  • AWS services are a collection of cloud computing services provided by Amazon Web Services.

  • EC2 instances are virtual servers in the cloud that can be easily scaled up or down based on demand.

  • S3 buckets are storage containers for data...read more

Add your answer

Q12. What's your Typing speed

Ans.

My typing speed is 70 words per minute.

  • I have been practicing typing regularly to improve my speed.

  • I am comfortable typing on both a keyboard and a touchscreen device.

  • I am able to type accurately without looking at the keyboard.

  • I have experience typing in various formats such as emails, documents, and chat messages.

Add your answer

Q13. What type of service Cyfuture provide?

Ans.

Cyfuture provides a wide range of IT services including cloud hosting, data center services, managed services, and cybersecurity solutions.

  • Cloud hosting services

  • Data center services

  • Managed services

  • Cybersecurity solutions

Add your answer

Q14. what is resilient distributed database

Ans.

A resilient distributed database is a database that can continue to function even if some of its nodes fail.

  • It is designed to be fault-tolerant and highly available.

  • Data is distributed across multiple nodes to ensure redundancy.

  • If one node fails, the database can continue to function using data from other nodes.

  • Examples include Apache Cassandra, Riak, and HBase.

Add your answer

Q15. what is data engineering

Ans.

Data engineering is the process of designing, building, and maintaining the infrastructure for data storage and processing.

  • Data engineering involves creating and managing data pipelines

  • It includes tasks such as data modeling, data integration, and data warehousing

  • Data engineers work with big data technologies such as Hadoop, Spark, and NoSQL databases

  • They also ensure data quality, security, and scalability

  • Examples of data engineering projects include building a data warehouse...read more

Add your answer

Q16. What is aws cloud & aws cloud watch

Add your answer

Q17. 3. What is 8% of 120

Ans.

8% of 120 is 9.6

  • To calculate 8% of 120, multiply 120 by 0.08

  • The answer is 9.6

Add your answer

Q18. 1. What is BPO ?

Ans.

BPO stands for Business Process Outsourcing.

  • It involves contracting a third-party service provider to handle specific business processes.

  • Common BPO services include customer service, technical support, and back-office operations.

  • BPO can help companies save costs and improve efficiency.

  • Examples of BPO companies include Accenture, IBM, and Infosys.

Add your answer

Q19. What is cloud computing

Add your answer

Q20. Types of cloud services?

Ans.

Cloud services are services delivered through the internet, allowing users to access and store data remotely.

  • Infrastructure as a Service (IaaS) - provides virtualized computing resources over the internet.

  • Platform as a Service (PaaS) - offers a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure.

  • Software as a Service (SaaS) - delivers software applications over the internet on a subscriptio...read more

Add your answer

Q21. Say something about delhi metro

Ans.

Delhi Metro is a rapid transit system serving Delhi and its satellite cities in the National Capital Region of India.

  • Delhi Metro is one of the largest metro networks in the world.

  • It has a total length of over 389 kilometers and serves over 2.5 million passengers daily.

  • The metro system has been praised for its cleanliness, safety, and efficiency.

  • It has various lines connecting different parts of Delhi and neighboring cities like Gurgaon and Noida.

Add your answer

Q22. What is callcenter

Ans.

A call center is a centralized office used for receiving or transmitting a large volume of requests by telephone.

  • Call centers are used for customer service, telemarketing, technical support, and more

  • Agents in call centers handle incoming and outgoing calls

  • Call centers can be in-house or outsourced to third-party companies

  • Examples of call centers include customer service hotlines, emergency response centers, and sales support lines

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

Interview Process at Sheopals

based on 13 interviews in the last 1 year
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.0
 • 842 Interview Questions
3.4
 • 644 Interview Questions
3.8
 • 300 Interview Questions
4.4
 • 218 Interview Questions
4.2
 • 160 Interview Questions
3.3
 • 142 Interview Questions
View all
Top Cyfuture 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
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