Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capital Numbers Infotech Team. If you also belong to the team, you can get access from here

Capital Numbers Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Capital Numbers Infotech UI UX and Graphic Designer Interview Questions and Answers

Updated 2 Jul 2024

Capital Numbers Infotech UI UX and Graphic Designer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the difference between UI an UX?
  • Ans. 

    UI focuses on the look and feel of a product, while UX focuses on the overall user experience and usability.

    • UI stands for User Interface and deals with the visual elements of a product, such as colors, typography, and layout.

    • UX stands for User Experience and focuses on the overall experience of a user interacting with a product, including ease of use, efficiency, and satisfaction.

    • UI design is more about the aesthetics ...

  • Answered by AI
  • Q2. What is the difference between a Landing Page and a home page?
  • Ans. 

    A landing page is a standalone web page created for a specific marketing campaign, while a home page is the main page of a website.

    • Landing pages are designed for a specific purpose or campaign, such as promoting a product or service.

    • Home pages serve as the main entry point to a website and typically include navigation to other pages.

    • Landing pages have a clear call-to-action (CTA) to encourage visitors to take a specifi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I will suggest just keep your cool and be confident

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your design process
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Understand user needs and goals.

    • Ideation: Brainstorm and generate design concepts.

    • Prototyping: Create interactive prototypes for testing.

    • Testing: Gather feedback from users and stakeholders.

    • Iteration: Refine designs based on feedback and testing results.

  • Answered by AI
  • Q2. What is information architecture
  • Ans. 

    Information architecture is the organization and structure of information within a digital product or website.

    • It involves categorizing and organizing content in a way that is easy for users to navigate and understand.

    • Information architecture helps users find what they are looking for quickly and efficiently.

    • It includes creating sitemaps, wireframes, and navigation systems to guide users through the product.

    • Good informa...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

Had to create a concept (fidelity was flexible) of the given problem statement. Focus was more on the idea than on the visuals.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Portfolio walkthrough
  • Q2. List down all heuristic laws
  • Ans. 

    Heuristic laws are general principles or rules of thumb used in UI/UX design to improve user experience.

    • Visibility of system status

    • Match between system and the real world

    • User control and freedom

    • Consistency and standards

    • Error prevention

    • Recognition rather than recall

    • Flexibility and efficiency of use

    • Aesthetic and minimalist design

    • Help users recognize, diagnose, and recover from errors

    • Help and documentation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your design decisions across all projects really well. They will want to probe your thinking.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Technical bckground
  • Q2. Just self intro and about projects
Round 2 - Assignment 

It was design task with time constraints

Round 3 - HR 

(1 Question)

  • Q1. Where fo you see yourslef in next 5 years
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Scenario Based Questions
Round 2 - Assignment 

Assignment Related to UI UX

Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations

Software Engineer Interview Questions & Answers

MindGate Solutions user image Bhag Chand Dawla ed20b011

posted on 20 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked from from your resume, and you must know java first and last requirements
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why strings are immutable
  • Ans. 

    Strings are immutable to ensure data integrity and security by preventing accidental or intentional modification.

    • Immutable strings prevent accidental changes to data

    • Enhances security by preventing data tampering

    • Allows for efficient memory management

  • Answered by AI
  • Q2. Count the number of repeated words from the given string
  • Ans. 

    Count the number of repeated words in a given string

    • Split the string into words using a delimiter like space

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap accordingly

    • Count the number of words with frequency greater than 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Core Java more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is difference between controller and rest controller
  • Ans. 

    Controller is a general term for a component that handles user requests, while a REST controller specifically handles RESTful requests.

    • Controller is a general term for a component that handles user requests in a web application

    • REST controller specifically handles RESTful requests, following the principles of REST architecture

    • REST controller typically returns data in JSON or XML format, while a regular controller may re

  • Answered by AI
  • Q2. Coding question to print highest salary of a employee
  • Ans. 

    Print highest salary of an employee using coding

    • Create an array of employee salaries

    • Sort the array in descending order

    • Print the first element of the sorted array as the highest salary

  • Answered by AI
  • Q3. Java 8 features
  • Q4. What is jwt token
  • Ans. 

    JWT token is a JSON web token used for securely transmitting information between parties as a compact and self-contained way.

    • JWT stands for JSON Web Token

    • It consists of three parts: header, payload, and signature

    • It is commonly used for authentication and information exchange in web development

  • Answered by AI
  • Q5. Microservice how to interact with other microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging queues, or event-driven architecture.

    • Use RESTful APIs for synchronous communication between microservices

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Leverage event-driven architecture with tools like Apache Kafka or AWS SNS/SQS

    • Consider using service mesh like Istio for managing communication between microservices

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java basic questions

I applied via Walk-in and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Programming questions will be there

Round 2 - Technical 

(2 Questions)

  • Q1. Why Java is most secured!?
  • Ans. 

    Java is most secured due to its strong memory management, bytecode verification, and security manager.

    • Java's strong memory management prevents buffer overflow and other memory-related vulnerabilities.

    • Bytecode verification ensures that the code is safe to execute and prevents malicious code from running.

    • Security manager allows fine-grained control over access to system resources.

    • Java also has a robust set of security AP...

  • Answered by AI
  • Q2. Explain how Java program execute?
  • Ans. 

    Java programs are executed by the Java Virtual Machine (JVM) which interprets and executes the bytecode generated by the Java compiler.

    • Java source code is compiled into bytecode by the Java compiler

    • The bytecode is platform-independent and can be executed on any device with a JVM

    • The JVM interprets the bytecode and executes the instructions

    • The JVM manages memory, handles exceptions, and provides other runtime services

    • Exa

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Communication and basic technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview casually and enhance well yourself in communication wise as well as technically.. Kudos...

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Capital Numbers Infotech Interview FAQs

How many rounds are there in Capital Numbers Infotech UI UX and Graphic Designer interview?
Capital Numbers Infotech interview process usually has 1 rounds. The most common rounds in the Capital Numbers Infotech interview process are One-on-one Round.
What are the top questions asked in Capital Numbers Infotech UI UX and Graphic Designer interview?

Some of the top questions asked at the Capital Numbers Infotech UI UX and Graphic Designer interview -

  1. What is the difference between a Landing Page and a home pa...read more
  2. What is the difference between UI an ...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

INTERVIEWS

Hathway

No Interviews

INTERVIEWS

Zee Learn

No Interviews

INTERVIEWS

Capital Numbers Infotech

No Interviews

INTERVIEWS

Hero Motors Company

5.6k top interview questions

SALARIES

Capital Numbers Infotech

SALARIES

Capital Numbers Infotech

Tell us how to improve this page.

Capital Numbers Infotech UI UX and Graphic Designer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
Software Engineer
203 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Capital Numbers Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview