Upload Button Icon Add office photos
Engaged Employer

i

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

Samcom Technobrains Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Samcom Technobrains Interview Questions and Answers

Updated 30 Mar 2024
Popular Designations

7 Interview questions

An Angular Frontend Developer was asked
Q. What are the new features in the latest Angular version?
Ans. 

Some new features in the latest Angular version include Ivy rendering engine, Bazel support, and differential loading.

  • Ivy rendering engine for improved performance and smaller bundle sizes

  • Bazel support for faster builds and better dependency management

  • Differential loading for serving different bundles to modern and legacy browsers

View all Angular Frontend Developer interview questions
An Angular Frontend Developer was asked
Q. What are pipes?
Ans. 

Pipes in Angular are used to transform data before displaying it in the view.

  • Pipes are used to format data in templates.

  • They can be used to filter, sort, or transform data.

  • Examples include currency, date, and uppercase pipes.

View all Angular Frontend Developer interview questions
An Android Developer was asked
Q. What is the fragment lifecycle?
Ans. 

Fragment lifecycle refers to the series of events that occur during the creation, use, and destruction of a fragment.

  • The lifecycle includes events such as onAttach(), onCreate(), onCreateView(), onStart(), onResume(), onPause(), onStop(), onDestroyView(), and onDestroy().

  • Each event corresponds to a specific stage in the fragment's lifecycle.

  • Developers can override these methods to perform specific actions during e...

View all Android Developer interview questions
An Android Developer was asked
Q. What is the activity lifecycle?
Ans. 

Activity lifecycle refers to the series of states an activity goes through during its lifetime.

  • An activity can be in one of four states: running, paused, stopped, or destroyed.

  • The lifecycle methods are: onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy().

  • For example, when an activity is first created, it goes through onCreate(), onStart(), and onResume() methods.

  • When the activity is no longer v...

View all Android Developer interview questions
A DOT NET Developer was asked
Q. Explain oops concept and explain brief
Ans. 

OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

  • OOPs stands for Object-Oriented Programming

  • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

  • Classes are blueprints for objects, defining their properties and behaviors

  • Objects are instances of classes, representing real-world entiti...

View all DOT NET Developer interview questions
An Angular Frontend Developer was asked
Q. What is redux, and rxjs
Ans. 

Redux is a predictable state container for JavaScript apps, and RxJS is a library for reactive programming using Observables.

  • Redux is a state management tool commonly used with React to manage application state in a predictable way.

  • RxJS is a library for reactive programming that allows you to work with asynchronous data streams using Observables.

  • Redux helps in managing the state of the application in a single immu...

View all Angular Frontend Developer interview questions
A Test Engineer was asked
Q. What is Retesting, Regression testing, White box and black testing difference,what is mean by smoke and sanity testing, Do you know about walk through
Ans. 

Retesting, regression, white box and black box testing, smoke and sanity testing, and walkthroughs are all important testing concepts.

  • Retesting involves testing a previously failed test case again after the defect has been fixed.

  • Regression testing involves testing the entire system after changes have been made to ensure that no new defects have been introduced.

  • White box testing involves testing the internal struct...

View all Test Engineer interview questions
Are these interview questions helpful?

Samcom Technobrains Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Basic Angular interview question that are available across all websites.
  • Q2. Few scenario based questions like what are different ways to pass data to a component?
  • Q3. What are new features in latest angular version?
  • Ans. 

    Some new features in the latest Angular version include Ivy rendering engine, Bazel support, and differential loading.

    • Ivy rendering engine for improved performance and smaller bundle sizes

    • Bazel support for faster builds and better dependency management

    • Differential loading for serving different bundles to modern and legacy browsers

  • Answered by AI
  • Q4. What is redux, and rxjs
  • Ans. 

    Redux is a predictable state container for JavaScript apps, and RxJS is a library for reactive programming using Observables.

    • Redux is a state management tool commonly used with React to manage application state in a predictable way.

    • RxJS is a library for reactive programming that allows you to work with asynchronous data streams using Observables.

    • Redux helps in managing the state of the application in a single immutable...

  • Answered by AI
  • Q5. What are pipes?
  • Ans. 

    Pipes in Angular are used to transform data before displaying it in the view.

    • Pipes are used to format data in templates.

    • They can be used to filter, sort, or transform data.

    • Examples include currency, date, and uppercase pipes.

  • Answered by AI
Round 2 - Assignment 

Task was to prepare a login screen and display some data in table structure along with search and filter functionality without using any library just pure logic. and also use some custom-directives to scroll to a particular item in a page.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic angular interview questions available online and for technical round try to implement login functionality with minimal effort and displaying content in very less time as interview will go around 3 hours so you need to work fast.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain oops concept and explain brief
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for objects, defining their properties and behaviors

    • Objects are instances of classes, representing real-world entities

    • Inh...

  • Answered by AI
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 - Technical 

