Upload Button Icon Add office photos

CtrlS

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

CtrlS Associate Software Engineer Interview Questions and Answers

Updated 26 Oct 2023

CtrlS Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Online exam and basic concepts were asked.

Round 3 - Group Discussion 

Easy and general topics were given.

Round 4 - One-on-one 

(2 Questions)

  • Q1. It was hr and technical round.
  • Q2. What is os and its type?
  • Ans. 

    An operating system (OS) is software that manages computer hardware and software resources and provides common services for computer programs.

    • OS types include Windows, macOS, Linux, Unix, Android, iOS, etc.

    • OS can be categorized as single-user, multi-user, single-tasking, multi-tasking, real-time, etc.

    • Examples: Windows 10 (single-user, multi-tasking), Linux (multi-user, multi-tasking)

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 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 Resume tips
Round 2 - Aptitude Test 

It contains 60 questions solve in 60 minutes and 1 coding questions simply debug extra 15 minutes are given

Round 3 - Technical 

(1 Question)

  • Q1. 7 to 8 minut google meet technical interview about your project, sql and basics of your main language
Round 4 - HR 

(1 Question)

  • Q1. It just normal interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

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 Resume tips
Round 2 - Coding Test 

There was an OA which comprised of Aptitude questions, as well as Technical questions. And, there was a single coding question(Basic level)

Round 3 - Technical 

(2 Questions)

  • Q1. This round was with the CTO of the company and manager, and CHRO of the company. Questions related to project were asked.
  • Q2. Tell me something that is not there in your resume. Describe any one of your project in detail What is S3 architecture? Difference between GET and POST Describe HTTP Response

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed with your projects and hackathon experience is good to have. No matter you won or lost in hackathon, describe your experience about building something different and unique from scratch. Don't just copy-paste projects from yt. Recruiters will hate it. Try to add unique projects to your resume.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

It was online assessment

Round 3 - Technical 

(5 Questions)

  • Q1. Questions were mainly from oops c++ and database management
  • Q2. What is four pillars of oops. What is array and vector. Implement queue using stack. Project based questions.
  • Ans. 

    The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction. Arrays are fixed-size data structures, while vectors are dynamic arrays. A queue can be implemented using two stacks.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Creating new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Objects of differe...

  • Answered by AI
  • Q3. Four pillars of opps
  • Ans. 

    The four pillars of object-oriented programming are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
  • Q4. What is dbms explain
  • Ans. 

    DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is a software system that manages databases.

    • It allows users to define, create, maintain, and control access to databases.

    • DBMS provides tools for data manipulation, retrieval, and security.

    • Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

  • Answered by AI
  • Q5. What isSQL.and some queries

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

