Upload Button Icon Add office photos
Engaged Employer

i

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

Chetu Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Chetu Web Developer Interview Questions and Answers

Updated 15 Aug 2024

Chetu Web Developer Interview Experiences

4 interviews found

Web Developer Interview Questions & Answers

user image ABHISHEK KUMAR S SINGH

posted on 22 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. HTML CSS and JavaScript
  • Ans. Hyper text markup language, Cascading style sheet and JavaScript
  • Answered by ABHISHEK KUMAR S SINGH
Round 2 - Sem 

(1 Question)

  • Q1. UI and UX design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected
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. How to update new PHP version
  • Ans. 

    To update PHP version, download the latest version from php.net, backup your files, update php.ini, and restart the server.

    • Download the latest PHP version from php.net

    • Backup your files before updating

    • Update php.ini configuration file

    • Restart the server to apply changes

  • Answered by AI
  • Q2. How to create python in session
  • Ans. 

    To create a Python session, you can use the 'requests' library to make HTTP requests and maintain session state.

    • Import the 'requests' library

    • Create a session object using 'requests.Session()'

    • Use the session object to make HTTP requests, which will automatically handle cookies and other session data

  • Answered by AI
Round 3 - Coding Test 

Php, html , CSS in this relationship

Skills evaluated in this interview

Web Developer Interview Questions Asked at Other Companies

Q1. Last Index of Element The task is to determine the index of the l ... read more
Q2. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
Q4. Intersection of Linked List Problem You are provided with two sin ... read more
Q5. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more

Web Developer Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2022

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 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 

(2 Questions)

  • Q1. C# oops concept .net core
  • Q2. Sql server Database
Round 3 - HR 

(3 Questions)

  • Q1. Discussion of about of your company
  • Q2. Salary discussion And benefits
  • Q3. Features About of your company

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a web developer and I have 6 month experience from chetu India PVT LDT

Web Developer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2022

I appeared for an interview in Jul 2021.

Round 1 - Video Call 

Round duration - 60 Minutes
Round difficulty - Medium

This round had questions mainly from .NET and ASP .NET Core.

Round 2 - Video Call 

