Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by SIC Services Team. If you also belong to the team, you can get access from here

SIC Services Verified Tick

Compare button icon Compare button icon Compare

SIC Services Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Job Portal and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. * PHP Basic questions on array
  • Q2. * JavaScript Basics
  • Q3. * Mysql, indexing,
  • Q4. About job portal

Interview Preparation Tips

Interview preparation tips for other job seekers - Very friendly and good company.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Aptitude with pseudo codes and concepts of oops

Round 2 - Coding Test 

3 coding questions to be written on paper

Round 3 - Technical 

(2 Questions)

  • Q1. There was discussion based on the logic of the written code and more questions about projects and java oops code was given to write.
  • Q2. Peak element of array
  • Ans. 

    A peak element in an array is an element that is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the current element is a peak, return it.

    • If there are multiple peak elements, return any one of them.

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Pen Paper test of 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basics OOPs questons
  • Q2. Resume based questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

(2 Questions)

  • Q1. Explaining info mentioned in CV
  • Q2. Questions from graduation project
Round 3 - One-on-one 

(1 Question)

  • Q1. Deep enquiry about everything written in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, and research about the role and company beforehand

AVP Interview Questions & Answers

HerKey user image Anonymous

posted on 3 Feb 2023

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

I applied via Referral and was interviewed before Feb 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. What's your current CTC?
  • Q2. What;s your expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak to current employees of the organization before deciding to join. Ask relevant questions based on your priority for work.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

We were asked aptitude questions along with some pseudocodes too

Round 2 - Coding Test 

Two questions were given to us in an online meet and we were asked to explain the approach of the solution

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa well and also be confident during your interview

I applied via Approached by Company and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself What is Cash intensive business? How you assess the risk rating? What is KYC? What is Sanctions? How you identify red flag?
  • Ans. 

    As a Senior KYC Analyst, I assess risk ratings for cash-intensive businesses, identify red flags, and ensure compliance with KYC and sanctions regulations.

    • Cash-intensive businesses are those that deal with large amounts of cash, such as casinos, pawnshops, and money service businesses.

    • To assess risk ratings, I consider factors such as the type of business, its location, and the nature of its customers.

    • KYC stands for Kn...

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

(1 Question)

  • Q1. Can you tell me about your current role and responsibilities?? Describe the full procedure you follow for EDD review? What is transaction monitoring??
  • Ans. 

    As a Senior KYC Analyst, my current role involves conducting EDD reviews and transaction monitoring.

    • For EDD review, I follow a thorough procedure that includes gathering all relevant information about the client, assessing their risk level, and conducting enhanced due diligence measures such as reviewing public records and conducting negative news searches.

    • Transaction monitoring involves reviewing and analyzing financi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer all things positively

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About kyc, cdd and edd
Round 2 - One-on-one 

(1 Question)

  • Q1. All about kyc. Its easy to crack

Interview Preparation Tips

Interview preparation tips for other job seekers - They laid off everyone as the project gets overed

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. General experience related questions
Round 2 - HR 

(1 Question)

  • Q1. How soon can I able to join and what is the purpose of changing the job?
  • Ans. 

    I can join within 2 weeks. The purpose of changing the job is to seek new challenges and growth opportunities.

    • I can join within 2 weeks.

    • I am looking for new challenges and growth opportunities.

    • I believe this role aligns better with my long-term career goals.

    • I am excited about the potential to contribute to a new organization.

    • I am confident that this change will enhance my skills and knowledge in the field.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep trying and update the resume more often. Have patience and never get disappointed if a company never shortlist or select you. One day for sure you land up in a good job. So keep trying.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They have the worst coding platform, after my correct code it didnt accepted.

Round 2 - Technical 

(1 Question)

  • Q1. Write the sql queries and explain the orm in django.
  • Ans. 

    SQL queries and ORM in Django for Python Software Developer interview.

    • SQL queries can be written in Django using raw() method or by using Django's ORM.

    • ORM in Django stands for Object-Relational Mapping, which allows developers to interact with the database using Python objects.

    • Example SQL query: SELECT * FROM table_name WHERE column_name = 'value';

    • Example ORM query: ModelName.objects.filter(column_name='value')

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

DESIGNATION

COMPANY BENEFITS

Linnk Outsource Solutions

No Benefits

SALARIES

Linnk Outsource Solutions

No Salaries

INTERVIEWS

Khalsa Jobs

No Interviews

INTERVIEWS

Staffington

No Interviews

REVIEWS

Starworth Global Soluitons

No Reviews

PHOTOS

Expertise Software Solutions

No Photos

JOBS

Expertise Software Solutions

No Jobs

REVIEWS

Epitronx Techno Solutions

No Reviews

PHOTOS

GenZS Recruitment Solutions

No Photos

Tell us how to improve this page.

Interview Questions from Similar Companies

Talent500 Interview Questions
2.9
 • 3 Interviews
HerKey Interview Questions
3.8
 • 3 Interviews
NextHire Interview Questions
4.5
 • 2 Interviews
HireTale Interview Questions
4.9
 • 1 Interview
View all

SIC Services Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare SIC Services with

Xforia Technologies

4.4
Compare

Talent500

2.9
Compare

Theron Solutions

4.4
Compare

Sourcebae

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