Upload Button Icon Add office photos

Filter interviews by

Sketch Brahma Technologies Interview Questions and Answers

Updated 20 Jan 2025

Sketch Brahma Technologies Interview Experiences

Popular Designations

13 interviews found

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

(2 Questions)

  • Q1. Snippet based questions in Javascript - Hoisting , Var, let and const
  • Q2. Array and object destructing

Interview Preparation Tips

Interview preparation tips for other job seekers - Continue applying regardless of the rejections.

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Telephonic Call 

(5 Questions)

  • Q1. Closures,callbacks
  • Q2. ForEach, map difference , classes, objects,
  • Q3. Types of binding
  • Ans. 

    Types of binding in Angular include interpolation, property binding, event binding, two-way binding, and attribute binding.

    • Interpolation: {{ data }}

    • Property binding: [property]="data"

    • Event binding: (event)="function()"

    • Two-way binding: [(ngModel)]="data"

    • Attribute binding: [attr.attributeName]="data"

  • Answered by AI
  • Q4. Decorators in angular
  • Ans. 

    Decorators in Angular are a design pattern that allows you to add behavior to classes, properties, or methods.

    • Decorators are functions that are prefixed with @ and are used to modify classes or properties in Angular.

    • They are commonly used for metadata annotations, dependency injection, and to define component behavior.

    • Examples include @Component, @Injectable, @Input, @Output, @ViewChild, etc.

  • Answered by AI
  • Q5. What are inceptors
  • Ans. 

    Inceptors are services in Angular that allow for intercepting and transforming HTTP requests and responses.

    • Inceptors are used to modify HTTP requests before they are sent and HTTP responses before they are received.

    • They can be used for tasks like adding headers, logging, error handling, and caching.

    • Inceptors are commonly used in Angular applications to handle authentication tokens, error handling, and API requests.

  • Answered by AI
Round 2 - Coding Test 

3 javascript questions to solve.
Flatten array.
Rotate array with index.
Remove duplicate elements
Without using built-in functions

Skills evaluated in this interview

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

It's 1 hour duration coding test:
1st question was to find the second highest value from the list.
2nd question was to flattend the list of list of Integers.
Both had a constraint
After that I didn't hear from them

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join the company, they aren't serious about interviewing or hiring you and you won't be hearing from them, they boast about having flipkart as a client that's it.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction round
  • Q2. Non technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round of interviews is a technical round, and you will need to present your work, HR informed me when she called.

The technical round was taken by the HR for UX Design position.

Dislikes :
1: She asked me to turn on the camera throughout the interview, but she did not even turn it on when I was there. This was the first thing that bothered me during the round. The biggest example of her poor listening skills is that she continues to mispronounce the candidate's name even after being corrected.

2. While I was presenting my project portfolio, she insisted on looking at "figma files" that contained current or previous projects. Neither listening to me nor looking at the portfolio work piqued her interest. She persisted in asking to see my most recent Figma files despite my attempts to explain the NDA and provide her with project files from previous projects.

3. Despite my knowledge that it was a technical round, I participated in the whiteboard exercise even though I was not told to.

4. Not even bothered to inform candidate about the interview status; at least put up a so-called
"unfortunate mail".

All in all, it was a pretty awful experience.

UI Designer and UX Designer Interview Questions asked at other Companies

Q1. Views on office culture and how can you improve it.
View answer (1)

Sketch Brahma Technologies interview questions for popular designations

 UI/UX Designer

 (2)

 Front end Developer

 (2)

 Reactjs Developer

 (2)

 Product Designer

 (1)

 UI Designer and UX Designer

 (1)

 Devops Engineer

 (1)

 Frontend Developer Intern

 (1)

 Angular Frontend Developer

 (1)

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Share a Breif About Us
  • Ans. 

    We are a leading tech company specializing in creating user-friendly interfaces for various digital platforms.

    • Specialize in UI/UX design for websites and mobile apps

    • Focus on creating intuitive and visually appealing designs

    • Work closely with clients to understand their needs and goals

    • Utilize user research and testing to optimize user experience

    • Stay updated on latest design trends and technologies

  • Answered by AI
  • Q2. Showcase your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Take this interview, These are bunch of people of wasting others time

After Reading multiple negative review, Still i taken the interview,
Everything went well, but while showcasing the projects
She is asking to show the projects which even though i mentioned about NDA Agreement, She didn't even bothered, Simply replying "rescheduling the interview please showcase the projects when you are ready" Very unprofessional way.

They are like my Ex simply ghosting people, even after we are doing the assesment and wasting our valuable time for them

Atleast put an unfortunate mail, it will not take more than a minute.

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)
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

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Jobs at Sketch Brahma Technologies

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

(2 Questions)

  • Q1. Good question on Kubernetes Docker
  • Q2. AWS linux detailed questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have good understanding of DevOps tools and Linux with Cloud Platform like AWS or Azure

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

1. She asked me to write a code to find second largest number using one for loop.
2. Array rotation using one for loop.
3. React coding assignment online

Interview Preparation Tips

Interview preparation tips for other job seekers - They are just doing the time pass with the candidates and playing with the emotion of people who are looking for job . They are very irresponsible and bad behaviour. Not even picking up the call or not any message.

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

2 dsa question :
return 2nd largest in the array.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview went well & I answered both questions, then they rejected me.

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About You and Previous Work Showcase
Round 2 - Assignment 

Take-home assignment

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with Lead explaining assignment and showcasing previous work
Round 4 - HR 

(1 Question)

  • Q1. Culture Fit Round and CTC discussion

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)

Sketch Brahma Technologies Interview FAQs

How many rounds are there in Sketch Brahma Technologies interview?
Sketch Brahma Technologies interview process usually has 1-2 rounds. The most common rounds in the Sketch Brahma Technologies interview process are Technical, Coding Test and HR.
How to prepare for Sketch Brahma Technologies 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 Javascript, HTML, Redux, CSS and React Native.
What are the top questions asked in Sketch Brahma Technologies interview?

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

  1. What is css media queries and difference between min and ...read more
  2. What is Scss/sass and what is the use of...read more
  3. What is css felxbox and attribu...read more
How long is the Sketch Brahma Technologies interview process?

The duration of Sketch Brahma Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Sketch Brahma Technologies Interview Process

based on 12 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
ValueCoders Interview Questions
3.1
 • 10 Interviews
Net Solutions Interview Questions
4.2
 • 9 Interviews
TechJini Interview Questions
3.6
 • 2 Interviews
View all

Sketch Brahma Technologies Reviews and Ratings

based on 14 reviews

3.2/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

2.8

Salary

2.3

Job security

3.3

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 14 Reviews and Ratings
React JS Developer

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Flutter Developer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Front End Developer

Bangalore / Bengaluru

4-5 Yrs

Not Disclosed

Explore more jobs
Product Designer
36 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Product Engineer
27 salaries
unlock blur

₹3 L/yr - ₹13.1 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