FIS Global Off Campus Drive 2021 | Freshers | IT Trainee | BE/ B.Tech | Across India
FIS Global Campus Recruitment Program 2021
Job Title: IT Trainee
Job Location: Across India(Pune, Bangalore, Chennai)
Salary: Best in Industry
Experience: Freshers
Degree Required: BE/B.Tech 2021 Batch
FIS Off Campus Description:
Are you curious, motivated, and forward-thinking? At FIS you’ll have the opportunity to work on some of the most challenging and relevant issues in financial services and technology. Our talented people empower us, and we believe in being part of a team that is open, collaborative, entrepreneurial, passionate and above all fun.
About the team
- Works under close supervision with limited latitude for independent judgment
- Consults with senior peers on non-complex projects to learn through experience
- Educational Qualification: B. Tech/B. E in Computer Science/Information Technology
- Academic Percentage: Minimum 60% or 6.5 CGPA throughout 10th, 12th & Graduation
- Year of Passing: 2021 with no active backlogs
- Basic knowledge of network and computing devices, operating systems, systems development and/or information systems architecture appropriate for IT function
- Demonstrates strong computer skills including a good working knowledge of MS Office
- Good verbal and written communication skills
- Willingly seeks and shares relevant technical and/or industry knowledge and expertise with others
Selection Process:
- Academic Percentage Check (60% throughout)
- Online Aptitude Test
- Online Technical (Programming) Test
- Soft Skill Assessment (Communication Test & Group Discussion – via MS Teams Video Call)
- Technical Assessment (Hiring Manager Interview – via MS Teams Video Call)
- Cultural Assessment (HR Interview – via MS Teams Video Call)
Problem Statement # Given a string, find the length of the longest substring in it with no more than K distinct characters.
Example
1:
Input: String="araaci", K=2
Output: 4
Explanation: The longest substring with no more than '2' distinct characters is "araa".
Example
2:
Input: String="araaci", K=1
Output: 2
Explanation: The longest substring with no more than '1' distinct characters is "aa".
Example
3:
Input: String="cbbebi", K=3
Output: 5
Explanation: The longest substrings with no more than '3' distinct characters are "cbbeb" & "bbebi".
Solution
This
problem follows the Sliding Window pattern
and we can use a similar dynamic sliding window strategy as discussed in Smallest Subarray
with a given sum. We can use a HashMap to remember
the frequency of each character we have processed. Here is how we will solve
this problem:
1. First, we
will insert characters from the beginning of the string until we have ‘K’
distinct characters in the HashMap.
2. These
characters will constitute our sliding window. We are asked to find the longest
such window having no more than ‘K’ distinct characters. We will remember the
length of this window as the longest window so far.
3. After
this, we will keep adding one character in the sliding window (i.e. slide the
window ahead), in a stepwise fashion.
4. In each
step, we will try to shrink the window from the beginning if the count of
distinct characters in the HashMap is larger than
‘K’. We will shrink the window until we have no more than ‘K’ distinct
characters in the HashMap. This is needed as we
intend to find the longest window.
5. While
shrinking, we’ll decrement the frequency of the character going out of the
window and remove it from the HashMap if its frequency
becomes zero.
6. At the end
of each step, we’ll check if the current window length is the longest so far,
and if so, remember its length.
Here is the visual
representation of this algorithm for the Example-1:
Problem Statement # Given an array of positive numbers and a positive number ‘k’, find the maximum sum of any contiguous subarray of size ‘k’.
Java Solution
Problem
Statement
Given
an array of positive numbers and a positive number ‘k’, find the maximum
sum of any contiguous subarray of size ‘k’.
Example
1:
Input: [2, 1, 5, 1, 3, 2], k=3
Output: 9
Explanation: Subarray with maximum sum is [5, 1, 3].
Example
2:
Input: [2, 3, 4, 1, 5], k=2
Output: 7
Explanation: Subarray with maximum sum is [3, 4].
HCL SOFTWARE ENGINEER Bangalore Last Date : 22nd April | HCL Drive May 2021
SOFTWARE ENGINEER
Bangalore
Experience : 0-2.5 Years
Job Description (Posting).
To develop, deliver, test and debug codeorengineering plans as per product management agreed priorities for the work assigned in accordance with time, quality and cost standards. (1.) To develop code and plans to meet product or process requirements with appropriate guidance from team leads as per agreed use cases and timelines (2.) To document assigned work in all stages of the project and assure timely communication to all impacted areas. (3.) To participate in project planning meetings, status reviews (4.) To resolveordebug simple issues identified through code testing; and provide support in customer technical issues to overcome the limitations within the product (5.) To support in developing a consumable product in terms of user experience
Qualification
Associate of science, B Tech, B.E, B-Tech, Engineer degree
No. of Positions
1
Skill (Primary)
Technical Skills-Programming/Scripting Languages-Java
Auto req ID
800608BR
Standard Chartered - Senior Client Care Executive - West Africa - (2100007986)
Senior Client Care Executive - West Africa - (2100007986)
Job
: Retail BankingPrimary Location
: ASEAN & South Asia-India-ChennaiSchedule
: Full-timeEmployee Status
: PermanentJOB PURPOSE:
To handle customer calls / issues while providing consistent delivery of customer delight relating to queries/ requests / financial needs / problem resolution keeping focus on SCB Policies.
KEY RESPONSIBILITIES:
- Handle customer calls/ issues quickly and effectively and end to end resolution (if applicable)
- Sign up customers for value added services and digital education (if applicable)
- Tag the call type accurately as appropriate
- Give accurate information to customers on his queries / concerns
- Have high awareness levels on KYC and Anti-money laundering Policy
- Multi-skilled to handle both inbound and outbound calls (if applicable)
- Initiate and strive towards achieving set targets and service standards
- Probe & identify financial needs on service calls and pitch relevant solutions in line with customer requirements (if applicable)
- Should be able to identify potential disputes / escalation / specific trends noticed while handling of cases / Process gaps and highlight to the management
CloudAccel Off Campus Drive 2021 | Freshers | Software Developer | Hyderabad
CloudAccel Off Campus Drive 2021 for BE, B.Tech, ME, M.Tech freshers of 2020 Batch for the full time position of Software Developer in job location as Hyderabad. The freshers of 2020 Batch of Any Stream can apply for the off campus drive in Hyderabad position.
About the Company :
CloudAccel is a stealth mode startup, building a different breed of ‘Cloud Management and Migration Platform’. Headquartered in Boca Raton, FL, CloudAccel is looking for early stage employees for its Hyderabad office, who are passionate about solving large scale challenges.
Job Title: Developer
Job Location: Hyderabad/ Remote
Salary: 4 LPA
Experience: Freshers
About the Company :
CloudAccel is a stealth mode startup, building a different breed of ‘Cloud Management and Migration Platform’. Headquartered in Boca Raton, FL, CloudAccel is looking for early stage employees for its Hyderabad office, who are passionate about solving large scale challenges.
Job Title: Developer
Job Location: Hyderabad/ Remote
Salary: 4 LPA
Experience: Freshers
Eligibility :
- 2020 batch BE/BTech/M.Tech (any stream)
- Great pH score
- Good academic record
Last Date To Apply: Tuesday, 27 Apr, 2021
Drive Date: Thursday, 29th Apr, 2021
Drive Location: Online(Remote)
Job Description :
CloudAccel is currently hiring for 2 roles:
1. Jr. Software/Backend Developer Key skills: Java or Python
2. Jr. Full Stack Developer Key skills: Java or PHP
Job Description :
- Research new concepts, implement prototypes
- In-depth analysis, design and plan to convert prototypes into production-ready systems, services
- Assist and Collaborate with the team in planning sprint tasks, tracking and reporting the status
- Addition of new features to high traffic applications
Desirable Skills Required :
- Sound RDBMS concepts