Upload Button Icon Add office photos

Filter interviews by

Sketch Brahma Technologies Front end Developer Interview Questions and Answers

Updated 19 Jun 2024

Sketch Brahma Technologies Front end Developer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HR will give to solve 2 DSA problems,1 React question

Round 2 - Technical 

(2 Questions)

  • Q1. 1 DSA question about strings
  • Q2. Js and react questions
Round 3 - Technical 

(2 Questions)

  • Q1. OOPs based questions
  • Q2. 1 Programing question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Assignment 

Assignment of developing a responsive website with few sections.

Round 3 - Technical 

(3 Questions)

  • Q1. What is css felxbox and attributes
  • Ans. 

    CSS Flexbox is a layout module that helps in creating flexible and responsive layouts.

    • Flexbox is used to align and distribute space among items in a container.

    • It has properties like display, flex-direction, justify-content, align-items, and flex-wrap.

    • Flexbox is widely used in modern web development for creating responsive designs.

    • Example: display: flex; flex-direction: row; justify-content: center; align-items: center;

  • Answered by AI
  • Q2. What is css media queries and difference between min and max
  • Ans. 

    CSS media queries are used to apply different styles based on device characteristics. Min and max define the range of values.

    • Media queries allow for responsive design by adapting to different screen sizes and orientations

    • Min-width and max-width are commonly used to define the range of screen sizes

    • Min-device-width and max-device-width are used to target specific device characteristics

    • Other media query features include m...

  • Answered by AI
  • Q3. What is Scss/sass and what is the use of it
  • Ans. 

    Scss/Sass is a CSS preprocessor that adds features like variables, nesting, and mixins to make writing CSS easier and more efficient.

    • Scss/Sass stands for Syntactically Awesome Style Sheets

    • It is a CSS preprocessor that compiles into regular CSS

    • It adds features like variables, nesting, and mixins to make writing CSS easier and more efficient

    • It also allows for more advanced features like functions and loops

    • Example: $prima...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sketch Brahma Technologies Front end Developer interview:
  • Flexbox
  • Media queries
  • Scss
  • Html simantic
Interview preparation tips for other job seekers - If you are going in practical knowledge, it is enough to answer in the interview. As they don't expect the theoretical answers.

Skills evaluated in this interview

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
Q5. Sort Linked List Based on Actual Values You are given a Singly Li ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript ES6 HTML and Reactjs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Javascript more

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Bootstrap
  • Q2. Javascript

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. Questions on basic html,css,javascript,angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Go specifically through the requirements mentioned in job profile before attending the interview to keep interviewer and us in the same page.

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 
Round 3 - Coding Test 
Round 4 - Assignment 
Round 5 - HR 

(9 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.
  • Q9. Tell me about your questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes i can intresting in this company

Interview Questionnaire 

3 Questions

  • Q1. 1. Basic html schemantics
  • Q2. 2. Pure JS
  • Q3. 3. Angular advance

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard Interview process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. How to handle state in functional components.
  • Ans. 

    State in functional components can be managed using the useState hook in React.

    • Use the useState hook to declare state variables in functional components.

    • useState returns an array with the current state value and a function to update that value.

    • Example: const [count, setCount] = useState(0);

    • State variables should be immutable, so always use the setter function to update them.

  • Answered by AI
  • Q2. What is event loop in javascript.
  • Ans. 

    Event loop in JavaScript is responsible for handling asynchronous operations by executing callback functions in a non-blocking way.

    • Event loop is a mechanism that allows JavaScript to perform non-blocking operations.

    • It continuously checks the call stack and the callback queue to see if there are any functions that need to be executed.

    • If the call stack is empty, it takes the first function from the callback queue and pus...

  • Answered by AI
  • Q3. What is hosting in Javascript
  • Ans. 

    Hosting in JavaScript refers to the process of declaring a variable or function before it is used in the code.

    • Hosting allows you to use variables and functions before they are declared in the code.

    • Variables are hoisted to the top of their scope, while functions are fully hoisted.

    • Example: console.log(myVar); var myVar = 10; This will not throw an error because 'myVar' is hoisted to the top of the scope.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

How revere the string without using reverse method

Round 3 - Coding Test 

Split duplication from the array

Round 4 - HR 

(2 Questions)

  • Q1. Salary negotiation, asked about my previous employer
  • Q2. Speak bold at time of salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared, have a hand experience in your technical

Sketch Brahma Technologies Interview FAQs

How many rounds are there in Sketch Brahma Technologies Front end Developer interview?
Sketch Brahma Technologies interview process usually has 3 rounds. The most common rounds in the Sketch Brahma Technologies interview process are Technical, Resume Shortlist and Assignment.
How to prepare for Sketch Brahma Technologies Front end Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Sketch Brahma Technologies. The most common topics and skills that interviewers at Sketch Brahma Technologies expect are HTML, Angular, CSS, Front End and HTML and CSS.
What are the top questions asked in Sketch Brahma Technologies Front end Developer interview?

Some of the top questions asked at the Sketch Brahma Technologies Front end Developer interview -

  1. What is css media queries and difference between min and ...read more
  2. What is css felxbox and attribu...read more
  3. What is Scss/sass and what is the use of...read more

Tell us how to improve this page.

Sketch Brahma Technologies Front end Developer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Sketch Brahma Technologies Front end Developer Salary
based on 5 salaries
₹4 L/yr - ₹7 L/yr
18% less than the average Front end Developer Salary in India
View more details

Sketch Brahma Technologies Front end Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

2.0

Job security

3.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Product Designer
38 salaries
unlock blur

₹3.6 L/yr - ₹15.1 L/yr

Product Engineer
26 salaries
unlock blur

₹3 L/yr - ₹12.6 L/yr

Senior Product Designer
7 salaries
unlock blur

₹6.5 L/yr - ₹10.4 L/yr

Data Analyst
6 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Front end Developer
5 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Explore more salaries
Compare Sketch Brahma Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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