EPAM Systems
Cyfuture Interview Questions and Answers
Q1. How can you count the google pages shown on searching result of Google SE.?
To count the Google pages shown on search result, you can look at the page numbers at the bottom of the search results.
Scroll to the bottom of the search results page to see the page numbers.
Each page number represents a different page of search results.
Count the total number of page numbers to determine the total number of Google pages shown.
Q2. You are from Kanpur(up),Why Kanpur Central Railway station is famous for ?
Kanpur Central Railway station is famous for being one of the busiest and largest railway stations in India.
One of the busiest and largest railway stations in India
Serves as a major transportation hub for the region
Connects Kanpur to various parts of the country
Historical significance as an important railway junction
Q3. Can you explain the chat window coding?
Chat window coding involves creating a user interface for real-time messaging between users.
Use HTML, CSS, and JavaScript to create the chat window layout and design.
Implement WebSocket or AJAX for real-time communication between users.
Store chat messages in a database for retrieval and display.
Include features like message notifications, emojis, and file sharing.
Consider security measures like encryption and authentication to protect user data.
Q4. Write Selenium Code for automation for Gmail ?
Automate Gmail login and send email using Selenium WebDriver
Create a new WebDriver instance
Navigate to Gmail login page
Enter username and password
Click on the login button
Compose and send an email
Q5. Difference between interface and abstract class
Interface is a contract specifying methods that a class must implement, while abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and non-abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheritance in Java, while abstract classes are used to provide a c...read more
Q6. Remove duplicates from the string.
Use a set to remove duplicates from a string array.
Create a set to store unique strings.
Iterate through the array and add each string to the set.
Convert the set back to an array to get the unique strings.
Q7. Write a code for binary search
Binary search code implementation in Python
Define a function that takes a sorted array and a target value as input
Initialize variables for low and high indices
Use a while loop to continue searching until low is less than or equal to high
Calculate mid index and compare value at mid with target
Update low or high based on comparison result
Top HR Questions asked in Cyfuture
Interview Process at Cyfuture
Top Softwaretest Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month