(2 Questions)

  • Q1. What is activity lifecycle?
  • Ans. 

    Activity lifecycle refers to the series of states an activity goes through during its lifetime.

    • An activity can be in one of four states: running, paused, stopped, or destroyed.

    • The lifecycle methods are: onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy().

    • For example, when an activity is first created, it goes through onCreate(), onStart(), and onResume() methods.

    • When the activity is no longer visibl...

  • Answered by AI
  • Q2. What is fragment lifecycle?
  • Ans. 

    Fragment lifecycle refers to the series of events that occur during the creation, use, and destruction of a fragment.

    • The lifecycle includes events such as onAttach(), onCreate(), onCreateView(), onStart(), onResume(), onPause(), onStop(), onDestroyView(), and onDestroy().

    • Each event corresponds to a specific stage in the fragment's lifecycle.

    • Developers can override these methods to perform specific actions during each s...

  • Answered by AI
Round 3 - Coding Test 

Local Database and API calling test

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy and other developers are also supporting.

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2022

I applied via Job Portal and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions They were asked
  • Q2. What is Retesting, Regression testing, White box and black testing difference,what is mean by smoke and sanity testing, Do you know about walk through
  • Ans. 

    Retesting, regression, white box and black box testing, smoke and sanity testing, and walkthroughs are all important testing concepts.

    • Retesting involves testing a previously failed test case again after the defect has been fixed.

    • Regression testing involves testing the entire system after changes have been made to ensure that no new defects have been introduced.

    • White box testing involves testing the internal structure o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This best company for beginners, freshers as well. But I don't know about Experience candidates,

Skills evaluated in this interview

I appeared for an interview in Jun 2020.

Interview Questionnaire 

2 Questions

  • Q1. First Round was technical round
  • Q2. Next Round was two practical assignments

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interview Experience:
I cleared 1st technical round.
Next I was given two assignments, and I completed both of them within the given time.
Each and every step specified in the assignment was covered. the interviewer also went through the running code at the end.
After that HR told me to wait for the management to take a decision.
After waiting for 2 days, I approached the HR for feedback and she told me that my practical was very good as well my interview. Still they couldn't proceed, and the reason behind it was very vague and I still don't understand it.
I think the issue was also kind of with my CTC and notice period.

My advice to the company would be:
Please see if you are absolutely fine with CTC expectation and notice period before taking all the technical round and practicals.
If you say that the interview and practicals were good, at least the management should drop a mail with the feedback saying exactly what went wrong. You can't just say everything went well but we cannot proceed ahead with you.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Samcom Technobrains?
Ask anonymously on communities.

Interview questions from similar companies

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

(1 Question)

  • Q1. About my total experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Salary discussion
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Software Developer Interview Questions & Answers

Snovasys user image 218A1A05A9 GOGATI GOVARDHAN

posted on 1 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Number series in aptitude
  • Ans. 

    Number series in aptitude involves identifying the pattern in a sequence of numbers and predicting the next number.

    • Look for patterns such as arithmetic progression, geometric progression, or a combination of both.

    • Check for alternate numbers, differences between consecutive numbers, or multiplication factors.

    • Consider prime numbers, squares, cubes, or other mathematical operations applied to the series.

    • Example: 2, 4, 6, ...

  • Answered by AI
  • Q2. Relation ships in berbal
  • Ans. 

    Relationships in verbal communication are crucial for effective collaboration and understanding.

    • Verbal communication involves both verbal and non-verbal cues

    • Active listening is key to building strong relationships in verbal communication

    • Clarity and conciseness in speech can enhance relationships

    • Empathy and understanding of others' perspectives are important in verbal relationships

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the four branches of oops
  • Ans. 

    The four branches of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same method call.

    • Abstraction: Hiding the complex implementation details and showing only ...

  • Answered by AI
  • Q2. Explain about the structures in c
  • Ans. 

    Structures in C are user-defined data types that allow grouping of variables of different data types under a single name.

    • Structures are used to represent a record which consists of different data types.

    • They are defined using the 'struct' keyword.

    • Each variable in a structure is called a member.

    • Structures can be nested within other structures.

    • Example: struct employee { int emp_id; char emp_name[50]; float emp_salary; };

    • E...

  • Answered by AI

Skills evaluated in this interview

Samcom Technobrains Interview FAQs

How many rounds are there in Samcom Technobrains interview?
Samcom Technobrains interview process usually has 2 rounds. The most common rounds in the Samcom Technobrains interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Samcom Technobrains 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 Samcom Technobrains. The most common topics and skills that interviewers at Samcom Technobrains expect are HTML, PHP, JQuery, Javascript and MySQL.
What are the top questions asked in Samcom Technobrains interview?

Some of the top questions asked at the Samcom Technobrains interview -

  1. What is Retesting, Regression testing, White box and black testing difference,w...read more
  2. What are new features in latest angular versi...read more
  3. What is redux, and r...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Samcom Technobrains Reviews and Ratings

based on 19 reviews

3.6/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

3.6

Company culture

3.7

Promotions

3.6

Work satisfaction

Explore 19 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Angular Developer
5 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Node JS Developer
5 salaries
unlock blur

₹5.3 L/yr - ₹7.2 L/yr

Software Engineer
4 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Python Developer
4 salaries
unlock blur

₹3.1 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Samcom Technobrains with

HCL Infosystems

3.9
Compare

Zidio Development

4.5
Compare

Northcorp Software

4.4
Compare

Accel Frontline

4.1
Compare
write
Share an Interview