Upload Button Icon Add office photos

Filter interviews by

Csc E Governance Services Android Developer Interview Questions and Answers

Updated 9 Feb 2022

Csc E Governance Services Android Developer Interview Experiences

1 interview found

I applied via Indeed and was interviewed before Feb 2021. 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. Related to Android Development.
  • Q2. Some questions related to logics and core parts from Java and Kotlin.
Round 3 - HR 

(4 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What are your salary expectations?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be updated related to subject and keep clear knowledge.

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. What is server side state management
  • Ans. 

    Server side state management is the process of storing and managing data on the server side of a web application.

    • It involves storing data on the server instead of the client side

    • It helps maintain consistency and security of data

    • Examples include session management and database management

  • Answered by AI
  • Q2. What is page life cycle
  • Ans. 

    Page life cycle refers to the series of events that occur between the time a user requests a web page and the time the page is rendered on the user's browser.

    • Page life cycle consists of several stages such as initialization, loading, rendering, and unloading.

    • During initialization, the page is created and controls are initialized.

    • During loading, the page is loaded with data and controls are populated.

    • During rendering, t...

  • Answered by AI
  • Q3. What is components of dot net
  • Ans. 

    The components of .NET include the Common Language Runtime, Framework Class Library, and ASP.NET.

    • Common Language Runtime (CLR) - manages memory, security, and execution of code

    • Framework Class Library (FCL) - collection of reusable classes, interfaces, and value types

    • ASP.NET - web application framework for building dynamic web pages and web services

  • Answered by AI
  • Q4. What is cookies
  • Ans. 

    Cookies are small text files stored on a user's computer by a website to remember user preferences and login information.

    • Cookies are used to track user activity on a website

    • They can be used to store user preferences and login information

    • Cookies can be either session cookies or persistent cookies

    • Session cookies are deleted when the user closes their browser

    • Persistent cookies remain on the user's computer until they expi

  • Answered by AI
  • Q5. What is clr
  • Ans. 

    CLR stands for Common Language Runtime, a component of .NET framework that manages execution of .NET programs.

    • CLR is responsible for memory management, security, and exception handling.

    • It compiles code into an intermediate language (IL) and then executes it.

    • CLR allows for language interoperability, meaning that code written in different languages can be compiled to the same IL and run on the same runtime.

    • Examples of la...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is class, object? Oops concepts in java? Struts flow.. Database ddl and dml commands? System test Ajax calls
  • Ans. 

    Questions related to software development concepts and technologies.

    • Class is a blueprint for creating objects in Java.

    • Object is an instance of a class.

    • OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Struts is a framework for developing Java web applications.

    • Database DDL commands are used to define database schema, while DML commands are used to manipulate data.

    • System testing is a type of...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. What is OOPs concept in java?
  • Ans. 

    OOPs concept in Java is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It emphasizes on encapsulation, inheritance, and polymorphism

    • Encapsulation is the process of hiding implementation details from the user

    • Inheritance allows a class to inherit properties and methods from another class

    • Polymorphism allows objects to take on multiple forms or behaviors

    • Exam...

  • Answered by AI
  • Q2. What is string toknizer in java ?
  • Ans. 

    StringTokenizer is a class in Java that breaks a string into tokens based on a delimiter.

    • It is a legacy class that is not recommended to use in new code.

    • It is used to split a string into smaller parts based on a delimiter.

    • The default delimiter is whitespace, but it can be changed to any character or string.

    • It is useful for parsing text files or data that is separated by a specific character.

    • Example: StringTokenizer st ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Which technologies you are comfortable ?
  • Ans. 

    I am comfortable with a wide range of technologies including Java, Python, JavaScript, and SQL.

    • Proficient in Java and Python programming languages

    • Familiar with JavaScript and its frameworks such as React and Angular

    • Experienced in working with SQL databases

    • Comfortable with version control systems like Git

    • Knowledgeable in software development methodologies like Agile and Scrum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge is the key . Be clear with full of confidence.

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. One round interview in project

Interview Preparation Tips

Interview preparation tips for other job seekers - I have completed MCA. Total Work Experience is 4.5 Years.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse the string, Reverse of an array, Data base related queries

Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. Perform some basics logic
  • Q2. Do SQL query and c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding round with technical round and also prepare for logical round
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic details of required skillset
Round 2 - Assignment 

To create a web page

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

CRUD operations in a known programming language.

Round 2 - Technical 

(2 Questions)

  • Q1. Arrays & Strings explanation
  • Ans. 

    Arrays & Strings are data structures used to store multiple values in a single variable.

    • Arrays store multiple values of the same data type in a contiguous memory location.

    • Strings are arrays of characters used to represent text.

    • Example: int[] numbers = {1, 2, 3}; String name = 'John';

  • Answered by AI
  • Q2. Cors origin and security & hashing techniques & cross site forgery & sql injection

Interview Preparation Tips

Topics to prepare for National Informatics Centre Senior Software Developer interview:
  • Core PHP
  • SQL
  • HTML
  • JQuery
  • Javascript
  • CSS3
  • Postgresql
Interview preparation tips for other job seekers - Please ensure that all topics are covered along with coding practice, as this will be truly helpful.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to medium level coding

Round 2 - Technical 

(1 Question)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers allow direct manipulation of memory and efficient memory management.

    • They are commonly used in programming languages like C and C++.

    • Example: int* ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

Csc E Governance Services Interview FAQs

How many rounds are there in Csc E Governance Services Android Developer interview?
Csc E Governance Services interview process usually has 3 rounds. The most common rounds in the Csc E Governance Services interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Csc E Governance Services Android Developer interview?

Some of the top questions asked at the Csc E Governance Services Android Developer interview -

  1. Some questions related to logics and core parts from Java and Kotl...read more
  2. Related to Android Developme...read more

Tell us how to improve this page.

Csc E Governance Services Android Developer Salary
based on 6 salaries
₹3.3 L/yr - ₹7 L/yr
28% less than the average Android Developer Salary in India
View more details

Csc E Governance Services Android Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
District Manager
162 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

Assistant Manager
93 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Computer Operator
78 salaries
unlock blur

₹0.6 L/yr - ₹3.5 L/yr

Manager
65 salaries
unlock blur

₹4 L/yr - ₹13.1 L/yr

District Coordinator
39 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Csc E Governance Services with

National Informatics Centre

3.9
Compare

Central Reserve Police Force

4.6
Compare

Ministry of Defence

4.3
Compare

India Post

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