Upload Button Icon Add office photos

Filter interviews by

Assam State Legal Services Authority Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I appeared for an interview in Aug 2020.

Interview Questionnaire 

3 Questions

  • Q1. P2P,why you want to join us
  • Q2. Introduction
  • Q3. Accounts related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Excel formulas u knew
  • Ans. 

    I am familiar with a variety of Excel formulas including VLOOKUP, SUMIF, COUNTIF, INDEX/MATCH, and IF functions.

    • VLOOKUP: Used to search for a value in a table and return a corresponding value from another column.

    • SUMIF: Adds the cells specified by a given condition or criteria.

    • COUNTIF: Counts the number of cells within a range that meet a certain condition.

    • INDEX/MATCH: Used together to look up a value in a table based o...

  • Answered by AI
  • Q2. Power query questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Aptitude based on distance, time and pattern matching

Round 2 - Coding Test 

Coding Test include Basic Question of DSA

Round 3 - HR 

(2 Questions)

  • Q1. Explain your Project?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and Express for back-end development

    • Implemented user authentication and authorization using JWT tokens

    • Integrated with MongoDB for database storage

  • Answered by AI
  • Q2. Why do want to be a Software Developer?
  • Ans. 

    I am passionate about problem-solving, enjoy coding, and want to contribute to innovative technology solutions.

    • Passionate about problem-solving

    • Enjoy coding and building software

    • Want to contribute to innovative technology solutions

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related to past experience and current role
Round 2 - Technical 

(1 Question)

  • Q1. Same as in 1st round
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OTC cycle depth, journal entries, Billing depth, cash app depth, dispute management in depth,

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time to attend the interview, because position senior associate but they will take interview like manager position, minimum they will take atleast 1hr in pannel interview .. Max if u answer all also they will not hire..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details around experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic details and system design
Round 3 - Technical 

(1 Question)

  • Q1. Coding for a solution
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are statics functions in OOPS
  • Ans. 

    Static functions in OOP are functions that belong to the class itself, rather than to instances of the class.

    • Static functions can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: In Java, a static function in a class can be c

  • Answered by AI
  • Q2. What is Polymorphism in OOPs
  • Ans. 

    Polymorphism in OOPs allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows methods to be called on objects of different classes that all inherit from a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and method overloading within the same class.

  • Answered by AI
  • Q3. What is websockets and its alternative
  • Ans. 

    Websockets are a communication protocol that allows for full-duplex communication between a client and a server over a single, long-lived connection.

    • Websockets provide real-time, bi-directional communication between a client and a server.

    • They are commonly used in applications that require instant updates, such as chat applications, online gaming, and financial trading platforms.

    • Websockets use a persistent connection, u...

  • Answered by AI
  • Q4. What is JWT and How it works
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is composed of three parts: header, payload, and signature.

    • Header typically consists of the type of token and the hashing algorithm being used.

    • Payload contains the claims, which are statements about an entity and additional data.

    • Signature is created by encoding the header, payload, ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

2 coding questions 1 easy ,1 hard , 20 MCQ question and 1 SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions of coding round
  • Q2. Questions about project ,jwt architecture,nextjs vs react
Round 3 - Technical 

(2 Questions)

  • Q1. 2 SQL query using group by
  • Q2. Question about projects and cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project well,learn theory of technology used

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Waste of time they don't hire the people instead of that they will just take interview and will reject you even if you answer 100% and they won'trespondback, but they will take senior manager interview ins...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid the CC instead of wasting your time.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Two hours and 32 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Write commands for DML
  • Ans. 

    DML commands are used to manipulate data in a database. Examples include INSERT, UPDATE, DELETE.

    • INSERT: Adds new data into a table

    • UPDATE: Modifies existing data in a table

    • DELETE: Removes data from a table

  • Answered by AI
  • Q2. Write commands for Joins
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • INNER JOIN: Returns rows when there is at least one 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
Round 3 - HR 

(2 Questions)

  • Q1. Ask questions regarding advance excel
  • Q2. Ask questions from Power BI

Interview Preparation Tips

Topics to prepare for Consilio Associate interview:
  • SQL
Interview preparation tips for other job seekers - Do practice and practice,
failure become success one day

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

UnitedLex Interview Questions
3.0
 • 69 Interviews
Integreon Interview Questions
3.3
 • 43 Interviews
Consilio Interview Questions
3.7
 • 20 Interviews
Clifford Chance Interview Questions
3.8
 • 17 Interviews
GoDaddy Interview Questions
3.4
 • 14 Interviews
EPIQ Systems Interview Questions
3.6
 • 13 Interviews
View all

Assam State Legal Services Authority Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

3.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Compare Assam State Legal Services Authority with

Aparajitha Corporate Services

3.9
Compare

Integreon

3.3
Compare

UnitedLex

3.0
Compare

Quislex Legal Services

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