Easy level questions

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between object and constructor?
  • Ans. 

    Object is an instance of a class with its own state and behavior, while constructor is a special method used to initialize objects.

    • Object is created from a class using the 'new' keyword.

    • Constructor is a special method with the same name as the class.

    • Object has its own state (attributes) and behavior (methods).

    • Constructor is used to initialize the state of an object when it is created.

    • Example: Class Car { constructor(ma...

  • Answered by AI
  • Q2. Difference between abstraction and encapsulation?
  • Ans. 

    Abstraction focuses on hiding the implementation details while encapsulation focuses on bundling the data and methods that operate on the data into a single unit.

    • Abstraction is the concept of hiding the complex implementation details and showing only the necessary features of an object.

    • Encapsulation is the bundling of data and methods that operate on the data into a single unit.

    • Abstraction allows for creating simple in...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Quant, logical reasoning, mathematics

Round 3 - Technical 

(2 Questions)

  • Q1. Access modifiers
  • Q2. Diff between abstract class and interface Difference between array and array list Difference between method overloading and overriding Pillars of oops Deadlock Normalisation
  • Ans. 

    Abstract class is a class with abstract methods, interface is a contract with only abstract methods. Array is fixed size, ArrayList is dynamic. Method overloading is same method with different parameters, overriding is redefining a method. OOP pillars are inheritance, encapsulation, polymorphism, abstraction. Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other...

  • Answered by AI

Skills evaluated in this interview

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

Easy applitute question with 1 coding question at the end

Round 2 - Technical 

(3 Questions)

  • Q1. String builder vs string buffer
  • Ans. 

    String builder is faster but not thread-safe, while string buffer is slower but thread-safe.

    • String builder is recommended for single-threaded applications for better performance.

    • String buffer is recommended for multi-threaded applications to ensure thread safety.

    • Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();

  • Answered by AI
  • Q2. Final keyword in oops
  • Ans. 

    The final keyword in OOP is used to restrict the user from changing the value of a variable, overriding a method, or inheriting from a class.

    • Final variable: value cannot be changed once assigned

    • Final method: cannot be overridden in child classes

    • Final class: cannot be inherited by other classes

  • Answered by AI
  • Q3. Bsf graph explanation
  • Ans. 

    BSF graph explanation

    • BFS (Breadth-First Search) is a graph traversal algorithm that explores all the neighbor nodes at the present depth before moving on to the nodes at the next depth.

    • It uses a queue data structure to keep track of the nodes to visit next.

    • BFS is often used to find the shortest path in an unweighted graph.

    • Example: BFS can be used to find the shortest path in a maze from the starting point to the exit.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Ospf are types,ospf network types,ospf lsas and what they do,bgp sequential attributes,static route config,bgp config,subnetting questions to solve,AD values of various routing protocols
  • Ans. 

    The interview question covers topics related to OSPF, BGP, static routing, subnetting, and AD values of routing protocols.

    • OSPF types include OSPFv2 and OSPFv3

    • OSPF network types include broadcast, non-broadcast, point-to-point, and point-to-multipoint

    • OSPF LSAs include router, network, summary, and AS-external

    • BGP sequential attributes include weight, local preference, AS path, origin, MED, and community

    • Static route confi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare above mentioned points thoroughly you will get selected

Skills evaluated in this interview

I was interviewed in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They are looking for multiple domain person where that person after a year will have half knowledge for all technology .

Interview Preparation Tips

Interview preparation tips for other job seekers - I will say don't visit this company for interview where they are not adhere to person time .
I almost wasted my 3 hours for second round and after second round also 3rd round where all together will ask about package which they can not afford.
I will strictly say no for this company as they don't have proper shift and proper management.

Totaly spend 7 hours for interview.

One person who was very funny where he was asking who decide incident priority .
Contribute & help others!
anonymous
You can choose to be anonymous

CtrlS Interview FAQs

How many rounds are there in CtrlS Associate Software Engineer interview?
CtrlS interview process usually has 4 rounds. The most common rounds in the CtrlS interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in CtrlS Associate Software Engineer interview?

Some of the top questions asked at the CtrlS Associate Software Engineer interview -

  1. What is os and its ty...read more
  2. It was hr and technical rou...read more

Recently Viewed

CAMPUS PLACEMENT

Mumbai University

INTERVIEWS

STT Global Data Centres India

No Interviews

CAMPUS PLACEMENT

JNTU College of Engineering, Hyderabad

INTERVIEWS

Exide Industries

No Interviews

INTERVIEWS

Maruti Suzuki

No Interviews

SALARIES

Avago Technologies

INTERVIEWS

CtrlS

No Interviews

INTERVIEWS

Avago Technologies

No Interviews

INTERVIEWS

CtrlS

No Interviews

INTERVIEWS

Oracle

30 top interview questions

Tell us how to improve this page.

CtrlS Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
CtrlS Associate Software Engineer Salary
based on 5 salaries
₹3 L/yr - ₹5 L/yr
31% less than the average Associate Software Engineer Salary in India
View more details

CtrlS Associate Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Engineer
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Shift Manager
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Security Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CtrlS with

Web Werks

2.6
Compare

Sify Technologies

3.9
Compare

Nxtgen Datacenter Cloud Technologies

3.7
Compare

STT Global Data Centres India

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