Upload Button Icon Add office photos

Clifford Chance

Compare button icon Compare button icon Compare

Filter interviews by

Clifford Chance Senior Manager Interview Questions and Answers

Updated 2 Oct 2024

Clifford Chance Senior Manager Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Take me through your profile?
  • Ans. 

    Experienced Senior Manager with a proven track record in leading teams and driving business growth.

    • Over 10 years of experience in management roles

    • Successfully led cross-functional teams to achieve project milestones

    • Implemented strategies that resulted in a 20% increase in revenue

    • Strong communication and leadership skills

    • MBA in Business Administration from XYZ University

  • Answered by AI
  • Q2. Why do you want to change ?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and learning experiences

    • Opportunity for career advancement

    • Seeking a more dynamic work environment

    • Wish to broaden skill set and knowledge

    • Desire for increased responsibility and leadership roles

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

(1 Question)

  • Q1. Questions related to Strategic sourcing?

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2022.

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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions pertaining to current affairs of law
  • Q2. Questions on updates will be asked
Round 3 - HR 

(1 Question)

  • Q1. Will examine your fitness with firm culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with recent judgements and basic clarity of law
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

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

(1 Question)

  • Q1. Synchronous programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java collection , Spring boot, mucroservices
  • Q2. Java 8 features , File handling
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 - HR 

(1 Question)

  • Q1. Why do u want to join us
  • Ans. Tell me how much time you can stay here
  • Answered Anonymously
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about ur self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and to the point with proper eye contact

Intern Interview Questions & Answers

Vakilsearch user image Dhanalakshmi K

posted on 19 Dec 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self
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
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

Clifford Chance Interview FAQs

How many rounds are there in Clifford Chance Senior Manager interview?
Clifford Chance interview process usually has 2 rounds. The most common rounds in the Clifford Chance interview process are One-on-one Round.
How to prepare for Clifford Chance Senior Manager interview?
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 Clifford Chance. The most common topics and skills that interviewers at Clifford Chance expect are Oracle Financials, AR, Cash Management, Finance and Financial Analysis.

Tell us how to improve this page.

Clifford Chance Senior Manager Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Consilio Interview Questions
3.7
 • 20 Interviews
GoDaddy Interview Questions
3.4
 • 14 Interviews
EPIQ Systems Interview Questions
3.6
 • 13 Interviews
Vakilsearch Interview Questions
3.4
 • 12 Interviews
anovIP Interview Questions
3.4
 • 9 Interviews
LexisNexis Interview Questions
3.7
 • 7 Interviews
View all
Clifford Chance Senior Manager Salary
based on 20 salaries
₹30 L/yr - ₹50 L/yr
81% more than the average Senior Manager Salary in India
View more details

Clifford Chance Senior Manager Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.5

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Assistant Team Leader
137 salaries
unlock blur

₹6.1 L/yr - ₹13.9 L/yr

Senior Associate
110 salaries
unlock blur

₹4.6 L/yr - ₹9.7 L/yr

Assistant Manager
69 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Senior Analyst
60 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Deputy Manager
53 salaries
unlock blur

₹11.1 L/yr - ₹24 L/yr

Explore more salaries
Compare Clifford Chance with

Quislex Legal Services

3.9
Compare

EPIQ Systems

3.6
Compare

Online Legal India

4.5
Compare

Vakilsearch

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