Upload Button Icon Add office photos

Filter interviews by

Sujata Computer's Pvt.ltd Interview Questions, Process, and Tips for Freshers

Updated 4 Feb 2023

Sujata Computer's Pvt.ltd Interview Experiences for Freshers

Popular Designations

1 interview found

Interview Questionnaire 

13 Questions

  • Q1. What is domain
  • Ans. 

    A domain is a group of computers and devices on a network that are administered as a unit with common rules and procedures.

    • A domain is a logical grouping of network resources such as computers, printers, and servers.

    • It allows for centralized management of users, computers, and security policies.

    • Domains are commonly used in Windows environments, with Active Directory being the most popular domain service.

    • Domains can hav...

  • Answered by AI
  • Q2. What is AADS and what group policy management of server 2012
  • Ans. 

    AADS stands for Apple Advanced Directory Services. Group Policy Management is a feature of Windows Server 2012.

    • AADS is a set of tools and services that allow Mac computers to integrate with Microsoft Active Directory.

    • Group Policy Management is used to manage and enforce group policies across a network of computers.

    • Server 2012 includes new features for Group Policy Management, such as the ability to manage policies for ...

  • Answered by AI
  • Q3. What is MBR pation and gpt partition what is DHCP server
  • Ans. 

    MBR and GPT are partitioning schemes used on hard drives. DHCP server assigns IP addresses to devices on a network.

    • MBR (Master Boot Record) and GPT (GUID Partition Table) are two different partitioning schemes used on hard drives.

    • MBR is an older partitioning scheme that has limitations on the number and size of partitions that can be created.

    • GPT is a newer partitioning scheme that allows for larger partitions and more ...

  • Answered by AI
  • Q4. What is domain controller how to configure and how to add client machine in domain
  • Ans. 

    A domain controller is a server that manages network security and authentication. To configure, install Active Directory Domain Services and promote server to domain controller. To add client machine, join it to the domain.

    • Domain controller manages network security and authentication

    • Install Active Directory Domain Services and promote server to domain controller

    • Add client machine to the domain by joining it

    • Use domain a...

  • Answered by AI
  • Q5. What is VM ware to create a virtual machine
  • Ans. 

    VMware is a software that allows you to create and run virtual machines on a physical computer.

    • VMware is a virtualization software that creates a virtual environment on a physical computer.

    • It allows you to run multiple operating systems on a single machine.

    • VMware creates a virtual machine that acts like a real computer with its own CPU, memory, and storage.

    • It is commonly used in data centers to consolidate servers and ...

  • Answered by AI
  • Q6. What is cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It eliminates the need for physical hardware and allows for scalability and flexibility.

    • Examples of cloud services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI
  • Q7. How to configure router
  • Ans. 

    To configure a router, access its web interface and enter the necessary settings.

    • Connect to the router via Ethernet or Wi-Fi

    • Open a web browser and enter the router's IP address

    • Enter the login credentials (usually admin/admin)

    • Navigate to the settings page and configure as needed

    • Save the changes and reboot the router

  • Answered by AI
  • Q8. How to installed server 2012 R2
  • Ans. 

    To install Server 2012 R2, you need to have the installation media and follow the steps provided in the setup wizard.

    • Insert the installation media (DVD or USB) into the server.

    • Boot the server from the installation media.

    • Follow the prompts in the setup wizard to select language, time zone, and keyboard layout.

    • Select the edition of Server 2012 R2 you want to install.

    • Choose the installation type (custom or upgrade).

    • Select...

  • Answered by AI
  • Q9. How configure DNS and concept of DNS server
  • Ans. 

    DNS is a system that translates domain names to IP addresses. DNS server is a computer that stores DNS records.

    • DNS stands for Domain Name System

    • DNS server stores DNS records which contain information about domain names and their corresponding IP addresses

    • DNS resolution process involves querying DNS servers to find the IP address of a domain name

    • DNS can be configured on a local network or on a public network

    • DNS can be c...

  • Answered by AI
  • Q10. Configuration of out look
  • Ans. 

    Configuration of Outlook involves setting up email accounts, creating rules, and managing contacts and calendars.

    • To configure Outlook, go to File > Account Settings > Account Settings

    • Add email account by entering email address and password

    • Create rules to automatically sort and manage emails

    • Manage contacts and calendars by adding, editing, and deleting entries

    • Set up signatures and automatic replies

  • Answered by AI
  • Q11. What is incoming mail server
  • Ans. 

    Incoming mail server is a computer that receives emails from other servers and delivers them to the recipient's mailbox.

    • It is also known as POP3 or IMAP server.

    • It uses protocols like POP3, IMAP, or Exchange to receive emails.

    • Examples of incoming mail servers are mail.example.com, pop.example.com, imap.example.com.

    • It is configured in email clients like Outlook, Gmail, or Thunderbird.

  • Answered by AI
  • Q12. What is outgoing mail server
  • Ans. 

    Outgoing mail server is responsible for sending emails from your email client to the recipient's email server.

    • Outgoing mail server is also known as SMTP server.

    • It uses SMTP (Simple Mail Transfer Protocol) to send emails.

    • The outgoing mail server settings can be configured in your email client.

    • Examples of outgoing mail servers include smtp.gmail.com, smtp.yahoo.com, etc.

  • Answered by AI
  • Q13. SMTP and imp and pop 3 protocol and port no SSL and TSL connect

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skill required
Positive attitude
More and more knowledge in IT technologies
MCSE Skills required
Network skills required
More and more knowledge in the OS tourbalshooting and installation and configuration and installation application software

