i
Rupeezy
Filter interviews by
I was interviewed in Feb 2024.
I am a creative and detail-oriented graphic designer with a passion for visual storytelling.
I have a Bachelor's degree in Graphic Design from XYZ University.
I have 5 years of experience working in a design agency, where I have worked on branding projects for various clients.
I am proficient in Adobe Creative Suite, including Photoshop, Illustrator, and InDesign.
I have a strong portfolio showcasing my design skills and c...
One of the challenges I face as a graphic designer is meeting tight deadlines while maintaining quality.
Managing multiple projects simultaneously
Communicating effectively with clients to understand their vision
Adapting to last-minute changes
Keeping up with industry trends and software updates
The process of design involves research, brainstorming, sketching, refining, and finalizing the concept.
Research: Gather information about the project, target audience, and competitors.
Brainstorming: Generate ideas and concepts based on the research findings.
Sketching: Create rough sketches or wireframes to visualize the design.
Refining: Iterate on the initial concepts, incorporating feedback and making improvements.
Fi...
I handle feedback by listening attentively, taking notes, asking clarifying questions, and implementing constructive criticism to improve my work.
Listen attentively to feedback without interrupting
Take notes to remember key points and suggestions
Ask clarifying questions to ensure full understanding
Implement constructive criticism to improve work
Provide updated designs for further feedback
Infographics and Illustration
I have a diverse background in graphic design with experience in branding, print, and digital design.
Started my career as a graphic designer at XYZ Company, where I worked on various branding projects
Managed print design projects for clients in the fashion industry, creating marketing materials and packaging designs
Developed digital design skills through freelance projects, including website design and social media gra...
I am very fond of illustrations and doodling, it is a passion of mine that I enjoy exploring in my free time.
I have been drawing and sketching since I was a child, constantly honing my skills.
I enjoy experimenting with different styles and techniques, from traditional pen and paper to digital art.
I find inspiration in everyday life, nature, and pop culture, which reflects in my illustrations.
I have created illustration...
I am also interested in web design and user experience design.
Web design involves creating websites that are visually appealing and user-friendly.
User experience design focuses on enhancing the overall experience of a product for the user.
I enjoy exploring different design trends and techniques in both web and user experience design.
Examples: Creating responsive websites, conducting user research for product improvemen
I have completed courses in graphic design, including typography, branding, and digital illustration.
Completed courses in typography to understand the art of arranging type to make written language legible, readable, and appealing.
Studied branding to learn how to create a unique identity for a company or product through visual elements like logos and color schemes.
Took courses in digital illustration to develop skills ...
I handle feedback and iterations by actively listening, taking notes, asking clarifying questions, and making necessary revisions.
Actively listen to the feedback provided
Take detailed notes to ensure all points are captured
Ask clarifying questions to fully understand the feedback
Make necessary revisions based on the feedback received
Communicate progress and updates throughout the iteration process
I prioritize tasks based on deadlines and importance, and communicate with stakeholders to manage expectations.
Prioritize tasks based on deadlines and importance
Communicate with stakeholders to manage expectations
Utilize project management tools to track progress and deadlines
I will prioritize tasks based on deadlines and importance, and communicate with HR to ensure all requirements are met.
Prioritize tasks based on deadlines and importance
Communicate effectively with HR to understand and meet requirements
Utilize time management techniques to balance HR related tasks with other responsibilities
Yes, I am able to make iterations as per specific needs.
I have experience in creating multiple design options for clients to choose from.
I am skilled in taking feedback and making necessary changes to meet client requirements.
I am proficient in using design software to quickly make edits and revisions.
I understand the importance of communication and collaboration in the design process.
I have worked on creating employee handbooks, designing HR posters, and developing training materials.
Created employee handbooks outlining company policies and procedures
Designed HR posters for employee events and benefits programs
Developed training materials for onboarding new employees
Top trending discussions
Improving quality of education in India
Investing in teacher training and development
Increasing access to technology and digital resources
Encouraging parental involvement in education
Promoting vocational education and skill development
Addressing the issue of inadequate infrastructure and resources
I have the necessary skills, experience, and passion to excel in this role.
I have relevant experience in the field
I possess the required skills and qualifications
I am a quick learner and adaptable to new situations
I am passionate about the industry and eager to contribute
I am a team player and work well with others
Find sum of all numbers formed from root to leaf path in a binary tree
Traverse the binary tree using DFS
At each leaf node, add the number formed from root to leaf path to a sum variable
Return the sum variable
Time complexity: O(n)
Example: For a binary tree with root value 1, left child 2 and right child 3, the sum would be 12 + 13 = 25
Given a string, print all possible strings that can be made by placing spaces (zero or one) in between them.
Use recursion to generate all possible combinations of spaces
For each recursive call, either add a space or don't add a space between the current character and the next character
Base case is when there are no more characters left to add spaces between
Time complexity is O(2^n) where n is the length of the string
Preorder traversal without recursion
Use a stack to keep track of nodes
Push right child first and then left child onto stack
Pop top of stack and print value
Repeat until stack is empty
Find longest continuous patch on a 12 km road with updates in patches
Maintain a variable to keep track of current patch length
Update the variable whenever a new patch is added
Maintain a variable to keep track of longest patch so far
Compare current patch length with longest patch length and update if necessary
Use a sorted data structure like a binary search tree to store the patches for efficient search
Time complexity: ...
Find median of an unsorted array.
Sort the array and find the middle element
Use quickselect algorithm to find the median in O(n) time
If the array is small, use brute force to find the median
Find 'k' elements closest to a given number from a stream of characters.
Use a priority queue to keep track of closest elements.
Update the queue as new characters come in.
Return the 'k' closest elements from the queue.
Design a data structure with O(1) insert, remove, find-max, and delete-max operations.
Use a doubly linked list to maintain the elements in sorted order.
Use a hash table to store the pointers to the nodes in the linked list.
Maintain a pointer to the maximum element in the hash table.
Update the pointers in the hash table when inserting or removing elements.
Update the maximum pointer when deleting or inserting the maximum
Check if a given linked list is a palindrome.
Traverse the linked list and store the values in an array.
Compare the first and last elements of the array, then move towards the center.
If all elements match, the linked list is a palindrome.
Alternatively, use two pointers to find the middle of the linked list and reverse the second half.
Compare the first half with the reversed second half to check for a palindrome.
TCS
Accenture
Wipro
Cognizant