Upload Button Icon Add office photos

Filter interviews by

SEW Private Limited Interview Questions and Answers

Updated 18 Dec 2024
Popular Designations

6 Interview questions

A Technical Lead was asked 6mo ago
Q. What is a record type in C#?
Ans. 

Record type in C# is a reference type that is similar to a class but with a focus on immutability and value-based equality.

  • Record types are introduced in C# 9.0 and are used to create immutable data types.

  • They are defined using the 'record' keyword.

  • Record types automatically implement value-based equality, ToString(), and GetHashCode() methods.

  • They are ideal for representing data that should not be modified once c...

View all Technical Lead interview questions
A Technical Lead was asked 6mo ago
Q. Can an abstract class have a parameterized constructor?
Ans. 

Yes, abstract class can have parameterized constructor.

  • Abstract class can have parameterized constructor to initialize the data members of the class.

  • The constructor of an abstract class can be used by its subclasses to initialize the abstract class.

  • Example: abstract class Shape { int sides; Shape(int s) { sides = s; } }

View all Technical Lead interview questions
A Technical Lead was asked 6mo ago
Q. Var x=5; dynamic y = x; var z = y; What is the type of z?
Ans. 

The type of z is dynamic.

  • Variable z will have the type dynamic because it is assigned the value of y, which is also dynamic.

  • Dynamic type allows for late binding and can hold any type of value at runtime.

View all Technical Lead interview questions
A Technical Lead was asked 6mo ago
Q. What are the differences between an abstract class and an interface?
Ans. 

Abstract class is a class that can have both abstract and non-abstract methods, while an interface is a contract that defines methods that a class must implement.

  • Abstract class can have constructor while interface cannot.

  • A class can implement multiple interfaces but can inherit only one abstract class.

  • Abstract class can have variables, while variables in interface are public, static, and final by default.

View all Technical Lead interview questions
A Technical Lead was asked 6mo ago
Q. What is the difference between filters and middleware?
Ans. 

Filters and middleware are both used for processing requests in web applications, but filters are typically used for pre-processing while middleware is used for post-processing.

  • Filters are typically used for pre-processing requests before they reach the intended endpoint

  • Middleware is used for post-processing requests after they have been handled by the endpoint

  • Filters are specific to certain endpoints or routes, w...

View all Technical Lead interview questions
A Presales Consultant was asked 12mo ago
Q. Briefly describe the proposal writing process.
Ans. 

The proposal writing process involves gathering requirements, creating a solution, writing the proposal, and presenting it to the client.

  • Gather requirements from the client

  • Create a solution that meets the client's needs

  • Write the proposal outlining the solution, benefits, and cost

  • Present the proposal to the client and address any questions or concerns

View all Presales Consultant interview questions

SEW Private Limited Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Var x=5; dynamic y = x; var z = y; What is the type of z?
  • Ans. 

    The type of z is dynamic.

    • Variable z will have the type dynamic because it is assigned the value of y, which is also dynamic.

    • Dynamic type allows for late binding and can hold any type of value at runtime.

  • Answered by AI
  • Q2. Can abstract class have parameterized constructor?
  • Ans. 

    Yes, abstract class can have parameterized constructor.

    • Abstract class can have parameterized constructor to initialize the data members of the class.

    • The constructor of an abstract class can be used by its subclasses to initialize the abstract class.

    • Example: abstract class Shape { int sides; Shape(int s) { sides = s; } }

  • Answered by AI
  • Q3. Difference between filters and middleware?
  • Ans. 

    Filters and middleware are both used for processing requests in web applications, but filters are typically used for pre-processing while middleware is used for post-processing.

    • Filters are typically used for pre-processing requests before they reach the intended endpoint

    • Middleware is used for post-processing requests after they have been handled by the endpoint

    • Filters are specific to certain endpoints or routes, while ...

  • Answered by AI
  • Q4. Abstract class vs interface
  • Ans. 

    Abstract class is a class that can have both abstract and non-abstract methods, while an interface is a contract that defines methods that a class must implement.

    • Abstract class can have constructor while interface cannot.

    • A class can implement multiple interfaces but can inherit only one abstract class.

    • Abstract class can have variables, while variables in interface are public, static, and final by default.

  • Answered by AI
  • Q5. What is record type in c#
  • Ans. 

    Record type in C# is a reference type that is similar to a class but with a focus on immutability and value-based equality.

    • Record types are introduced in C# 9.0 and are used to create immutable data types.

    • They are defined using the 'record' keyword.

    • Record types automatically implement value-based equality, ToString(), and GetHashCode() methods.

    • They are ideal for representing data that should not be modified once create...

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

