Filter interviews by
I appeared for an interview in May 2025, where I was asked the following questions.
My name is Alex Johnson, a passionate graphic designer with a flair for creativity and a keen eye for detail.
I specialize in branding and visual identity, helping businesses create memorable logos.
My portfolio includes projects for both startups and established companies, showcasing versatility.
I enjoy collaborating with clients to bring their visions to life, ensuring their message is effectively communicated.
An equal matrix has the same dimensions and corresponding elements in two or more matrices.
Two matrices A and B are equal if A[i][j] = B[i][j] for all i, j.
Example: A = [[1, 2], [3, 4]] and B = [[1, 2], [3, 4]] are equal.
Different dimensions: A = [[1, 2]] and B = [[1], [2]] are not equal.
Equal matrices can be used in various mathematical operations.
Data structures are ways to organize and store data for efficient access and modification.
Arrays: Fixed-size collections of elements, e.g., [1, 2, 3].
Linked Lists: Collections of nodes, each pointing to the next, e.g., 1 -> 2 -> 3.
Stacks: Last-in, first-out structure, e.g., function call stack.
Queues: First-in, first-out structure, e.g., print job queue.
Trees: Hierarchical structures, e.g., binary trees for searc...
C programming is a high-level programming language used for system and application software development.
Developed in the early 1970s by Dennis Ritchie at Bell Labs.
C is a procedural programming language, focusing on function and procedure calls.
It provides low-level access to memory through pointers, allowing for efficient manipulation of data.
Commonly used for system programming, embedded systems, and developing opera...
An array is a data structure that stores a fixed-size sequential collection of elements of the same type.
Arrays can hold multiple values in a single variable, e.g., ['red', 'green', 'blue'].
They are indexed, meaning each element can be accessed using its position, e.g., array[0] returns 'red'.
Arrays have a fixed size, defined at creation, e.g., int[] numbers = new int[5];
They can be multi-dimensional, such as a 2D arra...
The 'if' condition is used in programming to execute code based on whether a specified condition is true or false.
Used to control the flow of execution in code.
Example: if (user.isLoggedIn) { showDashboard(); }
Can be nested for multiple conditions: if (a > b) { if (c < d) { doSomething(); } }
Supports 'else' and 'else if' for alternative conditions.
Example: if (temperature > 30) { wearSunscreen(); } else { wear...
A queue is a linear data structure that follows the First In First Out (FIFO) principle for managing data.
Types of queues include simple queues, circular queues, priority queues, and double-ended queues (deques).
A simple queue allows insertion at the rear and deletion from the front.
Circular queues connect the end of the queue back to the front, optimizing space usage.
Priority queues assign a priority to each element, ...
A string is a sequence of characters used in programming and design to represent text or data.
Strings can include letters, numbers, symbols, and spaces. Example: 'Hello, World!'
In programming, strings are often enclosed in quotes. Example: '12345' is a string, while 12345 is a number.
Strings can be manipulated using various functions, such as concatenation (joining) or slicing (extracting parts). Example: 'Hello' + ' '...
My goal as a graphic designer is to create impactful visual experiences that resonate with audiences and elevate brand identities.
To continuously improve my design skills through workshops and online courses, such as learning advanced Adobe Illustrator techniques.
To collaborate with diverse teams to bring innovative ideas to life, like working on a cross-functional project for a product launch.
To contribute to meaningf...
My main weakness is my tendency to overthink projects, which can lead to delays in my design work.
I often spend too much time perfecting details, like color choices or typography, which can slow down my workflow.
For example, during a recent project, I reworked a logo design multiple times, which pushed back the deadline.
I've learned to set time limits for revisions to combat this tendency and keep projects on track.
I a...
Top trending discussions
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
There are simple HTML, CSS, and Bootstrap questions.
Tailwind offers more flexibility and customization compared to Bootstrap.
Tailwind allows for more granular control over styling with utility classes
Tailwind does not come with pre-designed components like Bootstrap, allowing for more unique designs
Tailwind's utility-first approach can lead to smaller file sizes compared to Bootstrap's monolithic CSS file
posted on 26 Sep 2021
I applied via Other and was interviewed before Sep 2020. There was 1 interview round.
I'm seeking a salary increase that reflects my skills, experience, and the value I bring to the company.
I believe a 10-15% increase is reasonable based on my previous achievements.
For example, in my last role, I exceeded sales targets by 30%, contributing significantly to revenue growth.
I also bring industry knowledge that can help us tap into new markets, which justifies the increase.
Additionally, I have completed rel...
posted on 19 Sep 2015
XOR gate can be implemented using NAND gates by combining them in a specific way.
Use two NAND gates to create a basic XOR gate
Combine the output of the two NAND gates using another NAND gate
Use the two inputs of the XOR gate as inputs to the two basic NAND gates
The output of the XOR gate will be the output of the final NAND gate
Arrays are faster for random access, while linked lists are better for dynamic insertion and deletion.
Arrays have constant time access to elements by index
Linked lists have constant time insertion and deletion at any position
Arrays use contiguous memory, while linked lists use scattered memory
Arrays are better for small data sets, while linked lists are better for large data sets
Arrays are used for implementing matrice...
I have the technical skills, experience, and passion to contribute to your team's success.
I have a strong background in software development, with expertise in multiple programming languages and frameworks.
I am a quick learner and enjoy staying up-to-date with the latest technologies and industry trends.
I have experience working in both individual and team settings, and am comfortable collaborating with others to achie...
Deciding to leave my hometown for better career opportunities
Had to leave behind family and friends
Had to adjust to a new environment and culture
Had to start from scratch in building a social circle
Had to deal with homesickness and loneliness
Ultimately led to personal and professional growth
In the upcoming years, I see myself growing as a software developer and taking on more challenging projects.
Continuing to learn and stay up-to-date with new technologies
Taking on leadership roles and mentoring junior developers
Contributing to open-source projects
Exploring different areas of software development, such as machine learning and AI
I enjoy playing basketball, reading books, and traveling to new places.
Playing basketball
Reading books
Traveling to new places
Yes, I am willing to relocate for the right opportunity.
I am open to exploring new locations and cultures.
I am willing to relocate for a better career growth and learning opportunities.
I have relocated in the past for work and have had positive experiences.
I am willing to consider relocation assistance if offered.
I am both a smart worker and a hard worker.
I prioritize tasks and work efficiently to complete them quickly (smart worker)
I am dedicated and put in the necessary effort to ensure quality work (hard worker)
I am able to adapt to different situations and find the most effective approach
For example, I may use automation tools to streamline repetitive tasks (smart worker)
But I also take the time to thoroughly test and debug...
posted on 28 May 2022
I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.
Ground-related challenges include environmental factors, structural issues, and resource management that impact operations.
Soil stability: Poor soil conditions can lead to foundation issues in construction projects.
Water drainage: Inadequate drainage can cause flooding and erosion, affecting infrastructure.
Geological hazards: Earthquakes, landslides, and sinkholes pose risks to safety and operations.
Resource extraction...
posted on 9 Aug 2023
I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.
posted on 14 Sep 2021
I appeared for an interview before Sep 2020, where I was asked the following questions.
Dynamic professional with diverse experience in management, team leadership, and strategic planning, eager to contribute to organizational success.
Over 5 years of experience in retail management, leading a team of 20 employees.
Successfully increased sales by 30% in one year through effective marketing strategies.
Skilled in conflict resolution, having mediated disputes between team members to maintain a positive work en...
I appeared for an interview in Apr 2025, where I was asked the following questions.
posted on 7 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
Managed and analyzed large datasets to extract insights and drive business decisions.
Performed data cleaning, transformation, and visualization using tools like Excel, SQL, and Tableau.
Developed and maintained reports and dashboards to track key performance indicators.
Collaborated with cross-functional teams to identify trends and opportunities for improvement.
Conducted ad-hoc analysis to support strategic initiatives ...
based on 3 interview experiences
Difficulty level
Duration
based on 3 reviews
Rating in categories
Accountant
30
salaries
| ₹2 L/yr - ₹5 L/yr |
Executive Accountant
28
salaries
| ₹2.1 L/yr - ₹5 L/yr |
Teacher
22
salaries
| ₹1 L/yr - ₹2.4 L/yr |
Software Engineer
21
salaries
| ₹4.3 L/yr - ₹10.7 L/yr |
Computer Operator
21
salaries
| ₹1.2 L/yr - ₹4 L/yr |
Thomson Digital
Oswaal Books and Learning Private Limited
Domino Printech
Oxford University Press