(6 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round started with some questions from DBMS and SQL and then moved on to some more questions from ASP .NET.

  • Q1. Can you explain the concept of ACID properties in DBMS?
  • Ans. 

    ACID properties in DBMS ensure data integrity and consistency in transactions.

    • ACID stands for Atomicity, Consistency, Isolation, Durability.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none are.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that multiple transactions can run concurrently without affecting e...

  • Answered by AI
  • Q2. What are the different types of joins in SQL?
  • Ans. 

    Different types of joins in SQL include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN: Returns rows when there is a match in both tables.

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table.

    • FULL JOIN: Returns rows when there is a match in one of the tables.

  • Answered by AI
  • Q3. What are constraints in SQL?
  • Ans. 

    Constraints in SQL are rules that are enforced on data columns in a table.

    • Constraints ensure data integrity by enforcing rules on data columns

    • Common constraints include NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, CHECK

    • Example: NOT NULL constraint ensures a column cannot have a NULL value

  • Answered by AI
  • Q4. What are triggers in SQL?
  • Ans. 

    Triggers in SQL are special stored procedures that are automatically executed when certain events occur in a database.

    • Triggers can be used to enforce business rules, maintain referential integrity, and automate tasks.

    • There are two main types of triggers: Before Triggers and After Triggers.

    • Example: A trigger can be set to automatically update a 'last_modified' column whenever a row is updated in a table.

  • Answered by AI
  • Q5. Can you explain how the HTTP protocol works?
  • Ans. 

    HTTP is a protocol used for transferring data over the internet.

    • HTTP stands for Hypertext Transfer Protocol.

    • It is a request-response protocol where a client sends a request to a server and the server responds with the requested data.

    • HTTP uses methods like GET, POST, PUT, DELETE to specify the action to be performed.

    • Headers are used to provide additional information about the request or response.

    • Status codes like 200 (O...

  • Answered by AI
  • Q6. What is session state in HTTP?
  • Ans. 

    Session state in HTTP refers to the data stored on the server about a user's interactions during a session.

    • Session state allows the server to remember information about a user's interactions during a session.

    • It is typically stored in server-side memory or a database.

    • Session state is used to maintain user authentication, shopping cart contents, and other user-specific data.

    • Cookies are often used to maintain session stat

  • Answered by AI
Round 3 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This was a Technical Cum HR round where I was first asked some basic OOPS related concepts and then we discussed
about my expectations from the company , learnings and growth in the forthcomig years. I would suggest be honest and
try to communicate your thoughts properly in these type of rounds to maximise your chances of getting selected.

  • Q1. Why should we hire you?
  • Q2. Why are you looking for a job change?

Interview Preparation Tips

Eligibility criteriaAbove 2 years of experienceChetu interview preparation:Topics to prepare for the interview - .NET , OOPS , C# , DBMS , MVC , AptitudeTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Chetu interview questions for designations

 .NET Web Developer

 (2)

 Developer

 (1)

 Software Developer

 (32)

 Java Developer

 (3)

 PHP Developer

 (2)

 Python Developer

 (2)

 Android Developer

 (2)

 UI Developer

 (2)

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2021. 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 - Aptitude Test 

Logical Aptitude, Verbal, Numerical

Round 3 - Coding Test 

2 codes one small and easy , another big and medium difficultly

Round 4 - Behavioral 

(2 Questions)

  • Q1. Introduction , Academic Project,
  • Q2. Coding Questions, Company Related Questions

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • Coding
Interview preparation tips for other job seekers - In aptitude focus on Logical and Verbal aptitude and work on projects and coding skills

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

Interview Questionnaire 

1 Question

  • Q1. Some basic programming and technical questions of python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well ! :) All the best

I appeared for an interview before Jul 2021.

Round 1 - Aptitude Test 

This will be a general apptitude test where a questionnaire is consist of reasoning, English and Maths questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell us about yourself
  • Q2. What do you know about our company
  • Q3. Where do you see yourself in the next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for general apptitude. And for interview one-on-one, Stay calm and focused. Just be yourself, know you gonna provide to the company

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How to check Java version?
  • Ans. 

    To check Java version, use command prompt/terminal and type 'java -version'.

    • Open command prompt/terminal

    • Type 'java -version'

    • Press enter

    • The installed Java version will be displayed

  • Answered by AI
  • Q2. What is the syntax of the main method?
  • Ans. 

    The main method syntax is a standard entry point for Java programs.

    • The main method must be declared as public, static, and void.

    • The method name must be 'main'.

    • The method must accept an array of strings as an argument.

    • The method must be defined within a class.

    • Example: public static void main(String[] args) { }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go by yourself.
Look professional. Dress in a manner appropriate to the job.
Bring your sense of humor and smile🙂.
Maintain eye contact.
Display confidence during the interview .

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Q2. Why should I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

Chetu Interview FAQs

How many rounds are there in Chetu Web Developer interview?
Chetu interview process usually has 2-3 rounds. The most common rounds in the Chetu interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Chetu Web Developer interview?

Some of the top questions asked at the Chetu Web Developer interview -

  1. How to create python in sess...read more
  2. How to update new PHP vers...read more
  3. HTML CSS and JavaScr...read more

Tell us how to improve this page.

Chetu Web Developer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Web Developer Interview Questions from Similar Companies

View all
Chetu Web Developer Salary
based on 61 salaries
₹3 L/yr - ₹7.5 L/yr
21% more than the average Web Developer Salary in India
View more details

Chetu Web Developer Reviews and Ratings

based on 15 reviews

3.0/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

3.1

Salary

2.8

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
1.2k salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Software Developer
1k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
647 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Team Lead
281 salaries
unlock blur

₹5 L/yr - ₹13.2 L/yr

Senior Software Developer
223 salaries
unlock blur

₹4.6 L/yr - ₹11 L/yr

Explore more salaries
Compare Chetu with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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