I applied via Job Portal and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Day to day work in the previous company
  • Ans. 

    In my previous role, I managed client engagements, developed proposals, and collaborated with sales teams to drive solutions.

    • Conducted needs assessments to understand client requirements and tailor solutions accordingly.

    • Developed and delivered compelling presentations and demos to showcase product capabilities.

    • Collaborated with sales teams to create customized proposals that addressed specific client challenges.

    • Provide...

  • Answered by AI
  • Q2. Given an assignment to write a proposal
Round 2 - Technical 

(2 Questions)

  • Q1. Present the proposal
  • Q2. Brief the proposal writing process
  • Ans. 

    The proposal writing process involves gathering requirements, creating a solution, writing the proposal, and presenting it to the client.

    • Gather requirements from the client

    • Create a solution that meets the client's needs

    • Write the proposal outlining the solution, benefits, and cost

    • Present the proposal to the client and address any questions or concerns

  • Answered by AI

Interview Preparation Tips

Topics to prepare for SEW Private Limited Presales Consultant interview:
  • Bid management process
  • Proposal Writing
Interview preparation tips for other job seekers - I was hired for presales role. Its completely into Bid management and proposal writing. No client facing role.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude questions were asked medium to hard level

Round 2 - Coding Test 

Project related questions and some puzzles were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ,prepare everything you write in resume

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 SEW Private Limited?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition
  • Ans. 

    Experienced professional with a strong educational background and clear career ambitions, eager to contribute to the company's success.

    • I have over 5 years of experience in project management, leading teams to successfully deliver complex projects on time.

    • I hold a Master's degree in Business Administration from XYZ University, where I specialized in strategic management.

    • My family has always emphasized the importance of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are different types of cloud?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Ans. 

    Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.

    • Workflow is a series of automated steps that can be used to streamline business processes.

    • Triggers are used to execute code before or after a record is inserted, updated, or deleted.

    • Reports are used to display data in a visual format, such as a table or chart.

    • Roles are used to define the hierarchy of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Google the question related to your topic and also become 100% prepared with your resume.

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance

Interview Questionnaire 

1 Question

  • Q1. 1)Tmaus? 2 ) why are you lefted previous job? 3) technical skills knowledge 4) work in under pressure? 5) hr round 6) manager round
  • Ans. 

    Interview questions for an Associate position cover various aspects like motivation, skills, and handling pressure.

    • 1) Tmaus: This could refer to a specific term or acronym; clarify its meaning during the interview.

    • 2) Leaving previous job: Focus on seeking new challenges or growth opportunities, not negative experiences.

    • 3) Technical skills: Highlight relevant skills like data analysis, programming languages, or software...

  • Answered by AI

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

SEW Private Limited Interview FAQs

How many rounds are there in SEW Private Limited interview?
SEW Private Limited interview process usually has 2 rounds. The most common rounds in the SEW Private Limited interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for SEW Private Limited 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 SEW Private Limited. The most common topics and skills that interviewers at SEW Private Limited expect are .Net, .Net Core, API Testing, ASP and Ajax.
What are the top questions asked in SEW Private Limited interview?

Some of the top questions asked at the SEW Private Limited interview -

  1. var x=5; dynamic y = x; var z = y; What is the type of...read more
  2. Can abstract class have parameterized construct...read more
  3. Difference between filters and middlewa...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
View all

SEW Private Limited Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.6

Salary

3.2

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 17 Reviews and Ratings
Senior Product Engineer
11 salaries
unlock blur

₹8.8 L/yr - ₹23.8 L/yr

Software Engineer
10 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Technical Lead
8 salaries
unlock blur

₹13.5 L/yr - ₹17.4 L/yr

Product Engineer
8 salaries
unlock blur

₹7.5 L/yr - ₹12 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹9 L/yr - ₹25 L/yr

Explore more salaries
Compare SEW Private Limited with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview