Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Techwens Software Private Limited Team. If you also belong to the team, you can get access from here

Techwens Software Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Techwens Software Private Limited Interview Questions and Answers

Updated 20 Mar 2025
Popular Designations

Techwens Software Private Limited Interview Experiences

3 interviews found

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

I applied via Indeed and was interviewed in Nov 2023. 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 - Technical 

(3 Questions)

  • Q1. What is command to see task running on your linux server.?
  • Ans. 

    The command to see tasks running on a Linux server is 'top'.

    • The 'top' command displays real-time information about processes running on the server.

    • It provides details such as process ID, CPU usage, memory usage, and more.

    • Press 'q' to exit the 'top' command.

    • Use 'top -u username' to filter processes by a specific user.

    • Combine 'top' with other commands like 'grep' to search for specific processes.

  • Answered by AI
  • Q2. How to check how many user are login in Linux server..?
  • Ans. 

    To check the number of logged-in users in a Linux server, use the 'who' or 'w' command.

    • Use the 'who' command to display information about currently logged-in users.

    • Use the 'w' command to get detailed information about logged-in users, including idle time and processes.

    • Both commands provide the username, terminal, login time, and IP address of the logged-in users.

    • You can also use the 'users' command to simply list the u...

  • Answered by AI
  • Q3. How to check which service running on your server..?
  • Ans. 

    To check which service is running on a server, you can use various commands and tools.

    • Use the 'service' command followed by 'status' and the service name to check if a specific service is running.

    • Use the 'ps' command to list all running processes and filter by service name or process ID.

    • Use the 'netstat' command to view active network connections and associated services.

    • Use the 'systemctl' command to check the status o...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself.?
  • Ans. 

    I am an experienced System Administrator with a strong background in managing and troubleshooting complex IT systems.

    • Over 5 years of experience in system administration

    • Proficient in managing Windows and Linux servers

    • Skilled in network configuration and troubleshooting

    • Experience with virtualization technologies such as VMware

    • Strong knowledge of security protocols and best practices

    • Excellent problem-solving and communica...

  • Answered by AI
  • Q2. How much your expectation..?
  • Ans. 

    My expectation is to work in a challenging environment where I can utilize my skills and knowledge to contribute to the success of the organization.

    • I expect to have opportunities for professional growth and development.

    • I expect to work with a supportive team and have good communication within the organization.

    • I expect to have access to the necessary resources and tools to perform my job effectively.

    • I expect to be recog...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Joining details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place for work.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to grow a business within 5 years?
  • Ans. 

    To grow a business within 5 years, focus on strategic planning, market research, customer retention, innovation, and scalability.

    • Develop a comprehensive strategic plan outlining goals, objectives, and tactics for growth.

    • Conduct thorough market research to identify trends, opportunities, and potential threats.

    • Implement strategies to retain existing customers and attract new ones through targeted marketing and exceptiona...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - How long does it usually take to find a job? & How to do the self growth and motivated?

Node JS Developer Interview Questions & Answers

user image Dipronil Das

posted on 20 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Basic Node Js Question
  • Q2. Basic JS Question

Top trending discussions

View All
Interview Tips & Stories
2w
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 Techwens Software Private Limited?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Ans. 

    I faced a significant challenge when integrating a legacy system with a new application, requiring extensive troubleshooting and collaboration.

    • Identified compatibility issues between the legacy system and the new application, which caused data inconsistencies.

    • Collaborated with cross-functional teams, including QA and DevOps, to gather insights and troubleshoot effectively.

    • Implemented a phased integration approach, allo...

  • Answered by AI
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot...

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Assignment 

30 Mcq questions for 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is routing in asp.net mvc
  • Ans. 

    Routing in ASP.NET MVC is the process of mapping URLs to controller actions.

    • Routing determines which controller and action method should handle a request based on the URL

    • Routes are defined in the RouteConfig.cs file in the App_Start folder

    • Routes can include parameters that are passed to the controller action method

    • Default route in ASP.NET MVC is {controller}/{action}/{id}

    • Routes can be customized using attributes like [...

  • Answered by AI
  • Q2. How oops concepts are working
  • Ans. 

    OOPs concepts are working by allowing developers to create classes, objects, inheritance, polymorphism, and encapsulation.

    • OOPs concepts include classes, which are blueprints for objects

    • Objects are instances of classes with their own state and behavior

    • Inheritance allows classes to inherit properties and methods from other classes

    • Polymorphism enables objects to be treated as instances of their parent class

    • Encapsulation r...

  • Answered by AI
Round 3 - Coding Test 

Need to do system task with with project manager

Round 4 - HR 

(1 Question)

  • Q1. Salary expectation per month
  • Ans. 

    I expect a competitive salary based on my skills, experience, and industry standards.

    • Research industry standards: For example, a software developer in my region typically earns between $70,000 and $100,000 annually.

    • Consider my experience: With 5 years in the field, I would expect to be on the higher end of that range.

    • Factor in the company's size and location: Larger tech companies often offer higher salaries compared t...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2023. 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 - HR 

(2 Questions)

  • Q1. Education Details
  • Q2. Skills, Strength
Round 3 - Assignment 

CRUD Application using Angular

Round 4 - Technical 

(1 Question)

  • Q1. Node.js, OOPs concepts
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Create a hero section for website

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

Online test with basic questions along with c++ question

Round 2 - Group Discussion 

Virtual group discussion

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

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked

Techwens Software Private Limited Interview FAQs

How many rounds are there in Techwens Software Private Limited interview?
Techwens Software Private Limited interview process usually has 2-3 rounds. The most common rounds in the Techwens Software Private Limited interview process are Technical, Behavioral and HR.
How to prepare for Techwens Software 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 Techwens Software Private Limited. The most common topics and skills that interviewers at Techwens Software Private Limited expect are .Net, ADO.Net, ASP.Net, ASP.Net MVC and Ajax.
What are the top questions asked in Techwens Software Private Limited interview?

Some of the top questions asked at the Techwens Software Private Limited interview -

  1. What is command to see task running on your linux serve...read more
  2. How to check how many user are login in Linux server...read more
  3. How to check which service running on your server...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

GrapplTech Interview Questions
4.8
 • 13 Interviews
Socure India Interview Questions
3.9
 • 7 Interviews
SynthWeb Interview Questions
5.0
 • 6 Interviews
Techwaukee Interview Questions
4.3
 • 5 Interviews
View all

Techwens Software Private Limited Reviews and Ratings

based on 17 reviews

4.3/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

4.1

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 17 Reviews and Ratings
Node JS Developer
5 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Backend Developer
4 salaries
unlock blur

₹2.6 L/yr - ₹4 L/yr

HR Executive
3 salaries
unlock blur

₹1.9 L/yr - ₹2.2 L/yr

Front end Developer
3 salaries
unlock blur

₹1 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Techwens Software Private Limited with

GrapplTech

4.8
Compare

Infotact Solutions

4.5
Compare

Wilco Source

3.5
Compare

Vizlogic Digital Solutions

4.6
Compare
write
Share an Interview