Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IT By Design Team. If you also belong to the team, you can get access from here

IT By Design Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IT By Design Web Designer Interview Questions and Answers

Updated 5 Feb 2022

IT By Design Web Designer Interview Experiences

1 interview found

Web Designer Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2022

I applied via Walk-in and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different countries and professions.

    • My parents are from different countries, which has exposed me to different cultures and perspectives.

    • My father is a doctor and my mother is an architect, so I have been influenced by both the medical and design fields.

    • I have relatives who are engineers, artists, and entrepreneurs, which has given me a well-rounded u...

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include creativity, attention to detail, and problem-solving skills. My weaknesses include time management and perfectionism.

    • Strength: Creativity - I enjoy coming up with unique and visually appealing designs.

    • Strength: Attention to detail - I pay close attention to every element of a design to ensure it is pixel-perfect.

    • Strength: Problem-solving skills - I can find innovative solutions to design challenges...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a web designer with a passion for creating visually appealing and user-friendly websites.

    • Experienced in HTML, CSS, and JavaScript

    • Proficient in using design software such as Adobe Photoshop and Illustrator

    • Knowledgeable in responsive design and mobile optimization

    • Strong understanding of UX/UI principles

    • Able to collaborate with clients and developers to bring their vision to life

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for growing skills
Professional

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about IT By Design?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

Web Designer Interview Questions Asked at Other Companies

asked in Tata Group
Q1. What is a data structure?
asked in Proficed
Q2. How would you rate your proficiency in HTML, CSS, JavaScript, Rea ... read more
Q3. We require so-and-so functionality on the website, can you implem ... read more
Q4. What new techniques are used in web page creation? How do you pre ... read more
asked in Tata Group
Q5. What is a linked list?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Question related to oops
  • Q2. Question related to coding
  • Q3. I was rejected after 2nd round
Round 2 - Technical 

(2 Questions)

  • Q1. Question related to advanced topic in oops
  • Q2. Question related to coding

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

2 medium hard level questions. We just have to code and explain it. Platform doesn't have compilers.

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

(3 Questions)

  • Q1. Given an array Reverse array
  • Q2. Giaven a string Reverse string
  • Q3. Given array find sum of all elements

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

IT By Design HR Interview Questions

11 questions and answers

Q. What work have you done in the past?
Q. What are your technical skills?
Q. Tell me about the city you grew up in.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

Good Knowledge of DSA is required

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. What are BASE properties
  • Ans. 

    BASE properties describe a model for distributed systems emphasizing availability and partition tolerance over strict consistency.

    • B - Basically Available: Systems guarantee availability, meaning they respond to requests even if some nodes are down.

    • A - Soft state: The state of the system may change over time, even without new input, due to eventual consistency.

    • E - Eventually consistent: The system will become consistent...

  • Answered by AI
  • Q2. Explain the workflow of a Transaction in DBMS
  • Ans. 

    A transaction in DBMS is a sequence of operations performed as a single logical unit of work, ensuring data integrity.

    • 1. Transaction Initiation: A transaction begins with a request to perform a database operation, like inserting a record.

    • 2. Execution: The DBMS executes the operations defined in the transaction, such as INSERT, UPDATE, or DELETE.

    • 3. Logging: Changes are logged in a transaction log to ensure recovery in c...

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is the difference between the == operator and the .equals() method in Java?
  • Ans. 

    In Java, '==' checks reference equality, while '.equals()' checks logical equality of object content.

    • Reference Equality: '==' compares memory addresses, checking if two references point to the same object. Example: 'a == b'.

    • Logical Equality: '.equals()' compares the actual content of objects. Example: 'a.equals(b)' checks if 'a' and 'b' are logically equivalent.

    • Default Behavior: The default implementation of '.equals()...

  • Answered by AI
  • Q2. How does Java manage memory?
  • Ans. 

    Java manages memory through automatic garbage collection, heap allocation, and stack management for efficient resource utilization.

    • Heap Memory: Java allocates memory for objects in the heap, which is shared among all threads, allowing dynamic memory allocation.

    • Stack Memory: Local variables and method calls are stored in the stack, which is managed in a last-in, first-out manner, ensuring quick access.

    • Garbage Collection...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Technical AWS cloud computing

IT By Design Interview FAQs

How many rounds are there in IT By Design Web Designer interview?
IT By Design interview process usually has 1 rounds. The most common rounds in the IT By Design interview process are HR.
What are the most common questions asked in IT By Design Web Designer HR round?

The most common HR questions asked in IT By Design Web Designer interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Senior System Administrator
434 salaries
unlock blur

₹5.9 L/yr - ₹12.5 L/yr

System Administrator
254 salaries
unlock blur

₹4.2 L/yr - ₹9.5 L/yr

Advanced System Administrator
115 salaries
unlock blur

₹9.5 L/yr - ₹15 L/yr

System Engineer
23 salaries
unlock blur

₹3.2 L/yr - ₹11.6 L/yr

Service Coordinator
12 salaries
unlock blur

₹4.3 L/yr - ₹6 L/yr

Explore more salaries
Compare IT By Design with

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

Saama Technologies

3.8
Compare

Systems Plus

4.3
Compare
write
Share an Interview