Skills evaluated in this interview

Top Sujata Computer's Pvt.ltd Desktop Support Engineer Interview Questions and Answers

Q1. What is domain controller how to configure and how to add client machine in domain
View answer (1)

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

Jobs at Sujata Computer's Pvt.ltd

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

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

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL

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

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

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 

(1 Question)

  • Q1. Qs related to javascript
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you

Sujata Computer's Pvt.ltd Interview FAQs

How many rounds are there in Sujata Computer's Pvt.ltd interview for freshers?
Sujata Computer's Pvt.ltd interview process for freshers usually has 2-3 rounds. The most common rounds in the Sujata Computer's Pvt.ltd interview process for freshers are Resume Shortlist, Aptitude Test and HR.
How to prepare for Sujata Computer's Pvt.ltd interview for freshers?
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 Sujata Computer's Pvt.ltd. The most common topics and skills that interviewers at Sujata Computer's Pvt.ltd expect are Lead Generation, Administration, Cold Calling, Communication Skills and Customer Service.
What are the top questions asked in Sujata Computer's Pvt.ltd interview for freshers?

Some of the top questions asked at the Sujata Computer's Pvt.ltd interview for freshers -

  1. What is domain controller how to configure and how to add client machine in dom...read more
  2. What is MBR pation and gpt partition what is DHCP serv...read more
  3. What is AADS and what group policy management of server 20...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all

Sujata Computer's Pvt.ltd Reviews and Ratings

based on 19 reviews

4.6/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.3

Job security

4.5

Company culture

4.5

Promotions

4.6

Work satisfaction

Explore 19 Reviews and Ratings
L2 Desktop Engineer

Pune

2-4 Yrs

Not Disclosed

Sales Representative

Mumbai,

Pune

1-2 Yrs

Not Disclosed

Business Strategy Coordinator

Pune

1-3 Yrs

Not Disclosed

Explore more jobs
Network Engineer
8 salaries
unlock blur

₹1.5 L/yr - ₹7.8 L/yr

Technical Support Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹7.2 L/yr

Desktop Support Engineer
6 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Engineer- Customer Support
5 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Graphic Designer
3 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Sujata Computer's Pvt.ltd with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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