BlueStacks
10+ Zylux Lenses Interview Questions and Answers
Given an unsorted array of integers, you have to move the array elements in a way such that all the zeroes are transferred to the end, and all the non-zero elements are moved to the front. Th...read more
I had to create a Flutter app containing 2 screen as per specifications given in the Assigment.
It consisted of a Login Screen and Home Screen.
Login Screen :
a) Add all validations to email-id and ...read more
What happens when you hit a url in your browser ?
What happens to the packet if your connection is lost ?
Explain how a chat app works (networking aspect) ?
During the interview , I was asked about a scenario of db search implementation. I was asked to provide a solution to minimize API calls during the process.
Given a binary tree, return the vertical order traversal of the values of the nodes of the given tree.
For each node at position (X, Y), (X-1, Y-1) will be its left child position while ...read more
Q6. Java Reflection and how it works
Java Reflection is a feature that allows a program to examine or modify its own structure at runtime.
Java Reflection provides a way to inspect and manipulate classes, methods, fields, and constructors at runtime.
It allows you to access private fields and methods, bypassing encapsulation.
You can dynamically create instances of classes, invoke methods, and access fields using Reflection.
Example: Class clazz = Class.forName("com.example.MyClass");
Example: Method method = clazz.g...read more
Find out UX problems in the current platform of the company and create a user journey map for different kinds of users.
Questions based on Previous projects.
Questions around UX.
Q9. Virtual Functions in C++
Virtual functions in C++ allow for dynamic binding and polymorphism.
Virtual functions are declared in a base class and can be overridden in derived classes.
They allow for dynamic binding, meaning the function to be called is determined at runtime.
Virtual functions enable polymorphism, where objects of different classes can be treated as objects of a common base class.
Example: class Animal { virtual void speak() { cout << "Animal speaks"; } }; class Dog : public Animal { void ...read more
Some lock scenario was given. Semaphore sequence was asked.
Q12. Use selenium to automate sign In testcase on a website
Automate sign in test case on a website using Selenium
Use Selenium WebDriver to open the website
Locate the username and password fields using locators like ID, name, class, etc.
Enter valid credentials into the fields
Click on the sign in button
Verify successful sign in by checking for expected elements on the next page
Q13. How to mobile testing
Mobile testing involves testing mobile applications on various devices to ensure functionality and performance.
Understand the requirements and functionalities of the mobile application
Test on different devices, operating systems, and network conditions
Perform functional, usability, performance, and security testing
Use emulators and simulators for testing in addition to physical devices
Automate testing processes to increase efficiency
Consider factors like screen size, resoluti...read more
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month