Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
Yes
Start by understanding the existing screens and their purpose
Identify the key elements and functionality required
Sketch out a rough wireframe to plan the layout
Use Figma's design tools to create the redesigned screens
Focus on improving usability, visual appeal, and user flow
Optimize the screen space without the scroll feature
Ensure consistency in typography, colors, and spacing
Test the redesigned screens for usabili
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Nov 2022. There were 3 interview rounds.
Web design, Mobile app design, prototype, App Development
First page to end pages, Web All topics prototype
I applied via Referral and was interviewed before Aug 2021. There were 3 interview rounds.
You will need to explain one of the good case study from your design portfolio
Guven a topic of problem and asked to create mobile screens solving it and providing a use case
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
My design process involves research, ideation, prototyping, testing, and iteration.
Research: Gather information about the problem, users, and competition.
Ideation: Brainstorm and sketch out potential solutions.
Prototyping: Create low-fidelity and high-fidelity prototypes.
Testing: Conduct user testing to gather feedback and insights.
Iteration: Use feedback to refine and improve the design.
I was interviewed in Jul 2017.
Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.
Autoboxing is useful when working with collections that require objects instead of primitives.
Example: int i = 5; Integer j = i; //autoboxing
Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.
Example: Integer j = 5; int i = j; //unboxi
Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.
Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.
Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.
Typecasting can resul...
To iterate a map in Java, use a for-each loop or an iterator.
Use the entrySet() method to get a set of key-value pairs
For-each loop: for(Map.Entry
Iterator: Iterator
Use hasNext() and next() methods to iterate through the map
Types of synchronization in Java
Synchronized methods
Synchronized statements
ReentrantLock
Semaphore
CountDownLatch
Access modifiers in method overriding
Access modifiers in the overriding method cannot be more restrictive than the overridden method
The access modifier can be less restrictive or the same as the overridden method
Private methods cannot be overridden
Examples: public method can be overridden by public or protected method, but not by private method
I was interviewed in Jun 2017.
based on 1 interview
Interview experience
Java Developer
64
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
38
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
29
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Java Back End Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech