Upload Button Icon Add office photos

Filter interviews by

SEW Private Limited Interview Questions, Process, and Tips

Updated 18 Dec 2024

Top SEW Private Limited Interview Questions and Answers

View all 6 questions

SEW Private Limited Interview Experiences

Popular Designations

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

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
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
  • 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.

Presales Consultant Interview Questions asked at other Companies

Q1. What are the important documents to be submitted during the RFP.
View answer (2)
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

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
Add answer

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

1. Explain about framework architecture and from that all questions derived. asked to write diagram and explain the structure.
2. Difference between class variable and instance variable.
3. what is ITestListener why used and when used in framework.
4. architecture of selenium 4 (geckodriver, chromium driver)
5. what is BDD and cucumber, how both are related to.
6. which kind of framework you go, either POM or Page factory for with testNg/junit?
7. asked to write query on sql joins and how you fetch the second lowest of salary from each department.
8. DDL, DML statements.
9. pathquery and query parameters differences(API)
10. How the responses you are validating in automation framework for Json response file.
11. status code of Https
12. serialization and deserialization difference
13. String Builder, String Buffer and String difference? which is better and which is safe to use.
14. Dropdown in selenium how you handle, how to check which is already selected?
15. multiple data provider in testng and how you pass parameter and how you retrive from excel sheet? Asked to write code!
16.what is flaky testing?
17.Asked to write first code of JDBC connecting establishment with framework.
18. Code execution: input ="aabbabcbb"; output = a:3 , b:5, c:1 like this if they give name also it should count. Tip : HashMap you can write the code.
19. Code execution: a[]={1,2,3,4,0,0,0} b={5,6,7} output need to print as remove all 0's from first array and replace 1,2,3,4 with 5,6,7 some crazy questions.
20. Git cmds and CI/CD tool.

Round 2 - Coding Test 

1. asked about architecture and where you used oops concepts?
2. abstract class and interfaces
3. select drop down all options
4. find scrape links from webpage write the code
5. asked for writing xpath for any element random website.
6. asked about following-sibling, descendent and preceding-sibling, normalise-space locators.
7. jdbc connection code.
8. API JSON file - how you done validation in automation testing.

Round 3 - Technical 

(1 Question)

  • Q1. Why team lead position you have not taken till now and is their any managerial skills you are lacking on What kind of projects you worked on water fall model agile team You are only individual contributor?...
  • Ans. 

    I have not pursued a team lead position because I have been focused on honing my technical skills. I have experience working on projects in both waterfall and agile methodologies.

    • I have chosen to focus on improving my technical skills as an individual contributor rather than taking on a managerial role.

    • I have worked on projects using both waterfall and agile methodologies, adapting to the needs of the team and project.

    • ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About experience and studies Compensation discussed. Need all the exp letters and years

Interview Preparation Tips

Interview preparation tips for other job seekers - It was one day process and shortlisted drive. But it was huge number people for one profile.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. What are some of the Design Patterns you have worked with?
  • Q2. What is your approach for a issue you came to know happened in Production.
  • Q3. If given a chance to lead a team will you take it up as a challenge of not how would you tackle it?
  • Q4. Are you able to work under pressure. How do you manage?
  • Q5. What do you understand by SOLID principle? Why do you think it is important.
  • Q6. Please solve the coding question provided ( a moderately difficult coding question provided). Help understand your approach and why you chose same. Explain edge caes if possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush Up Job related skills.
Be able to demonstrate through practical approach.
Keep your theoretical approach flexible and more inclined with positive response than bluffing.
Keep confidence at core of and have a good communication practice.
Adhere to Interview rules for example be available with 1 working editor for coding or technical rounds. Be professional in your appearance and always refrain from asking feedback in the interview itself.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

The aptitude test will be conducted online.

Round 2 - Technical 

(7 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the thread lifecycle in programming?
  • Q3. What is the purpose of collections in Java?
  • Q4. What are the key concepts of Object-Oriented Programming (OOP)?
  • Q5. What are some real-life examples that illustrate the concepts of Object-Oriented Programming (OOP)?
  • Q6. Write a code for matrix multiplication?
  • Q7. Could you provide details about your academic project?
Round 3 - HR 

(1 Question)

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Essentially, your selection will depend on luck. Both of my interviews went well, but I was not selected, while some individuals with backlogs were selected.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

It sounds like you might be asking for an aptitude test that has 20 questions or characters, possibly for a job application. Aptitude tests for jobs usually focus on assessing your ability to think logically, solve problems, and apply basic skills in areas like math, reasoning, and verbal abilities.

Here’s an example of 20 sample aptitude test questions, covering different types of skills:

1. Numerical Aptitude

What is 15% of 200?

If a car travels 60 miles in 1 hour, how far will it travel in 5 hours at the same speed?

Solve for x: 2x + 5 = 15.


2. Logical Reasoning

What comes next in the sequence: 2, 4, 8, 16, ___?

If all roses are flowers and some flowers are red, are all roses red?

Which number is the odd one out: 3, 5, 9, 7?


3. Verbal Ability

Find the synonym of "quick": a) slow, b) fast, c) steady, d) loud

Choose the correct sentence: "She don't like apples" or "She doesn't like apples?"

Find the antonym of "bright": a) shiny, b) dull, c) happy, d) light


4. Data Interpretation

If a graph shows sales increasing by 20% each month, how much is the increase in the 3rd month if sales were $100 initially?

The pie chart below shows the distribution of monthly expenses. If the rent is 25%, how much is the rent if the total is $1200?


5. Spatial

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're looking for an aptitude test specifically designed for job seekers, these tests are often used by employers to evaluate your problem-solving, analytical, and reasoning skills. Here are some common types of aptitude tests for job seekers and what they typically assess:

1. Numerical Reasoning

What it assesses: Your ability to work with numbers, percentages, ratios, and interpret data.

Example Question:
If a company’s profit increased from $50,000 to $75,000 in a year, what is the percentage increase in profit?


2. Verbal Reasoning

What it assesses: Your ability to understand and interpret written information
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL medium questions to be done in Pyspark parallely.
  • Q2. Datafactory and other azure resources scenario based
Round 2 - Technical 

(1 Question)

  • Q1. Project discussion with the team lead and manager
Round 3 - Client Interview 

(1 Question)

  • Q1. Technical and general discussion
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Ans. 

    Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.

    • Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.

    • Subclasses of a sealed class must be either final or sealed themselves.

    • Errors may occur when trying to extend a sealed class with a non-permitted subclass.

  • Answered by AI
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Ans. 

    Implementation of 'notify me if item is back in stock' feature in an ecommerce application

    • Create a database table to store user notifications for out-of-stock items

    • Implement a service to check item availability and send notifications to subscribed users

    • Provide a user interface for users to subscribe to notifications for specific items

  • Answered by AI
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response
Round 1 - HR 

(2 Questions)

  • Q1. What is your experience and current compensation (CTC)?
  • Q2. What are your communication skills?
Round 2 - Technical 

(2 Questions)

  • Q1. What is the accounts payable cycle?
  • Q2. Miro processing
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the implications of invoice deductions related to disputes?
  • Q2. What is the process of evolving reconciliation?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to advance to the next level.

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.

SEW Private Limited Interview Process

based on 6 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all

SEW Private Limited Reviews and Ratings

based on 14 reviews

4.8/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

4.3

Salary

4.1

Job security

4.5

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
13 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Senior Product Engineer
11 salaries
unlock blur

₹9 L/yr - ₹23 L/yr

Product Engineer
7 salaries
unlock blur

₹7.5 L/yr - ₹12 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹9 L/yr - ₹25 L/yr

Technical Lead
5 salaries
unlock blur

₹13.5 L/yr - ₹16 L/yr

Explore more salaries
Compare SEW Private Limited with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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